@@ -1452,7 +1452,7 @@ def com_google_fonts_check_license_OFL_body_text(license_contents):
1452
1452
name table:
1453
1453
1454
1454
- "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"
1456
1456
1457
1457
- "Licensed under the Apache License, Version 2.0"
1458
1458
@@ -1532,7 +1532,7 @@ def com_google_fonts_check_name_license(ttFont, license_filename):
1532
1532
The string snippets used for detecting licensing terms are:
1533
1533
1534
1534
- "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"
1536
1536
1537
1537
- "Licensed under the Apache License, Version 2.0"
1538
1538
@@ -1553,7 +1553,7 @@ def com_google_fonts_check_name_license_url(ttFont, familyname):
1553
1553
1554
1554
LEGACY_UFL_FAMILIES = ["Ubuntu" , "UbuntuCondensed" , "UbuntuMono" ]
1555
1555
LICENSE_URL = {
1556
- "OFL.txt" : "https://scripts.sil. org/OFL " ,
1556
+ "OFL.txt" : "https://openfontlicense. org" ,
1557
1557
"LICENSE.txt" : "https://www.apache.org/licenses/LICENSE-2.0" ,
1558
1558
"UFL.txt" : "https://www.ubuntu.com/legal/terms-and-policies/font-licence" ,
1559
1559
}
0 commit comments