Open davelab6 opened 3 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
Updated in default, generated VF will have OFL license.
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
name table has
Licensed under the Apache License, Version 2.0
but this is an OFL project