summaryrefslogtreecommitdiff
path: root/semantic_version
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 00:44:30 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 00:44:30 +0100
commitd6e5651c340b55606d1f6d346e36ad34935335b6 (patch)
tree9f4acf84577cea5927bf0ead6da191ce318f308e /semantic_version
parentc321d091d9754bc0d3692864f6f1e594136ef429 (diff)
downloadsemantic-version-d6e5651c340b55606d1f6d346e36ad34935335b6.tar.gz
Remove Copyright years (Closes #28)
It seems that stating the copyright years is useless after all :)
Diffstat (limited to 'semantic_version')
-rw-r--r--semantic_version/__init__.py2
-rw-r--r--semantic_version/base.py2
-rw-r--r--semantic_version/compat.py2
-rw-r--r--semantic_version/django_fields.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 07de3a5..94e0a8d 100644
--- a/semantic_version/__init__.py
+++ b/semantic_version/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2014 The python-semanticversion project
+# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
diff --git a/semantic_version/base.py b/semantic_version/base.py
index 619a113..c81a3de 100644
--- a/semantic_version/base.py
+++ b/semantic_version/base.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2014 The python-semanticversion project
+# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals
diff --git a/semantic_version/compat.py b/semantic_version/compat.py
index 4dd60fe..b17468f 100644
--- a/semantic_version/compat.py
+++ b/semantic_version/compat.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2014 The python-semanticversion project
+# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
diff --git a/semantic_version/django_fields.py b/semantic_version/django_fields.py
index 740c208..eba8658 100644
--- a/semantic_version/django_fields.py
+++ b/semantic_version/django_fields.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2014 The python-semanticversion project
+# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals