summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-01-04 20:16:34 +0100
committerWerner Lemberg <wl@gnu.org>2017-01-04 20:16:34 +0100
commit563ae780229aef5b6f6ae361211d5fb733de8321 (patch)
treee768bd31380c94cbf572bcab00feb802bd3b5eb7 /src/tools
parenta7c2f44b45e86071c29f628d477d30d522df4136 (diff)
downloadfreetype2-563ae780229aef5b6f6ae361211d5fb733de8321.tar.gz
Update copyright year.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/afblue.pl2
-rw-r--r--src/tools/docmaker/content.py2
-rw-r--r--src/tools/docmaker/docmaker.py2
-rw-r--r--src/tools/docmaker/formatter.py2
-rw-r--r--src/tools/docmaker/sources.py2
-rw-r--r--src/tools/docmaker/tohtml.py2
-rw-r--r--src/tools/docmaker/utils.py2
-rw-r--r--src/tools/ftfuzzer/README2
-rw-r--r--src/tools/ftfuzzer/ftfuzzer.cc2
-rw-r--r--src/tools/ftfuzzer/ftmutator.cc2
-rw-r--r--src/tools/ftfuzzer/rasterfuzzer.cc2
-rw-r--r--src/tools/ftfuzzer/runinput.cc2
-rw-r--r--src/tools/glnames.py4
-rwxr-xr-xsrc/tools/update-copyright-year2
14 files changed, 15 insertions, 15 deletions
diff --git a/src/tools/afblue.pl b/src/tools/afblue.pl
index 39fe5c584..027b63041 100644
--- a/src/tools/afblue.pl
+++ b/src/tools/afblue.pl
@@ -5,7 +5,7 @@
#
# Process a blue zone character data file.
#
-# Copyright 2013-2016 by
+# Copyright 2013-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/content.py b/src/tools/docmaker/content.py
index 438345c41..283d81518 100644
--- a/src/tools/docmaker/content.py
+++ b/src/tools/docmaker/content.py
@@ -3,7 +3,7 @@
#
# Parse comment blocks to build content blocks (library file).
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/docmaker.py b/src/tools/docmaker/docmaker.py
index aa8899664..4e25ff0f8 100644
--- a/src/tools/docmaker/docmaker.py
+++ b/src/tools/docmaker/docmaker.py
@@ -4,7 +4,7 @@
#
# Convert source code markup to HTML documentation.
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/formatter.py b/src/tools/docmaker/formatter.py
index c47589048..2745754f3 100644
--- a/src/tools/docmaker/formatter.py
+++ b/src/tools/docmaker/formatter.py
@@ -3,7 +3,7 @@
#
# Convert parsed content blocks to a structured document (library file).
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/sources.py b/src/tools/docmaker/sources.py
index 3d30c7277..06407e164 100644
--- a/src/tools/docmaker/sources.py
+++ b/src/tools/docmaker/sources.py
@@ -3,7 +3,7 @@
#
# Convert source code comments to multi-line blocks (library file).
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/tohtml.py b/src/tools/docmaker/tohtml.py
index 9b28780e9..012b55e49 100644
--- a/src/tools/docmaker/tohtml.py
+++ b/src/tools/docmaker/tohtml.py
@@ -3,7 +3,7 @@
#
# A sub-class container of the `Formatter' class to produce HTML.
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/docmaker/utils.py b/src/tools/docmaker/utils.py
index cbba9b874..ba5b2e759 100644
--- a/src/tools/docmaker/utils.py
+++ b/src/tools/docmaker/utils.py
@@ -3,7 +3,7 @@
#
# Auxiliary functions for the `docmaker' tool (library file).
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner.
#
# This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/ftfuzzer/README b/src/tools/ftfuzzer/README
index c16b7e94e..53f907177 100644
--- a/src/tools/ftfuzzer/README
+++ b/src/tools/ftfuzzer/README
@@ -64,7 +64,7 @@ a convenience `main' function. Link it with `ftfuzzer.cc',
----------------------------------------------------------------------
-Copyright 2015-2016 by
+Copyright 2015-2017 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/ftfuzzer/ftfuzzer.cc b/src/tools/ftfuzzer/ftfuzzer.cc
index 31834a5f9..bd15181b8 100644
--- a/src/tools/ftfuzzer/ftfuzzer.cc
+++ b/src/tools/ftfuzzer/ftfuzzer.cc
@@ -2,7 +2,7 @@
//
// A fuzzing function to test FreeType with libFuzzer.
//
-// Copyright 2015-2016 by
+// Copyright 2015-2017 by
// David Turner, Robert Wilhelm, and Werner Lemberg.
//
// This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/ftfuzzer/ftmutator.cc b/src/tools/ftfuzzer/ftmutator.cc
index 4818450aa..22aa5a777 100644
--- a/src/tools/ftfuzzer/ftmutator.cc
+++ b/src/tools/ftfuzzer/ftmutator.cc
@@ -2,7 +2,7 @@
//
// A custom fuzzer mutator to test for FreeType with libFuzzer.
//
-// Copyright 2015-2016 by
+// Copyright 2015-2017 by
// David Turner, Robert Wilhelm, and Werner Lemberg.
//
// This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/ftfuzzer/rasterfuzzer.cc b/src/tools/ftfuzzer/rasterfuzzer.cc
index 05187b0be..ae9b1a56d 100644
--- a/src/tools/ftfuzzer/rasterfuzzer.cc
+++ b/src/tools/ftfuzzer/rasterfuzzer.cc
@@ -2,7 +2,7 @@
//
// A fuzzing function to test FreeType's rasterizers with libFuzzer.
//
-// Copyright 2016 by
+// Copyright 2016-2017 by
// David Turner, Robert Wilhelm, and Werner Lemberg.
//
// This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/ftfuzzer/runinput.cc b/src/tools/ftfuzzer/runinput.cc
index d5f9f1587..15261207e 100644
--- a/src/tools/ftfuzzer/runinput.cc
+++ b/src/tools/ftfuzzer/runinput.cc
@@ -2,7 +2,7 @@
//
// A `main' function for fuzzers like `ftfuzzer.cc'.
//
-// Copyright 2015-2016 by
+// Copyright 2015-2017 by
// David Turner, Robert Wilhelm, and Werner Lemberg.
//
// This file is part of the FreeType project, and may only be used,
diff --git a/src/tools/glnames.py b/src/tools/glnames.py
index 2e482361b..9ed158862 100644
--- a/src/tools/glnames.py
+++ b/src/tools/glnames.py
@@ -6,7 +6,7 @@
#
-# Copyright 1996-2016 by
+# Copyright 1996-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -5318,7 +5318,7 @@ def main():
write( "/* */\n" )
write( "/* PostScript glyph names. */\n" )
write( "/* */\n" )
- write( "/* Copyright 2005-2016 by */\n" )
+ write( "/* Copyright 2005-2017 by */\n" )
write( "/* David Turner, Robert Wilhelm, and Werner Lemberg. */\n" )
write( "/* */\n" )
write( "/* This file is part of the FreeType project, and may only be used, */\n" )
diff --git a/src/tools/update-copyright-year b/src/tools/update-copyright-year
index f4a323b7c..4b04bfc99 100755
--- a/src/tools/update-copyright-year
+++ b/src/tools/update-copyright-year
@@ -2,7 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -wS -i "$0" ${1+"$@"}'
& eval 'exec perl -wS -i "$0" $argv:q'
if 0;
-# Copyright 2015-2016 by
+# Copyright 2015-2017 by
# Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,