googlefonts / roboto-flex

SIL Open Font License 1.1
471 stars 32 forks source link

Set clear license metadata in name table #139

Open davelab6 opened 3 years ago

davelab6 commented 3 years ago

name table has Licensed under the Apache License, Version 2.0 but this is an OFL project

m4rc1e commented 2 years ago

Yep, just noticed this.

Change the following name table entries:

    <namerecord nameID="0" platformID="3" platEncID="1" langID="0x409">
      Copyright 2011, 2017 Google Inc. All Rights Reserved.
    </namerecord>
    ...
    <namerecord nameID="13" platformID="3" platEncID="1" langID="0x409">
      Licensed under the Apache License, Version 2.0
    </namerecord>
    <namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
      http://www.apache.org/licenses/LICENSE-2.0
    </namerecord>

to

    <namerecord nameID="0" platformID="3" platEncID="1" langID="0x409">
      Copyright 2017 The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex)
    </namerecord>
    ...
    <namerecord nameID="13" platformID="3" platEncID="1" langID="0x409">
      This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL
    </namerecord>
    <namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
      https://scripts.sil.org/OFL
    </namerecord>

cc @sannorozco

sannorozco commented 2 years ago

Updated in default, generated VF will have OFL license.

davelab6 commented 2 years ago

Please can you use the git bfg tool to clean up the source git history here, I really don't want any nonsense about this work being available under Apache which was never the case