server/test/unittest_postgres.py
changeset 8349 fdb796435d7b
parent 8190 2a3c1b787688
parent 8343 6bd8db130476
child 8694 d901c36bcfce
--- a/server/test/unittest_postgres.py	Thu Mar 29 14:20:41 2012 +0200
+++ b/server/test/unittest_postgres.py	Tue Apr 10 17:03:19 2012 +0200
@@ -1,20 +1,20 @@
 # copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
-# This file is part of Logilab-common.
+# This file is part of CubicWeb.
 #
-# Logilab-common is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by the
-# Free Software Foundation, either version 2.1 of the License, or (at your
-# option) any later version.
+# CubicWeb is free software: you can redistribute it and/or modify it under the
+# terms of the GNU Lesser General Public License as published by the Free
+# Software Foundation, either version 2.1 of the License, or (at your option)
+# any later version.
 #
-# Logilab-common is distributed in the hope that it will be useful, but WITHOUT
+# CubicWeb is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
 # details.
 #
 # You should have received a copy of the GNU Lesser General Public License along
-# with Logilab-common.  If not, see <http://www.gnu.org/licenses/>.
+# with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 
 from __future__ import with_statement