Change license year.
[pithos] / pithos / backends / lib / sqlalchemy / dbwrapper.py
index c85b37d..9f3a37d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 GRNET S.A. All rights reserved.
+# Copyright 2011-2012 GRNET S.A. All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or
 # without modification, are permitted provided that the following
@@ -37,6 +37,7 @@ from sqlalchemy.engine import Engine
 from sqlalchemy.pool import NullPool
 from sqlalchemy.interfaces import PoolListener
 
+
 class DBWrapper(object):
     """Database connection wrapper."""