summaryrefslogtreecommitdiff
path: root/src/pfr
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/pfr
parenta7c2f44b45e86071c29f628d477d30d522df4136 (diff)
downloadfreetype2-563ae780229aef5b6f6ae361211d5fb733de8321.tar.gz
Update copyright year.
Diffstat (limited to 'src/pfr')
-rw-r--r--src/pfr/Jamfile2
-rw-r--r--src/pfr/module.mk2
-rw-r--r--src/pfr/pfr.c2
-rw-r--r--src/pfr/pfrcmap.c2
-rw-r--r--src/pfr/pfrcmap.h2
-rw-r--r--src/pfr/pfrdrivr.c2
-rw-r--r--src/pfr/pfrdrivr.h2
-rw-r--r--src/pfr/pfrerror.h2
-rw-r--r--src/pfr/pfrgload.c2
-rw-r--r--src/pfr/pfrgload.h2
-rw-r--r--src/pfr/pfrload.c2
-rw-r--r--src/pfr/pfrload.h2
-rw-r--r--src/pfr/pfrobjs.c2
-rw-r--r--src/pfr/pfrobjs.h2
-rw-r--r--src/pfr/pfrsbit.c2
-rw-r--r--src/pfr/pfrsbit.h2
-rw-r--r--src/pfr/pfrtypes.h2
-rw-r--r--src/pfr/rules.mk2
18 files changed, 18 insertions, 18 deletions
diff --git a/src/pfr/Jamfile b/src/pfr/Jamfile
index a5b294b79..178317162 100644
--- a/src/pfr/Jamfile
+++ b/src/pfr/Jamfile
@@ -1,6 +1,6 @@
# FreeType 2 src/pfr Jamfile
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/pfr/module.mk b/src/pfr/module.mk
index bf7808c72..7b84da970 100644
--- a/src/pfr/module.mk
+++ b/src/pfr/module.mk
@@ -3,7 +3,7 @@
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/pfr/pfr.c b/src/pfr/pfr.c
index 1a433960a..2d0e72ce5 100644
--- a/src/pfr/pfr.c
+++ b/src/pfr/pfr.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR driver component. */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrcmap.c b/src/pfr/pfrcmap.c
index f1f9c53b9..1d6b15be4 100644
--- a/src/pfr/pfrcmap.c
+++ b/src/pfr/pfrcmap.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR cmap handling (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrcmap.h b/src/pfr/pfrcmap.h
index 4a8a4d0a6..957bf65b4 100644
--- a/src/pfr/pfrcmap.h
+++ b/src/pfr/pfrcmap.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR cmap handling (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrdrivr.c b/src/pfr/pfrdrivr.c
index 2316cd3e7..195cdb76a 100644
--- a/src/pfr/pfrdrivr.c
+++ b/src/pfr/pfrdrivr.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR driver interface (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrdrivr.h b/src/pfr/pfrdrivr.h
index 32b2d9eab..b81d56017 100644
--- a/src/pfr/pfrdrivr.h
+++ b/src/pfr/pfrdrivr.h
@@ -4,7 +4,7 @@
/* */
/* High-level Type PFR driver interface (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrerror.h b/src/pfr/pfrerror.h
index 9305f8fb5..ef044e32c 100644
--- a/src/pfr/pfrerror.h
+++ b/src/pfr/pfrerror.h
@@ -4,7 +4,7 @@
/* */
/* PFR error codes (specification only). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrgload.c b/src/pfr/pfrgload.c
index f9cd1f63b..93f5fc709 100644
--- a/src/pfr/pfrgload.c
+++ b/src/pfr/pfrgload.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR glyph loader (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrgload.h b/src/pfr/pfrgload.h
index 908d4378a..661232387 100644
--- a/src/pfr/pfrgload.h
+++ b/src/pfr/pfrgload.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR glyph loader (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrload.c b/src/pfr/pfrload.c
index aad759af1..4f8416582 100644
--- a/src/pfr/pfrload.c
+++ b/src/pfr/pfrload.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR loader (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrload.h b/src/pfr/pfrload.h
index 0f7a2bb23..f9475ae06 100644
--- a/src/pfr/pfrload.h
+++ b/src/pfr/pfrload.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR loader (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrobjs.c b/src/pfr/pfrobjs.c
index 0491d13df..4b1703f51 100644
--- a/src/pfr/pfrobjs.c
+++ b/src/pfr/pfrobjs.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR object methods (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrobjs.h b/src/pfr/pfrobjs.h
index 335aca885..d6ad6562d 100644
--- a/src/pfr/pfrobjs.h
+++ b/src/pfr/pfrobjs.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR object methods (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrsbit.c b/src/pfr/pfrsbit.c
index f9dbf734b..54e7d0e6c 100644
--- a/src/pfr/pfrsbit.c
+++ b/src/pfr/pfrsbit.c
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR bitmap loader (body). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrsbit.h b/src/pfr/pfrsbit.h
index 676ad55a9..fc270f50a 100644
--- a/src/pfr/pfrsbit.h
+++ b/src/pfr/pfrsbit.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR bitmap loader (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/pfrtypes.h b/src/pfr/pfrtypes.h
index bd6c2cd30..c3d542c20 100644
--- a/src/pfr/pfrtypes.h
+++ b/src/pfr/pfrtypes.h
@@ -4,7 +4,7 @@
/* */
/* FreeType PFR data structures (specification only). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-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/pfr/rules.mk b/src/pfr/rules.mk
index 39bb9e941..9940f6228 100644
--- a/src/pfr/rules.mk
+++ b/src/pfr/rules.mk
@@ -3,7 +3,7 @@
#
-# Copyright 2002-2016 by
+# Copyright 2002-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,