From a81281e79e953b5afa92ff83ff173dedf70f31b5 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 22 Feb 2012 11:19:20 +0100 Subject: [PATCH] Fix license and headers --- modules/sachsen/__init__.py | 19 +++++++++++++++++++ modules/sachsen/backend.py | 25 ++++++++++++++----------- modules/sachsen/browser.py | 2 +- modules/sachsen/pages.py | 2 +- 4 files changed, 35 insertions(+), 13 deletions(-) diff --git a/modules/sachsen/__init__.py b/modules/sachsen/__init__.py index dc1061948d..ffa163ab31 100644 --- a/modules/sachsen/__init__.py +++ b/modules/sachsen/__init__.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- + +# Copyright(C) 2010-2012 Romain Bignon, Florent Fourcot +# +# This file is part of weboob. +# +# weboob is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# weboob is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with weboob. If not, see . + from .backend import SachsenLevelBackend __all__ = ['SachsenLevelBackend'] diff --git a/modules/sachsen/backend.py b/modules/sachsen/backend.py index 2d7c6ed9ba..56987575f7 100644 --- a/modules/sachsen/backend.py +++ b/modules/sachsen/backend.py @@ -1,19 +1,22 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010,2011 Romain Bignon, Florent Fourcot +# Copyright(C) 2010-2012 Romain Bignon, Florent Fourcot # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 of the License. +# This file is part of weboob. # -# This program is distributed in the hope that it will be useful, +# weboob is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# weboob is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# You should have received a copy of the GNU Affero General Public License +# along with weboob. If not, see . + from __future__ import with_statement @@ -30,7 +33,7 @@ class SachsenLevelBackend(BaseBackend, ICapWaterLevel): MAINTAINER = 'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' VERSION = '0.b' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/sachsen/browser.py b/modules/sachsen/browser.py index 0ced905d7a..eed4097e7c 100644 --- a/modules/sachsen/browser.py +++ b/modules/sachsen/browser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010-2011 Romain Bignon, Florent Fourcot +# Copyright(C) 2010-2012 Romain Bignon, Florent Fourcot # # This file is part of weboob. # diff --git a/modules/sachsen/pages.py b/modules/sachsen/pages.py index 978c8d8a7b..4b80a987cc 100644 --- a/modules/sachsen/pages.py +++ b/modules/sachsen/pages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010-2011 Romain Bignon, Florent Fourcot +# Copyright(C) 2010-2012 Romain Bignon, Florent Fourcot # # This file is part of weboob. # -- GitLab