From ba919226d346f234284cb1f2bd9def2ed49e663c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 4 Jan 2017 12:41:05 -0500 Subject: [PATCH] - happy new year Change-Id: I88881e76cd37653f338d1aa8a4c76463ea3cdc77 --- LICENSE | 2 +- 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 +- docs/build/conf.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 8ef99a65..897e9b15 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This is the MIT license: http://www.opensource.org/licenses/mit-license.php -Copyright (C) 2009-2016 by Michael Bayer. +Copyright (C) 2009-2017 by Michael Bayer. Alembic is a trademark of Michael Bayer. Permission is hereby granted, free of charge, to any person obtaining a copy of this diff --git a/alembic/testing/config.py b/alembic/testing/config.py index 7c704ba4..99272682 100644 --- a/alembic/testing/config.py +++ b/alembic/testing/config.py @@ -1,5 +1,5 @@ # testing/config.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 f12936f7..dadabc8a 100644 --- a/alembic/testing/engines.py +++ b/alembic/testing/engines.py @@ -1,5 +1,5 @@ # testing/engines.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 31aead2e..75348d4e 100644 --- a/alembic/testing/exclusions.py +++ b/alembic/testing/exclusions.py @@ -1,5 +1,5 @@ # testing/exclusions.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 ed6a93fd..db8a6731 100644 --- a/alembic/testing/mock.py +++ b/alembic/testing/mock.py @@ -1,5 +1,5 @@ # testing/mock.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 e982a0cc..1adfccb1 100644 --- a/alembic/testing/plugin/noseplugin.py +++ b/alembic/testing/plugin/noseplugin.py @@ -1,5 +1,5 @@ # plugin/noseplugin.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 1449b276..fa832884 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-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 91905f32..d4adbcf8 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-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 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 b7418074..397938f0 100644 --- a/alembic/testing/warnings.py +++ b/alembic/testing/warnings.py @@ -1,5 +1,5 @@ # testing/warnings.py -# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors # # # This module is part of SQLAlchemy and is released under diff --git a/docs/build/conf.py b/docs/build/conf.py index 7e9fcaf7..64e9f7f5 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -63,7 +63,7 @@ master_doc = 'index' # General information about the project. project = u'Alembic' -copyright = u'2010-2016, Mike Bayer' +copyright = u'2010-2017, Mike Bayer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- 2.47.2