From 42f2a16be7ff462048857799decc41a95c459fc3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 26 Oct 2013 16:32:17 -0400 Subject: - add copyright to source files missing it --- lib/sqlalchemy/orm/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqlalchemy/orm') diff --git a/lib/sqlalchemy/orm/base.py b/lib/sqlalchemy/orm/base.py index 47d8796b8..7e56b0228 100644 --- a/lib/sqlalchemy/orm/base.py +++ b/lib/sqlalchemy/orm/base.py @@ -3,6 +3,7 @@ # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php + """Constants and rudimental functions used throughout the ORM. """ -- cgit v1.2.1