mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 07:21:31 +01:00
Update copyright years
This commit is contained in:
parent
ce60fbf7cf
commit
d6b7f3fbff
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2013-2016, Jany Belluz (jany.belluz@hotmail.fr)
|
||||
Copyright (c) 2013-2017, Jany Belluz (jany.belluz@hotmail.fr)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
8
Makefile
8
Makefile
|
@ -39,13 +39,13 @@ $(INSTALLED_TTF_FILES): $(TTF_FILES)
|
|||
zips: zip-mono zip-prop
|
||||
|
||||
zip-mono: $(TTF_FILES) $(OTF_FILES) $(SVG_FILES) $(EOT_FILES) $(WOFF_FILES) $(WOFF2_FILES) $(SOURCES) $(CSS_FILE)
|
||||
zip FantasqueSansMono.zip OFL.txt README.md Webfonts/README.md $(CSS_FILE) $(foreach v,$^,$(if $(findstring Mono,$v),$v))
|
||||
tar czvf FantasqueSansMono.tar.gz OFL.txt README.md Webfonts/README.md $(CSS_FILE) $(foreach v,$^,$(if $(findstring Mono,$v),$v))
|
||||
zip FantasqueSansMono.zip LICENSE.txt README.md Webfonts/README.md $(CSS_FILE) $(foreach v,$^,$(if $(findstring Mono,$v),$v))
|
||||
tar czvf FantasqueSansMono.tar.gz LICENSE.txt README.md Webfonts/README.md $(CSS_FILE) $(foreach v,$^,$(if $(findstring Mono,$v),$v))
|
||||
|
||||
|
||||
zip-prop: $(TTF_FILES) $(OTF_FILES) $(SVG_FILES) $(EOT_FILES) $(WOFF_FILES) $(WOFF2_FILES) $(SOURCES)
|
||||
zip FantasqueSans.zip OFL.txt README.md Webfonts/README.md $(foreach v,$^,$(if $(findstring Mono,$v),,$v))
|
||||
tar czvf FantasqueSans.tar.gz OFL.txt README.md Webfonts/README.md $(foreach v,$^,$(if $(findstring Mono,$v),,$v))
|
||||
zip FantasqueSans.zip LICENSE.txt README.md Webfonts/README.md $(foreach v,$^,$(if $(findstring Mono,$v),,$v))
|
||||
tar czvf FantasqueSans.tar.gz LICENSE.txt README.md Webfonts/README.md $(foreach v,$^,$(if $(findstring Mono,$v),,$v))
|
||||
|
||||
clean:
|
||||
rm -f TTF/*.ttf *.zip OTF/* Webfonts/*.eot Webfonts/*.woff Webfonts/*.woff2 Webfonts/*.svg Webfonts/*.css
|
||||
|
|
|
@ -58,7 +58,7 @@ Author and license
|
|||
|
||||
Created by Jany Belluz \<jany.belluz AT hotmail.fr\>
|
||||
|
||||
Licensed under the SIL Open Font License (see [OFL.txt](OFL.txt)).
|
||||
Licensed under the SIL Open Font License (see [LICENSE.txt](LICENSE.txt)).
|
||||
|
||||
Please send me an e-mail or [report an issue on
|
||||
Github](http://github.com/belluzj/cosmic-sans-neue/issues) if you stumble upon
|
||||
|
@ -173,4 +173,3 @@ Versions
|
|||
Also, since nobody complained about the new Cyrillic characters,
|
||||
I declare this is their official release! (I did not change
|
||||
anything since 1.7.0 though).
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
pkg.sh
2
pkg.sh
|
@ -27,6 +27,6 @@ fpm -s dir -t ${pkg} -a all \
|
|||
OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMono-Italic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OFL.txt=/usr/share/doc/${name}/copyright \
|
||||
LICENSE.txt=/usr/share/doc/${name}/copyright \
|
||||
README.md=/usr/share/doc/${name}/ \
|
||||
Specimen=/usr/share/doc/${name}/
|
||||
|
|
Loading…
Reference in New Issue
Block a user