Copyright year update, happy new year!
Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/reclass/__init__.py b/reclass/__init__.py
index eb63cd2..8c6d625 100644
--- a/reclass/__init__.py
+++ b/reclass/__init__.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/adapters/__init__.py b/reclass/adapters/__init__.py
index 6329757..8a17572 100755
--- a/reclass/adapters/__init__.py
+++ b/reclass/adapters/__init__.py
@@ -3,6 +3,6 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/adapters/ansible.py b/reclass/adapters/ansible.py
index cdde59b..74861d3 100755
--- a/reclass/adapters/ansible.py
+++ b/reclass/adapters/ansible.py
@@ -7,7 +7,7 @@
# I have no interest in developing this adapter anymore. If you use it and
# have changes, I will take your patch.
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/adapters/salt.py b/reclass/adapters/salt.py
index 9d00da2..5a8a772 100755
--- a/reclass/adapters/salt.py
+++ b/reclass/adapters/salt.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/cli.py b/reclass/cli.py
index e5b9f0c..19e943c 100644
--- a/reclass/cli.py
+++ b/reclass/cli.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/config.py b/reclass/config.py
index e9aa9ba..3f2d683 100644
--- a/reclass/config.py
+++ b/reclass/config.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/constants.py b/reclass/constants.py
index eac0bae..d689def 100644
--- a/reclass/constants.py
+++ b/reclass/constants.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/datatypes/__init__.py b/reclass/datatypes/__init__.py
index 919ea86..20f7551 100644
--- a/reclass/datatypes/__init__.py
+++ b/reclass/datatypes/__init__.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from applications import Applications
diff --git a/reclass/datatypes/applications.py b/reclass/datatypes/applications.py
index 10edda0..d024e97 100644
--- a/reclass/datatypes/applications.py
+++ b/reclass/datatypes/applications.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/datatypes/classes.py b/reclass/datatypes/classes.py
index 2591bc1..b8793a2 100644
--- a/reclass/datatypes/classes.py
+++ b/reclass/datatypes/classes.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/datatypes/entity.py b/reclass/datatypes/entity.py
index 0540074..684705b 100644
--- a/reclass/datatypes/entity.py
+++ b/reclass/datatypes/entity.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from classes import Classes
diff --git a/reclass/datatypes/parameters.py b/reclass/datatypes/parameters.py
index 7f0f33a..9f5b9aa 100644
--- a/reclass/datatypes/parameters.py
+++ b/reclass/datatypes/parameters.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
import types
diff --git a/reclass/datatypes/tests/test_applications.py b/reclass/datatypes/tests/test_applications.py
index c1d890c..307a430 100644
--- a/reclass/datatypes/tests/test_applications.py
+++ b/reclass/datatypes/tests/test_applications.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.datatypes import Applications, Classes
diff --git a/reclass/datatypes/tests/test_classes.py b/reclass/datatypes/tests/test_classes.py
index c15a6d1..33d179f 100644
--- a/reclass/datatypes/tests/test_classes.py
+++ b/reclass/datatypes/tests/test_classes.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.datatypes import Classes
diff --git a/reclass/datatypes/tests/test_entity.py b/reclass/datatypes/tests/test_entity.py
index 1bc1f6b..576caa2 100644
--- a/reclass/datatypes/tests/test_entity.py
+++ b/reclass/datatypes/tests/test_entity.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.datatypes import Entity, Classes, Parameters, Applications
diff --git a/reclass/datatypes/tests/test_parameters.py b/reclass/datatypes/tests/test_parameters.py
index 8103aaf..18fc5dd 100644
--- a/reclass/datatypes/tests/test_parameters.py
+++ b/reclass/datatypes/tests/test_parameters.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.datatypes import Parameters
diff --git a/reclass/defaults.py b/reclass/defaults.py
index 7d2dfea..d066290 100644
--- a/reclass/defaults.py
+++ b/reclass/defaults.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
import os, sys
diff --git a/reclass/errors.py b/reclass/errors.py
index 1dba529..4ab85d6 100644
--- a/reclass/errors.py
+++ b/reclass/errors.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/output/__init__.py b/reclass/output/__init__.py
index 8b3326a..58cd101 100644
--- a/reclass/output/__init__.py
+++ b/reclass/output/__init__.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
class OutputterBase(object):
diff --git a/reclass/output/json_outputter.py b/reclass/output/json_outputter.py
index 9ac6222..dab86ed 100644
--- a/reclass/output/json_outputter.py
+++ b/reclass/output/json_outputter.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.output import OutputterBase
diff --git a/reclass/output/yaml_outputter.py b/reclass/output/yaml_outputter.py
index dbf95a6..2c70cc3 100644
--- a/reclass/output/yaml_outputter.py
+++ b/reclass/output/yaml_outputter.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.output import OutputterBase
diff --git a/reclass/storage/__init__.py b/reclass/storage/__init__.py
index 0151641..8dfba0e 100644
--- a/reclass/storage/__init__.py
+++ b/reclass/storage/__init__.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/storage/yaml_fs/__init__.py b/reclass/storage/yaml_fs/__init__.py
index 691a952..740d230 100644
--- a/reclass/storage/yaml_fs/__init__.py
+++ b/reclass/storage/yaml_fs/__init__.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
import os, sys
diff --git a/reclass/storage/yaml_fs/directory.py b/reclass/storage/yaml_fs/directory.py
index 718483d..03302b7 100644
--- a/reclass/storage/yaml_fs/directory.py
+++ b/reclass/storage/yaml_fs/directory.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
import os
diff --git a/reclass/storage/yaml_fs/yamlfile.py b/reclass/storage/yaml_fs/yamlfile.py
index bdd3d2d..2178e87 100644
--- a/reclass/storage/yaml_fs/yamlfile.py
+++ b/reclass/storage/yaml_fs/yamlfile.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass import datatypes
diff --git a/reclass/utils/dictpath.py b/reclass/utils/dictpath.py
index 5e075ee..db95e66 100644
--- a/reclass/utils/dictpath.py
+++ b/reclass/utils/dictpath.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/utils/refvalue.py b/reclass/utils/refvalue.py
index 91d7c0e..b8e730b 100644
--- a/reclass/utils/refvalue.py
+++ b/reclass/utils/refvalue.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/utils/tests/test_dictpath.py b/reclass/utils/tests/test_dictpath.py
index 35ed40f..972dc91 100644
--- a/reclass/utils/tests/test_dictpath.py
+++ b/reclass/utils/tests/test_dictpath.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
from reclass.utils.dictpath import DictPath
diff --git a/reclass/utils/tests/test_refvalue.py b/reclass/utils/tests/test_refvalue.py
index 692fddf..23d7e7b 100644
--- a/reclass/utils/tests/test_refvalue.py
+++ b/reclass/utils/tests/test_refvalue.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
diff --git a/reclass/version.py b/reclass/version.py
index 77ac4fb..25e07c2 100644
--- a/reclass/version.py
+++ b/reclass/version.py
@@ -3,7 +3,7 @@
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
-# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Copyright © 2007–14 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
RECLASS_NAME = 'reclass'
@@ -11,6 +11,6 @@
VERSION = '1.2.2'
AUTHOR = 'martin f. krafft'
AUTHOR_EMAIL = 'reclass@pobox.madduck.net'
-COPYRIGHT = 'Copyright © 2007–13 ' + AUTHOR
+COPYRIGHT = 'Copyright © 2007–14 ' + AUTHOR
LICENCE = 'Artistic Licence 2.0'
URL = 'https://github.com/madduck/reclass'