-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ambiguous fonts license issue #190
Comments
I'm not digging in details, but I found that most of fonts are already packaged in Debian. By the way, is CMUSerif-Math equivalent to CMU Serif Roman?
showttf: bundled with fontforge-extras
|
Many thanks for the information regarding the fonts. We deliver the above mentioned font files in our GR distribution to make it easier to find and load them at runtime. The naming schemes and directory structures for the fonts are unfortunately not standardized in different Linux flavours / versions. The |
Thanks, and additional question here (to build from source):
|
Yes.
It was created in ancient times with a Fortran program.
The same statement applies here as for the "merged" CMU font: handmade on the basis of experience. |
Problem
Recently, I've packaged GR framework for Debian official archive.
(I hope it can be available in Debian and derivative distributions easily)
During packaging efforts for Debian, I've noticed that there is ambiguous fonts license issue.
GR framework is licensed under MIT, but It seems that most of *.pfb contains
Adobe's non-free codes which license is ambiguous.
Are they explicitly licensed fonts which contains fragments licensed under Apache 2.0 by Adobe?
You can confirm it by t1disasm *.pfb which is provided by t1utils.
Expected
Ambiguous font license issue is resolved.
Additional Information
See https://web.archive.org/web/20070403175721/http://partners.adobe.com/public/developer/opentype/index_ps_code3.html about the fragment.
It says:
It seems that in some situations, it was licensed under Apache 2.0 [1][2], but I'm not sure that it is true for lib/gks/fonts/*.pfb.
To avoid license issues and follow the Debian Free Software Guidelines (DFSG), I've dropped explicitly these fonts from gr-framework package in Debian archive.
[1] https://udd.debian.org/lintian-tag/license-problem-font-adobe-copyrighted-fragment-no-credit
[2] https://wiki.debian.org/qa.debian.org/type1nondfsg
The text was updated successfully, but these errors were encountered: