]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- update copyrights within the testing package...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jan 2016 18:08:33 +0000 (13:08 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jan 2016 18:08:33 +0000 (13:08 -0500)
alembic/testing/config.py
alembic/testing/engines.py
alembic/testing/exclusions.py
alembic/testing/mock.py
alembic/testing/plugin/noseplugin.py
alembic/testing/plugin/plugin_base.py
alembic/testing/runner.py
alembic/testing/warnings.py

index 474fde4a8ef988942f50552ed8a8a3119f7b3de9..7c704ba468e9c58bee31f3a31a7da38058bc7d54 100644 (file)
@@ -1,5 +1,5 @@
 # testing/config.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 35aa8b53ebcb465bc178d69333d39059aef4074b..f12936f7feeab5b23b9fec23c57c2e10165e0b4c 100644 (file)
@@ -1,5 +1,5 @@
 # testing/engines.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9d62d3aa9ac95a4296a5e2004192e59ffbf14995..1fc9693ecb41b79d3607e8931c40cd7be59a67e0 100644 (file)
@@ -1,5 +1,5 @@
 # testing/exclusions.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index aaf1b23ec2a195d027b35bfe963074c6ad3ad45a..ed6a93fd632acf7366f447610678abfed32c209d 100644 (file)
@@ -1,5 +1,5 @@
 # testing/mock.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bb96d061bf720977185b7289d16ef72e9a300da9..e982a0cccb192d61aba4f98606f30f37221a79f6 100644 (file)
@@ -1,5 +1,5 @@
 # plugin/noseplugin.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7a5141fb31b125908aafd3d9cf560eab19162fb0..6383961a5dcecd634ecb70eab7a04ad31b0187db 100644 (file)
@@ -1,5 +1,5 @@
 # plugin/plugin_base.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2ad938730545e31ed44a3325dc6b2b16537e971f..91905f32847d9335840420a1e888329f111225f2 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # testing/runner.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 45115abd45c1c5a7fc162b66a5d499f6a39bb4dd..b7418074ce29877d7772cf9b4cbe8c5978e8a26e 100644 (file)
@@ -1,5 +1,5 @@
 # testing/warnings.py
-# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under