-
Notifications
You must be signed in to change notification settings - Fork 68
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
Problematic license of Ubuntu font #24
Comments
I'm already experimenting with another fonts. Do you think we could use for example this (licence-wise): The author (http://www.jovanny.ru/faq/) says here: "All fonts from the “Free fonts” section can be used both for personal and commercial purposes without any limitations." The problem with the "standard" fonts is that they usually don't look nice in games. I also want the game to look exactly the same on all platforms, that's why the font is bundled with the game. For now I'll add the Ubuntu font licence. Thanks! |
I do not find any license with this, and the above text (found only in the FAQs) does not make the font free, since it does not specify whether you can modify the font, for example.
Bundling is not a problem, if the font is a standard one (I can replace the font files with symlinks to the system locations of the fonts). |
You are right about the glyph coverage. I'll experiment with DejaVu a bit. |
The font is now changed to DejaVu in the (currently very unstable) development branch so in the next release Ubuntu font will be gone. |
Fixed in 2.0.0 |
Thanks a lot! Easy enough to replace in Debian packaging to use the system copy. |
Currently (as of 1.13.0) Dist Racing 2D embeds a copy of the Ubuntu fonts in
data/fonts
; they were added with commit 2c9fc33, used in commit cd8203e (so since version 1.6.1).While working on getting Dust Racing 2D packaged for Debian, I spotted this detail, and a related discussion related to the packaging of the Ubuntu font for Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603157 ("main" there refers to the "main" section of the Debian archive, where all the software complies with the DFSG [1] -- in particular, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603157#30 (by one of the Debian FTP-Masters, i.e. the group accepts/removes packages from the Debian archive, among the other things).
Long story short, the Ubuntu font is deemed non-free, because:
On top of this, the license of the Ubuntu font is not mentioned anywere in the sources, and the license itself [2] requires its text to be provided with the font:
(This could be fixed easily by including a full copy of the license, next to the fonts.)
Thus my request is to switch away from the Ubuntu font, and either not enforce any particular monospaced font (relying on the system default font), or use a free font (for example DejaVu [3], widely available in distributions).
[1] https://www.debian.org/social_contract.en.html#guidelines
[2] http://font.ubuntu.com/licence/
[3] https://dejavu-fonts.github.io/
The text was updated successfully, but these errors were encountered: