]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- happy new year
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jan 2017 17:41:05 +0000 (12:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jan 2017 17:41:55 +0000 (12:41 -0500)
Change-Id: I88881e76cd37653f338d1aa8a4c76463ea3cdc77

LICENSE
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
docs/build/conf.py

diff --git a/LICENSE b/LICENSE
index 8ef99a6507b34f71f73beb90bbcc0a0f7f184b25..897e9b15cf2b345203d65bf9bf700e1f61cd55a5 100644 (file)
--- 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
index 7c704ba468e9c58bee31f3a31a7da38058bc7d54..9927268253f7a8748281ab2fda9b128096feb9de 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index f12936f7feeab5b23b9fec23c57c2e10165e0b4c..dadabc8a157ea6c490b688a783e4cc81ebc3f602 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 31aead2e7ce7b83120523ab732f05a4ab03719ce..75348d4e257db38ed4103b20dd0681c378517d29 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ed6a93fd632acf7366f447610678abfed32c209d..db8a67313943e8a703b86dc9f30471e39a5e3fd1 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index e982a0cccb192d61aba4f98606f30f37221a79f6..1adfccb168bb93be009a7e84af268e1e9f261883 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1449b27677842a0a55a5fdd11f52de5e0fb6cdd0..fa83288457e93e459931ae74f44a5cbf57f90333 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 91905f32847d9335840420a1e888329f111225f2..d4adbcf85593c5198de0e465eebba08108599f06 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b7418074ce29877d7772cf9b4cbe8c5978e8a26e..397938f0ba66132d27aaa945884aebfc5c3a9432 100644 (file)
@@ -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
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7e9fcaf705988320563cf6615f462ebc79a35c46..64e9f7f57aea3b152b710d7089a9976f8a995fd3 100644 (file)
@@ -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