diff --git a/modules/sachsen/__init__.py b/modules/sachsen/__init__.py index dc1061948d87da07adc69bc740eac679a555e2f9..ffa163ab31e431917557d39c237f3c7cb8737e90 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 2d7c6ed9ba49ff7812d1c23eb2f58dc0c570fec4..56987575f73cb34ca9c282f77d13631091821e40 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 0ced905d7af18130161ffaa5b614bef1f52d8409..eed4097e7ced6fd90037f1037d27cafb53808314 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 978c8d8a7bef72cd68834fb945ca1d5a9abe4394..4b80a987cc506cc344f07f4d762397629f5917ff 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. #