Przeglądaj źródła

updated copyright year in scripts

Chris Simpkins 7 lat temu
rodzic
commit
bf708677c2

+ 2 - 2
LICENSE.md

@@ -1,4 +1,4 @@
-The work in the Hack project is Copyright 2017 Source Foundry Authors and licensed under the MIT License
+The work in the Hack project is Copyright 2018 Source Foundry Authors and licensed under the MIT License
 
 The work in the DejaVu project was committed to the public domain.
 
@@ -6,7 +6,7 @@ Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under the Bi
 
 ### MIT License
 
-Copyright (c) 2017 Source Foundry Authors
+Copyright (c) 2018 Source Foundry Authors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
build-subsets.sh

@@ -4,7 +4,7 @@
 #
 # build-subsets.sh
 #  A shell script that builds the Hack web font subsets from UFO source
-#  Copyright 2017 Christopher Simpkins
+#  Copyright 2018 Christopher Simpkins
 #  MIT License
 #
 #  Usage: ./build-subsets.sh

+ 1 - 1
build-ttf.sh

@@ -4,7 +4,7 @@
 #
 # build-ttf.sh
 #  A shell script that builds the Hack ttf fonts from UFO source
-#  Copyright 2017 Christopher Simpkins
+#  Copyright 2018 Christopher Simpkins
 #  MIT License
 #
 #  Usage: ./build-ttf.sh (--install-dependencies)

+ 1 - 1
build-woff.sh

@@ -4,7 +4,7 @@
 #
 # build-woff.sh
 #  A shell script that builds the Hack woff web fonts from ttf files
-#  Copyright 2017 Christopher Simpkins
+#  Copyright 2018 Christopher Simpkins
 #  MIT License
 #
 #  Usage: ./build-woff.sh (--install-dependencies)

+ 1 - 1
build-woff2.sh

@@ -4,7 +4,7 @@
 #
 # build-woff2.sh
 #  A shell script that builds the Hack woff2 web fonts from ttf files
-#  Copyright 2017 Christopher Simpkins
+#  Copyright 2018 Christopher Simpkins
 #  MIT License
 #
 #  Usage: ./build-woff2.sh (--install-dependencies)

+ 1 - 1
tools/scripts/css/css-build.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #######################################
-# Copyright 2017 Christopher Simpkins
+# Copyright 2018 Christopher Simpkins
 # MIT License
 #######################################
 

+ 1 - 1
tools/scripts/install/ttfautohint-build.sh

@@ -9,7 +9,7 @@
 
 # The MIT License (MIT)
 
-# Copyright (c) 2017 Werner Lemberg
+# Copyright (c) 2018 Werner Lemberg
 
 # Permission is hereby granted, free of charge, to any person obtaining a copy of
 # this software and associated documentation files (the "Software"), to deal in