# HG changeset patch # User Sylvain Thénault # Date 1264067467 -3600 # Node ID 7fba9c34c88f05feb53d5507abe130872f94a171 # Parent 01e5efc0d823ffe50d7c2fa4b03efc47430a4812 update copyright diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/bookmark.py --- a/hooks/bookmark.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/bookmark.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """bookmark related hooks :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/integrity.py --- a/hooks/integrity.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/integrity.py Thu Jan 21 10:51:07 2010 +0100 @@ -2,7 +2,7 @@ validity :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/metadata.py --- a/hooks/metadata.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/metadata.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """Core hooks: set generic metadata :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/notification.py --- a/hooks/notification.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/notification.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """some hooks to handle notification on entity's changes :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/syncsession.py --- a/hooks/syncsession.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/syncsession.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """Core hooks: synchronize living session on persistent data changes :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f hooks/workflow.py --- a/hooks/workflow.py Thu Jan 21 10:48:00 2010 +0100 +++ b/hooks/workflow.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """Core hooks: workflow related hooks :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f req.py --- a/req.py Thu Jan 21 10:48:00 2010 +0100 +++ b/req.py Thu Jan 21 10:51:07 2010 +0100 @@ -1,7 +1,7 @@ """Base class for request/session :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: Library General Public License version 2 - http://www.gnu.org/licenses """ diff -r 01e5efc0d823 -r 7fba9c34c88f server/hook.py --- a/server/hook.py Thu Jan 21 10:48:00 2010 +0100 +++ b/server/hook.py Thu Jan 21 10:51:07 2010 +0100 @@ -29,7 +29,7 @@ :organization: Logilab -:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. +:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """