diff --git a/LICENSE b/LICENSE
index d0238dd..5f96091 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/buildext/convert_docstrings.py b/buildext/convert_docstrings.py
index 44e90fe..4281fcb 100644
--- a/buildext/convert_docstrings.py
+++ b/buildext/convert_docstrings.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/buildext/pkgconfig.py b/buildext/pkgconfig.py
index 392412d..e2ad92d 100644
--- a/buildext/pkgconfig.py
+++ b/buildext/pkgconfig.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 6b39ecb..914194b 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -49,7 +49,7 @@
 
 # General information about the project.
 project = u'freetypy'
-copyright = u'2013, Michael Droettboom'
+copyright = u'2015, Michael Droettboom'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/docstrings/bbox.py b/docstrings/bbox.py
index bc88791..44a1e02 100644
--- a/docstrings/bbox.py
+++ b/docstrings/bbox.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/bitmap.py b/docstrings/bitmap.py
index dc30841..fbbc051 100644
--- a/docstrings/bitmap.py
+++ b/docstrings/bitmap.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/bitmap_size.py b/docstrings/bitmap_size.py
index 8c6d85a..41ee777 100644
--- a/docstrings/bitmap_size.py
+++ b/docstrings/bitmap_size.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/chariter.py b/docstrings/chariter.py
index 3f4374b..a19f74d 100644
--- a/docstrings/chariter.py
+++ b/docstrings/chariter.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -36,4 +36,3 @@
 CharIter__init__ = """
 An iterator over all of the glyphs in a charmap.
 """
-
diff --git a/docstrings/charmap.py b/docstrings/charmap.py
index cd47903..1a48cd4 100644
--- a/docstrings/charmap.py
+++ b/docstrings/charmap.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/face.py b/docstrings/face.py
index 0f6ab5c..c794fcb 100644
--- a/docstrings/face.py
+++ b/docstrings/face.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/freetypy.py b/docstrings/freetypy.py
index 724dede..6e0a86d 100644
--- a/docstrings/freetypy.py
+++ b/docstrings/freetypy.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/glyph.py b/docstrings/glyph.py
index be401e4..b1b2023 100644
--- a/docstrings/glyph.py
+++ b/docstrings/glyph.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/glyph_metrics.py b/docstrings/glyph_metrics.py
index e9b8194..7412c75 100644
--- a/docstrings/glyph_metrics.py
+++ b/docstrings/glyph_metrics.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/layout.py b/docstrings/layout.py
index 3b3df81..dd90c19 100644
--- a/docstrings/layout.py
+++ b/docstrings/layout.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/matrix.py b/docstrings/matrix.py
index bdafbc8..3331ba2 100644
--- a/docstrings/matrix.py
+++ b/docstrings/matrix.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/outline.py b/docstrings/outline.py
index b578ef6..fff7533 100644
--- a/docstrings/outline.py
+++ b/docstrings/outline.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/sfntname.py b/docstrings/sfntname.py
index caea7a8..0673159 100644
--- a/docstrings/sfntname.py
+++ b/docstrings/sfntname.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/sfntnames.py b/docstrings/sfntnames.py
index be904c8..23b32e8 100644
--- a/docstrings/sfntnames.py
+++ b/docstrings/sfntnames.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/size.py b/docstrings/size.py
index 38c70b4..d7c5559 100644
--- a/docstrings/size.py
+++ b/docstrings/size.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/size_metrics.py b/docstrings/size_metrics.py
index 37c2735..524ddf1 100644
--- a/docstrings/size_metrics.py
+++ b/docstrings/size_metrics.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/subglyph.py b/docstrings/subglyph.py
index 29ea34e..7d291af 100644
--- a/docstrings/subglyph.py
+++ b/docstrings/subglyph.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/subglyphs.py b/docstrings/subglyphs.py
index b975693..9c6c791 100644
--- a/docstrings/subglyphs.py
+++ b/docstrings/subglyphs.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/truetype.py b/docstrings/truetype.py
index 9bf68f1..af1233c 100644
--- a/docstrings/truetype.py
+++ b/docstrings/truetype.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_header.py b/docstrings/tt_header.py
index 2bca62d..b063dc1 100644
--- a/docstrings/tt_header.py
+++ b/docstrings/tt_header.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_horiheader.py b/docstrings/tt_horiheader.py
index 5f63a15..d1d5eb2 100644
--- a/docstrings/tt_horiheader.py
+++ b/docstrings/tt_horiheader.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_os2.py b/docstrings/tt_os2.py
index 44dc0d5..092a199 100644
--- a/docstrings/tt_os2.py
+++ b/docstrings/tt_os2.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_pclt.py b/docstrings/tt_pclt.py
index 78ac888..98dd7d6 100644
--- a/docstrings/tt_pclt.py
+++ b/docstrings/tt_pclt.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_postscript.py b/docstrings/tt_postscript.py
index 13ec563..cd50054 100644
--- a/docstrings/tt_postscript.py
+++ b/docstrings/tt_postscript.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/tt_vertheader.py b/docstrings/tt_vertheader.py
index 36d65d4..0a16a88 100644
--- a/docstrings/tt_vertheader.py
+++ b/docstrings/tt_vertheader.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/docstrings/vector.py b/docstrings/vector.py
index 137f335..02edfaa 100644
--- a/docstrings/vector.py
+++ b/docstrings/vector.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/examples/font_info.py b/examples/font_info.py
index 0732a1a..928b7d1 100755
--- a/examples/font_info.py
+++ b/examples/font_info.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # -----------------------------------------------------------------------------
 #
-# Copyright (c) 2013, Michael Droettboom
+# Copyright (c) 2015, Michael Droettboom
 # All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
diff --git a/examples/rendering_modes.py b/examples/rendering_modes.py
index dde8c1a..142dc22 100755
--- a/examples/rendering_modes.py
+++ b/examples/rendering_modes.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # -----------------------------------------------------------------------------
 #
-# Copyright (c) 2013, Michael Droettboom
+# Copyright (c) 2015, Michael Droettboom
 # All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
diff --git a/lib/freetypy/__init__.py b/lib/freetypy/__init__.py
index 87b968c..030b4f3 100644
--- a/lib/freetypy/__init__.py
+++ b/lib/freetypy/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/codecs/__init__.py b/lib/freetypy/codecs/__init__.py
index 8d6b502..344a9d7 100644
--- a/lib/freetypy/codecs/__init__.py
+++ b/lib/freetypy/codecs/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/__init__.py b/lib/freetypy/tests/__init__.py
index 724dede..6e0a86d 100644
--- a/lib/freetypy/tests/__init__.py
+++ b/lib/freetypy/tests/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_bbox.py b/lib/freetypy/tests/test_bbox.py
index 49219bd..b5dde06 100644
--- a/lib/freetypy/tests/test_bbox.py
+++ b/lib/freetypy/tests/test_bbox.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_bitmap.py b/lib/freetypy/tests/test_bitmap.py
index 6c014ef..baa8663 100644
--- a/lib/freetypy/tests/test_bitmap.py
+++ b/lib/freetypy/tests/test_bitmap.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_charmap.py b/lib/freetypy/tests/test_charmap.py
index beea833..5a14fdb 100644
--- a/lib/freetypy/tests/test_charmap.py
+++ b/lib/freetypy/tests/test_charmap.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_constants.py b/lib/freetypy/tests/test_constants.py
index 86cd033..5de4108 100644
--- a/lib/freetypy/tests/test_constants.py
+++ b/lib/freetypy/tests/test_constants.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_face.py b/lib/freetypy/tests/test_face.py
index 4b6b40f..06b4601 100644
--- a/lib/freetypy/tests/test_face.py
+++ b/lib/freetypy/tests/test_face.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_glyph.py b/lib/freetypy/tests/test_glyph.py
index c87b399..7a8f5ef 100644
--- a/lib/freetypy/tests/test_glyph.py
+++ b/lib/freetypy/tests/test_glyph.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom
+# Copyright (c) 2015, Michael Droettboom
 # All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
diff --git a/lib/freetypy/tests/test_layout.py b/lib/freetypy/tests/test_layout.py
index 4b66a0d..8898341 100644
--- a/lib/freetypy/tests/test_layout.py
+++ b/lib/freetypy/tests/test_layout.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom
+# Copyright (c) 2015, Michael Droettboom
 # All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
diff --git a/lib/freetypy/tests/test_numpy.py b/lib/freetypy/tests/test_numpy.py
index 5962078..a04cdfb 100644
--- a/lib/freetypy/tests/test_numpy.py
+++ b/lib/freetypy/tests/test_numpy.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_outline.py b/lib/freetypy/tests/test_outline.py
index c3b1939..e52fa9a 100644
--- a/lib/freetypy/tests/test_outline.py
+++ b/lib/freetypy/tests/test_outline.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom
+# Copyright (c) 2015, Michael Droettboom
 # All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
diff --git a/lib/freetypy/tests/test_sfntnames.py b/lib/freetypy/tests/test_sfntnames.py
index e24bde6..cf5211f 100644
--- a/lib/freetypy/tests/test_sfntnames.py
+++ b/lib/freetypy/tests/test_sfntnames.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_size.py b/lib/freetypy/tests/test_size.py
index 1b93eb7..b5df96d 100644
--- a/lib/freetypy/tests/test_size.py
+++ b/lib/freetypy/tests/test_size.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/test_truetype.py b/lib/freetypy/tests/test_truetype.py
index da4cb16..4c82a4e 100644
--- a/lib/freetypy/tests/test_truetype.py
+++ b/lib/freetypy/tests/test_truetype.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/tests/util.py b/lib/freetypy/tests/util.py
index 6f12883..9534687 100644
--- a/lib/freetypy/tests/util.py
+++ b/lib/freetypy/tests/util.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/lib/freetypy/util.py b/lib/freetypy/util.py
index 91087d1..51c9b88 100644
--- a/lib/freetypy/util.py
+++ b/lib/freetypy/util.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/setup.py b/setup.py
index 1798c88..f2dc9d2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2013, Michael Droettboom All rights reserved.
+# Copyright (c) 2015, Michael Droettboom All rights reserved.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
diff --git a/src/bbox.c b/src/bbox.c
index cc66f3a..dd828c2 100644
--- a/src/bbox.c
+++ b/src/bbox.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/bbox.h b/src/bbox.h
index 009794f..f070a28 100644
--- a/src/bbox.h
+++ b/src/bbox.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/bitmap.c b/src/bitmap.c
index 4d2a09e..f945195 100644
--- a/src/bitmap.c
+++ b/src/bitmap.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/bitmap.h b/src/bitmap.h
index 1279eeb..0c40cdf 100644
--- a/src/bitmap.h
+++ b/src/bitmap.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/bitmap_size.c b/src/bitmap_size.c
index 08e651c..6d7f9d5 100644
--- a/src/bitmap_size.c
+++ b/src/bitmap_size.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/bitmap_size.h b/src/bitmap_size.h
index 7311917..7bc6a6d 100644
--- a/src/bitmap_size.h
+++ b/src/bitmap_size.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/chariter.c b/src/chariter.c
index f308dd1..3f56e86 100644
--- a/src/chariter.c
+++ b/src/chariter.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/chariter.h b/src/chariter.h
index 48494ce..d93f418 100644
--- a/src/chariter.h
+++ b/src/chariter.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/charmap.c b/src/charmap.c
index aba116f..e7df298 100644
--- a/src/charmap.c
+++ b/src/charmap.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/charmap.h b/src/charmap.h
index b63a310..e92754f 100644
--- a/src/charmap.h
+++ b/src/charmap.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/constants.c b/src/constants.c
index f3c0690..7308110 100644
--- a/src/constants.c
+++ b/src/constants.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/constants.h b/src/constants.h
index 0be4f23..25df525 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/encoding.c b/src/encoding.c
index 681d82d..b7b8621 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/encoding.h b/src/encoding.h
index 1c5c53c..e0d91b3 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/face.c b/src/face.c
index cc1bf3a..093c767 100644
--- a/src/face.c
+++ b/src/face.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/face.h b/src/face.h
index 30f1017..8b87c36 100644
--- a/src/face.h
+++ b/src/face.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/file.c b/src/file.c
index ce0eefa..ce21980 100644
--- a/src/file.c
+++ b/src/file.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/file.h b/src/file.h
index 5716a38..ba7e6ce 100644
--- a/src/file.h
+++ b/src/file.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/freetypy.c b/src/freetypy.c
index 09524b6..69a1bc2 100644
--- a/src/freetypy.c
+++ b/src/freetypy.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/freetypy.h b/src/freetypy.h
index 68bf66c..50ef0cf 100644
--- a/src/freetypy.h
+++ b/src/freetypy.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/freetypy_error.c b/src/freetypy_error.c
index 1a052c5..de52dd4 100644
--- a/src/freetypy_error.c
+++ b/src/freetypy_error.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/freetypy_error.h b/src/freetypy_error.h
index dc81032..5b38afb 100644
--- a/src/freetypy_error.h
+++ b/src/freetypy_error.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/glyph.c b/src/glyph.c
index 50bc7b9..e4b2c7a 100644
--- a/src/glyph.c
+++ b/src/glyph.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/glyph.h b/src/glyph.h
index 25b70f6..640823f 100644
--- a/src/glyph.h
+++ b/src/glyph.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/glyph_metrics.c b/src/glyph_metrics.c
index d90073a..95eaacf 100644
--- a/src/glyph_metrics.c
+++ b/src/glyph_metrics.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/glyph_metrics.h b/src/glyph_metrics.h
index 7263f2d..7e62d68 100644
--- a/src/glyph_metrics.h
+++ b/src/glyph_metrics.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/layout.c b/src/layout.c
index 4ae1332..2c0bdee 100644
--- a/src/layout.c
+++ b/src/layout.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/layout.h b/src/layout.h
index 3aeb03a..d4b3dc1 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/matrix.c b/src/matrix.c
index 20647cd..9375682 100644
--- a/src/matrix.c
+++ b/src/matrix.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/matrix.h b/src/matrix.h
index 06d3720..998cda0 100644
--- a/src/matrix.h
+++ b/src/matrix.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/outline.c b/src/outline.c
index 88004ca..6afe74f 100644
--- a/src/outline.c
+++ b/src/outline.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/outline.h b/src/outline.h
index 3da78b2..cfbc3fa 100644
--- a/src/outline.h
+++ b/src/outline.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/pyutil.c b/src/pyutil.c
index 4f6a780..2a5f206 100644
--- a/src/pyutil.c
+++ b/src/pyutil.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/pyutil.h b/src/pyutil.h
index bcd5107..38d4d71 100644
--- a/src/pyutil.h
+++ b/src/pyutil.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/sfntname.c b/src/sfntname.c
index 4e4227e..47cd9d8 100644
--- a/src/sfntname.c
+++ b/src/sfntname.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/sfntname.h b/src/sfntname.h
index f3c0ee4..30dfcc7 100644
--- a/src/sfntname.h
+++ b/src/sfntname.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/sfntnames.c b/src/sfntnames.c
index 1b81b23..8eaaef5 100644
--- a/src/sfntnames.c
+++ b/src/sfntnames.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/sfntnames.h b/src/sfntnames.h
index de568f3..7e0c725 100644
--- a/src/sfntnames.h
+++ b/src/sfntnames.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/simple_layout.c b/src/simple_layout.c
index 2b3ee82..4248417 100644
--- a/src/simple_layout.c
+++ b/src/simple_layout.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/simple_layout.h b/src/simple_layout.h
index 582b8c7..468ffb5 100644
--- a/src/simple_layout.h
+++ b/src/simple_layout.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/size.c b/src/size.c
index 00e4498..58cbfbf 100644
--- a/src/size.c
+++ b/src/size.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/size.h b/src/size.h
index cd23024..a0ecf33 100644
--- a/src/size.h
+++ b/src/size.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/size_metrics.c b/src/size_metrics.c
index fb1bdce..a84aba3 100644
--- a/src/size_metrics.c
+++ b/src/size_metrics.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/size_metrics.h b/src/size_metrics.h
index 060a4e3..860f8de 100644
--- a/src/size_metrics.h
+++ b/src/size_metrics.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/subglyph.c b/src/subglyph.c
index a49b386..ba7e72b 100644
--- a/src/subglyph.c
+++ b/src/subglyph.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/subglyph.h b/src/subglyph.h
index 725dbb0..2acebe6 100644
--- a/src/subglyph.h
+++ b/src/subglyph.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/subglyphs.c b/src/subglyphs.c
index 338186f..eccb674 100644
--- a/src/subglyphs.c
+++ b/src/subglyphs.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/subglyphs.h b/src/subglyphs.h
index 36190df..2c7cd1d 100644
--- a/src/subglyphs.h
+++ b/src/subglyphs.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/truetype.c b/src/truetype.c
index 7b73907..e945eb6 100644
--- a/src/truetype.c
+++ b/src/truetype.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/truetype.h b/src/truetype.h
index bc99ed9..7eabe69 100644
--- a/src/truetype.h
+++ b/src/truetype.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_header.c b/src/tt_header.c
index c54c78a..fef1f06 100644
--- a/src/tt_header.c
+++ b/src/tt_header.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_header.h b/src/tt_header.h
index bbc7892..01f97a4 100644
--- a/src/tt_header.h
+++ b/src/tt_header.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_horiheader.c b/src/tt_horiheader.c
index 41c2ca9..fbd2447 100644
--- a/src/tt_horiheader.c
+++ b/src/tt_horiheader.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_horiheader.h b/src/tt_horiheader.h
index 68c1a85..06499a7 100644
--- a/src/tt_horiheader.h
+++ b/src/tt_horiheader.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_os2.c b/src/tt_os2.c
index 0d92940..aca1842 100644
--- a/src/tt_os2.c
+++ b/src/tt_os2.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_os2.h b/src/tt_os2.h
index 488f4c5..f5fe3db 100644
--- a/src/tt_os2.h
+++ b/src/tt_os2.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_pclt.c b/src/tt_pclt.c
index 95c43a2..9f8c956 100644
--- a/src/tt_pclt.c
+++ b/src/tt_pclt.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_pclt.h b/src/tt_pclt.h
index 1184fe5..5565207 100644
--- a/src/tt_pclt.h
+++ b/src/tt_pclt.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_postscript.c b/src/tt_postscript.c
index 14a4e94..848b8dd 100644
--- a/src/tt_postscript.c
+++ b/src/tt_postscript.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_postscript.h b/src/tt_postscript.h
index aa06ca8..f9a59c7 100644
--- a/src/tt_postscript.h
+++ b/src/tt_postscript.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_vertheader.c b/src/tt_vertheader.c
index b7fd36e..d1bd912 100644
--- a/src/tt_vertheader.c
+++ b/src/tt_vertheader.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/tt_vertheader.h b/src/tt_vertheader.h
index 522c06d..b7404ee 100644
--- a/src/tt_vertheader.h
+++ b/src/tt_vertheader.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/vector.c b/src/vector.c
index fe18314..0c37568 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/vector.h b/src/vector.h
index a2ba83b..eeabfe0 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/version.c b/src/version.c
index 27c6709..7219c47 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/src/version.h b/src/version.h
index f1b9cae..642d945 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2013, Michael Droettboom
+Copyright (c) 2015, Michael Droettboom
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without