From 1a579010cb295ffcacc865e5f4e779be4b61b7d9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 22 Jan 2016 13:08:33 -0500 Subject: [PATCH] - update copyrights within the testing package... --- alembic/testing/config.py | 2 +- alembic/testing/engines.py | 2 +- alembic/testing/exclusions.py | 2 +- alembic/testing/mock.py | 2 +- alembic/testing/plugin/noseplugin.py | 2 +- alembic/testing/plugin/plugin_base.py | 2 +- alembic/testing/runner.py | 2 +- alembic/testing/warnings.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/alembic/testing/config.py b/alembic/testing/config.py index 474fde4a..7c704ba4 100644 --- a/alembic/testing/config.py +++ b/alembic/testing/config.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/engines.py b/alembic/testing/engines.py index 35aa8b53..f12936f7 100644 --- a/alembic/testing/engines.py +++ b/alembic/testing/engines.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/exclusions.py b/alembic/testing/exclusions.py index 9d62d3aa..1fc9693e 100644 --- a/alembic/testing/exclusions.py +++ b/alembic/testing/exclusions.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/mock.py b/alembic/testing/mock.py index aaf1b23e..ed6a93fd 100644 --- a/alembic/testing/mock.py +++ b/alembic/testing/mock.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/plugin/noseplugin.py b/alembic/testing/plugin/noseplugin.py index bb96d061..e982a0cc 100644 --- a/alembic/testing/plugin/noseplugin.py +++ b/alembic/testing/plugin/noseplugin.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/plugin/plugin_base.py b/alembic/testing/plugin/plugin_base.py index 7a5141fb..6383961a 100644 --- a/alembic/testing/plugin/plugin_base.py +++ b/alembic/testing/plugin/plugin_base.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/runner.py b/alembic/testing/runner.py index 2ad93873..91905f32 100644 --- a/alembic/testing/runner.py +++ b/alembic/testing/runner.py @@ -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 # # # This module is part of SQLAlchemy and is released under diff --git a/alembic/testing/warnings.py b/alembic/testing/warnings.py index 45115abd..b7418074 100644 --- a/alembic/testing/warnings.py +++ b/alembic/testing/warnings.py @@ -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 # # # This module is part of SQLAlchemy and is released under -- 2.47.2