From 7e2bb91b3b7f3899492c48507da50875829d4bbe Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Thu, 7 Apr 2011 17:52:16 +0200 Subject: [PATCH] change license to AGPLv3+ --- COPYING | 148 ++++++++---------- scripts/boobank | 22 +-- scripts/boobank-munin | 24 +-- scripts/boobathon | 20 +-- scripts/boobmsg | 22 +-- scripts/chatoob | 22 +-- scripts/geolooc | 22 +-- scripts/havesex | 22 +-- scripts/masstransit | 22 +-- scripts/monboob | 22 +-- scripts/qboobmsg | 22 +-- scripts/qhavesex | 22 +-- scripts/qvideoob | 22 +-- scripts/qwebcontentedit | 22 +-- scripts/radioob | 22 +-- scripts/traveloob | 22 +-- scripts/videoob | 22 +-- scripts/videoob-webserver | 22 +-- scripts/webcontentedit | 22 +-- scripts/weboob-cli | 22 +-- scripts/weboob-config | 22 +-- scripts/weboob-config-qt | 22 +-- scripts/weboob-debug | 22 +-- scripts/weboorrents | 22 +-- scripts/wetboobs | 22 +-- setup.py | 22 +-- tools/make_man.py | 22 +-- tools/weboob_bash_completion | 22 +-- weboob/applications/boobank/__init__.py | 22 +-- weboob/applications/boobank/boobank.py | 20 +-- weboob/applications/boobathon/__init__.py | 20 +-- weboob/applications/boobathon/boobathon.py | 36 +++-- weboob/applications/boobmsg/__init__.py | 22 +-- weboob/applications/boobmsg/boobmsg.py | 20 +-- weboob/applications/chatoob/__init__.py | 22 +-- weboob/applications/chatoob/chatoob.py | 22 +-- weboob/applications/geolooc/__init__.py | 22 +-- weboob/applications/geolooc/geolooc.py | 22 +-- weboob/applications/havesex/__init__.py | 22 +-- weboob/applications/havesex/havesex.py | 22 +-- weboob/applications/masstransit/__init__.py | 22 +-- .../applications/masstransit/masstransit.py | 22 +-- weboob/applications/monboob/__init__.py | 24 +-- weboob/applications/monboob/monboob.py | 22 +-- weboob/applications/qboobmsg/main_window.py | 22 +-- .../applications/qboobmsg/messages_manager.py | 22 +-- weboob/applications/qboobmsg/qboobmsg.py | 22 +-- weboob/applications/qhavesex/contacts.py | 22 +-- weboob/applications/qhavesex/main_window.py | 22 +-- weboob/applications/qhavesex/qhavesex.py | 22 +-- weboob/applications/qhavesex/status.py | 22 +-- weboob/applications/qvideoob/main_window.py | 22 +-- weboob/applications/qvideoob/minivideo.py | 22 +-- weboob/applications/qvideoob/qvideoob.py | 22 +-- weboob/applications/qvideoob/video.py | 22 +-- .../qwebcontentedit/main_window.py | 20 +-- .../qwebcontentedit/qwebcontentedit.py | 20 +-- weboob/applications/qweboobcfg/__init__.py | 22 +-- weboob/applications/qweboobcfg/qweboobcfg.py | 22 +-- weboob/applications/radioob/__init__.py | 22 +-- weboob/applications/radioob/radioob.py | 22 +-- weboob/applications/traveloob/__init__.py | 22 +-- weboob/applications/traveloob/traveloob.py | 22 +-- weboob/applications/videoob/__init__.py | 22 +-- weboob/applications/videoob/videoob.py | 20 +-- weboob/applications/videoob_web/__init__.py | 22 +-- .../applications/videoob_web/videoob_web.py | 22 +-- .../applications/webcontentedit/__init__.py | 22 +-- .../webcontentedit/webcontentedit.py | 22 +-- weboob/applications/weboobcfg/__init__.py | 22 +-- weboob/applications/weboobcfg/weboobcfg.py | 22 +-- weboob/applications/weboobcli/__init__.py | 22 +-- weboob/applications/weboobcli/weboobcli.py | 22 +-- weboob/applications/weboobdebug/__init__.py | 22 +-- .../applications/weboobdebug/weboobdebug.py | 22 +-- weboob/applications/weboorrents/__init__.py | 22 +-- .../applications/weboorrents/weboorrents.py | 20 +-- weboob/applications/wetboobs/__init__.py | 22 +-- weboob/applications/wetboobs/wetboobs.py | 20 +-- weboob/backends/arte/__init__.py | 22 +-- weboob/backends/arte/backend.py | 24 +-- weboob/backends/arte/browser.py | 22 +-- weboob/backends/arte/pages.py | 22 +-- weboob/backends/arte/test.py | 22 +-- weboob/backends/arte/video.py | 22 +-- weboob/backends/aum/__init__.py | 22 +-- weboob/backends/aum/antispam.py | 22 +-- weboob/backends/aum/backend.py | 24 +-- weboob/backends/aum/browser.py | 22 +-- weboob/backends/aum/captcha.py | 22 +-- weboob/backends/aum/exceptions.py | 22 +-- .../backends/aum/optim/priority_connection.py | 22 +-- weboob/backends/aum/optim/profiles_walker.py | 22 +-- weboob/backends/aum/optim/queries_queue.py | 22 +-- weboob/backends/aum/optim/visibility.py | 22 +-- weboob/backends/aum/pages/account.py | 22 +-- weboob/backends/aum/pages/base.py | 22 +-- weboob/backends/aum/pages/baskets.py | 22 +-- weboob/backends/aum/pages/contact_list.py | 22 +-- weboob/backends/aum/pages/contact_thread.py | 22 +-- weboob/backends/aum/pages/edit.py | 22 +-- weboob/backends/aum/pages/home.py | 22 +-- weboob/backends/aum/pages/login.py | 22 +-- weboob/backends/aum/pages/profile.py | 22 +-- .../backends/aum/pages/profileslist_base.py | 22 +-- weboob/backends/aum/pages/search.py | 22 +-- weboob/backends/aum/pages/wait.py | 22 +-- weboob/backends/aum/test.py | 22 +-- weboob/backends/bnporc/__init__.py | 22 +-- weboob/backends/bnporc/backend.py | 24 +-- weboob/backends/bnporc/browser.py | 22 +-- weboob/backends/bnporc/captcha.py | 22 +-- weboob/backends/bnporc/errors.py | 22 +-- weboob/backends/bnporc/pages/__init__.py | 22 +-- .../backends/bnporc/pages/account_coming.py | 22 +-- .../backends/bnporc/pages/account_history.py | 22 +-- weboob/backends/bnporc/pages/accounts_list.py | 22 +-- weboob/backends/bnporc/pages/login.py | 22 +-- weboob/backends/bnporc/pages/transfer.py | 22 +-- weboob/backends/bnporc/test.py | 22 +-- weboob/backends/bouygues/backend.py | 24 +-- weboob/backends/bouygues/browser.py | 22 +-- weboob/backends/bouygues/pages/compose.py | 22 +-- weboob/backends/bouygues/pages/login.py | 22 +-- weboob/backends/bouygues/test.py | 22 +-- weboob/backends/bp/__init__.py | 26 ++- weboob/backends/bp/backend.py | 24 +-- weboob/backends/bp/browser.py | 22 +-- weboob/backends/bp/pages/__init__.py | 22 +-- weboob/backends/bp/pages/accounthistory.py | 22 +-- weboob/backends/bp/pages/accountlist.py | 20 +-- weboob/backends/bp/pages/login.py | 22 +-- weboob/backends/bp/pages/transfer.py | 22 +-- weboob/backends/canalplus/__init__.py | 22 +-- weboob/backends/canalplus/backend.py | 24 +-- weboob/backends/canalplus/browser.py | 22 +-- weboob/backends/canalplus/pages/__init__.py | 22 +-- weboob/backends/canalplus/pages/initpage.py | 22 +-- weboob/backends/canalplus/pages/video.py | 22 +-- weboob/backends/canalplus/pages/videopage.py | 22 +-- weboob/backends/canalplus/test.py | 22 +-- weboob/backends/canaltp/__init__.py | 22 +-- weboob/backends/canaltp/backend.py | 24 +-- weboob/backends/canaltp/browser.py | 22 +-- weboob/backends/canaltp/test.py | 22 +-- weboob/backends/cragr/__init__.py | 22 +-- weboob/backends/cragr/backend.py | 24 +-- weboob/backends/cragr/browser.py | 22 +-- weboob/backends/cragr/pages/__init__.py | 22 +-- weboob/backends/cragr/pages/accounts_list.py | 22 +-- weboob/backends/cragr/pages/base.py | 22 +-- weboob/backends/cragr/pages/login.py | 22 +-- weboob/backends/cragr/test.py | 22 +-- weboob/backends/creditmutuel/__init__.py | 22 +-- weboob/backends/creditmutuel/backend.py | 24 +-- weboob/backends/creditmutuel/browser.py | 22 +-- weboob/backends/creditmutuel/pages.py | 22 +-- weboob/backends/creditmutuel/test.py | 22 +-- weboob/backends/dailymotion/backend.py | 22 +-- weboob/backends/dailymotion/browser.py | 20 +-- weboob/backends/dailymotion/pages.py | 20 +-- weboob/backends/dailymotion/test.py | 20 +-- weboob/backends/dailymotion/video.py | 20 +-- weboob/backends/dlfp/__init__.py | 22 +-- weboob/backends/dlfp/backend.py | 22 +-- weboob/backends/dlfp/browser.py | 20 +-- weboob/backends/dlfp/pages/board.py | 20 +-- weboob/backends/dlfp/pages/index.py | 20 +-- weboob/backends/dlfp/pages/news.py | 20 +-- weboob/backends/dlfp/pages/wiki.py | 20 +-- weboob/backends/dlfp/test.py | 20 +-- weboob/backends/dlfp/tools.py | 20 +-- weboob/backends/ecrans/GenericBackend.py | 22 +-- weboob/backends/ecrans/__init__.py | 22 +-- weboob/backends/ecrans/backend.py | 22 +-- weboob/backends/ecrans/browser.py | 20 +-- weboob/backends/ecrans/pages/article.py | 20 +-- weboob/backends/ecrans/test.py | 20 +-- weboob/backends/ecrans/tools.py | 20 +-- weboob/backends/fourchan/backend.py | 24 +-- weboob/backends/fourchan/browser.py | 22 +-- weboob/backends/fourchan/pages/board.py | 22 +-- weboob/backends/fourchan/test.py | 22 +-- weboob/backends/gazelle/backend.py | 24 +-- weboob/backends/gazelle/browser.py | 22 +-- weboob/backends/gazelle/pages/index.py | 22 +-- weboob/backends/gazelle/pages/torrents.py | 22 +-- weboob/backends/gazelle/test.py | 22 +-- weboob/backends/geolocip/backend.py | 24 +-- weboob/backends/geolocip/test.py | 22 +-- weboob/backends/ina/backend.py | 24 +-- weboob/backends/ina/browser.py | 22 +-- weboob/backends/ina/pages/search.py | 22 +-- weboob/backends/ina/pages/video.py | 22 +-- weboob/backends/ina/test.py | 22 +-- weboob/backends/ina/video.py | 22 +-- weboob/backends/inrocks/GenericBackend.py | 22 +-- weboob/backends/inrocks/__init__.py | 21 +-- weboob/backends/inrocks/backend.py | 22 +-- weboob/backends/inrocks/browser.py | 20 +-- weboob/backends/inrocks/pages/article.py | 20 +-- weboob/backends/inrocks/pages/inrockstv.py | 20 +-- weboob/backends/inrocks/test.py | 20 +-- weboob/backends/inrocks/tools.py | 20 +-- weboob/backends/ipinfodb/backend.py | 24 +-- weboob/backends/ipinfodb/test.py | 22 +-- weboob/backends/isohunt/backend.py | 24 +-- weboob/backends/isohunt/browser.py | 22 +-- weboob/backends/isohunt/pages/torrents.py | 22 +-- weboob/backends/isohunt/test.py | 22 +-- weboob/backends/kickass/backend.py | 24 +-- weboob/backends/kickass/browser.py | 22 +-- weboob/backends/kickass/pages/torrents.py | 22 +-- weboob/backends/kickass/test.py | 22 +-- weboob/backends/lcl/__init__.py | 22 +-- weboob/backends/lcl/backend.py | 22 +-- weboob/backends/lcl/browser.py | 20 +-- weboob/backends/lcl/pages.py | 20 +-- weboob/backends/lcl/test.py | 22 +-- weboob/backends/lefigaro/GenericBackend.py | 22 +-- weboob/backends/lefigaro/__init__.py | 22 +-- weboob/backends/lefigaro/backend.py | 22 +-- weboob/backends/lefigaro/browser.py | 20 +-- weboob/backends/lefigaro/pages/article.py | 20 +-- weboob/backends/lefigaro/pages/flashactu.py | 20 +-- weboob/backends/lefigaro/pages/simple.py | 20 +-- weboob/backends/lefigaro/test.py | 20 +-- weboob/backends/lefigaro/tools.py | 20 +-- weboob/backends/lemouv/__init__.py | 20 +-- weboob/backends/lemouv/backend.py | 20 +-- weboob/backends/lemouv/browser.py | 20 +-- weboob/backends/lemouv/pages.py | 20 +-- weboob/backends/mediawiki/__init__.py | 20 +-- weboob/backends/mediawiki/backend.py | 22 +-- weboob/backends/mediawiki/browser.py | 20 +-- weboob/backends/mediawiki/test.py | 20 +-- weboob/backends/meteofrance/__init__.py | 22 +-- weboob/backends/meteofrance/backend.py | 24 +-- weboob/backends/meteofrance/browser.py | 22 +-- weboob/backends/meteofrance/pages/__init__.py | 22 +-- weboob/backends/meteofrance/pages/meteo.py | 22 +-- weboob/backends/meteofrance/test.py | 22 +-- weboob/backends/minutes20/GenericBackend.py | 22 +-- weboob/backends/minutes20/__init__.py | 20 +-- weboob/backends/minutes20/backend.py | 22 +-- weboob/backends/minutes20/browser.py | 20 +-- weboob/backends/minutes20/pages/article.py | 20 +-- weboob/backends/minutes20/pages/simple.py | 20 +-- weboob/backends/minutes20/test.py | 20 +-- weboob/backends/minutes20/tools.py | 20 +-- weboob/backends/newsfeed/__init__.py | 22 +-- weboob/backends/newsfeed/backend.py | 22 +-- weboob/backends/newsfeed/test.py | 22 +-- weboob/backends/orange/backend.py | 24 +-- weboob/backends/orange/browser.py | 22 +-- weboob/backends/orange/pages/__init__.py | 22 +-- weboob/backends/orange/pages/compose.py | 22 +-- weboob/backends/orange/pages/login.py | 22 +-- weboob/backends/ouifm/__init__.py | 22 +-- weboob/backends/ouifm/backend.py | 24 +-- weboob/backends/ouifm/browser.py | 22 +-- weboob/backends/ouifm/pages.py | 22 +-- weboob/backends/ouifm/test.py | 22 +-- weboob/backends/piratebay/backend.py | 24 +-- weboob/backends/piratebay/browser.py | 22 +-- weboob/backends/piratebay/pages/index.py | 22 +-- weboob/backends/piratebay/pages/torrents.py | 22 +-- weboob/backends/piratebay/test.py | 22 +-- weboob/backends/redmine/__init__.py | 22 +-- weboob/backends/redmine/backend.py | 24 +-- weboob/backends/redmine/browser.py | 22 +-- weboob/backends/redmine/pages/index.py | 22 +-- weboob/backends/redmine/pages/wiki.py | 22 +-- weboob/backends/sfr/backend.py | 24 +-- weboob/backends/sfr/browser.py | 22 +-- weboob/backends/sfr/pages/compose.py | 22 +-- weboob/backends/sfr/pages/login.py | 22 +-- weboob/backends/sfr/test.py | 22 +-- weboob/backends/societegenerale/__init__.py | 22 +-- weboob/backends/societegenerale/backend.py | 24 +-- weboob/backends/societegenerale/browser.py | 22 +-- weboob/backends/societegenerale/captcha.py | 22 +-- .../societegenerale/pages/__init__.py | 22 +-- .../societegenerale/pages/accounts_list.py | 22 +-- .../backends/societegenerale/pages/login.py | 22 +-- weboob/backends/societegenerale/test.py | 22 +-- weboob/backends/transilien/__init__.py | 22 +-- weboob/backends/transilien/backend.py | 24 +-- weboob/backends/transilien/browser.py | 22 +-- weboob/backends/transilien/pages/route.py | 22 +-- weboob/backends/transilien/pages/station.py | 22 +-- weboob/backends/transilien/stations.py | 22 +-- weboob/backends/transilien/test.py | 22 +-- weboob/backends/yahoo/__init__.py | 22 +-- weboob/backends/yahoo/backend.py | 24 +-- weboob/backends/yahoo/test.py | 20 +-- weboob/backends/youjizz/__init__.py | 22 +-- weboob/backends/youjizz/backend.py | 24 +-- weboob/backends/youjizz/browser.py | 22 +-- weboob/backends/youjizz/pages/index.py | 22 +-- weboob/backends/youjizz/pages/video.py | 22 +-- weboob/backends/youjizz/test.py | 22 +-- weboob/backends/youjizz/video.py | 22 +-- weboob/backends/youporn/backend.py | 24 +-- weboob/backends/youporn/browser.py | 22 +-- weboob/backends/youporn/pages/base.py | 22 +-- weboob/backends/youporn/pages/index.py | 22 +-- weboob/backends/youporn/pages/video.py | 22 +-- weboob/backends/youporn/test.py | 22 +-- weboob/backends/youporn/video.py | 22 +-- weboob/backends/youtube/__init__.py | 22 +-- weboob/backends/youtube/backend.py | 24 +-- weboob/backends/youtube/browser.py | 22 +-- weboob/backends/youtube/pages.py | 22 +-- weboob/backends/youtube/test.py | 22 +-- weboob/backends/youtube/video.py | 22 +-- weboob/capabilities/account.py | 22 +-- weboob/capabilities/bank.py | 22 +-- weboob/capabilities/base.py | 22 +-- weboob/capabilities/chat.py | 22 +-- weboob/capabilities/contact.py | 22 +-- weboob/capabilities/content.py | 22 +-- weboob/capabilities/dating.py | 22 +-- weboob/capabilities/geolocip.py | 22 +-- weboob/capabilities/messages.py | 22 +-- weboob/capabilities/radio.py | 22 +-- weboob/capabilities/torrent.py | 22 +-- weboob/capabilities/travel.py | 22 +-- weboob/capabilities/video.py | 22 +-- weboob/capabilities/weather.py | 22 +-- weboob/core/__init__.py | 22 +-- weboob/core/backendscfg.py | 22 +-- weboob/core/bcall.py | 22 +-- weboob/core/modules.py | 22 +-- weboob/core/ouiboube.py | 22 +-- weboob/core/scheduler.py | 22 +-- weboob/tools/application/base.py | 22 +-- weboob/tools/application/console.py | 20 +-- weboob/tools/application/formatters/csv.py | 22 +-- .../application/formatters/iformatter.py | 20 +-- weboob/tools/application/formatters/load.py | 22 +-- .../tools/application/formatters/multiline.py | 22 +-- weboob/tools/application/formatters/simple.py | 22 +-- weboob/tools/application/formatters/table.py | 22 +-- .../application/formatters/webkit/__init__.py | 22 +-- .../formatters/webkit/webkitgtk.py | 22 +-- weboob/tools/application/javascript.py | 22 +-- weboob/tools/application/media_player.py | 22 +-- weboob/tools/application/qt/backendcfg.py | 20 +-- weboob/tools/application/qt/qt.py | 22 +-- weboob/tools/application/repl.py | 27 ++-- weboob/tools/application/results.py | 22 +-- weboob/tools/backend.py | 22 +-- weboob/tools/browser/__init__.py | 22 +-- weboob/tools/browser/browser.py | 22 +-- weboob/tools/browser/decorators.py | 22 +-- weboob/tools/browser/firefox_cookies.py | 22 +-- weboob/tools/config/iconfig.py | 22 +-- weboob/tools/config/iniconfig.py | 22 +-- weboob/tools/config/yamlconfig.py | 22 +-- weboob/tools/decorators.py | 22 +-- weboob/tools/genericArticle.py | 20 +-- weboob/tools/inspect.py | 22 +-- weboob/tools/log.py | 22 +-- weboob/tools/mech.py | 22 +-- weboob/tools/misc.py | 22 +-- weboob/tools/newsfeed.py | 22 +-- weboob/tools/ordereddict.py | 22 +-- weboob/tools/parsers/__init__.py | 22 +-- weboob/tools/parsers/elementtidyparser.py | 22 +-- weboob/tools/parsers/html5libparser.py | 22 +-- weboob/tools/parsers/htmlparser.py | 22 +-- weboob/tools/parsers/iparser.py | 22 +-- weboob/tools/parsers/lxmlparser.py | 22 +-- weboob/tools/parsers/lxmlsoupparser.py | 22 +-- weboob/tools/property.py | 22 +-- weboob/tools/storage.py | 22 +-- weboob/tools/test.py | 22 +-- weboob/tools/value.py | 22 +-- 379 files changed, 4589 insertions(+), 3845 deletions(-) diff --git a/COPYING b/COPYING index 10926e87f1..dba13ed2dd 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,17 +7,15 @@ Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -635,41 +633,29 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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 + 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. This program 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. + GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see +For more information on this, and how to apply and follow the GNU AGPL, see . - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - diff --git a/scripts/boobank b/scripts/boobank index b208313a31..d4de997996 100755 --- a/scripts/boobank +++ b/scripts/boobank @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 weboob.applications.boobank import Boobank diff --git a/scripts/boobank-munin b/scripts/boobank-munin index 92697a3a1a..ced170bffa 100755 --- a/scripts/boobank-munin +++ b/scripts/boobank-munin @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import os import sys @@ -41,7 +43,7 @@ class BoobankMuninPlugin(object): def display_help(self): print 'boobank-munin is a plugin for munin' print '' - print 'Copyright(C) 2010 Romain Bignon' + print 'Copyright(C) 2010-2011 Romain Bignon' print '' print 'To use it, create a symlink /etc/munin/plugins/boobank to this script' print 'and add this section in /etc/munin/plugin-conf.d/munin-node:' diff --git a/scripts/boobathon b/scripts/boobathon index 2647dfcc32..f8726bcb22 100755 --- a/scripts/boobathon +++ b/scripts/boobathon @@ -4,18 +4,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 weboob.applications.boobathon import Boobathon diff --git a/scripts/boobmsg b/scripts/boobmsg index 147249e05a..abe52ae8dd 100755 --- a/scripts/boobmsg +++ b/scripts/boobmsg @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.applications.boobmsg import Boobmsg diff --git a/scripts/chatoob b/scripts/chatoob index b578c01b06..4be732ae2d 100755 --- a/scripts/chatoob +++ b/scripts/chatoob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.applications.chatoob import Chatoob diff --git a/scripts/geolooc b/scripts/geolooc index 1dd3b23a44..8db2638593 100755 --- a/scripts/geolooc +++ b/scripts/geolooc @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.geolooc import Geolooc diff --git a/scripts/havesex b/scripts/havesex index a52bd9d1d1..cb5cd8a03d 100755 --- a/scripts/havesex +++ b/scripts/havesex @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.havesex import HaveSex diff --git a/scripts/masstransit b/scripts/masstransit index 1a545f3c52..79c1cc97c5 100755 --- a/scripts/masstransit +++ b/scripts/masstransit @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Julien Hébert +# Copyright(C) 2010-2011 Julien Hébert # -# 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 weboob.applications.masstransit import Masstransit diff --git a/scripts/monboob b/scripts/monboob index 31cbcad205..2d198ddd17 100755 --- a/scripts/monboob +++ b/scripts/monboob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.monboob import Monboob diff --git a/scripts/qboobmsg b/scripts/qboobmsg index 4177e49cca..a2ea509f1a 100755 --- a/scripts/qboobmsg +++ b/scripts/qboobmsg @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.qboobmsg import QBoobMsg diff --git a/scripts/qhavesex b/scripts/qhavesex index ce2c7ade8a..c9226b520c 100755 --- a/scripts/qhavesex +++ b/scripts/qhavesex @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.qhavesex import QHaveSex diff --git a/scripts/qvideoob b/scripts/qvideoob index ea6d48e986..5e740bcdfa 100755 --- a/scripts/qvideoob +++ b/scripts/qvideoob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.qvideoob import QVideoob diff --git a/scripts/qwebcontentedit b/scripts/qwebcontentedit index 654f47cf88..1ecf53807b 100755 --- a/scripts/qwebcontentedit +++ b/scripts/qwebcontentedit @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.qwebcontentedit import QWebContentEdit diff --git a/scripts/radioob b/scripts/radioob index 315680bb53..5e20e34015 100755 --- a/scripts/radioob +++ b/scripts/radioob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.radioob import Radioob diff --git a/scripts/traveloob b/scripts/traveloob index 3d297cd987..246ce696f3 100755 --- a/scripts/traveloob +++ b/scripts/traveloob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.traveloob import Traveloob diff --git a/scripts/videoob b/scripts/videoob index 72fbe7a89e..01fa6713fc 100755 --- a/scripts/videoob +++ b/scripts/videoob @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.applications.videoob import Videoob diff --git a/scripts/videoob-webserver b/scripts/videoob-webserver index ada312d18c..d5c12c5f7c 100755 --- a/scripts/videoob-webserver +++ b/scripts/videoob-webserver @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.applications.videoob_web import VideoobWeb diff --git a/scripts/webcontentedit b/scripts/webcontentedit index b59df259db..8bb9d92030 100755 --- a/scripts/webcontentedit +++ b/scripts/webcontentedit @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.webcontentedit import WebContentEdit diff --git a/scripts/weboob-cli b/scripts/weboob-cli index 5a01ef2c0f..045c22127f 100755 --- a/scripts/weboob-cli +++ b/scripts/weboob-cli @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.weboobcli import WeboobCli diff --git a/scripts/weboob-config b/scripts/weboob-config index c712b7849f..33e3dd62a1 100755 --- a/scripts/weboob-config +++ b/scripts/weboob-config @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.weboobcfg import WeboobCfg diff --git a/scripts/weboob-config-qt b/scripts/weboob-config-qt index 6fae7befee..07a4757290 100755 --- a/scripts/weboob-config-qt +++ b/scripts/weboob-config-qt @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.qweboobcfg import QWeboobCfg diff --git a/scripts/weboob-debug b/scripts/weboob-debug index 84425bd15c..63310474b7 100755 --- a/scripts/weboob-debug +++ b/scripts/weboob-debug @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.applications.weboobdebug import WeboobDebug diff --git a/scripts/weboorrents b/scripts/weboorrents index ec69235d9d..2283f2b47c 100755 --- a/scripts/weboorrents +++ b/scripts/weboorrents @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.weboorrents import Weboorrents diff --git a/scripts/wetboobs b/scripts/wetboobs index 12fa2b5835..baef996963 100755 --- a/scripts/wetboobs +++ b/scripts/wetboobs @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.applications.wetboobs import WetBoobs diff --git a/setup.py b/setup.py index 3828685f28..204dba0ebd 100755 --- a/setup.py +++ b/setup.py @@ -1,20 +1,22 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 diff --git a/tools/make_man.py b/tools/make_man.py index abef35ecd7..89b26c6429 100755 --- a/tools/make_man.py +++ b/tools/make_man.py @@ -1,20 +1,22 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright(C) 2010 Laurent Bachelier +# Copyright(C) 2010-2011 Laurent Bachelier # -# 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 diff --git a/tools/weboob_bash_completion b/tools/weboob_bash_completion index 0211d6beb0..c3ec7efcdc 100644 --- a/tools/weboob_bash_completion +++ b/tools/weboob_bash_completion @@ -2,20 +2,22 @@ # # vim: filetype=sh expandtab softtabstop=4 shiftwidth=4 # -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . # # This script can be distributed under the same license as the # weboob or bash packages. diff --git a/weboob/applications/boobank/__init__.py b/weboob/applications/boobank/__init__.py index 01b506271b..c826f7f3ce 100644 --- a/weboob/applications/boobank/__init__.py +++ b/weboob/applications/boobank/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .boobank import Boobank diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index b040b8b799..e920c26fc6 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -2,18 +2,20 @@ # Copyright(C) 2009-2011 Romain Bignon, Christophe Benz # -# 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 . import sys diff --git a/weboob/applications/boobathon/__init__.py b/weboob/applications/boobathon/__init__.py index 8e55a9dbe2..c3da2d7f12 100644 --- a/weboob/applications/boobathon/__init__.py +++ b/weboob/applications/boobathon/__init__.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 .boobathon import Boobathon diff --git a/weboob/applications/boobathon/boobathon.py b/weboob/applications/boobathon/boobathon.py index 22fe1db5e6..2f3996937b 100644 --- a/weboob/applications/boobathon/boobathon.py +++ b/weboob/applications/boobathon/boobathon.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 datetime import datetime, timedelta @@ -397,24 +399,24 @@ def do_tasks(self, line): elif i == -1: sys.stdout.write(' %s%-20s%s' % (self.BOLD, '-' * len(mem.shortname()), self.NC)) elif len(mem.tasks) <= (i/2): - sys.stdout.write(' ' * (20+2)) + sys.stdout.write(' ' * (20+1)) else: task = mem.tasks[i/2] if task.status == task.STATUS_DONE: - status = '%s#%s' % (self.BOLD, self.NC) + status = u'#' elif task.status == task.STATUS_PROGRESS: if not i%2: - status = '|' #1st line + status = u'|' #1st line else: - status = '·' #2nd line + status = u'·' #2nd line else: - status = ' ' + status = u' ' if not i%2: #1st line - line = '%s %s' % (status, task.backend) + line = u'%s %s' % (status, task.backend) else: #2nd line - line = '%s `-%s' % (status, task.capability[3:]) - sys.stdout.write(' %-20s ' % line) + line = u'%s `-%s' % (status, task.capability[3:]) + sys.stdout.write((u' %-20s' % line).encode('utf-8')) sys.stdout.write('\n') i += 1 diff --git a/weboob/applications/boobmsg/__init__.py b/weboob/applications/boobmsg/__init__.py index 3ea44062ac..e5aaea8e5a 100644 --- a/weboob/applications/boobmsg/__init__.py +++ b/weboob/applications/boobmsg/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .boobmsg import Boobmsg diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index 74114e6f9f..2b218368a6 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Christophe Benz # -# 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 . import sys diff --git a/weboob/applications/chatoob/__init__.py b/weboob/applications/chatoob/__init__.py index 825a26b05d..ae4b8fc639 100644 --- a/weboob/applications/chatoob/__init__.py +++ b/weboob/applications/chatoob/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .chatoob import Chatoob diff --git a/weboob/applications/chatoob/chatoob.py b/weboob/applications/chatoob/chatoob.py index cbad0bfbf5..6226ce4d87 100644 --- a/weboob/applications/chatoob/chatoob.py +++ b/weboob/applications/chatoob/chatoob.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import logging diff --git a/weboob/applications/geolooc/__init__.py b/weboob/applications/geolooc/__init__.py index fd15b66046..562dccc511 100644 --- a/weboob/applications/geolooc/__init__.py +++ b/weboob/applications/geolooc/__init__.py @@ -1,20 +1,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .geolooc import Geolooc diff --git a/weboob/applications/geolooc/geolooc.py b/weboob/applications/geolooc/geolooc.py index f17d9eb581..6969207b72 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import sys diff --git a/weboob/applications/havesex/__init__.py b/weboob/applications/havesex/__init__.py index 8fa22b1547..19e89525d0 100644 --- a/weboob/applications/havesex/__init__.py +++ b/weboob/applications/havesex/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .havesex import HaveSex diff --git a/weboob/applications/havesex/havesex.py b/weboob/applications/havesex/havesex.py index d15405c948..6e2828d690 100644 --- a/weboob/applications/havesex/havesex.py +++ b/weboob/applications/havesex/havesex.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import sys diff --git a/weboob/applications/masstransit/__init__.py b/weboob/applications/masstransit/__init__.py index b4b2c4550e..a6a7d03490 100644 --- a/weboob/applications/masstransit/__init__.py +++ b/weboob/applications/masstransit/__init__.py @@ -1,20 +1,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .masstransit import Masstransit diff --git a/weboob/applications/masstransit/masstransit.py b/weboob/applications/masstransit/masstransit.py index 908369525c..f154b4f644 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert +# Copyright(C) 2010-2011 Julien Hébert # -# 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 weboob.capabilities.travel import ICapTravel diff --git a/weboob/applications/monboob/__init__.py b/weboob/applications/monboob/__init__.py index e89688e4bc..2ec1cc7695 100644 --- a/weboob/applications/monboob/__init__.py +++ b/weboob/applications/monboob/__init__.py @@ -1,20 +1,22 @@ # -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .monboob import Monboob diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index fd81b5b34e..4e1f40927d 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon, Christophe Benz +# Copyright(C) 2009-2011 Romain Bignon, Christophe Benz # -# 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 email.mime.text import MIMEText diff --git a/weboob/applications/qboobmsg/main_window.py b/weboob/applications/qboobmsg/main_window.py index 2616834fe1..f5b76d49cb 100644 --- a/weboob/applications/qboobmsg/main_window.py +++ b/weboob/applications/qboobmsg/main_window.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtCore import SIGNAL diff --git a/weboob/applications/qboobmsg/messages_manager.py b/weboob/applications/qboobmsg/messages_manager.py index ceea434643..707e1bce99 100644 --- a/weboob/applications/qboobmsg/messages_manager.py +++ b/weboob/applications/qboobmsg/messages_manager.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import time import logging diff --git a/weboob/applications/qboobmsg/qboobmsg.py b/weboob/applications/qboobmsg/qboobmsg.py index 007572278a..2ed2f7a22e 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.messages import ICapMessages diff --git a/weboob/applications/qhavesex/contacts.py b/weboob/applications/qhavesex/contacts.py index 77f3abaaed..3d2f5558ca 100644 --- a/weboob/applications/qhavesex/contacts.py +++ b/weboob/applications/qhavesex/contacts.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import time import logging diff --git a/weboob/applications/qhavesex/main_window.py b/weboob/applications/qhavesex/main_window.py index 5c8e8495ca..2a90166ddc 100644 --- a/weboob/applications/qhavesex/main_window.py +++ b/weboob/applications/qhavesex/main_window.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtGui import QWidget from PyQt4.QtCore import SIGNAL diff --git a/weboob/applications/qhavesex/qhavesex.py b/weboob/applications/qhavesex/qhavesex.py index 4d462300c5..d9ca17cf94 100644 --- a/weboob/applications/qhavesex/qhavesex.py +++ b/weboob/applications/qhavesex/qhavesex.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.dating import ICapDating diff --git a/weboob/applications/qhavesex/status.py b/weboob/applications/qhavesex/status.py index 8ffa14b321..ae7591cb58 100644 --- a/weboob/applications/qhavesex/status.py +++ b/weboob/applications/qhavesex/status.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtGui import QScrollArea, QWidget, QHBoxLayout, QVBoxLayout, QFrame, QLabel, QImage, QPixmap diff --git a/weboob/applications/qvideoob/main_window.py b/weboob/applications/qvideoob/main_window.py index d2ca538be3..6dacdfa431 100644 --- a/weboob/applications/qvideoob/main_window.py +++ b/weboob/applications/qvideoob/main_window.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtCore import SIGNAL diff --git a/weboob/applications/qvideoob/minivideo.py b/weboob/applications/qvideoob/minivideo.py index c9455305c7..4478f2905a 100644 --- a/weboob/applications/qvideoob/minivideo.py +++ b/weboob/applications/qvideoob/minivideo.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtGui import QFrame, QImage, QPixmap diff --git a/weboob/applications/qvideoob/qvideoob.py b/weboob/applications/qvideoob/qvideoob.py index b9f43a7723..27cc01b686 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.video import ICapVideo diff --git a/weboob/applications/qvideoob/video.py b/weboob/applications/qvideoob/video.py index bdd3222946..430c07e78b 100644 --- a/weboob/applications/qvideoob/video.py +++ b/weboob/applications/qvideoob/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtCore import QUrl diff --git a/weboob/applications/qwebcontentedit/main_window.py b/weboob/applications/qwebcontentedit/main_window.py index e2e1a71fea..da02e0f389 100644 --- a/weboob/applications/qwebcontentedit/main_window.py +++ b/weboob/applications/qwebcontentedit/main_window.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 . import logging from copy import deepcopy diff --git a/weboob/applications/qwebcontentedit/qwebcontentedit.py b/weboob/applications/qwebcontentedit/qwebcontentedit.py index 1a8d6c6168..604c646443 100644 --- a/weboob/applications/qwebcontentedit/qwebcontentedit.py +++ b/weboob/applications/qwebcontentedit/qwebcontentedit.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 weboob.tools.application.qt import QtApplication from weboob.capabilities.content import ICapContent diff --git a/weboob/applications/qweboobcfg/__init__.py b/weboob/applications/qweboobcfg/__init__.py index 2c75676a5b..e00eba74c7 100644 --- a/weboob/applications/qweboobcfg/__init__.py +++ b/weboob/applications/qweboobcfg/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .qweboobcfg import QWeboobCfg diff --git a/weboob/applications/qweboobcfg/qweboobcfg.py b/weboob/applications/qweboobcfg/qweboobcfg.py index 2bc8bb0396..1365d98229 100644 --- a/weboob/applications/qweboobcfg/qweboobcfg.py +++ b/weboob/applications/qweboobcfg/qweboobcfg.py @@ -2,20 +2,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.application.qt import BackendCfg, QtApplication diff --git a/weboob/applications/radioob/__init__.py b/weboob/applications/radioob/__init__.py index 9f7df168f5..b83d3ea675 100644 --- a/weboob/applications/radioob/__init__.py +++ b/weboob/applications/radioob/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .radioob import Radioob diff --git a/weboob/applications/radioob/radioob.py b/weboob/applications/radioob/radioob.py index 2733b5305e..8ba275cc4c 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import sys diff --git a/weboob/applications/traveloob/__init__.py b/weboob/applications/traveloob/__init__.py index 46f8a34285..1594d0fd29 100644 --- a/weboob/applications/traveloob/__init__.py +++ b/weboob/applications/traveloob/__init__.py @@ -1,20 +1,22 @@ # -*- coding: utf-8 -*- # vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .traveloob import Traveloob diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index be50854cad..d5474b6cc3 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Julien Hébert +# Copyright(C) 2010-2011 Romain Bignon, Julien Hébert # -# 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 . import logging diff --git a/weboob/applications/videoob/__init__.py b/weboob/applications/videoob/__init__.py index 6bbe3eef0d..a3c3498d9c 100644 --- a/weboob/applications/videoob/__init__.py +++ b/weboob/applications/videoob/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .videoob import Videoob diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index e2e63f4985..fcd6fe87a4 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele # -# 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 diff --git a/weboob/applications/videoob_web/__init__.py b/weboob/applications/videoob_web/__init__.py index 2c362571d9..56b9adf6e3 100644 --- a/weboob/applications/videoob_web/__init__.py +++ b/weboob/applications/videoob_web/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .videoob_web import VideoobWeb diff --git a/weboob/applications/videoob_web/videoob_web.py b/weboob/applications/videoob_web/videoob_web.py index 62a7c49c64..1bbdac0355 100644 --- a/weboob/applications/videoob_web/videoob_web.py +++ b/weboob/applications/videoob_web/videoob_web.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import os diff --git a/weboob/applications/webcontentedit/__init__.py b/weboob/applications/webcontentedit/__init__.py index c86648dc73..f853cd47eb 100644 --- a/weboob/applications/webcontentedit/__init__.py +++ b/weboob/applications/webcontentedit/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .webcontentedit import WebContentEdit diff --git a/weboob/applications/webcontentedit/webcontentedit.py b/weboob/applications/webcontentedit/webcontentedit.py index 7772d219ec..d006de3654 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . # python2.5 compatibility diff --git a/weboob/applications/weboobcfg/__init__.py b/weboob/applications/weboobcfg/__init__.py index ef1b321a3b..26c58f65de 100644 --- a/weboob/applications/weboobcfg/__init__.py +++ b/weboob/applications/weboobcfg/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .weboobcfg import WeboobCfg diff --git a/weboob/applications/weboobcfg/weboobcfg.py b/weboob/applications/weboobcfg/weboobcfg.py index 39d02be28f..4c342ae0d7 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 . import os diff --git a/weboob/applications/weboobcli/__init__.py b/weboob/applications/weboobcli/__init__.py index bd72ec7f0e..e93aaf6fda 100644 --- a/weboob/applications/weboobcli/__init__.py +++ b/weboob/applications/weboobcli/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .weboobcli import WeboobCli diff --git a/weboob/applications/weboobcli/weboobcli.py b/weboob/applications/weboobcli/weboobcli.py index 68dc05fb53..cd8da101dd 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import sys diff --git a/weboob/applications/weboobdebug/__init__.py b/weboob/applications/weboobdebug/__init__.py index 084a5fc1de..8235b5e570 100644 --- a/weboob/applications/weboobdebug/__init__.py +++ b/weboob/applications/weboobdebug/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .weboobdebug import WeboobDebug diff --git a/weboob/applications/weboobdebug/weboobdebug.py b/weboob/applications/weboobdebug/weboobdebug.py index c7c3db6620..ae705d725c 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import sys diff --git a/weboob/applications/weboorrents/__init__.py b/weboob/applications/weboorrents/__init__.py index 9e66584429..4e593cb164 100644 --- a/weboob/applications/weboorrents/__init__.py +++ b/weboob/applications/weboorrents/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .weboorrents import Weboorrents diff --git a/weboob/applications/weboorrents/weboorrents.py b/weboob/applications/weboorrents/weboorrents.py index 61d9cc203a..66ad4c93e6 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/applications/wetboobs/__init__.py b/weboob/applications/wetboobs/__init__.py index 5d1e44076f..09b1484398 100644 --- a/weboob/applications/wetboobs/__init__.py +++ b/weboob/applications/wetboobs/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .wetboobs import WetBoobs diff --git a/weboob/applications/wetboobs/wetboobs.py b/weboob/applications/wetboobs/wetboobs.py index c7182e7e89..118c70769d 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime diff --git a/weboob/backends/arte/__init__.py b/weboob/backends/arte/__init__.py index bb8b785ab3..720e6ba8e2 100644 --- a/weboob/backends/arte/__init__.py +++ b/weboob/backends/arte/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import ArteBackend diff --git a/weboob/backends/arte/backend.py b/weboob/backends/arte/backend.py index b8ad00aa3d..45365fb41d 100644 --- a/weboob/backends/arte/backend.py +++ b/weboob/backends/arte/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -35,7 +37,7 @@ class ArteBackend(BaseBackend, ICapVideo): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'Arte french TV' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('lang', label='Lang of videos', choices={'fr': 'French', 'de': 'Deutsch', 'en': 'English'}, default='fr'), Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd')) diff --git a/weboob/backends/arte/browser.py b/weboob/backends/arte/browser.py index 688c5e361e..f7073a3ae2 100644 --- a/weboob/backends/arte/browser.py +++ b/weboob/backends/arte/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/arte/pages.py b/weboob/backends/arte/pages.py index 0074edab93..ed03b4f9ad 100644 --- a/weboob/backends/arte/pages.py +++ b/weboob/backends/arte/pages.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/arte/test.py b/weboob/backends/arte/test.py index 0896e9f5f3..3e29c57662 100644 --- a/weboob/backends/arte/test.py +++ b/weboob/backends/arte/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/arte/video.py b/weboob/backends/arte/video.py index 4830d6e066..297f4169bf 100644 --- a/weboob/backends/arte/video.py +++ b/weboob/backends/arte/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/aum/__init__.py b/weboob/backends/aum/__init__.py index 6f5e12ceb0..71df517039 100644 --- a/weboob/backends/aum/__init__.py +++ b/weboob/backends/aum/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .browser import AuMBrowser diff --git a/weboob/backends/aum/antispam.py b/weboob/backends/aum/antispam.py index b0cdd61509..20fd5ad032 100644 --- a/weboob/backends/aum/antispam.py +++ b/weboob/backends/aum/antispam.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/aum/backend.py b/weboob/backends/aum/backend.py index c88911d9ed..f12b228980 100644 --- a/weboob/backends/aum/backend.py +++ b/weboob/backends/aum/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -51,7 +53,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u"“Adopte un mec” french dating website" CONFIG = ValuesDict(Value('username', label='Username'), Value('password', label='Password', masked=True), diff --git a/weboob/backends/aum/browser.py b/weboob/backends/aum/browser.py index f613a2189b..b9aac02504 100644 --- a/weboob/backends/aum/browser.py +++ b/weboob/backends/aum/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon, Christophe Benz +# Copyright(C) 2008-2011 Romain Bignon, Christophe Benz # -# 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 . import datetime diff --git a/weboob/backends/aum/captcha.py b/weboob/backends/aum/captcha.py index c1a90e9201..3ec8d2210b 100644 --- a/weboob/backends/aum/captcha.py +++ b/weboob/backends/aum/captcha.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import hashlib diff --git a/weboob/backends/aum/exceptions.py b/weboob/backends/aum/exceptions.py index 8415812201..cef692f031 100644 --- a/weboob/backends/aum/exceptions.py +++ b/weboob/backends/aum/exceptions.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.tools.browser import BrowserUnavailable diff --git a/weboob/backends/aum/optim/priority_connection.py b/weboob/backends/aum/optim/priority_connection.py index a492e57cca..2bf13642af 100644 --- a/weboob/backends/aum/optim/priority_connection.py +++ b/weboob/backends/aum/optim/priority_connection.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/backends/aum/optim/profiles_walker.py b/weboob/backends/aum/optim/profiles_walker.py index 476313f559..92d86dd4e1 100644 --- a/weboob/backends/aum/optim/profiles_walker.py +++ b/weboob/backends/aum/optim/profiles_walker.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 diff --git a/weboob/backends/aum/optim/queries_queue.py b/weboob/backends/aum/optim/queries_queue.py index 49e89ce405..240eb450cd 100644 --- a/weboob/backends/aum/optim/queries_queue.py +++ b/weboob/backends/aum/optim/queries_queue.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/backends/aum/optim/visibility.py b/weboob/backends/aum/optim/visibility.py index 7b7d7cedc2..c81b6e11be 100644 --- a/weboob/backends/aum/optim/visibility.py +++ b/weboob/backends/aum/optim/visibility.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BrowserUnavailable diff --git a/weboob/backends/aum/pages/account.py b/weboob/backends/aum/pages/account.py index 3ff6a30e9a..78153be9aa 100644 --- a/weboob/backends/aum/pages/account.py +++ b/weboob/backends/aum/pages/account.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Christophe Benz +# Copyright(C) 2008-2011 Christophe Benz # -# 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 weboob.backends.aum.pages.base import PageBase diff --git a/weboob/backends/aum/pages/base.py b/weboob/backends/aum/pages/base.py index 7333ed6e87..08e847b680 100644 --- a/weboob/backends/aum/pages/base.py +++ b/weboob/backends/aum/pages/base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/aum/pages/baskets.py b/weboob/backends/aum/pages/baskets.py index 68aa2169f0..16dfb9ce09 100644 --- a/weboob/backends/aum/pages/baskets.py +++ b/weboob/backends/aum/pages/baskets.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.profileslist_base import ProfilesListBase diff --git a/weboob/backends/aum/pages/contact_list.py b/weboob/backends/aum/pages/contact_list.py index f4c660d33a..3ea137028a 100644 --- a/weboob/backends/aum/pages/contact_list.py +++ b/weboob/backends/aum/pages/contact_list.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 . import re from datetime import datetime, timedelta diff --git a/weboob/backends/aum/pages/contact_thread.py b/weboob/backends/aum/pages/contact_thread.py index 3486f2faf1..8a14a94e4d 100644 --- a/weboob/backends/aum/pages/contact_thread.py +++ b/weboob/backends/aum/pages/contact_thread.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 . import re import time diff --git a/weboob/backends/aum/pages/edit.py b/weboob/backends/aum/pages/edit.py index f997c90845..8e632814c6 100644 --- a/weboob/backends/aum/pages/edit.py +++ b/weboob/backends/aum/pages/edit.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.base import PageBase diff --git a/weboob/backends/aum/pages/home.py b/weboob/backends/aum/pages/home.py index 913e8608be..00a45ec04e 100644 --- a/weboob/backends/aum/pages/home.py +++ b/weboob/backends/aum/pages/home.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/aum/pages/login.py b/weboob/backends/aum/pages/login.py index 6fd5500522..b6efaadbfd 100644 --- a/weboob/backends/aum/pages/login.py +++ b/weboob/backends/aum/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/aum/pages/profile.py b/weboob/backends/aum/pages/profile.py index 60029290af..c22f50a6db 100644 --- a/weboob/backends/aum/pages/profile.py +++ b/weboob/backends/aum/pages/profile.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.base import PageBase diff --git a/weboob/backends/aum/pages/profileslist_base.py b/weboob/backends/aum/pages/profileslist_base.py index 20b008dbe0..3483a13e76 100644 --- a/weboob/backends/aum/pages/profileslist_base.py +++ b/weboob/backends/aum/pages/profileslist_base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.base import PageBase diff --git a/weboob/backends/aum/pages/search.py b/weboob/backends/aum/pages/search.py index aed0a04d5b..1a2adb8f4d 100644 --- a/weboob/backends/aum/pages/search.py +++ b/weboob/backends/aum/pages/search.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.profileslist_base import ProfilesListBase diff --git a/weboob/backends/aum/pages/wait.py b/weboob/backends/aum/pages/wait.py index 89fffbfa23..67d3496ce5 100644 --- a/weboob/backends/aum/pages/wait.py +++ b/weboob/backends/aum/pages/wait.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2008-2010 Romain Bignon +# Copyright(C) 2008-2011 Romain Bignon # -# 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 weboob.backends.aum.pages.base import PageBase diff --git a/weboob/backends/aum/test.py b/weboob/backends/aum/test.py index b01efe456d..61ed574e0d 100644 --- a/weboob/backends/aum/test.py +++ b/weboob/backends/aum/test.py @@ -1,19 +1,21 @@ # -*- CODing: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/bnporc/__init__.py b/weboob/backends/bnporc/__init__.py index f95cca7c8c..8b1c26c83a 100644 --- a/weboob/backends/bnporc/__init__.py +++ b/weboob/backends/bnporc/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import BNPorcBackend diff --git a/weboob/backends/bnporc/backend.py b/weboob/backends/bnporc/backend.py index 453904c497..9e95d3de42 100644 --- a/weboob/backends/bnporc/backend.py +++ b/weboob/backends/bnporc/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . # python2.5 compatibility @@ -34,7 +36,7 @@ class BNPorcBackend(BaseBackend, ICapBank): MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = 'BNP Paribas french bank\' website' CONFIG = ValuesDict(Value('login', label='Account ID'), Value('password', label='Password', masked=True), diff --git a/weboob/backends/bnporc/browser.py b/weboob/backends/bnporc/browser.py index 50535073fa..4c54df8f8d 100644 --- a/weboob/backends/bnporc/browser.py +++ b/weboob/backends/bnporc/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 datetime import datetime diff --git a/weboob/backends/bnporc/captcha.py b/weboob/backends/bnporc/captcha.py index 4ae8013d69..eaa45436f1 100644 --- a/weboob/backends/bnporc/captcha.py +++ b/weboob/backends/bnporc/captcha.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 . import hashlib diff --git a/weboob/backends/bnporc/errors.py b/weboob/backends/bnporc/errors.py index 97ef146b26..52c807f287 100644 --- a/weboob/backends/bnporc/errors.py +++ b/weboob/backends/bnporc/errors.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 . __all__ = ['PasswordExpired'] diff --git a/weboob/backends/bnporc/pages/__init__.py b/weboob/backends/bnporc/pages/__init__.py index dbb2948303..97d3bd8b9f 100644 --- a/weboob/backends/bnporc/pages/__init__.py +++ b/weboob/backends/bnporc/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 .accounts_list import AccountsList diff --git a/weboob/backends/bnporc/pages/account_coming.py b/weboob/backends/bnporc/pages/account_coming.py index 20ecbf3cff..39d22ca338 100644 --- a/weboob/backends/bnporc/pages/account_coming.py +++ b/weboob/backends/bnporc/pages/account_coming.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/bnporc/pages/account_history.py b/weboob/backends/bnporc/pages/account_history.py index 49f03405fc..6570fa35e7 100644 --- a/weboob/backends/bnporc/pages/account_history.py +++ b/weboob/backends/bnporc/pages/account_history.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 datetime import date diff --git a/weboob/backends/bnporc/pages/accounts_list.py b/weboob/backends/bnporc/pages/accounts_list.py index a167133c66..748a7cc5ba 100644 --- a/weboob/backends/bnporc/pages/accounts_list.py +++ b/weboob/backends/bnporc/pages/accounts_list.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/bnporc/pages/login.py b/weboob/backends/bnporc/pages/login.py index 92b518e02a..66332b56e0 100644 --- a/weboob/backends/bnporc/pages/login.py +++ b/weboob/backends/bnporc/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 weboob.tools.mech import ClientForm diff --git a/weboob/backends/bnporc/pages/transfer.py b/weboob/backends/bnporc/pages/transfer.py index bdef646e3c..663e36d0bd 100644 --- a/weboob/backends/bnporc/pages/transfer.py +++ b/weboob/backends/bnporc/pages/transfer.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/bnporc/test.py b/weboob/backends/bnporc/test.py index bf75be88f7..1200acd938 100644 --- a/weboob/backends/bnporc/test.py +++ b/weboob/backends/bnporc/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/bouygues/backend.py b/weboob/backends/bouygues/backend.py index fc01e26749..5cea6a53ff 100644 --- a/weboob/backends/bouygues/backend.py +++ b/weboob/backends/bouygues/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 @@ -34,7 +36,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost): EMAIL = 'christophe.benz@gmail.com' VERSION = '0.8' DESCRIPTION = 'Bouygues french mobile phone provider' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('login', label='Login'), Value('password', label='Password', masked=True)) BROWSER = BouyguesBrowser diff --git a/weboob/backends/bouygues/browser.py b/weboob/backends/bouygues/browser.py index 46ff1c79fa..bdae1dab9f 100644 --- a/weboob/backends/bouygues/browser.py +++ b/weboob/backends/bouygues/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .pages.compose import ComposeFrame, ComposePage, ConfirmPage, SentPage diff --git a/weboob/backends/bouygues/pages/compose.py b/weboob/backends/bouygues/pages/compose.py index 962817710d..f47cfffba1 100644 --- a/weboob/backends/bouygues/pages/compose.py +++ b/weboob/backends/bouygues/pages/compose.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import re diff --git a/weboob/backends/bouygues/pages/login.py b/weboob/backends/bouygues/pages/login.py index cfa70add49..bde6eabd8f 100644 --- a/weboob/backends/bouygues/pages/login.py +++ b/weboob/backends/bouygues/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/bouygues/test.py b/weboob/backends/bouygues/test.py index f90eff7248..8bdf6745ba 100644 --- a/weboob/backends/bouygues/test.py +++ b/weboob/backends/bouygues/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/bp/__init__.py b/weboob/backends/bp/__init__.py index e5e5646215..0276ae95b7 100644 --- a/weboob/backends/bp/__init__.py +++ b/weboob/backends/bp/__init__.py @@ -1,23 +1,21 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # -# sans titre.py +# Copyright(C) 2010-2011 Nicolas Duhamel # -# Copyright 2010 nicolas +# This file is part of weboob. # -# 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. +# 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. # -# This program 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. +# 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 General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301, USA. +# You should have received a copy of the GNU Affero General Public License +# along with weboob. If not, see . from .backend import BPBackend diff --git a/weboob/backends/bp/backend.py b/weboob/backends/bp/backend.py index 3272a3a6eb..71da64ba0b 100644 --- a/weboob/backends/bp/backend.py +++ b/weboob/backends/bp/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 weboob.capabilities.bank import ICapBank, AccountNotFound @@ -31,7 +33,7 @@ class BPBackend(BaseBackend, ICapBank): MAINTAINER = 'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u'La banque postale, French bank' CONFIG = ValuesDict(Value('login', label='Account ID'), Value('password', label='Password', masked=True)) diff --git a/weboob/backends/bp/browser.py b/weboob/backends/bp/browser.py index 05a4037c98..41d6d7fd2e 100644 --- a/weboob/backends/bp/browser.py +++ b/weboob/backends/bp/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 datetime import datetime diff --git a/weboob/backends/bp/pages/__init__.py b/weboob/backends/bp/pages/__init__.py index fcde403a90..18ea7cb22a 100644 --- a/weboob/backends/bp/pages/__init__.py +++ b/weboob/backends/bp/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 .login import LoginPage, Initident, CheckPassword,repositionnerCheminCourant, BadLoginPage, AccountDesactivate diff --git a/weboob/backends/bp/pages/accounthistory.py b/weboob/backends/bp/pages/accounthistory.py index 2e86081e96..c07f2513fa 100644 --- a/weboob/backends/bp/pages/accounthistory.py +++ b/weboob/backends/bp/pages/accounthistory.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 . import re diff --git a/weboob/backends/bp/pages/accountlist.py b/weboob/backends/bp/pages/accountlist.py index e38934d164..1fe1852b42 100644 --- a/weboob/backends/bp/pages/accountlist.py +++ b/weboob/backends/bp/pages/accountlist.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 weboob.capabilities.bank import Account, AccountNotFound diff --git a/weboob/backends/bp/pages/login.py b/weboob/backends/bp/pages/login.py index fa6cd7d1f8..d3c21d211b 100644 --- a/weboob/backends/bp/pages/login.py +++ b/weboob/backends/bp/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 . import hashlib diff --git a/weboob/backends/bp/pages/transfer.py b/weboob/backends/bp/pages/transfer.py index 88518f4b9d..fd747ed661 100644 --- a/weboob/backends/bp/pages/transfer.py +++ b/weboob/backends/bp/pages/transfer.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 . import re diff --git a/weboob/backends/canalplus/__init__.py b/weboob/backends/canalplus/__init__.py index f0039816d0..e9f8cf4041 100644 --- a/weboob/backends/canalplus/__init__.py +++ b/weboob/backends/canalplus/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import CanalplusBackend diff --git a/weboob/backends/canalplus/backend.py b/weboob/backends/canalplus/backend.py index f089822b95..0e22070335 100644 --- a/weboob/backends/canalplus/backend.py +++ b/weboob/backends/canalplus/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 @@ -35,7 +37,7 @@ class CanalplusBackend(BaseBackend, ICapVideo): EMAIL = 'nicolas@jombi.fr' VERSION = '0.8' DESCRIPTION = 'Canal plus french TV' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd')) BROWSER = CanalplusBrowser diff --git a/weboob/backends/canalplus/browser.py b/weboob/backends/canalplus/browser.py index f7e3827cb7..3fb70e9ae2 100644 --- a/weboob/backends/canalplus/browser.py +++ b/weboob/backends/canalplus/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 . import urllib diff --git a/weboob/backends/canalplus/pages/__init__.py b/weboob/backends/canalplus/pages/__init__.py index f5c04598a6..c4277bc35b 100644 --- a/weboob/backends/canalplus/pages/__init__.py +++ b/weboob/backends/canalplus/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 .initpage import InitPage from .video import CanalplusVideo diff --git a/weboob/backends/canalplus/pages/initpage.py b/weboob/backends/canalplus/pages/initpage.py index 549948c301..385a2bc9a3 100644 --- a/weboob/backends/canalplus/pages/initpage.py +++ b/weboob/backends/canalplus/pages/initpage.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/canalplus/pages/video.py b/weboob/backends/canalplus/pages/video.py index 4f54fce2ff..febbfcd600 100644 --- a/weboob/backends/canalplus/pages/video.py +++ b/weboob/backends/canalplus/pages/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/canalplus/pages/videopage.py b/weboob/backends/canalplus/pages/videopage.py index ce3418b1b6..02883ecdc5 100644 --- a/weboob/backends/canalplus/pages/videopage.py +++ b/weboob/backends/canalplus/pages/videopage.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 datetime import datetime diff --git a/weboob/backends/canalplus/test.py b/weboob/backends/canalplus/test.py index 326c1a51aa..507de9f377 100644 --- a/weboob/backends/canalplus/test.py +++ b/weboob/backends/canalplus/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/canaltp/__init__.py b/weboob/backends/canaltp/__init__.py index 417767dae4..8e48aae245 100644 --- a/weboob/backends/canaltp/__init__.py +++ b/weboob/backends/canaltp/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import CanalTPBackend diff --git a/weboob/backends/canaltp/backend.py b/weboob/backends/canaltp/backend.py index f4e81f9483..f5e04ba87f 100644 --- a/weboob/backends/canaltp/backend.py +++ b/weboob/backends/canaltp/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.travel import ICapTravel, Station, Departure from weboob.tools.backend import BaseBackend @@ -29,7 +31,7 @@ class CanalTPBackend(BaseBackend, ICapTravel): MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = "French trains" BROWSER = CanalTP diff --git a/weboob/backends/canaltp/browser.py b/weboob/backends/canaltp/browser.py index 4bffc95e84..3417746346 100644 --- a/weboob/backends/canaltp/browser.py +++ b/weboob/backends/canaltp/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime, date, time diff --git a/weboob/backends/canaltp/test.py b/weboob/backends/canaltp/test.py index df80146434..23b02cf58d 100644 --- a/weboob/backends/canaltp/test.py +++ b/weboob/backends/canaltp/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/cragr/__init__.py b/weboob/backends/cragr/__init__.py index e5c024e7f7..b001581be8 100644 --- a/weboob/backends/cragr/__init__.py +++ b/weboob/backends/cragr/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import CragrBackend diff --git a/weboob/backends/cragr/backend.py b/weboob/backends/cragr/backend.py index e7d3ef071f..07094ec93e 100644 --- a/weboob/backends/cragr/backend.py +++ b/weboob/backends/cragr/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 weboob.capabilities.bank import ICapBank, AccountNotFound @@ -33,7 +35,7 @@ class CragrBackend(BaseBackend, ICapBank): EMAIL = 'xavier@tuxfamily.org' VERSION = '0.8' DESCRIPTION = 'Credit Agricole french bank\'s website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ 'm.ca-alpesprovence.fr': u'Alpes Provence', 'm.ca-anjou-maine.fr': u'Anjou Maine', diff --git a/weboob/backends/cragr/browser.py b/weboob/backends/cragr/browser.py index 0e8fcdff51..4e10db7be8 100644 --- a/weboob/backends/cragr/browser.py +++ b/weboob/backends/cragr/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2009-2010 Romain Bignon +# Copyright(C) 2009-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword diff --git a/weboob/backends/cragr/pages/__init__.py b/weboob/backends/cragr/pages/__init__.py index 4f034f6fb1..7b4915355d 100644 --- a/weboob/backends/cragr/pages/__init__.py +++ b/weboob/backends/cragr/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .accounts_list import AccountsList diff --git a/weboob/backends/cragr/pages/accounts_list.py b/weboob/backends/cragr/pages/accounts_list.py index 23626d90cf..3eccb6c51b 100644 --- a/weboob/backends/cragr/pages/accounts_list.py +++ b/weboob/backends/cragr/pages/accounts_list.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/cragr/pages/base.py b/weboob/backends/cragr/pages/base.py index 45e0606bb0..8b40651ecd 100644 --- a/weboob/backends/cragr/pages/base.py +++ b/weboob/backends/cragr/pages/base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/cragr/pages/login.py b/weboob/backends/cragr/pages/login.py index 1a6e88621d..292cf7617f 100644 --- a/weboob/backends/cragr/pages/login.py +++ b/weboob/backends/cragr/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.mech import ClientForm diff --git a/weboob/backends/cragr/test.py b/weboob/backends/cragr/test.py index 825583e9a1..8545f4a34c 100644 --- a/weboob/backends/cragr/test.py +++ b/weboob/backends/cragr/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/creditmutuel/__init__.py b/weboob/backends/creditmutuel/__init__.py index cd691d5d8a..e14a4d95f2 100644 --- a/weboob/backends/creditmutuel/__init__.py +++ b/weboob/backends/creditmutuel/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 .backend import CreditMutuelBackend diff --git a/weboob/backends/creditmutuel/backend.py b/weboob/backends/creditmutuel/backend.py index abcb84b715..77e24a337a 100644 --- a/weboob/backends/creditmutuel/backend.py +++ b/weboob/backends/creditmutuel/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.bank import ICapBank, AccountNotFound @@ -32,7 +34,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank): EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' DESCRIPTION = u'Crédit Mutuel french bank' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('login', label='Account ID', regexp='^\d{1,13}\w$'), Value('password', label='Password of account', masked=True)) BROWSER = CreditMutuelBrowser diff --git a/weboob/backends/creditmutuel/browser.py b/weboob/backends/creditmutuel/browser.py index e851e419ab..1c8acbb2ed 100644 --- a/weboob/backends/creditmutuel/browser.py +++ b/weboob/backends/creditmutuel/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword diff --git a/weboob/backends/creditmutuel/pages.py b/weboob/backends/creditmutuel/pages.py index 9bfbc405bd..17df20bc14 100644 --- a/weboob/backends/creditmutuel/pages.py +++ b/weboob/backends/creditmutuel/pages.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/creditmutuel/test.py b/weboob/backends/creditmutuel/test.py index e03036cbdf..c1f708ee7e 100644 --- a/weboob/backends/creditmutuel/test.py +++ b/weboob/backends/creditmutuel/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/dailymotion/backend.py b/weboob/backends/dailymotion/backend.py index c77dc26ae3..9c7655e5bc 100644 --- a/weboob/backends/dailymotion/backend.py +++ b/weboob/backends/dailymotion/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 @@ -34,7 +36,7 @@ class DailymotionBackend(BaseBackend, ICapVideo): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'Dailymotion videos website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser def get_video(self, _id): diff --git a/weboob/backends/dailymotion/browser.py b/weboob/backends/dailymotion/browser.py index 4463215a06..697fc17e26 100644 --- a/weboob/backends/dailymotion/browser.py +++ b/weboob/backends/dailymotion/browser.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 urllib import quote_plus diff --git a/weboob/backends/dailymotion/pages.py b/weboob/backends/dailymotion/pages.py index fdb7559ce2..7859d4b7eb 100644 --- a/weboob/backends/dailymotion/pages.py +++ b/weboob/backends/dailymotion/pages.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 . import datetime import urllib diff --git a/weboob/backends/dailymotion/test.py b/weboob/backends/dailymotion/test.py index 73be77ee2a..c7f7f7966a 100644 --- a/weboob/backends/dailymotion/test.py +++ b/weboob/backends/dailymotion/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/dailymotion/video.py b/weboob/backends/dailymotion/video.py index 6dcc900619..795154d241 100644 --- a/weboob/backends/dailymotion/video.py +++ b/weboob/backends/dailymotion/video.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/dlfp/__init__.py b/weboob/backends/dlfp/__init__.py index 280ed21d4b..8cf5dfd2e8 100644 --- a/weboob/backends/dlfp/__init__.py +++ b/weboob/backends/dlfp/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .browser import DLFP diff --git a/weboob/backends/dlfp/backend.py b/weboob/backends/dlfp/backend.py index 7504dfc1ad..37839faf7f 100644 --- a/weboob/backends/dlfp/backend.py +++ b/weboob/backends/dlfp/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -37,7 +39,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent): MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page" CONFIG = ValuesDict(Value('username', label='Username', regexp='.+'), Value('password', label='Password', regexp='.+', masked=True), diff --git a/weboob/backends/dlfp/browser.py b/weboob/backends/dlfp/browser.py index 5e2f83c917..cb4fadd835 100644 --- a/weboob/backends/dlfp/browser.py +++ b/weboob/backends/dlfp/browser.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 . import urllib diff --git a/weboob/backends/dlfp/pages/board.py b/weboob/backends/dlfp/pages/board.py index 572d276c73..ee9a525b05 100644 --- a/weboob/backends/dlfp/pages/board.py +++ b/weboob/backends/dlfp/pages/board.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.parsers.lxmlparser import select from weboob.tools.browser import BasePage diff --git a/weboob/backends/dlfp/pages/index.py b/weboob/backends/dlfp/pages/index.py index 7380bec86e..9988d8d789 100644 --- a/weboob/backends/dlfp/pages/index.py +++ b/weboob/backends/dlfp/pages/index.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BrowserIncorrectPassword, BasePage diff --git a/weboob/backends/dlfp/pages/news.py b/weboob/backends/dlfp/pages/news.py index c0cc220654..658761c73a 100644 --- a/weboob/backends/dlfp/pages/news.py +++ b/weboob/backends/dlfp/pages/news.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime diff --git a/weboob/backends/dlfp/pages/wiki.py b/weboob/backends/dlfp/pages/wiki.py index b0c06944b8..1fe6a58ca9 100644 --- a/weboob/backends/dlfp/pages/wiki.py +++ b/weboob/backends/dlfp/pages/wiki.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.parsers.lxmlparser import select, SelectElementException diff --git a/weboob/backends/dlfp/test.py b/weboob/backends/dlfp/test.py index a3a32ebbad..45b6826f0b 100644 --- a/weboob/backends/dlfp/test.py +++ b/weboob/backends/dlfp/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/dlfp/tools.py b/weboob/backends/dlfp/tools.py index 9a42d0079d..acbcd83c5d 100644 --- a/weboob/backends/dlfp/tools.py +++ b/weboob/backends/dlfp/tools.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/ecrans/GenericBackend.py b/weboob/backends/ecrans/GenericBackend.py index 254a39efa4..c272027271 100644 --- a/weboob/backends/ecrans/GenericBackend.py +++ b/weboob/backends/ecrans/GenericBackend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . # python2.5 compatibility from __future__ import with_statement @@ -28,7 +30,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None diff --git a/weboob/backends/ecrans/__init__.py b/weboob/backends/ecrans/__init__.py index fbfa33b43e..8f7d0d4d24 100644 --- a/weboob/backends/ecrans/__init__.py +++ b/weboob/backends/ecrans/__init__.py @@ -3,18 +3,22 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .backend import NewspaperEcransBackend + + __all__ = ['NewspaperEcransBackend'] diff --git a/weboob/backends/ecrans/backend.py b/weboob/backends/ecrans/backend.py index e8f7a50cb3..62fe7d4784 100644 --- a/weboob/backends/ecrans/backend.py +++ b/weboob/backends/ecrans/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . "backend for http://www.ecrans.fr" # python2.5 compatibility @@ -28,7 +30,7 @@ class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'ecrans' DESCRIPTION = u'Ecrans French news website' diff --git a/weboob/backends/ecrans/browser.py b/weboob/backends/ecrans/browser.py index afa61ac809..73b4507efd 100644 --- a/weboob/backends/ecrans/browser.py +++ b/weboob/backends/ecrans/browser.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .pages.article import ArticlePage from weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/ecrans/pages/article.py b/weboob/backends/ecrans/pages/article.py index 2f1be769c0..bedbe0b3d6 100644 --- a/weboob/backends/ecrans/pages/article.py +++ b/weboob/backends/ecrans/pages/article.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage, remove_from_selector_list, try_remove_from_selector_list, try_drop_tree class ArticlePage(GenericNewsPage): diff --git a/weboob/backends/ecrans/test.py b/weboob/backends/ecrans/test.py index 2473a1a582..3218339544 100644 --- a/weboob/backends/ecrans/test.py +++ b/weboob/backends/ecrans/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/ecrans/tools.py b/weboob/backends/ecrans/tools.py index 9fc522a3dc..d09d120c57 100644 --- a/weboob/backends/ecrans/tools.py +++ b/weboob/backends/ecrans/tools.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . import re diff --git a/weboob/backends/fourchan/backend.py b/weboob/backends/fourchan/backend.py index 5b20299794..4d7f71b8c5 100644 --- a/weboob/backends/fourchan/backend.py +++ b/weboob/backends/fourchan/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -33,7 +35,7 @@ class FourChanBackend(BaseBackend, ICapMessages): MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = '4chan website' CONFIG = ValuesDict(Value('boards', label='Boards to fetch')) STORAGE = {'boards': {}} diff --git a/weboob/backends/fourchan/browser.py b/weboob/backends/fourchan/browser.py index 6d4100d349..59411ab437 100644 --- a/weboob/backends/fourchan/browser.py +++ b/weboob/backends/fourchan/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/fourchan/pages/board.py b/weboob/backends/fourchan/pages/board.py index 3fbb0088b0..2a1f5db519 100644 --- a/weboob/backends/fourchan/pages/board.py +++ b/weboob/backends/fourchan/pages/board.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/fourchan/test.py b/weboob/backends/fourchan/test.py index 94f8fa2d08..245e34eb23 100644 --- a/weboob/backends/fourchan/test.py +++ b/weboob/backends/fourchan/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 logging import debug diff --git a/weboob/backends/gazelle/backend.py b/weboob/backends/gazelle/backend.py index e55435f0b6..ba7dae96a7 100644 --- a/weboob/backends/gazelle/backend.py +++ b/weboob/backends/gazelle/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.torrent import ICapTorrent from weboob.tools.backend import BaseBackend @@ -31,7 +33,7 @@ class GazelleBackend(BaseBackend, ICapTorrent): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'gazelle bittorrent tracker' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('domain', label='Domain (example "ssl.what.cd")'), Value('protocol', label='Protocol to use', choices=('http', 'https')), Value('username', label='Username'), diff --git a/weboob/backends/gazelle/browser.py b/weboob/backends/gazelle/browser.py index a1a6fd5ac4..e1dc3a46b2 100644 --- a/weboob/backends/gazelle/browser.py +++ b/weboob/backends/gazelle/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/gazelle/pages/index.py b/weboob/backends/gazelle/pages/index.py index c6da22b81c..334391a923 100644 --- a/weboob/backends/gazelle/pages/index.py +++ b/weboob/backends/gazelle/pages/index.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/gazelle/pages/torrents.py b/weboob/backends/gazelle/pages/torrents.py index 5ea647f539..8f4a0aeac4 100644 --- a/weboob/backends/gazelle/pages/torrents.py +++ b/weboob/backends/gazelle/pages/torrents.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/gazelle/test.py b/weboob/backends/gazelle/test.py index 8cc14fe7aa..330d7f9738 100644 --- a/weboob/backends/gazelle/test.py +++ b/weboob/backends/gazelle/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/geolocip/backend.py b/weboob/backends/geolocip/backend.py index 323aef97b1..58760ef842 100644 --- a/weboob/backends/geolocip/backend.py +++ b/weboob/backends/geolocip/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 +32,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp): MAINTAINER = 'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u"IP Addresses geolocalisation with the site www.geolocip.com" BROWSER = BaseBrowser diff --git a/weboob/backends/geolocip/test.py b/weboob/backends/geolocip/test.py index 0b881b4869..5191dadbb5 100644 --- a/weboob/backends/geolocip/test.py +++ b/weboob/backends/geolocip/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/ina/backend.py b/weboob/backends/ina/backend.py index 7cefa76102..8f301d04aa 100644 --- a/weboob/backends/ina/backend.py +++ b/weboob/backends/ina/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 @@ -34,7 +36,7 @@ class InaBackend(BaseBackend, ICapVideo): EMAIL = 'christophe.benz@gmail.com' VERSION = '0.8' DESCRIPTION = 'INA french video archives' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = InaBrowser def get_video(self, _id): diff --git a/weboob/backends/ina/browser.py b/weboob/backends/ina/browser.py index 34ea150b1f..8f58942293 100644 --- a/weboob/backends/ina/browser.py +++ b/weboob/backends/ina/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/ina/pages/search.py b/weboob/backends/ina/pages/search.py index dc5178d761..0d0e73db38 100644 --- a/weboob/backends/ina/pages/search.py +++ b/weboob/backends/ina/pages/search.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import datetime diff --git a/weboob/backends/ina/pages/video.py b/weboob/backends/ina/pages/video.py index 69a5e21520..155408b140 100644 --- a/weboob/backends/ina/pages/video.py +++ b/weboob/backends/ina/pages/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import datetime diff --git a/weboob/backends/ina/test.py b/weboob/backends/ina/test.py index 3272cb9bab..7146befec3 100644 --- a/weboob/backends/ina/test.py +++ b/weboob/backends/ina/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/ina/video.py b/weboob/backends/ina/video.py index 6686b900a0..f8c3bce47f 100644 --- a/weboob/backends/ina/video.py +++ b/weboob/backends/ina/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/inrocks/GenericBackend.py b/weboob/backends/inrocks/GenericBackend.py index 254a39efa4..c272027271 100644 --- a/weboob/backends/inrocks/GenericBackend.py +++ b/weboob/backends/inrocks/GenericBackend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . # python2.5 compatibility from __future__ import with_statement @@ -28,7 +30,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None diff --git a/weboob/backends/inrocks/__init__.py b/weboob/backends/inrocks/__init__.py index 04d484219c..ffad6e0a56 100644 --- a/weboob/backends/inrocks/__init__.py +++ b/weboob/backends/inrocks/__init__.py @@ -3,18 +3,21 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .backend import NewspaperInrocksBackend + __all__ = ['NewspaperInrocksBackend'] diff --git a/weboob/backends/inrocks/backend.py b/weboob/backends/inrocks/backend.py index 49a00a79de..08fcbbb88e 100644 --- a/weboob/backends/inrocks/backend.py +++ b/weboob/backends/inrocks/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . "backend for http://www.lesinrocks.com" # python2.5 compatibility @@ -28,7 +30,7 @@ class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' DESCRIPTION = u'Inrock French news website' diff --git a/weboob/backends/inrocks/browser.py b/weboob/backends/inrocks/browser.py index bc06e0ffde..ca38f41be4 100644 --- a/weboob/backends/inrocks/browser.py +++ b/weboob/backends/inrocks/browser.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .pages.article import ArticlePage from .pages.inrockstv import InrocksTvPage diff --git a/weboob/backends/inrocks/pages/article.py b/weboob/backends/inrocks/pages/article.py index 4eba02168b..9580553dd0 100644 --- a/weboob/backends/inrocks/pages/article.py +++ b/weboob/backends/inrocks/pages/article.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.parsers.lxmlparser import select, SelectElementException from weboob.tools.genericArticle import GenericNewsPage, try_remove, \ diff --git a/weboob/backends/inrocks/pages/inrockstv.py b/weboob/backends/inrocks/pages/inrockstv.py index 437dce7951..4a59f4eed6 100644 --- a/weboob/backends/inrocks/pages/inrockstv.py +++ b/weboob/backends/inrocks/pages/inrockstv.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage diff --git a/weboob/backends/inrocks/test.py b/weboob/backends/inrocks/test.py index 9addefccb1..87e52c4405 100644 --- a/weboob/backends/inrocks/test.py +++ b/weboob/backends/inrocks/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/inrocks/tools.py b/weboob/backends/inrocks/tools.py index 6f36a17297..026c038f2e 100644 --- a/weboob/backends/inrocks/tools.py +++ b/weboob/backends/inrocks/tools.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . import re diff --git a/weboob/backends/ipinfodb/backend.py b/weboob/backends/ipinfodb/backend.py index 015168b2df..f1343de906 100644 --- a/weboob/backends/ipinfodb/backend.py +++ b/weboob/backends/ipinfodb/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 +32,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp): MAINTAINER = 'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u"IP Addresses geolocalisation with the site ipinfodb.com" BROWSER = BaseBrowser diff --git a/weboob/backends/ipinfodb/test.py b/weboob/backends/ipinfodb/test.py index bec1985a54..e3d62d6044 100644 --- a/weboob/backends/ipinfodb/test.py +++ b/weboob/backends/ipinfodb/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/isohunt/backend.py b/weboob/backends/isohunt/backend.py index 7ad3bafbfd..de09086f57 100644 --- a/weboob/backends/isohunt/backend.py +++ b/weboob/backends/isohunt/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.torrent import ICapTorrent @@ -31,7 +33,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent): EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' DESCRIPTION = 'isohunt.com bittorrent tracker' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = IsohuntBrowser def create_default_browser(self): diff --git a/weboob/backends/isohunt/browser.py b/weboob/backends/isohunt/browser.py index 56b51b47bc..86177afac4 100644 --- a/weboob/backends/isohunt/browser.py +++ b/weboob/backends/isohunt/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/isohunt/pages/torrents.py b/weboob/backends/isohunt/pages/torrents.py index db02b448d9..28bd47ee3c 100644 --- a/weboob/backends/isohunt/pages/torrents.py +++ b/weboob/backends/isohunt/pages/torrents.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.torrent import Torrent diff --git a/weboob/backends/isohunt/test.py b/weboob/backends/isohunt/test.py index 6c46129786..50e7cdbc03 100644 --- a/weboob/backends/isohunt/test.py +++ b/weboob/backends/isohunt/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/kickass/backend.py b/weboob/backends/kickass/backend.py index cfe1f5fc40..df81ec890c 100644 --- a/weboob/backends/kickass/backend.py +++ b/weboob/backends/kickass/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.torrent import ICapTorrent from weboob.tools.backend import BaseBackend @@ -30,7 +32,7 @@ class KickassBackend(BaseBackend, ICapTorrent): EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' DESCRIPTION = 'kickasstorrent.com bittorrent tracker' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = KickassBrowser def create_default_browser(self): diff --git a/weboob/backends/kickass/browser.py b/weboob/backends/kickass/browser.py index c1f82264a6..4af6b3954a 100644 --- a/weboob/backends/kickass/browser.py +++ b/weboob/backends/kickass/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/kickass/pages/torrents.py b/weboob/backends/kickass/pages/torrents.py index 83737c41aa..abff9f3df1 100644 --- a/weboob/backends/kickass/pages/torrents.py +++ b/weboob/backends/kickass/pages/torrents.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.torrent import Torrent diff --git a/weboob/backends/kickass/test.py b/weboob/backends/kickass/test.py index 45d521160c..40f91d5bd5 100644 --- a/weboob/backends/kickass/test.py +++ b/weboob/backends/kickass/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/lcl/__init__.py b/weboob/backends/lcl/__init__.py index 52159f5268..0b2df93286 100644 --- a/weboob/backends/lcl/__init__.py +++ b/weboob/backends/lcl/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import LCLBackend diff --git a/weboob/backends/lcl/backend.py b/weboob/backends/lcl/backend.py index 9047cb4f66..e575f5a2d0 100644 --- a/weboob/backends/lcl/backend.py +++ b/weboob/backends/lcl/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon, Pierre Mazière # -# 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 @@ -34,7 +36,7 @@ class LCLBackend(BaseBackend, ICapBank): EMAIL = 'pierre.maziere@gmail.com' VERSION = '0.8' DESCRIPTION = 'Le Credit Lyonnais crappy french bank' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('login', label='Account ID', regexp='^\d{1,6}\w$'), Value('password', label='Password of account', masked=True), Value('agency', label='Agency code', regexp='^\d{3,4}$')) diff --git a/weboob/backends/lcl/browser.py b/weboob/backends/lcl/browser.py index 35cca6d29f..88efa2f72c 100644 --- a/weboob/backends/lcl/browser.py +++ b/weboob/backends/lcl/browser.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon, Pierre Mazière # -# 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 weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword diff --git a/weboob/backends/lcl/pages.py b/weboob/backends/lcl/pages.py index 2379178650..f06b4cf82b 100644 --- a/weboob/backends/lcl/pages.py +++ b/weboob/backends/lcl/pages.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon, Pierre Mazière # -# 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 datetime import date diff --git a/weboob/backends/lcl/test.py b/weboob/backends/lcl/test.py index 29c7a8139e..30dcc66be4 100644 --- a/weboob/backends/lcl/test.py +++ b/weboob/backends/lcl/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/lefigaro/GenericBackend.py b/weboob/backends/lefigaro/GenericBackend.py index 254a39efa4..c272027271 100644 --- a/weboob/backends/lefigaro/GenericBackend.py +++ b/weboob/backends/lefigaro/GenericBackend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . # python2.5 compatibility from __future__ import with_statement @@ -28,7 +30,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None diff --git a/weboob/backends/lefigaro/__init__.py b/weboob/backends/lefigaro/__init__.py index edf765667f..54481195a3 100644 --- a/weboob/backends/lefigaro/__init__.py +++ b/weboob/backends/lefigaro/__init__.py @@ -3,18 +3,22 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .backend import NewspaperFigaroBackend + + __all__ = ['NewspaperFigaroBackend'] diff --git a/weboob/backends/lefigaro/backend.py b/weboob/backends/lefigaro/backend.py index d796677f19..fe8285546d 100644 --- a/weboob/backends/lefigaro/backend.py +++ b/weboob/backends/lefigaro/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . "backend for http://www.lefigaro.fr" # python2.5 compatibility @@ -28,7 +30,7 @@ class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' DESCRIPTION = u'Lefigaro French news website' diff --git a/weboob/backends/lefigaro/browser.py b/weboob/backends/lefigaro/browser.py index bdd83ee76a..aec760280b 100644 --- a/weboob/backends/lefigaro/browser.py +++ b/weboob/backends/lefigaro/browser.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .pages.article import ArticlePage from .pages.flashactu import FlashActuPage diff --git a/weboob/backends/lefigaro/pages/article.py b/weboob/backends/lefigaro/pages/article.py index a6516b0013..47403118f9 100644 --- a/weboob/backends/lefigaro/pages/article.py +++ b/weboob/backends/lefigaro/pages/article.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage, remove_from_selector_list, drop_comments, try_drop_tree, try_remove_from_selector_list diff --git a/weboob/backends/lefigaro/pages/flashactu.py b/weboob/backends/lefigaro/pages/flashactu.py index f218b567f4..6d3737e2ce 100644 --- a/weboob/backends/lefigaro/pages/flashactu.py +++ b/weboob/backends/lefigaro/pages/flashactu.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage diff --git a/weboob/backends/lefigaro/pages/simple.py b/weboob/backends/lefigaro/pages/simple.py index 5782c31e0f..44e05ef848 100644 --- a/weboob/backends/lefigaro/pages/simple.py +++ b/weboob/backends/lefigaro/pages/simple.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage diff --git a/weboob/backends/lefigaro/test.py b/weboob/backends/lefigaro/test.py index 5dc4def3a6..e06d168acc 100644 --- a/weboob/backends/lefigaro/test.py +++ b/weboob/backends/lefigaro/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/lefigaro/tools.py b/weboob/backends/lefigaro/tools.py index 9fc522a3dc..d09d120c57 100644 --- a/weboob/backends/lefigaro/tools.py +++ b/weboob/backends/lefigaro/tools.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . import re diff --git a/weboob/backends/lemouv/__init__.py b/weboob/backends/lemouv/__init__.py index 7435acdac6..b05ca6edcc 100644 --- a/weboob/backends/lemouv/__init__.py +++ b/weboob/backends/lemouv/__init__.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Johann Broudin # -# 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 .backend import lemouvBackend diff --git a/weboob/backends/lemouv/backend.py b/weboob/backends/lemouv/backend.py index 691831294f..7580de7228 100644 --- a/weboob/backends/lemouv/backend.py +++ b/weboob/backends/lemouv/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Johann Broudin # -# 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 weboob.capabilities.radio import ICapRadio, Radio, Stream, Emission diff --git a/weboob/backends/lemouv/browser.py b/weboob/backends/lemouv/browser.py index 483d390b66..7568ba824a 100644 --- a/weboob/backends/lemouv/browser.py +++ b/weboob/backends/lemouv/browser.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Johann Broudin # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/lemouv/pages.py b/weboob/backends/lemouv/pages.py index e3de544103..877e344627 100644 --- a/weboob/backends/lemouv/pages.py +++ b/weboob/backends/lemouv/pages.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Johann Broudin # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/mediawiki/__init__.py b/weboob/backends/mediawiki/__init__.py index bcd57da775..cc66cfdec5 100644 --- a/weboob/backends/mediawiki/__init__.py +++ b/weboob/backends/mediawiki/__init__.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 .backend import MediawikiBackend diff --git a/weboob/backends/mediawiki/backend.py b/weboob/backends/mediawiki/backend.py index 62dfe2bf8c..b9cb3be943 100644 --- a/weboob/backends/mediawiki/backend.py +++ b/weboob/backends/mediawiki/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 @@ -32,7 +34,7 @@ class MediawikiBackend(BaseBackend, ICapContent): MAINTAINER = u'Clément Schreiner' EMAIL = 'clemux@clemux.info' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = 'Mediawiki wiki software application' CONFIG = ValuesDict(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/'), Value('apiurl', label='URL of the Mediawiki website\'s API', default='http://en.wikipedia.org/w/api.php'), diff --git a/weboob/backends/mediawiki/browser.py b/weboob/backends/mediawiki/browser.py index ae9b07429b..300525da31 100644 --- a/weboob/backends/mediawiki/browser.py +++ b/weboob/backends/mediawiki/browser.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 urlparse import urlsplit import urllib diff --git a/weboob/backends/mediawiki/test.py b/weboob/backends/mediawiki/test.py index a78731c726..56fc7af778 100644 --- a/weboob/backends/mediawiki/test.py +++ b/weboob/backends/mediawiki/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Clément Schreiner # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/meteofrance/__init__.py b/weboob/backends/meteofrance/__init__.py index 713434c4d9..29b9705427 100644 --- a/weboob/backends/meteofrance/__init__.py +++ b/weboob/backends/meteofrance/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import MeteofranceBackend diff --git a/weboob/backends/meteofrance/backend.py b/weboob/backends/meteofrance/backend.py index aee5ef2f94..6881d9c975 100644 --- a/weboob/backends/meteofrance/backend.py +++ b/weboob/backends/meteofrance/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Cedric Defortis +# Copyright(C) 2010-2011 Cedric Defortis # -# 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 weboob.capabilities.weather import ICapWeather @@ -31,7 +33,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather): EMAIL = 'cedric@aiur.fr' VERSION = '0.8' DESCRIPTION = 'Get forecasts from the MeteoFrance website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = MeteofranceBrowser def create_default_browser(self): diff --git a/weboob/backends/meteofrance/browser.py b/weboob/backends/meteofrance/browser.py index 123200643c..f939908a12 100644 --- a/weboob/backends/meteofrance/browser.py +++ b/weboob/backends/meteofrance/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Cedric Defortis +# Copyright(C) 2010-2011 Cedric Defortis # -# 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 . import urllib diff --git a/weboob/backends/meteofrance/pages/__init__.py b/weboob/backends/meteofrance/pages/__init__.py index 439299b51e..6b436c67f6 100644 --- a/weboob/backends/meteofrance/pages/__init__.py +++ b/weboob/backends/meteofrance/pages/__init__.py @@ -1,16 +1,18 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . diff --git a/weboob/backends/meteofrance/pages/meteo.py b/weboob/backends/meteofrance/pages/meteo.py index 930abd4743..fbcd2e3d00 100644 --- a/weboob/backends/meteofrance/pages/meteo.py +++ b/weboob/backends/meteofrance/pages/meteo.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Cedric Defortis +# Copyright(C) 2010-2011 Cedric Defortis # -# 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 . diff --git a/weboob/backends/meteofrance/test.py b/weboob/backends/meteofrance/test.py index bab767c566..e324914f63 100644 --- a/weboob/backends/meteofrance/test.py +++ b/weboob/backends/meteofrance/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/minutes20/GenericBackend.py b/weboob/backends/minutes20/GenericBackend.py index 254a39efa4..c272027271 100644 --- a/weboob/backends/minutes20/GenericBackend.py +++ b/weboob/backends/minutes20/GenericBackend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . # python2.5 compatibility from __future__ import with_statement @@ -28,7 +30,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None diff --git a/weboob/backends/minutes20/__init__.py b/weboob/backends/minutes20/__init__.py index 03bc6dec7e..185a333a70 100644 --- a/weboob/backends/minutes20/__init__.py +++ b/weboob/backends/minutes20/__init__.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .backend import Newspaper20minutesBackend __all__ = ['Newspaper20minutesBackend'] diff --git a/weboob/backends/minutes20/backend.py b/weboob/backends/minutes20/backend.py index edd44e8e94..4f5836a325 100644 --- a/weboob/backends/minutes20/backend.py +++ b/weboob/backends/minutes20/backend.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . "backend for http://20minutes.fr" from weboob.capabilities.messages import ICapMessages @@ -25,7 +27,7 @@ class Newspaper20minutesBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = 'Julien Hebert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' DESCRIPTION = u'20minutes French news website' diff --git a/weboob/backends/minutes20/browser.py b/weboob/backends/minutes20/browser.py index c986a5c0ee..8edf59d7c6 100644 --- a/weboob/backends/minutes20/browser.py +++ b/weboob/backends/minutes20/browser.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 .pages.article import ArticlePage from .pages.simple import SimplePage diff --git a/weboob/backends/minutes20/pages/article.py b/weboob/backends/minutes20/pages/article.py index 3740e27a9a..9ee73e28f9 100644 --- a/weboob/backends/minutes20/pages/article.py +++ b/weboob/backends/minutes20/pages/article.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import NoAuthorElement, try_remove, NoneMainDiv from .simple import SimplePage diff --git a/weboob/backends/minutes20/pages/simple.py b/weboob/backends/minutes20/pages/simple.py index e5015b49d5..3bc4cd5966 100644 --- a/weboob/backends/minutes20/pages/simple.py +++ b/weboob/backends/minutes20/pages/simple.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.genericArticle import GenericNewsPage diff --git a/weboob/backends/minutes20/test.py b/weboob/backends/minutes20/test.py index 24ba828dd7..37d2438275 100644 --- a/weboob/backends/minutes20/test.py +++ b/weboob/backends/minutes20/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/minutes20/tools.py b/weboob/backends/minutes20/tools.py index 871da413fd..8ef572df5a 100644 --- a/weboob/backends/minutes20/tools.py +++ b/weboob/backends/minutes20/tools.py @@ -3,18 +3,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 . import re diff --git a/weboob/backends/newsfeed/__init__.py b/weboob/backends/newsfeed/__init__.py index dd681150b7..a4be684378 100644 --- a/weboob/backends/newsfeed/__init__.py +++ b/weboob/backends/newsfeed/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Clément Schreiner +# Copyright(C) 2010-2011 Clément Schreiner # -# 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 .backend import NewsfeedBackend diff --git a/weboob/backends/newsfeed/backend.py b/weboob/backends/newsfeed/backend.py index 46432088f5..7e33f15bb6 100644 --- a/weboob/backends/newsfeed/backend.py +++ b/weboob/backends/newsfeed/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Clément Schreiner +# Copyright(C) 2010-2011 Clément Schreiner # -# 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 weboob.tools.backend import BaseBackend diff --git a/weboob/backends/newsfeed/test.py b/weboob/backends/newsfeed/test.py index 9c53b7b06e..20eda46c7e 100644 --- a/weboob/backends/newsfeed/test.py +++ b/weboob/backends/newsfeed/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Clément Schreiner +# Copyright(C) 2010-2011 Clément Schreiner # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/orange/backend.py b/weboob/backends/orange/backend.py index 52a8585106..33dccf04ae 100644 --- a/weboob/backends/orange/backend.py +++ b/weboob/backends/orange/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 @@ -35,7 +37,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): EMAIL = 'nicolas@jombi.fr' VERSION = '0.8' DESCRIPTION = 'Orange french mobile phone provider' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('login', label='Login'), Value('password', label='Password', masked=True), Value('phonenumber', Label='Phone number') diff --git a/weboob/backends/orange/browser.py b/weboob/backends/orange/browser.py index 036475fbcc..92f9aad32a 100644 --- a/weboob/backends/orange/browser.py +++ b/weboob/backends/orange/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 .pages.compose import ClosePage, ComposePage, ConfirmPage, SentPage diff --git a/weboob/backends/orange/pages/__init__.py b/weboob/backends/orange/pages/__init__.py index a5bb4024fc..63ee962d66 100644 --- a/weboob/backends/orange/pages/__init__.py +++ b/weboob/backends/orange/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 .login import LoginPage from .compose import ComposePage, ConfirmPage diff --git a/weboob/backends/orange/pages/compose.py b/weboob/backends/orange/pages/compose.py index eb4a6e16fa..c9cd5e92a5 100644 --- a/weboob/backends/orange/pages/compose.py +++ b/weboob/backends/orange/pages/compose.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 . import re diff --git a/weboob/backends/orange/pages/login.py b/weboob/backends/orange/pages/login.py index d1da127bea..8fa7173065 100644 --- a/weboob/backends/orange/pages/login.py +++ b/weboob/backends/orange/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Nicolas Duhamel +# Copyright(C) 2010-2011 Nicolas Duhamel # -# 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 weboob.tools.browser import BasePage import urllib diff --git a/weboob/backends/ouifm/__init__.py b/weboob/backends/ouifm/__init__.py index 96d1df5edc..8eabc1448f 100644 --- a/weboob/backends/ouifm/__init__.py +++ b/weboob/backends/ouifm/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import OuiFMBackend diff --git a/weboob/backends/ouifm/backend.py b/weboob/backends/ouifm/backend.py index 106f1bb1f7..3a91111698 100644 --- a/weboob/backends/ouifm/backend.py +++ b/weboob/backends/ouifm/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.capabilities.radio import ICapRadio, Radio, Stream, Emission @@ -31,7 +33,7 @@ class OuiFMBackend(BaseBackend, ICapRadio): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = u'The Ouï FM french radio' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = OuiFMBrowser _RADIOS = {'general': (u'OUÏ FM', u'OUI FM', u'http://ouifm.ice.infomaniak.ch/ouifm-high.mp3'), diff --git a/weboob/backends/ouifm/browser.py b/weboob/backends/ouifm/browser.py index 416bce80d7..63ca3a2bc7 100644 --- a/weboob/backends/ouifm/browser.py +++ b/weboob/backends/ouifm/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/ouifm/pages.py b/weboob/backends/ouifm/pages.py index 8c34c66455..66cfb0c553 100644 --- a/weboob/backends/ouifm/pages.py +++ b/weboob/backends/ouifm/pages.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/ouifm/test.py b/weboob/backends/ouifm/test.py index 0c51d444a7..4c8b6bc38d 100644 --- a/weboob/backends/ouifm/test.py +++ b/weboob/backends/ouifm/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/piratebay/backend.py b/weboob/backends/piratebay/backend.py index 61cc7676e1..7de487d495 100644 --- a/weboob/backends/piratebay/backend.py +++ b/weboob/backends/piratebay/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.capabilities.torrent import ICapTorrent from weboob.tools.backend import BaseBackend @@ -30,7 +32,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent): EMAIL = 'julien.veyssier@aiur.fr' VERSION = '0.8' DESCRIPTION = 'the pirate bay bittorrent tracker' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' #CONFIG = ValuesDict(Value('domain', label='Domain (example "ssl.what.cd")'), # Value('protocol', label='Protocol to use', choices=('http', 'https')), # Value('username', label='Username'), diff --git a/weboob/backends/piratebay/browser.py b/weboob/backends/piratebay/browser.py index d686700ac1..e09be3c3fa 100644 --- a/weboob/backends/piratebay/browser.py +++ b/weboob/backends/piratebay/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/piratebay/pages/index.py b/weboob/backends/piratebay/pages/index.py index 4396a7e3d8..22ec8ed808 100644 --- a/weboob/backends/piratebay/pages/index.py +++ b/weboob/backends/piratebay/pages/index.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/piratebay/pages/torrents.py b/weboob/backends/piratebay/pages/torrents.py index 2400035303..651c6c0daa 100644 --- a/weboob/backends/piratebay/pages/torrents.py +++ b/weboob/backends/piratebay/pages/torrents.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 . diff --git a/weboob/backends/piratebay/test.py b/weboob/backends/piratebay/test.py index 42e495e96a..0363b51f2b 100644 --- a/weboob/backends/piratebay/test.py +++ b/weboob/backends/piratebay/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Veyssier +# Copyright(C) 2010-2011 Julien Veyssier # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/redmine/__init__.py b/weboob/backends/redmine/__init__.py index 3f7c620b21..8b72da373f 100644 --- a/weboob/backends/redmine/__init__.py +++ b/weboob/backends/redmine/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import RedmineBackend diff --git a/weboob/backends/redmine/backend.py b/weboob/backends/redmine/backend.py index 11e58e5a42..04137db860 100644 --- a/weboob/backends/redmine/backend.py +++ b/weboob/backends/redmine/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -34,7 +36,7 @@ class RedmineBackend(BaseBackend, ICapContent): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'The Redmine project management web application' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('url', label='URL of the Redmine website'), Value('username', label='Login'), Value('password', label='Password', masked=True)) diff --git a/weboob/backends/redmine/browser.py b/weboob/backends/redmine/browser.py index ac800d672e..6721a490f9 100644 --- a/weboob/backends/redmine/browser.py +++ b/weboob/backends/redmine/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 urlparse import urlsplit diff --git a/weboob/backends/redmine/pages/index.py b/weboob/backends/redmine/pages/index.py index 64a2f9c229..0299734e0f 100644 --- a/weboob/backends/redmine/pages/index.py +++ b/weboob/backends/redmine/pages/index.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/redmine/pages/wiki.py b/weboob/backends/redmine/pages/wiki.py index afc1c0b7b7..faf2cf88ad 100644 --- a/weboob/backends/redmine/pages/wiki.py +++ b/weboob/backends/redmine/pages/wiki.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/sfr/backend.py b/weboob/backends/sfr/backend.py index 9f2d88fc02..5bd2e1e053 100644 --- a/weboob/backends/sfr/backend.py +++ b/weboob/backends/sfr/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 @@ -35,7 +37,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): EMAIL = 'christophe.benz@gmail.com' VERSION = '0.8' DESCRIPTION = 'SFR french mobile phone provider' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = ValuesDict(Value('login', label='Login'), Value('password', label='Password', masked=True)) BROWSER = SfrBrowser diff --git a/weboob/backends/sfr/browser.py b/weboob/backends/sfr/browser.py index 1cc1af8828..dadac860ed 100644 --- a/weboob/backends/sfr/browser.py +++ b/weboob/backends/sfr/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import urllib diff --git a/weboob/backends/sfr/pages/compose.py b/weboob/backends/sfr/pages/compose.py index 759e67c51f..5d4347d35d 100644 --- a/weboob/backends/sfr/pages/compose.py +++ b/weboob/backends/sfr/pages/compose.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import re diff --git a/weboob/backends/sfr/pages/login.py b/weboob/backends/sfr/pages/login.py index af8c772312..084cb469e8 100644 --- a/weboob/backends/sfr/pages/login.py +++ b/weboob/backends/sfr/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/sfr/test.py b/weboob/backends/sfr/test.py index 1fe6222f4a..7c525d8fb0 100644 --- a/weboob/backends/sfr/test.py +++ b/weboob/backends/sfr/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/societegenerale/__init__.py b/weboob/backends/societegenerale/__init__.py index 0a9fda53e4..4bc59dc67b 100644 --- a/weboob/backends/societegenerale/__init__.py +++ b/weboob/backends/societegenerale/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 .backend import SocieteGeneraleBackend diff --git a/weboob/backends/societegenerale/backend.py b/weboob/backends/societegenerale/backend.py index 1d0ced0977..84f0f16c49 100644 --- a/weboob/backends/societegenerale/backend.py +++ b/weboob/backends/societegenerale/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 . # python2.5 compatibility @@ -34,7 +36,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank): MAINTAINER = 'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = u'Société Générale french bank\' website' CONFIG = ValuesDict(Value('login', label='Account ID'), Value('password', label='Password', masked=True)) diff --git a/weboob/backends/societegenerale/browser.py b/weboob/backends/societegenerale/browser.py index fc4f681749..67a45837e8 100644 --- a/weboob/backends/societegenerale/browser.py +++ b/weboob/backends/societegenerale/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword diff --git a/weboob/backends/societegenerale/captcha.py b/weboob/backends/societegenerale/captcha.py index 5b498ee4b0..17655a2bd2 100644 --- a/weboob/backends/societegenerale/captcha.py +++ b/weboob/backends/societegenerale/captcha.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 . import hashlib diff --git a/weboob/backends/societegenerale/pages/__init__.py b/weboob/backends/societegenerale/pages/__init__.py index 79aef1e62e..9083b98889 100644 --- a/weboob/backends/societegenerale/pages/__init__.py +++ b/weboob/backends/societegenerale/pages/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 .accounts_list import AccountsList diff --git a/weboob/backends/societegenerale/pages/accounts_list.py b/weboob/backends/societegenerale/pages/accounts_list.py index 3ed870e194..a18f918b16 100644 --- a/weboob/backends/societegenerale/pages/accounts_list.py +++ b/weboob/backends/societegenerale/pages/accounts_list.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 . import re diff --git a/weboob/backends/societegenerale/pages/login.py b/weboob/backends/societegenerale/pages/login.py index 7d24a3cd6a..24c4507012 100644 --- a/weboob/backends/societegenerale/pages/login.py +++ b/weboob/backends/societegenerale/pages/login.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 logging import error diff --git a/weboob/backends/societegenerale/test.py b/weboob/backends/societegenerale/test.py index 2ad761148d..d7b658dcbf 100644 --- a/weboob/backends/societegenerale/test.py +++ b/weboob/backends/societegenerale/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Jocelyn Jaubert +# Copyright(C) 2010-2011 Jocelyn Jaubert # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/transilien/__init__.py b/weboob/backends/transilien/__init__.py index db9d49a2e3..058ca5835c 100644 --- a/weboob/backends/transilien/__init__.py +++ b/weboob/backends/transilien/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert, Romain Bignon +# Copyright(C) 2010-2011 Julien Hébert, Romain Bignon # -# 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 .backend import TransilienBackend diff --git a/weboob/backends/transilien/backend.py b/weboob/backends/transilien/backend.py index 658ca3a6f7..46ff518eef 100644 --- a/weboob/backends/transilien/backend.py +++ b/weboob/backends/transilien/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert, Romain Bignon +# Copyright(C) 2010-2011 Julien Hébert, Romain Bignon # -# 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 weboob.capabilities.travel import ICapTravel, Station, Departure @@ -27,7 +29,7 @@ class TransilienBackend(BaseBackend, ICapTravel): MAINTAINER = u'Julien Hébert' EMAIL = 'juke@free.fr' VERSION = '0.8' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' DESCRIPTION = "Transports in Paris" BROWSER = Transilien diff --git a/weboob/backends/transilien/browser.py b/weboob/backends/transilien/browser.py index 7c65bda784..b49f4a01e5 100644 --- a/weboob/backends/transilien/browser.py +++ b/weboob/backends/transilien/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert, Romain Bignon +# Copyright(C) 2010-2011 Julien Hébert, Romain Bignon # -# 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 datetime import datetime, date, time diff --git a/weboob/backends/transilien/pages/route.py b/weboob/backends/transilien/pages/route.py index d9b4beed60..075238fc19 100644 --- a/weboob/backends/transilien/pages/route.py +++ b/weboob/backends/transilien/pages/route.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert, Romain Bignon +# Copyright(C) 2010-2011 Julien Hébert, Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/transilien/pages/station.py b/weboob/backends/transilien/pages/station.py index 5b14f423ff..c2f42a3970 100644 --- a/weboob/backends/transilien/pages/station.py +++ b/weboob/backends/transilien/pages/station.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . diff --git a/weboob/backends/transilien/stations.py b/weboob/backends/transilien/stations.py index a85af16c10..5c30c44060 100644 --- a/weboob/backends/transilien/stations.py +++ b/weboob/backends/transilien/stations.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Julien Hébert, Romain Bignon +# Copyright(C) 2010-2011 Julien Hébert, Romain Bignon # -# 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 . STATIONS = { diff --git a/weboob/backends/transilien/test.py b/weboob/backends/transilien/test.py index 2bc1f42f2e..8c3c5b3b06 100644 --- a/weboob/backends/transilien/test.py +++ b/weboob/backends/transilien/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/yahoo/__init__.py b/weboob/backends/yahoo/__init__.py index 5f1697ec09..03bb009d86 100644 --- a/weboob/backends/yahoo/__init__.py +++ b/weboob/backends/yahoo/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .backend import YahooBackend diff --git a/weboob/backends/yahoo/backend.py b/weboob/backends/yahoo/backend.py index 87c4e97237..b286b80a28 100644 --- a/weboob/backends/yahoo/backend.py +++ b/weboob/backends/yahoo/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -38,7 +40,7 @@ class YahooBackend(BaseBackend, ICapWeather): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'Yahoo' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = BaseBrowser WEATHER_URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s' SEARCH_URL = 'http://fr.meteo.yahoo.com/search/weather?p=%s' diff --git a/weboob/backends/yahoo/test.py b/weboob/backends/yahoo/test.py index 3b3e7ded1f..45f99d3148 100644 --- a/weboob/backends/yahoo/test.py +++ b/weboob/backends/yahoo/test.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/youjizz/__init__.py b/weboob/backends/youjizz/__init__.py index 1c279e3b42..eb4e0d020b 100644 --- a/weboob/backends/youjizz/__init__.py +++ b/weboob/backends/youjizz/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 .backend import YoujizzBackend diff --git a/weboob/backends/youjizz/backend.py b/weboob/backends/youjizz/backend.py index 1a67c2cbf8..a2a21387ba 100644 --- a/weboob/backends/youjizz/backend.py +++ b/weboob/backends/youjizz/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 @@ -34,7 +36,7 @@ class YoujizzBackend(BaseBackend, ICapVideo): EMAIL = 'roger.philibert@gmail.com' VERSION = '0.8' DESCRIPTION = 'Youjizz videos website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser def get_video(self, _id): diff --git a/weboob/backends/youjizz/browser.py b/weboob/backends/youjizz/browser.py index d5dc89fff6..45ac39a702 100644 --- a/weboob/backends/youjizz/browser.py +++ b/weboob/backends/youjizz/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 . import urllib diff --git a/weboob/backends/youjizz/pages/index.py b/weboob/backends/youjizz/pages/index.py index 30253477bf..7c49c24dbc 100644 --- a/weboob/backends/youjizz/pages/index.py +++ b/weboob/backends/youjizz/pages/index.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 . import datetime diff --git a/weboob/backends/youjizz/pages/video.py b/weboob/backends/youjizz/pages/video.py index caea1cb536..0b5929d6a9 100644 --- a/weboob/backends/youjizz/pages/video.py +++ b/weboob/backends/youjizz/pages/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 . import datetime diff --git a/weboob/backends/youjizz/test.py b/weboob/backends/youjizz/test.py index 3052e142fd..ea0ad49352 100644 --- a/weboob/backends/youjizz/test.py +++ b/weboob/backends/youjizz/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/youjizz/video.py b/weboob/backends/youjizz/video.py index 8357b9ce47..dce129b005 100644 --- a/weboob/backends/youjizz/video.py +++ b/weboob/backends/youjizz/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/youporn/backend.py b/weboob/backends/youporn/backend.py index 2d36bb4fda..2dfee93b97 100644 --- a/weboob/backends/youporn/backend.py +++ b/weboob/backends/youporn/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 @@ -34,7 +36,7 @@ class YoupornBackend(BaseBackend, ICapVideo): EMAIL = 'romain@weboob.org' VERSION = '0.8' DESCRIPTION = 'Youporn videos website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser def get_video(self, _id): diff --git a/weboob/backends/youporn/browser.py b/weboob/backends/youporn/browser.py index eabc879e46..07be55bb0f 100644 --- a/weboob/backends/youporn/browser.py +++ b/weboob/backends/youporn/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/youporn/pages/base.py b/weboob/backends/youporn/pages/base.py index 2ecc609da1..68ef03e685 100644 --- a/weboob/backends/youporn/pages/base.py +++ b/weboob/backends/youporn/pages/base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.mech import ClientForm ControlNotFoundError = ClientForm.ControlNotFoundError diff --git a/weboob/backends/youporn/pages/index.py b/weboob/backends/youporn/pages/index.py index db6d9485cd..22efea65f0 100644 --- a/weboob/backends/youporn/pages/index.py +++ b/weboob/backends/youporn/pages/index.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import datetime diff --git a/weboob/backends/youporn/pages/video.py b/weboob/backends/youporn/pages/video.py index d1f131cb46..51bd9632e4 100644 --- a/weboob/backends/youporn/pages/video.py +++ b/weboob/backends/youporn/pages/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re diff --git a/weboob/backends/youporn/test.py b/weboob/backends/youporn/test.py index 85d7219234..c3f43a1f78 100644 --- a/weboob/backends/youporn/test.py +++ b/weboob/backends/youporn/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/youporn/video.py b/weboob/backends/youporn/video.py index ca48bb943e..5a0c7268b1 100644 --- a/weboob/backends/youporn/video.py +++ b/weboob/backends/youporn/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Roger Philibert +# Copyright(C) 2010-2011 Roger Philibert # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/backends/youtube/__init__.py b/weboob/backends/youtube/__init__.py index debdc0a870..1e96879547 100644 --- a/weboob/backends/youtube/__init__.py +++ b/weboob/backends/youtube/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .backend import YoutubeBackend diff --git a/weboob/backends/youtube/backend.py b/weboob/backends/youtube/backend.py index 267b37bf6a..337dc2a478 100644 --- a/weboob/backends/youtube/backend.py +++ b/weboob/backends/youtube/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 @@ -40,7 +42,7 @@ class YoutubeBackend(BaseBackend, ICapVideo): EMAIL = 'christophe.benz@gmail.com' VERSION = '0.8' DESCRIPTION = 'Youtube videos website' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' BROWSER = YoutubeBrowser URL_RE = re.compile(r'https?://.*youtube.com/watch\?v=(.*)') diff --git a/weboob/backends/youtube/browser.py b/weboob/backends/youtube/browser.py index 8215c9c94d..83259f5af5 100644 --- a/weboob/backends/youtube/browser.py +++ b/weboob/backends/youtube/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 weboob.tools.browser import BaseBrowser diff --git a/weboob/backends/youtube/pages.py b/weboob/backends/youtube/pages.py index 04202134ce..98586b4079 100644 --- a/weboob/backends/youtube/pages.py +++ b/weboob/backends/youtube/pages.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 weboob.tools.browser import BasePage diff --git a/weboob/backends/youtube/test.py b/weboob/backends/youtube/test.py index ebc49238f5..5fa4060914 100644 --- a/weboob/backends/youtube/test.py +++ b/weboob/backends/youtube/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 weboob.tools.test import BackendTest diff --git a/weboob/backends/youtube/video.py b/weboob/backends/youtube/video.py index 1f2f1f2a50..7d118f1d8b 100644 --- a/weboob/backends/youtube/video.py +++ b/weboob/backends/youtube/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.capabilities.video import BaseVideo diff --git a/weboob/capabilities/account.py b/weboob/capabilities/account.py index 9ca690807e..9638b26ddf 100644 --- a/weboob/capabilities/account.py +++ b/weboob/capabilities/account.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap, CapBaseObject diff --git a/weboob/capabilities/bank.py b/weboob/capabilities/bank.py index bf959719b2..1742d3748f 100644 --- a/weboob/capabilities/bank.py +++ b/weboob/capabilities/bank.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime, date diff --git a/weboob/capabilities/base.py b/weboob/capabilities/base.py index afdb479ef0..795ed32aa7 100644 --- a/weboob/capabilities/base.py +++ b/weboob/capabilities/base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 weboob.tools.misc import iter_fields diff --git a/weboob/capabilities/chat.py b/weboob/capabilities/chat.py index 40a2c58bd4..b73c2876c1 100644 --- a/weboob/capabilities/chat.py +++ b/weboob/capabilities/chat.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import datetime diff --git a/weboob/capabilities/contact.py b/weboob/capabilities/contact.py index 73a0c36ec2..6a6e5a28a5 100644 --- a/weboob/capabilities/contact.py +++ b/weboob/capabilities/contact.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap, CapBaseObject diff --git a/weboob/capabilities/content.py b/weboob/capabilities/content.py index 14c48f0945..ff816d1848 100644 --- a/weboob/capabilities/content.py +++ b/weboob/capabilities/content.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap, CapBaseObject diff --git a/weboob/capabilities/dating.py b/weboob/capabilities/dating.py index bcb05dc997..2dda59ca87 100644 --- a/weboob/capabilities/dating.py +++ b/weboob/capabilities/dating.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap diff --git a/weboob/capabilities/geolocip.py b/weboob/capabilities/geolocip.py index d09f7fff73..4e09bf6d5f 100644 --- a/weboob/capabilities/geolocip.py +++ b/weboob/capabilities/geolocip.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap, CapBaseObject diff --git a/weboob/capabilities/messages.py b/weboob/capabilities/messages.py index 3e0d6d5eb6..4e7610db5d 100644 --- a/weboob/capabilities/messages.py +++ b/weboob/capabilities/messages.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import datetime diff --git a/weboob/capabilities/radio.py b/weboob/capabilities/radio.py index 2a172408d5..123cbe7352 100644 --- a/weboob/capabilities/radio.py +++ b/weboob/capabilities/radio.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .base import IBaseCap, CapBaseObject diff --git a/weboob/capabilities/torrent.py b/weboob/capabilities/torrent.py index 99a9c46899..08e03f67cb 100644 --- a/weboob/capabilities/torrent.py +++ b/weboob/capabilities/torrent.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime diff --git a/weboob/capabilities/travel.py b/weboob/capabilities/travel.py index 811d5058e5..1756e82e79 100644 --- a/weboob/capabilities/travel.py +++ b/weboob/capabilities/travel.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Julien Hebert +# Copyright(C) 2010-2011 Romain Bignon, Julien Hebert # -# 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 datetime import time, datetime diff --git a/weboob/capabilities/video.py b/weboob/capabilities/video.py index 80d0d42243..22c92ffb94 100644 --- a/weboob/capabilities/video.py +++ b/weboob/capabilities/video.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 datetime import datetime, timedelta diff --git a/weboob/capabilities/weather.py b/weboob/capabilities/weather.py index 3e8c484045..e16b78ee97 100644 --- a/weboob/capabilities/weather.py +++ b/weboob/capabilities/weather.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 datetime import datetime diff --git a/weboob/core/__init__.py b/weboob/core/__init__.py index 40f458c978..1496fa4f9b 100644 --- a/weboob/core/__init__.py +++ b/weboob/core/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .bcall import CallErrors diff --git a/weboob/core/backendscfg.py b/weboob/core/backendscfg.py index 841c3a8460..4e585b1297 100644 --- a/weboob/core/backendscfg.py +++ b/weboob/core/backendscfg.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/core/bcall.py b/weboob/core/bcall.py index a534524af0..f0599ce4ab 100644 --- a/weboob/core/bcall.py +++ b/weboob/core/bcall.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 diff --git a/weboob/core/modules.py b/weboob/core/modules.py index 53647aef4a..0ed2bc3b7d 100644 --- a/weboob/core/modules.py +++ b/weboob/core/modules.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import logging diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index a64c52f9e7..4c228638ec 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/core/scheduler.py b/weboob/core/scheduler.py index aa696e3d28..1558bfef8f 100644 --- a/weboob/core/scheduler.py +++ b/weboob/core/scheduler.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 diff --git a/weboob/tools/application/base.py b/weboob/tools/application/base.py index d4e193c5b1..4f47a59ce9 100644 --- a/weboob/tools/application/base.py +++ b/weboob/tools/application/base.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 . import logging diff --git a/weboob/tools/application/console.py b/weboob/tools/application/console.py index 9e0f0f8a17..e96bf2d98c 100644 --- a/weboob/tools/application/console.py +++ b/weboob/tools/application/console.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 copy import deepcopy diff --git a/weboob/tools/application/formatters/csv.py b/weboob/tools/application/formatters/csv.py index 290646b27d..5ecb45e68e 100644 --- a/weboob/tools/application/formatters/csv.py +++ b/weboob/tools/application/formatters/csv.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 .iformatter import IFormatter diff --git a/weboob/tools/application/formatters/iformatter.py b/weboob/tools/application/formatters/iformatter.py index 13b59c48b7..9775a7a728 100644 --- a/weboob/tools/application/formatters/iformatter.py +++ b/weboob/tools/application/formatters/iformatter.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Christophe Benz # -# 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 diff --git a/weboob/tools/application/formatters/load.py b/weboob/tools/application/formatters/load.py index 92a19dc9e1..05aacb7db8 100644 --- a/weboob/tools/application/formatters/load.py +++ b/weboob/tools/application/formatters/load.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 . __all__ = ['FormattersLoader', 'FormatterLoadError'] diff --git a/weboob/tools/application/formatters/multiline.py b/weboob/tools/application/formatters/multiline.py index 39d488e02d..0d4dc77917 100644 --- a/weboob/tools/application/formatters/multiline.py +++ b/weboob/tools/application/formatters/multiline.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.capabilities.base import NotLoaded, NotAvailable diff --git a/weboob/tools/application/formatters/simple.py b/weboob/tools/application/formatters/simple.py index 92790b9385..9a27c536d1 100644 --- a/weboob/tools/application/formatters/simple.py +++ b/weboob/tools/application/formatters/simple.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .iformatter import IFormatter diff --git a/weboob/tools/application/formatters/table.py b/weboob/tools/application/formatters/table.py index 63c7d73614..889036127a 100644 --- a/weboob/tools/application/formatters/table.py +++ b/weboob/tools/application/formatters/table.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 prettytable import PrettyTable diff --git a/weboob/tools/application/formatters/webkit/__init__.py b/weboob/tools/application/formatters/webkit/__init__.py index 1207a2f940..e32679a74c 100644 --- a/weboob/tools/application/formatters/webkit/__init__.py +++ b/weboob/tools/application/formatters/webkit/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 .webkitgtk import WebkitGtkFormatter diff --git a/weboob/tools/application/formatters/webkit/webkitgtk.py b/weboob/tools/application/formatters/webkit/webkitgtk.py index 4b7e09e27a..ca2c0f37d4 100644 --- a/weboob/tools/application/formatters/webkit/webkitgtk.py +++ b/weboob/tools/application/formatters/webkit/webkitgtk.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import os diff --git a/weboob/tools/application/javascript.py b/weboob/tools/application/javascript.py index ecea679e91..72d8363b74 100644 --- a/weboob/tools/application/javascript.py +++ b/weboob/tools/application/javascript.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import os diff --git a/weboob/tools/application/media_player.py b/weboob/tools/application/media_player.py index 31c0cce568..9f06f1293d 100644 --- a/weboob/tools/application/media_player.py +++ b/weboob/tools/application/media_player.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele # -# 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 . import os diff --git a/weboob/tools/application/qt/backendcfg.py b/weboob/tools/application/qt/backendcfg.py index f8adc85787..7990bb9529 100644 --- a/weboob/tools/application/qt/backendcfg.py +++ b/weboob/tools/application/qt/backendcfg.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Romain Bignon # -# 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 PyQt4.QtGui import QDialog, QTreeWidgetItem, QLabel, QFormLayout, \ diff --git a/weboob/tools/application/qt/qt.py b/weboob/tools/application/qt/qt.py index 1618ccca37..7d9bf7d1f9 100644 --- a/weboob/tools/application/qt/qt.py +++ b/weboob/tools/application/qt/qt.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import sys import logging diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index b4086d4c36..b5d485e3b9 100644 --- a/weboob/tools/application/repl.py +++ b/weboob/tools/application/repl.py @@ -2,18 +2,20 @@ # Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 . import atexit @@ -86,9 +88,10 @@ def __init__(self): self.intro = '\n'.join(('Welcome to %s%s%s v%s' % (self.BOLD, self.APPNAME, self.NC, self.VERSION), '', '%s' % self.COPYRIGHT, - '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 program 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.', '', 'Type "help" to display available commands.', '', diff --git a/weboob/tools/application/results.py b/weboob/tools/application/results.py index 572f38746a..b61eb4aa65 100644 --- a/weboob/tools/application/results.py +++ b/weboob/tools/application/results.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.core.bcall import IResultsCondition, ResultsConditionError diff --git a/weboob/tools/backend.py b/weboob/tools/backend.py index 97d0f87820..1bc70bb7a7 100644 --- a/weboob/tools/backend.py +++ b/weboob/tools/backend.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import os diff --git a/weboob/tools/browser/__init__.py b/weboob/tools/browser/__init__.py index a75c817464..7593d01dc3 100644 --- a/weboob/tools/browser/__init__.py +++ b/weboob/tools/browser/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 weboob.tools.browser.browser import BrowserIncorrectPassword, BrowserBanned, \ diff --git a/weboob/tools/browser/browser.py b/weboob/tools/browser/browser.py index de164cd999..4a0cb69762 100644 --- a/weboob/tools/browser/browser.py +++ b/weboob/tools/browser/browser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/tools/browser/decorators.py b/weboob/tools/browser/decorators.py index 9f93c7687b..f6dfa111c8 100644 --- a/weboob/tools/browser/decorators.py +++ b/weboob/tools/browser/decorators.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . __all__ = ['check_domain', 'id2url'] diff --git a/weboob/tools/browser/firefox_cookies.py b/weboob/tools/browser/firefox_cookies.py index 1de99daf6a..b7623374d5 100644 --- a/weboob/tools/browser/firefox_cookies.py +++ b/weboob/tools/browser/firefox_cookies.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . try: diff --git a/weboob/tools/config/iconfig.py b/weboob/tools/config/iconfig.py index d2cd833b65..7e2b99b7c2 100644 --- a/weboob/tools/config/iconfig.py +++ b/weboob/tools/config/iconfig.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . class ConfigError(Exception): diff --git a/weboob/tools/config/iniconfig.py b/weboob/tools/config/iniconfig.py index 2bcb5d6b60..960258a82d 100644 --- a/weboob/tools/config/iniconfig.py +++ b/weboob/tools/config/iniconfig.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 diff --git a/weboob/tools/config/yamlconfig.py b/weboob/tools/config/yamlconfig.py index b9d486d84f..31ad986dc3 100644 --- a/weboob/tools/config/yamlconfig.py +++ b/weboob/tools/config/yamlconfig.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 diff --git a/weboob/tools/decorators.py b/weboob/tools/decorators.py index e027261f03..52c88dd47c 100644 --- a/weboob/tools/decorators.py +++ b/weboob/tools/decorators.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import logging import time diff --git a/weboob/tools/genericArticle.py b/weboob/tools/genericArticle.py index 913cf723dc..5aca640c64 100644 --- a/weboob/tools/genericArticle.py +++ b/weboob/tools/genericArticle.py @@ -2,18 +2,20 @@ # Copyright(C) 2011 Julien Hebert # -# 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 weboob.tools.browser import BasePage from weboob.tools.parsers.lxmlparser import select, SelectElementException from lxml.etree import Comment diff --git a/weboob/tools/inspect.py b/weboob/tools/inspect.py index 30183e81d8..56679b42db 100644 --- a/weboob/tools/inspect.py +++ b/weboob/tools/inspect.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import webkit_mechanize_browser.page diff --git a/weboob/tools/log.py b/weboob/tools/log.py index 7a03a09a1c..ba70ce28f3 100644 --- a/weboob/tools/log.py +++ b/weboob/tools/log.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 logging import Formatter, getLogger as _getLogger import sys diff --git a/weboob/tools/mech.py b/weboob/tools/mech.py index 0412aad798..2f700d244d 100644 --- a/weboob/tools/mech.py +++ b/weboob/tools/mech.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Laurent Bachelier +# Copyright(C) 2010-2011 Laurent Bachelier # -# 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 . __all__ = ['ClientForm', 'mechanize'] diff --git a/weboob/tools/misc.py b/weboob/tools/misc.py index de905a6282..df09ac09f5 100644 --- a/weboob/tools/misc.py +++ b/weboob/tools/misc.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 dateutil import tz diff --git a/weboob/tools/newsfeed.py b/weboob/tools/newsfeed.py index 4f7a837e6e..a9c3a02165 100644 --- a/weboob/tools/newsfeed.py +++ b/weboob/tools/newsfeed.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Clément Schreiner +# Copyright(C) 2010-2011 Clément Schreiner # -# 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 . import datetime import feedparser diff --git a/weboob/tools/ordereddict.py b/weboob/tools/ordereddict.py index 6d8bd91e49..661b7bed82 100644 --- a/weboob/tools/ordereddict.py +++ b/weboob/tools/ordereddict.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . try: diff --git a/weboob/tools/parsers/__init__.py b/weboob/tools/parsers/__init__.py index d9a4041519..e056c6963c 100644 --- a/weboob/tools/parsers/__init__.py +++ b/weboob/tools/parsers/__init__.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon # -# 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 . import logging diff --git a/weboob/tools/parsers/elementtidyparser.py b/weboob/tools/parsers/elementtidyparser.py index b3a4bfe0a3..162ae237b8 100644 --- a/weboob/tools/parsers/elementtidyparser.py +++ b/weboob/tools/parsers/elementtidyparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . # XXX Currently, elementtidy segfaults when there are no error, because of # the behavior of libtidy. diff --git a/weboob/tools/parsers/html5libparser.py b/weboob/tools/parsers/html5libparser.py index 4bf73de4e4..4d293ac91e 100644 --- a/weboob/tools/parsers/html5libparser.py +++ b/weboob/tools/parsers/html5libparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon, Christophe Benz +# Copyright(C) 2010-2011 Romain Bignon, Christophe Benz # -# 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 html5lib import treebuilders, HTMLParser diff --git a/weboob/tools/parsers/htmlparser.py b/weboob/tools/parsers/htmlparser.py index ce19ed0878..edf2536ed0 100644 --- a/weboob/tools/parsers/htmlparser.py +++ b/weboob/tools/parsers/htmlparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 HTMLParser import HTMLParser as _HTMLParser diff --git a/weboob/tools/parsers/iparser.py b/weboob/tools/parsers/iparser.py index 89b2ccd7bb..f7d6b10640 100644 --- a/weboob/tools/parsers/iparser.py +++ b/weboob/tools/parsers/iparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . class IParser(object): diff --git a/weboob/tools/parsers/lxmlparser.py b/weboob/tools/parsers/lxmlparser.py index 34ffaee6ca..0174f9aa21 100644 --- a/weboob/tools/parsers/lxmlparser.py +++ b/weboob/tools/parsers/lxmlparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import lxml.html diff --git a/weboob/tools/parsers/lxmlsoupparser.py b/weboob/tools/parsers/lxmlsoupparser.py index 70a5b1145b..c3e247c63a 100644 --- a/weboob/tools/parsers/lxmlsoupparser.py +++ b/weboob/tools/parsers/lxmlsoupparser.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import lxml.html diff --git a/weboob/tools/property.py b/weboob/tools/property.py index 274a44c2d9..6e49b6877c 100644 --- a/weboob/tools/property.py +++ b/weboob/tools/property.py @@ -4,20 +4,22 @@ # Python 2.6+/3.0+. The code is based on # http://bruynooghe.blogspot.com/2008/04/xsetter-syntax-in-python-25.html -# Copyright(C) 2010 Christophe Benz +# Copyright(C) 2010-2011 Christophe Benz # -# 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 . import sys diff --git a/weboob/tools/storage.py b/weboob/tools/storage.py index 0abe3c6997..2ec7b63f49 100644 --- a/weboob/tools/storage.py +++ b/weboob/tools/storage.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 copy import deepcopy diff --git a/weboob/tools/test.py b/weboob/tools/test.py index ac382e0321..808c0b0ec3 100644 --- a/weboob/tools/test.py +++ b/weboob/tools/test.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 unittest import TestCase from nose.plugins.skip import SkipTest diff --git a/weboob/tools/value.py b/weboob/tools/value.py index fb3d2a7e54..a01753f84e 100644 --- a/weboob/tools/value.py +++ b/weboob/tools/value.py @@ -1,19 +1,21 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010 Romain Bignon +# Copyright(C) 2010-2011 Romain Bignon # -# 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 . import re -- GitLab