From 699272e4dcb9aa71ebbc0d9487fb6de82d3abc2b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 12 Jan 2018 14:23:53 -0500 Subject: happy new year Change-Id: I3ef36bfd0cb0ba62b3123c8cf92370a43156cf8f --- lib/sqlalchemy/event/__init__.py | 2 +- lib/sqlalchemy/event/api.py | 2 +- lib/sqlalchemy/event/attr.py | 2 +- lib/sqlalchemy/event/base.py | 2 +- lib/sqlalchemy/event/legacy.py | 2 +- lib/sqlalchemy/event/registry.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/sqlalchemy/event') diff --git a/lib/sqlalchemy/event/__init__.py b/lib/sqlalchemy/event/__init__.py index 5cd01a981..a7e27e9b6 100644 --- a/lib/sqlalchemy/event/__init__.py +++ b/lib/sqlalchemy/event/__init__.py @@ -1,5 +1,5 @@ # event/__init__.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # 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 b24c8fe8e..acfacc233 100644 --- a/lib/sqlalchemy/event/api.py +++ b/lib/sqlalchemy/event/api.py @@ -1,5 +1,5 @@ # event/api.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # 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 84ef097aa..1068257cb 100644 --- a/lib/sqlalchemy/event/attr.py +++ b/lib/sqlalchemy/event/attr.py @@ -1,5 +1,5 @@ # event/attr.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # 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 82ef6a174..47bcc444a 100644 --- a/lib/sqlalchemy/event/base.py +++ b/lib/sqlalchemy/event/base.py @@ -1,5 +1,5 @@ # event/base.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # 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 1063606ea..1883070f4 100644 --- a/lib/sqlalchemy/event/legacy.py +++ b/lib/sqlalchemy/event/legacy.py @@ -1,5 +1,5 @@ # event/legacy.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # 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 acccadf38..758230487 100644 --- a/lib/sqlalchemy/event/registry.py +++ b/lib/sqlalchemy/event/registry.py @@ -1,5 +1,5 @@ # event/registry.py -# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors # # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1