summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-03-08 21:14:24 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-03-08 21:14:24 +0100
commited74d6c409a4ea2a65dcd473563df06be727a9ef (patch)
treea72aa97940eecd77a3f67cddd913cf61f3e5ddb3 /tests
parenta9eea44319d11d51984759292c16bad2106975dd (diff)
downloadsemantic-version-ed74d6c409a4ea2a65dcd473563df06be727a9ef.tar.gz
Update copyright
Diffstat (limited to 'tests')
-rw-r--r--tests/compat.py2
-rw-r--r--tests/django_test_app/models.py2
-rwxr-xr-xtests/test_base.py2
-rw-r--r--tests/test_django.py2
-rwxr-xr-xtests/test_match.py2
-rwxr-xr-xtests/test_parsing.py2
-rw-r--r--tests/test_spec.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/compat.py b/tests/compat.py
index 90f1baa..f3617ee 100644
--- a/tests/compat.py
+++ b/tests/compat.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
import sys
diff --git a/tests/django_test_app/models.py b/tests/django_test_app/models.py
index f938f7f..06d0096 100644
--- a/tests/django_test_app/models.py
+++ b/tests/django_test_app/models.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
try:
from django.db import models
diff --git a/tests/test_base.py b/tests/test_base.py
index 0016776..f482140 100755
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
"""Test the various functions from 'base'."""
diff --git a/tests/test_django.py b/tests/test_django.py
index ffdfe58..0cb480b 100644
--- a/tests/test_django.py
+++ b/tests/test_django.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
from __future__ import unicode_literals
diff --git a/tests/test_match.py b/tests/test_match.py
index 6ec202d..fe75179 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
import unittest
diff --git a/tests/test_parsing.py b/tests/test_parsing.py
index 585011d..5112ca5 100755
--- a/tests/test_parsing.py
+++ b/tests/test_parsing.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
import unittest
diff --git a/tests/test_spec.py b/tests/test_spec.py
index decc2c4..7a645f9 100644
--- a/tests/test_spec.py
+++ b/tests/test_spec.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2012-2013 Raphaël Barrois
+# Copyright (c) 2012-2014 The python-semanticversion project
# This code is distributed under the two-clause BSD License.
"""Test conformance to the specs."""