# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1233061397 -3600 # Node ID ac5c9442b1fd80dfc0efa5c9b96bdf76aa8d9306 # Parent 49dfd0bb422cc7ba98ba9dccd719a95f20cf405a update some copyrights diff -r 49dfd0bb422c -r ac5c9442b1fd common/entity.py --- a/common/entity.py Tue Jan 27 13:58:17 2009 +0100 +++ b/common/entity.py Tue Jan 27 14:03:17 2009 +0100 @@ -1,7 +1,7 @@ """Base class for entity objects manipulated in clients :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd entities/__init__.py --- a/entities/__init__.py Tue Jan 27 13:58:17 2009 +0100 +++ b/entities/__init__.py Tue Jan 27 14:03:17 2009 +0100 @@ -1,7 +1,7 @@ """base application's entities class implementation: `AnyEntity` :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd schema.py --- a/schema.py Tue Jan 27 13:58:17 2009 +0100 +++ b/schema.py Tue Jan 27 14:03:17 2009 +0100 @@ -1,7 +1,7 @@ """classes to define schemas for CubicWeb :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd server/hooks.py --- a/server/hooks.py Tue Jan 27 13:58:17 2009 +0100 +++ b/server/hooks.py Tue Jan 27 14:03:17 2009 +0100 @@ -2,7 +2,7 @@ entities... :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd server/repository.py --- a/server/repository.py Tue Jan 27 13:58:17 2009 +0100 +++ b/server/repository.py Tue Jan 27 14:03:17 2009 +0100 @@ -11,7 +11,7 @@ :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd server/securityhooks.py --- a/server/securityhooks.py Tue Jan 27 13:58:17 2009 +0100 +++ b/server/securityhooks.py Tue Jan 27 14:03:17 2009 +0100 @@ -2,7 +2,7 @@ the user connected to a session :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff -r 49dfd0bb422c -r ac5c9442b1fd web/test/unittest_viewselector.py --- a/web/test/unittest_viewselector.py Tue Jan 27 13:58:17 2009 +0100 +++ b/web/test/unittest_viewselector.py Tue Jan 27 14:03:17 2009 +0100 @@ -1,6 +1,5 @@ # -*- coding: iso-8859-1 -*- """XXX rename, split, reorganize this - """ import os.path as osp diff -r 49dfd0bb422c -r ac5c9442b1fd web/views/baseviews.py --- a/web/views/baseviews.py Tue Jan 27 13:58:17 2009 +0100 +++ b/web/views/baseviews.py Tue Jan 27 14:03:17 2009 +0100 @@ -8,7 +8,7 @@ :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en"