Skip to content

Commit

Permalink
Rename License.txt to OFL.txt
Browse files Browse the repository at this point in the history
This fixes one fontbakery issue com.google.fonts/check/name/license
  • Loading branch information
santhoshtr committed Feb 2, 2021
1 parent acf8679 commit b401689
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FONTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For a complete list of authors who contributed to the project, see CONTRIBUTORS.

## Information for Contributors

Gayathri is released under the OFL 1.1 - https://scripts.sil.org/OFL For information on what you're allowed to change or modify, consult the LICENSE.txt. The [OFL-FAQ](https://scripts.sil.org/OFL-FAQ_web) also gives a very general rationale and various recommendations regarding why you would want to contribute to the project or make your own version of the font.
Gayathri is released under the OFL 1.1 - https://scripts.sil.org/OFL For information on what you're allowed to change or modify, consult the OFL.txt. The [OFL-FAQ](https://scripts.sil.org/OFL-FAQ_web) also gives a very general rationale and various recommendations regarding why you would want to contribute to the project or make your own version of the font.

When you are submitting patches, please add your name to CONTRIBUTORS.md if you wish to be listed there.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test: ttf otf $(PDFS)
# fontbakery check-fontval $(BLDDIR)/*.ttf <- enable when https://github.com/microsoft/Font-Validator/issues/62 fixed
fontbakery check-ufo-sources $(SRCDIR)/*.ufo
fontbakery check-opentype $(BLDDIR)/*.otf
fontbakery check-googlefonts -x com.google.fonts/check/name/license -x com.google.fonts/check/version_bump -x com.google.fonts/check/glyph_coverage -x com.google.fonts/check/repo/zip_files $(BLDDIR)/*.ttf
fontbakery check-googlefonts -x com.google.fonts/check/version_bump -x com.google.fonts/check/glyph_coverage -x com.google.fonts/check/repo/zip_files $(BLDDIR)/*.ttf

glyphs: $(FONTS:%=$(SRCDIR)/$(NAME)-%/glyphs)

Expand Down
File renamed without changes.

0 comments on commit b401689

Please sign in to comment.