# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1367594069 -7200 # Fri May 03 17:14:29 2013 +0200 # Node ID 545e90dae214a3e7f39d46e019a2deec2814af22 # Parent a463a3ab236d4b0d5fa7b599193b18313d312f54 [packaging] prepare 1.10.0 diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: cubicweb-email Section: web Priority: optional -Maintainer: Logilab Packaging Team <contact@logilab.fr> -Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, David Douard <david.douard@logilab.fr> +Maintainer: Logilab S.A. <contact@logilab.fr> +Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, David Douard <david.douard@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr> Build-Depends: debhelper (>= 5.0.37.1), python (>=2.6), python-dev (>=2.6) Standards-Version: 3.8.0 Homepage: http://www.cubicweb.org/project/cubicweb-email diff --git a/debian/copyright b/debian/copyright --- a/debian/copyright +++ b/debian/copyright @@ -1,18 +1,17 @@ This package was debianized by Logilab <contact@logilab.fr>. - -Upstream Author: +Upstream Author: Logilab <contact@logilab.fr> Copyright: -Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). +Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr This program is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation; either version 2 of the License, or (at your option) any +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT diff --git a/emailcites.py b/emailcites.py --- a/emailcites.py +++ b/emailcites.py @@ -1,7 +1,7 @@ """some utilities to process email information :organization: Logilab -:copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2007-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff --git a/hooks.py b/hooks.py --- a/hooks.py +++ b/hooks.py @@ -5,7 +5,7 @@ linking information are found :organization: Logilab -:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff --git a/i18n/en.po b/i18n/en.po --- a/i18n/en.po +++ b/i18n/en.po @@ -1,5 +1,5 @@ # cubicweb-email i18n catalog -# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# Copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # Logilab <contact@logilab.fr> msgid "" msgstr "" diff --git a/i18n/fr.po b/i18n/fr.po --- a/i18n/fr.po +++ b/i18n/fr.po @@ -1,5 +1,5 @@ # cubicweb-email i18n catalog -# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# Copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # Logilab <contact@logilab.fr> msgid "" msgstr "" diff --git a/schema.py b/schema.py --- a/schema.py +++ b/schema.py @@ -1,7 +1,7 @@ """entity/relation schemas to store email in an cubicweb instance :organization: Logilab -:copyright: 2006-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2006-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # pylint: disable-msg=W0404,W0622,W0704,W0613,W0152 -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr __docformat__ = "restructuredtext en" diff --git a/views/email.py b/views/email.py --- a/views/email.py +++ b/views/email.py @@ -1,7 +1,7 @@ """Specific views for email related entities :organization: Logilab -:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en"