backport oldstable changes stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 28 Apr 2010 12:24:20 +0200
branchstable
changeset 5426 0d4853a6e5ee
parent 5425 7c84e3f370de (current diff)
parent 5424 8ecbcbff9777 (diff)
child 5427 f0ea91195ef6
child 5429 5ca1f8fe8a42
backport oldstable changes
.hgtags
__pkginfo__.py
_exceptions.py
appobject.py
cwconfig.py
cwctl.py
cwvreg.py
dbapi.py
devtools/__init__.py
devtools/devctl.py
devtools/repotest.py
devtools/testlib.py
entities/authobjs.py
entities/lib.py
entities/schemaobjs.py
entities/test/unittest_base.py
entities/test/unittest_wfobjs.py
entities/wfobjs.py
entity.py
etwist/request.py
etwist/server.py
etwist/twconfig.py
hooks/email.py
hooks/integrity.py
hooks/metadata.py
hooks/notification.py
hooks/syncschema.py
hooks/syncsession.py
hooks/test/unittest_bookmarks.py
hooks/test/unittest_syncschema.py
migration.py
misc/migration/postcreate.py
pytestconf.py
req.py
rqlrewrite.py
rset.py
schema.py
selectors.py
server/hook.py
server/migractions.py
server/msplanner.py
server/mssteps.py
server/querier.py
server/repository.py
server/rqlannotation.py
server/schemaserial.py
server/serverconfig.py
server/session.py
server/sources/extlite.py
server/sources/ldapuser.py
server/sources/native.py
server/sources/pyrorql.py
server/sources/rql2sql.py
server/sources/storages.py
server/test/data/migratedapp/schema.py
server/test/data/schema.py
server/test/unittest_ldapuser.py
server/test/unittest_migractions.py
server/test/unittest_multisources.py
server/test/unittest_querier.py
server/test/unittest_repository.py
server/test/unittest_rql2sql.py
server/test/unittest_rqlannotation.py
server/test/unittest_security.py
server/test/unittest_storage.py
server/test/unittest_undo.py
setup.py
skeleton/entities.py.tmpl
skeleton/migration/postcreate.py.tmpl
skeleton/migration/precreate.py.tmpl
skeleton/schema.py.tmpl
skeleton/setup.py
skeleton/views.py.tmpl
sobjects/test/unittest_supervising.py
test/data/cubes/file/__pkginfo__.py
test/unittest_cwconfig.py
test/unittest_cwctl.py
test/unittest_dbapi.py
test/unittest_entity.py
test/unittest_rset.py
test/unittest_selectors.py
toolsutils.py
transaction.py
utils.py
web/_exceptions.py
web/action.py
web/application.py
web/box.py
web/captcha.py
web/component.py
web/facet.py
web/form.py
web/formfields.py
web/httpcache.py
web/request.py
web/schemaviewer.py
web/test/data/schema.py
web/test/data/views.py
web/test/unittest_application.py
web/test/unittest_urlpublisher.py
web/test/unittest_views_basecontrollers.py
web/test/unittest_views_baseviews.py
web/test/unittest_viewselector.py
web/views/actions.py
web/views/authentication.py
web/views/autoform.py
web/views/basecomponents.py
web/views/basecontrollers.py
web/views/basetemplates.py
web/views/bookmark.py
web/views/cwproperties.py
web/views/cwuser.py
web/views/editcontroller.py
web/views/editviews.py
web/views/emailaddress.py
web/views/iprogress.py
web/views/management.py
web/views/primary.py
web/views/schema.py
web/views/sessions.py
web/views/tableview.py
web/views/urlpublishing.py
web/views/workflow.py
web/webconfig.py
wsgi/handler.py
wsgi/request.py
--- a/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/__pkginfo__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/__pkginfo__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/_exceptions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/_exceptions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/_gcdebug.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/_gcdebug.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/appobject.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/appobject.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/mail.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/mail.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/mixins.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/mixins.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/mttransforms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/mttransforms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/tags.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/tags.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/common/uilib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/common/uilib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/crypto.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/crypto.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/cwconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/cwconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/cwctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/cwctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/cwvreg.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/cwvreg.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/dataimport.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/dataimport.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/dbapi.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/dbapi.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/cwtwill.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/cwtwill.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/dataimport.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/dataimport.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/devtools/devctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/devctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/fake.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/fake.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/fill.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/fill.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/devtools/htmlparser.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/htmlparser.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/livetest.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/livetest.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/realdbtest.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/realdbtest.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/repotest.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/repotest.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/stresstester.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/stresstester.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/test/data/views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/test/data/views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/test/unittest_dbfill.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/test/unittest_dbfill.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/devtools/test/unittest_fill.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/test/unittest_fill.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/test/unittest_testlib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/test/unittest_testlib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/devtools/testlib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/devtools/testlib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/doc/book/en/conf.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/doc/book/en/conf.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/doc/book/fr/conf.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/doc/book/fr/conf.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/doc/book/mode_plan.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/doc/book/mode_plan.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/doc/tools/generate_modules.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/doc/tools/generate_modules.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/authobjs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/authobjs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/lib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/lib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/schemaobjs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/schemaobjs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/test/data/migration/postcreate.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/test/data/migration/postcreate.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/test/unittest_base.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/test/unittest_base.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/entities/test/unittest_wfobjs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/test/unittest_wfobjs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entities/wfobjs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entities/wfobjs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/entity.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/entity.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/request.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/request.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/server.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/server.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/service.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/service.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/test/unittest_server.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/test/unittest_server.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/twconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/twconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/etwist/twctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/etwist/twctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/ext/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/ext/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/ext/html4zope.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/ext/html4zope.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/ext/rest.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/ext/rest.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/ext/tal.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/ext/tal.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/ext/test/unittest_rest.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/ext/test/unittest_rest.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/gettext.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/gettext.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/appobjects/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/appobjects/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/appobjects/components.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/appobjects/components.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/appobjects/dbmgmt.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/appobjects/dbmgmt.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/appobjects/gauthservice.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/appobjects/gauthservice.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/appobjects/sessions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/appobjects/sessions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/db.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/db.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/dbinit.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/dbinit.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/dbmyams.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/dbmyams.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/gaesource.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/gaesource.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/goaconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/goaconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/goactl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/goactl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/goavreg.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/goavreg.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/overrides/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/goa/overrides/mttransforms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/mttransforms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/overrides/rqlannotation.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/rqlannotation.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/overrides/server__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/server__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/goa/overrides/server_utils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/server_utils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/overrides/toolsutils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/overrides/toolsutils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/rqlinterpreter.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/rqlinterpreter.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/skel/custom.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/skel/custom.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/skel/loader.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/skel/loader.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/skel/main.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/skel/main.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/skel/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/skel/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/skel/views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/skel/views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/goa/test/data/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/data/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/data/settings.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/data/settings.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/data/views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/data/views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/goa/test/unittest_db.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_db.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/goa/test/unittest_editcontroller.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_editcontroller.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/unittest_metadata.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_metadata.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/unittest_rql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_rql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/unittest_schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/test/unittest_views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/test/unittest_views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/testlib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/testlib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/tools/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/tools/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/tools/generate_schema_img.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/tools/generate_schema_img.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/goa/tools/laxctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/goa/tools/laxctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/bookmark.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/bookmark.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/email.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/email.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/integrity.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/integrity.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/metadata.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/metadata.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/notification.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/notification.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/security.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/security.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/syncschema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/syncschema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/syncsession.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/syncsession.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/test/unittest_bookmarks.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/test/unittest_bookmarks.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/test/unittest_hooks.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/test/unittest_hooks.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/hooks/test/unittest_syncschema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/test/unittest_syncschema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/hooks/workflow.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/hooks/workflow.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/i18n.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/i18n.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/interfaces.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/interfaces.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/mail.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/mail.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/md5crypt.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/md5crypt.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/migration.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/migration.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/cwdesklets/rqlsensor/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/cwdesklets/rqlsensor/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/cwfs/cwfs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/cwfs/cwfs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/cwfs/cwfs_test.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/cwfs/cwfs_test.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/cwzope/cwzope.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/cwzope/cwzope.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/migration/bootstrapmigration_repository.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/migration/bootstrapmigration_repository.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/misc/migration/postcreate.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/misc/migration/postcreate.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/mixins.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/mixins.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/mttransforms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/mttransforms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/pytestconf.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/pytestconf.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/req.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/req.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/rqlrewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/rqlrewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/rset.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/rset.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/rtags.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/rtags.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schemas/Bookmark.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schemas/Bookmark.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schemas/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schemas/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schemas/base.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schemas/base.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schemas/bootstrap.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schemas/bootstrap.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/schemas/workflow.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/schemas/workflow.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/selectors.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/selectors.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/checkintegrity.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/checkintegrity.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/hook.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/hook.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/hookhelper.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/hookhelper.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/hooksmanager.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/hooksmanager.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/migractions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/migractions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/msplanner.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/msplanner.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/mssteps.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/mssteps.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/pool.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/pool.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/querier.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/querier.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/repository.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/repository.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/rqlannotation.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/rqlannotation.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/schemaserial.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/schemaserial.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/server.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/server.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/serverconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/serverconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/serverctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/serverctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/session.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/session.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/extlite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/extlite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/ldapuser.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/ldapuser.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/native.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/native.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/pyrorql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/pyrorql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/rql2sql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/rql2sql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sources/storages.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sources/storages.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/sqlutils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/sqlutils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/ssplanner.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/ssplanner.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/extern_mapping.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/extern_mapping.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/hooks.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/hooks.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/migratedapp/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/migratedapp/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/migratedapp/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/migratedapp/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/migration/postcreate.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/migration/postcreate.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/data/site_cubicweb.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/data/site_cubicweb.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_checkintegrity.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_checkintegrity.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_hook.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_hook.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/server/test/unittest_ldapuser.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_ldapuser.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_migractions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_migractions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_msplanner.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_msplanner.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_multisources.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_multisources.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_querier.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_querier.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/server/test/unittest_repository.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_repository.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/server/test/unittest_rql2sql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_rql2sql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_rqlannotation.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_rqlannotation.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/server/test/unittest_schemaserial.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_schemaserial.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_security.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_security.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_session.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_session.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_sqlutils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_sqlutils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_ssplanner.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_ssplanner.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_storage.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_storage.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_tools.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_tools.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/test/unittest_undo.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/test/unittest_undo.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/server/utils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/server/utils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/setup.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/setup.py	Wed Apr 28 12:24:20 2010 +0200
@@ -11,7 +11,7 @@
 # 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.
--- a/skeleton/test/pytestconf.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/skeleton/test/pytestconf.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/skeleton/test/realdb_test_CUBENAME.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/skeleton/test/realdb_test_CUBENAME.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/skeleton/test/test_CUBENAME.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/skeleton/test/test_CUBENAME.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/notification.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/notification.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/supervising.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/supervising.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/test/data/sobjects/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/test/data/sobjects/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/test/unittest_email.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/test/unittest_email.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/sobjects/test/unittest_notification.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/test/unittest_notification.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/sobjects/test/unittest_supervising.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/test/unittest_supervising.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/sobjects/textparsers.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/sobjects/textparsers.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/spa2rql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/spa2rql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/tags.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/tags.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/cubes/file/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/cubes/file/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/cubes/file/__pkginfo__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/cubes/file/__pkginfo__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/test/data/cubes/mycube/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/cubes/mycube/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/cubes/mycube/__pkginfo__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/cubes/mycube/__pkginfo__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/entities.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/entities.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/erqlexpr_on_ertype.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/erqlexpr_on_ertype.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.0.3_Any.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.0.3_Any.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.0.4_Any.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.0.4_Any.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.1.0_Any.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.1.0_Any.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.1.0_common.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.1.0_common.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.1.0_repository.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.1.0_repository.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.1.0_web.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.1.0_web.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/migration/0.1.2_Any.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/migration/0.1.2_Any.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/rewrite/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/rewrite/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/rewrite/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/rewrite/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/rqlexpr_on_ertype_read.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/rqlexpr_on_ertype_read.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/rrqlexpr_on_attr.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/rrqlexpr_on_attr.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/rrqlexpr_on_eetype.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/rrqlexpr_on_eetype.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/server_migration/bootstrapmigration_repository.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/server_migration/bootstrapmigration_repository.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/data/views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/data/views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_cwconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_cwconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_cwctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_cwctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_dbapi.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_dbapi.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_entity.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_entity.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/test/unittest_mail.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_mail.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/test/unittest_migration.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_migration.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_req.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_req.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_rqlrewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_rqlrewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_rset.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_rset.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/test/unittest_rtags.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_rtags.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_selectors.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_selectors.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_spa2rql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_spa2rql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_uilib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_uilib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/test/unittest_utils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_utils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/test/unittest_vregistry.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/test/unittest_vregistry.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/toolsutils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/toolsutils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/transaction.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/transaction.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/uilib.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/uilib.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/utils.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/utils.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/view.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/view.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/vregistry.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/vregistry.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/_exceptions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/_exceptions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/action.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/action.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/application.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/application.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/box.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/box.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/captcha.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/captcha.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/component.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/component.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/controller.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/controller.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/facet.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/facet.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/form.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/form.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/formfields.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/formfields.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/formwidgets.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/formwidgets.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/htmlwidgets.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/htmlwidgets.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/httpcache.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/httpcache.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/request.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/request.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/schemaviewer.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/schemaviewer.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/data/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/data/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/data/views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/data/views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/test_views.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/test_views.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_application.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_application.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/test/unittest_breadcrumbs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_breadcrumbs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_controller.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_controller.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_form.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_form.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_formfields.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_formfields.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_magicsearch.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_magicsearch.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/test/unittest_uicfg.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_uicfg.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_urlpublisher.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_urlpublisher.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/test/unittest_urlrewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_urlrewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_actions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_actions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_apacherewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_apacherewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_basecontrollers.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_basecontrollers.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_basetemplates.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_basetemplates.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_baseviews.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_baseviews.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_editforms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_editforms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_embeding.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_embeding.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_navigation.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_navigation.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_pyviews.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_pyviews.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_views_searchrestriction.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_views_searchrestriction.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_viewselector.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_viewselector.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/test/unittest_web.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_web.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/test/unittest_webconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/test/unittest_webconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/uicfg.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/uicfg.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/actions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/actions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/ajaxedit.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/ajaxedit.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/apacherewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/apacherewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/authentication.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/authentication.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/autoform.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/autoform.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/basecomponents.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/basecomponents.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/basecontrollers.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/basecontrollers.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/views/basetemplates.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/basetemplates.py	Wed Apr 28 12:24:20 2010 +0200
@@ -9,7 +9,7 @@
 # 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.
--- a/web/views/baseviews.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/baseviews.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/bookmark.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/bookmark.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/boxes.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/boxes.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/calendar.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/calendar.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/csvexport.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/csvexport.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/cwproperties.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/cwproperties.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/cwuser.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/cwuser.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/debug.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/debug.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/editcontroller.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/editcontroller.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/editforms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/editforms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/editviews.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/editviews.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/emailaddress.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/emailaddress.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/embedding.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/embedding.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/error.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/error.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/facets.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/facets.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/formrenderers.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/formrenderers.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/forms.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/forms.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/ibreadcrumbs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/ibreadcrumbs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/idownloadable.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/idownloadable.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/igeocodable.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/igeocodable.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/iprogress.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/iprogress.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/isioc.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/isioc.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/magicsearch.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/magicsearch.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/management.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/management.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/massmailing.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/massmailing.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/navigation.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/navigation.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/old_calendar.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/old_calendar.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/owl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/owl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/plots.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/plots.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/primary.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/primary.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/pyviews.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/pyviews.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/schema.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/schema.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/searchrestriction.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/searchrestriction.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/sessions.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/sessions.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/sparql.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/sparql.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/startup.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/startup.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/tableview.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/tableview.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/tabs.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/tabs.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/timeline.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/timeline.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/timetable.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/timetable.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/treeview.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/treeview.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/urlpublishing.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/urlpublishing.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/urlrewrite.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/urlrewrite.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/vcard.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/vcard.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/wdoc.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/wdoc.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/workflow.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/workflow.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/xbel.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/xbel.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/views/xmlrss.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/views/xmlrss.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/webconfig.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/webconfig.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/web/webctl.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/web/webctl.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/wsgi/__init__.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/wsgi/__init__.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/wsgi/handler.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/wsgi/handler.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/wsgi/request.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/wsgi/request.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.
--- a/xy.py	Wed Apr 28 12:21:48 2010 +0200
+++ b/xy.py	Wed Apr 28 12:24:20 2010 +0200
@@ -8,7 +8,7 @@
 # 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.