From 5db55c999faae04ca338b0d4b034b3b99e0ca3fa Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Tue, 1 Jan 2013 13:46:21 -0500 Subject: happy new year (see #2645) --- lib/sqlalchemy/dialects/postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgres.py') diff --git a/lib/sqlalchemy/dialects/postgres.py b/lib/sqlalchemy/dialects/postgres.py index 8c5097d63..82d1a39c2 100644 --- a/lib/sqlalchemy/dialects/postgres.py +++ b/lib/sqlalchemy/dialects/postgres.py @@ -1,5 +1,5 @@ # dialects/postgres.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php -- cgit v1.2.1