--- 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
"""
--- 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
"""
--- 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
"""
--- 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
"""
--- 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
"""
--- 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
"""
--- 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
"""
--- 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
"""