Skip to content
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

Add missing licenses #8745

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SvanteRichter
Copy link

Hello!

This adds licenses that were missing from a number of OFL fonts. For each font I've used the license from the upstream or copied from the family it belongs to (for the VF betas) using this:

curl -fLo ofl/atma/OFL.txt https://raw.githubusercontent.com/BlackFoundryCom/Atma/refs/heads/master/OFL.txt && \
curl -fLo ofl/blinker/OFL.txt https://raw.githubusercontent.com/supertype-de/Blinker/refs/heads/master/LICENSE && \
curl -fLo ofl/chathura/OFL.txt https://raw.githubusercontent.com/appajid/Chathura/refs/heads/master/OFL.txt && \
curl -fLo ofl/delagothicone/OFL.txt https://raw.githubusercontent.com/syakuzen/DelaGothic/refs/heads/master/OFL.txt && \
curl -fLo ofl/kulimpark/OFL.txt https://raw.githubusercontent.com/noponies/Kulim-Park/refs/heads/master/OFL.txt && \
curl -fLo ofl/mirza/OFL.txt https://raw.githubusercontent.com/Tarobish/Mirza/refs/heads/master/OFL.txt && \
curl -fLo ofl/mitr/OFL.txt https://raw.githubusercontent.com/cadsondemak/mitr/refs/heads/master/OFL && \
curl -fLo ofl/mogra/OFL.txt https://raw.githubusercontent.com/lipiraval/mogra/refs/heads/master/OFL.txt && \
curl -fLo ofl/prata/OFL.txt https://raw.githubusercontent.com/cyrealtype/Prata/refs/heads/master/OFL.txt && \
curl -fLo ofl/sourceserif4/OFL.txt https://raw.githubusercontent.com/adobe-fonts/source-serif/refs/heads/main/LICENSE.md && \
cp ofl/lemonada/OFL.txt ofl/lemonadavfbeta/OFL.txt && \
cp ofl/markazitext/OFL.txt ofl/markazitextvfbeta/OFL.txt && \
cp ofl/rokkitt/OFL.txt ofl/rokkittvfbeta/OFL.txt

For these fonts (the jsMath family) which are in the apache catalog I have a hard time finding a source for them being apache licensed.
According to https://sourceforge.net/p/jsmath/bugs/25/ which links to https://www.ntg.nl/maps/05/34.pdf they might be public domain?

apache/jsmathcmbx10
apache/jsmathcmex10
apache/jsmathcmmi10
apache/jsmathcmr10
apache/jsmathcmsy10
apache/jsmathcmti10

@emmamarichal
Copy link
Collaborator

Hi @SvanteRichter

Every OFL needs to follow this model:

Copyright 20** The My Font Project Authors (https://github.com/googlefonts/googlefonts-project-template)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org

The URL link has been updated a few months ago, we use that one now: https://openfontlicense.org. Also, there should be no RFN and no trademark mention. Could you check that?

You can find the right OFL text here: https://github.com/googlefonts/googlefonts-project-template/blob/main/OFL.txt

@SvanteRichter
Copy link
Author

@emmamarichal Should be adjusted to follow that format now, let me know if there are any other adjustments needed!

Copy link

@nataliakeniganti nataliakeniganti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants