Hello!
I want to use freetype-gl in a library and I am wondering about the licence. In the list of conditions, point number two is:
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
Does this mean only that I have to ship the licence text with binaries that i release of my library, or does it also mean that the end users of my library have to also provide the licence with their final end application?
Thanks.