From ed74d6c409a4ea2a65dcd473563df06be727a9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 8 Mar 2014 21:14:24 +0100 Subject: Update copyright --- tests/compat.py | 2 +- tests/django_test_app/models.py | 2 +- tests/test_base.py | 2 +- tests/test_django.py | 2 +- tests/test_match.py | 2 +- tests/test_parsing.py | 2 +- tests/test_spec.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') 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.""" -- cgit v1.2.1