summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 17:33:39 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 17:33:39 +0200
commit7207b31b2b71c0e93fdc694ae0e2cfcc348000de (patch)
treec488f02249e53ffe6995a30105706d3750b3e629
parent50fcd14607d1fa18bac5195c40e46c1bedaa2442 (diff)
downloadxstatic-git-7207b31b2b71c0e93fdc694ae0e2cfcc348000de.tar.gz
update year in copyright, docs, etc.
-rw-r--r--LICENSE.txt2
-rw-r--r--docs/source/conf.py2
-rw-r--r--xstatic/__init__.py2
-rw-r--r--xstatic/main.py2
-rw-r--r--xstatic/pkg/__init__.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 577e9a2..9a6033e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2011-2014 Thomas Waldmann <tw AT waldmann-edv DOT de> and
+Copyright (c) 2011-2018 Thomas Waldmann <tw AT waldmann-edv DOT de> and
other contributors, see AUTHORS.txt.
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 06b0f77..ff3e960 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'XStatic'
-copyright = u'2011-2014, Thomas Waldmann'
+copyright = u'2011-2018, Thomas Waldmann'
# 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/xstatic/__init__.py b/xstatic/__init__.py
index 22d1bc4..28c0fc3 100644
--- a/xstatic/__init__.py
+++ b/xstatic/__init__.py
@@ -1,4 +1,4 @@
-# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details.
+# Copyright: 2011-2018 by the XStatic authors, see AUTHORS.txt for details.
# License: MIT license, see LICENSE.txt for details.
__import__('pkg_resources').declare_namespace(__name__)
diff --git a/xstatic/main.py b/xstatic/main.py
index 7e25a0a..bcec803 100644
--- a/xstatic/main.py
+++ b/xstatic/main.py
@@ -1,4 +1,4 @@
-# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details.
+# Copyright: 2011-2018 by the XStatic authors, see AUTHORS.txt for details.
# License: MIT license, see LICENSE.txt for details.
"""
diff --git a/xstatic/pkg/__init__.py b/xstatic/pkg/__init__.py
index 22d1bc4..28c0fc3 100644
--- a/xstatic/pkg/__init__.py
+++ b/xstatic/pkg/__init__.py
@@ -1,4 +1,4 @@
-# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details.
+# Copyright: 2011-2018 by the XStatic authors, see AUTHORS.txt for details.
# License: MIT license, see LICENSE.txt for details.
__import__('pkg_resources').declare_namespace(__name__)