diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-04 12:39:24 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-04 12:39:24 -0500 |
| commit | 64e72b58fd74db0c5c87407c824d08ad699e5e8e (patch) | |
| tree | 91c1a4f1860323d8779e9b768ec22327cbc57de3 /lib/sqlalchemy/event | |
| parent | a030bc9f171f6692e08eb7604f29e4bc6d51a574 (diff) | |
| download | sqlalchemy-64e72b58fd74db0c5c87407c824d08ad699e5e8e.tar.gz | |
update for 2017 copyright
Change-Id: I4e8c2aa8fe817bb2af8707410fa0201f938781de
Diffstat (limited to 'lib/sqlalchemy/event')
| -rw-r--r-- | lib/sqlalchemy/event/__init__.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/event/api.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/event/attr.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/event/base.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/event/legacy.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/event/registry.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/sqlalchemy/event/__init__.py b/lib/sqlalchemy/event/__init__.py index dddb92429..5cd01a981 100644 --- a/lib/sqlalchemy/event/__init__.py +++ b/lib/sqlalchemy/event/__init__.py @@ -1,5 +1,5 @@ # event/__init__.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 diff --git a/lib/sqlalchemy/event/api.py b/lib/sqlalchemy/event/api.py index 0af48dff3..b24c8fe8e 100644 --- a/lib/sqlalchemy/event/api.py +++ b/lib/sqlalchemy/event/api.py @@ -1,5 +1,5 @@ # event/api.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 diff --git a/lib/sqlalchemy/event/attr.py b/lib/sqlalchemy/event/attr.py index 14940136a..84ef097aa 100644 --- a/lib/sqlalchemy/event/attr.py +++ b/lib/sqlalchemy/event/attr.py @@ -1,5 +1,5 @@ # event/attr.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 diff --git a/lib/sqlalchemy/event/base.py b/lib/sqlalchemy/event/base.py index 81ef5d89c..82ef6a174 100644 --- a/lib/sqlalchemy/event/base.py +++ b/lib/sqlalchemy/event/base.py @@ -1,5 +1,5 @@ # event/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 diff --git a/lib/sqlalchemy/event/legacy.py b/lib/sqlalchemy/event/legacy.py index b359bf48a..1063606ea 100644 --- a/lib/sqlalchemy/event/legacy.py +++ b/lib/sqlalchemy/event/legacy.py @@ -1,5 +1,5 @@ # event/legacy.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 diff --git a/lib/sqlalchemy/event/registry.py b/lib/sqlalchemy/event/registry.py index e1e9262b6..acccadf38 100644 --- a/lib/sqlalchemy/event/registry.py +++ b/lib/sqlalchemy/event/registry.py @@ -1,5 +1,5 @@ # event/registry.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 |
