Skip to content

Commit 238612c

Browse files
authored
googlefonts.py Update OFL URL
Move to Update OFL URL in
1 parent 97e66f5 commit 238612c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/fontbakery/profiles/googlefonts.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ def com_google_fonts_check_license_OFL_body_text(license_contents):
14521452
name table:
14531453
14541454
- "This Font Software is licensed under the SIL Open Font License, Version 1.1.
1455-
This license is available with a FAQ at: https://scripts.sil.org/OFL"
1455+
This license is available with a FAQ at: openfontlicense.org"
14561456
14571457
- "Licensed under the Apache License, Version 2.0"
14581458
@@ -1532,7 +1532,7 @@ def com_google_fonts_check_name_license(ttFont, license_filename):
15321532
The string snippets used for detecting licensing terms are:
15331533
15341534
- "This Font Software is licensed under the SIL Open Font License, Version 1.1.
1535-
This license is available with a FAQ at: https://scripts.sil.org/OFL"
1535+
This license is available with a FAQ at: openfontlicense.org"
15361536
15371537
- "Licensed under the Apache License, Version 2.0"
15381538
@@ -1553,7 +1553,7 @@ def com_google_fonts_check_name_license_url(ttFont, familyname):
15531553

15541554
LEGACY_UFL_FAMILIES = ["Ubuntu", "UbuntuCondensed", "UbuntuMono"]
15551555
LICENSE_URL = {
1556-
"OFL.txt": "https://scripts.sil.org/OFL",
1556+
"OFL.txt": "https://openfontlicense.org",
15571557
"LICENSE.txt": "https://www.apache.org/licenses/LICENSE-2.0",
15581558
"UFL.txt": "https://www.ubuntu.com/legal/terms-and-policies/font-licence",
15591559
}

0 commit comments

Comments
 (0)