diff --git a/docs/source/conf.py b/docs/source/conf.py index 257758da1b58e999f34a4f7af70111607bc9015a..b3c731a2f9e7905de5a27a061d50aff009d3af45 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,7 +38,7 @@ # General information about the project. project = u'Weboob' -copyright = u'2010, Romain Bignon, Christophe Benz' +copyright = u'2010-2011, Romain Bignon, Christophe Benz' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index 1334245452799c3aff4d31f9e706a4541dac9da2..ff574be22d395f47c0ebab9482d98fc51de936bd 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -83,7 +83,7 @@ def format_dict(self, item): class Boobank(ReplApplication): APPNAME = 'boobank' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz' CAPS = ICapBank DESCRIPTION = "Boobank is a console application to get bank accounts, " \ "display history and do transfer operations." diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index d15d686af26bc395b60bfd81db24cbd69f76ce3f..d67108093e3afca40e9ef8652d24c5a7cb6cddb2 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -124,7 +124,7 @@ def format_message(self, backend, message, depth=0): class Boobmsg(ReplApplication): APPNAME = 'boobmsg' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Boobmsg is a console application to send messages on supported websites and " \ "to display messages threads and contents." CAPS = ICapMessages diff --git a/weboob/applications/chatoob/chatoob.py b/weboob/applications/chatoob/chatoob.py index 2674607c50385036ef5f66a9d6df6c22a315243b..f9d9f29610b09c44848eabe0b79d12a2b67b8601 100644 --- a/weboob/applications/chatoob/chatoob.py +++ b/weboob/applications/chatoob/chatoob.py @@ -29,7 +29,7 @@ class Chatoob(ReplApplication): APPNAME = 'chatoob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = 'Chatoob is a console application to chat with contacts.' CAPS = ICapChat diff --git a/weboob/applications/geolooc/geolooc.py b/weboob/applications/geolooc/geolooc.py index d55d085e13164deab94a53832d30ee69ac07764b..ea3b7489331d58ad80f44af092b1b0698675f39a 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -28,7 +28,7 @@ class Geolooc(ReplApplication): APPNAME = 'geolooc' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Geolooc is a console application to get geolocalization of IP addresses." CAPS = ICapGeolocIp diff --git a/weboob/applications/havesex/havesex.py b/weboob/applications/havesex/havesex.py index 051df6f2b6da97ddfb87ccf311f7002f52a48c0f..89b368fc83a44b76ce88bf1b22e9e4137255357a 100644 --- a/weboob/applications/havesex/havesex.py +++ b/weboob/applications/havesex/havesex.py @@ -71,7 +71,7 @@ def format_dict(self, item): class HaveSex(ReplApplication): APPNAME = 'havesex' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Havesex is a console application to interact with dating websites and to help you to seduce women." STORAGE_FILENAME = 'dating.storage' STORAGE = {'optims': {}} diff --git a/weboob/applications/masstransit/masstransit.py b/weboob/applications/masstransit/masstransit.py index 17a9d167397ae9f1a93d584be00cb08b3847c870..2170e58889880ebd19ccc9048153a4ddcd2e1206 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -230,7 +230,7 @@ class Masstransit(BaseApplication): "Application Class" APPNAME = 'masstransit' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Julien Hébert' + COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert' def main(self, argv): self.load_backends(ICapTravel) diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index f9c133839d8ebd8908f9620322a9817aab93d1f9..65ad6d0741e257e2d97a689390440673594ec20a 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -79,7 +79,7 @@ def run(self): class Monboob(ReplApplication): APPNAME = 'monboob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Monboob is a daemon to send messages on supported website by email, " \ "and can be used to send replies." CONFIG = {'interval': 300, diff --git a/weboob/applications/qboobmsg/qboobmsg.py b/weboob/applications/qboobmsg/qboobmsg.py index 867f54f7ef17f9ce8a23202f7af0051f1fbaf6db..879a47c9f296faed7a2f115a8f0fd94173d27f51 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -24,7 +24,7 @@ class QBoobMsg(QtApplication): APPNAME = 'qboobmsg' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "QBoobMsg is a graphical application to read messages on supported " \ "website and reply to them." CAPS = ICapMessages diff --git a/weboob/applications/qhavesex/qhavesex.py b/weboob/applications/qhavesex/qhavesex.py index 2cbf9ed73f7bef775aa210a87c32c9c847edc764..6adebdefe70403fc3b59e9f57a642ae67e27988d 100644 --- a/weboob/applications/qhavesex/qhavesex.py +++ b/weboob/applications/qhavesex/qhavesex.py @@ -24,7 +24,7 @@ class QHaveSex(QtApplication): APPNAME = 'qhavesex' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "QHaveSex is a graphical application to interact with dating websites " \ "and help you to seduce women." CAPS = ICapDating diff --git a/weboob/applications/qvideoob/qvideoob.py b/weboob/applications/qvideoob/qvideoob.py index b5203196687b3883dc46afefe1e387b0beb78c59..afba15e1c4ddd00dc3da564f5bf6d3a36da462d6 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -24,7 +24,7 @@ class QVideoob(QtApplication): APPNAME = 'qvideoob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "QVideoob is a graphical application to search videos on supported websites and play them." CAPS = ICapVideo CONFIG = {'settings': {'nsfw': 1, diff --git a/weboob/applications/qweboobcfg/qweboobcfg.py b/weboob/applications/qweboobcfg/qweboobcfg.py index 8c9f2d35d6480c72bb0354bef46e5b84a5c4ac73..a08faac0949286d2e8ff65eb46b50f6133c45278 100644 --- a/weboob/applications/qweboobcfg/qweboobcfg.py +++ b/weboob/applications/qweboobcfg/qweboobcfg.py @@ -24,7 +24,7 @@ class QWeboobCfg(QtApplication): APPNAME = 'qweboobcfg' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \ "and to register new website accounts." diff --git a/weboob/applications/radioob/radioob.py b/weboob/applications/radioob/radioob.py index da54a84d243d262848bc3d93e38851a2957a3a52..fde97486b7973543981948bf0b47f218e24a93bf 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -53,7 +53,7 @@ def format_dict(self, item): class Radioob(ReplApplication): APPNAME = 'radioob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Radioob is a console application to list radios, play them and get " \ "informations like the current song." CAPS = ICapRadio diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index a7adaf385f36d4b03ff3d35ad677308607e3fffa..4548f53005558da0aec3ebaab33b8958ceff456a 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -28,7 +28,7 @@ class Traveloob(ReplApplication): APPNAME = 'traveloob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Traveloob is a console application to get timelines." CAPS = ICapTravel DEFAULT_FORMATTER = 'table' diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index 206fb05f27c85979c31c831d33d149fd62b78881..8e8a8c344b1c6e652a64aa5851b7ed1ef9b57601 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -55,7 +55,7 @@ def format_dict(self, item): class Videoob(ReplApplication): APPNAME = 'videoob' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele' DESCRIPTION = "Videoob is a console application to search videos on supported websites " \ "and to play them or get informations." CAPS = ICapVideo diff --git a/weboob/applications/videoob_web/videoob_web.py b/weboob/applications/videoob_web/videoob_web.py index eab834c9a9ed078d9ea100536e5b8954b7fb9d3d..c94653fb236e668575c781e988b7d08b4a0d2927 100644 --- a/weboob/applications/videoob_web/videoob_web.py +++ b/weboob/applications/videoob_web/videoob_web.py @@ -40,7 +40,7 @@ class VideoobWeb(BaseApplication): APPNAME = 'videoob-webserver' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' CAPS = ICapVideo CONFIG = dict(host='localhost', port=8080) diff --git a/weboob/applications/webcontentedit/webcontentedit.py b/weboob/applications/webcontentedit/webcontentedit.py index f1631a84fe6f1e31e167f6e488c244509614f0f5..64f7845fc5b579674979a17e38f7a9765078d4ab 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -34,7 +34,7 @@ class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Webcontentedit is a console application to display and " \ "edit contents on supported websites." CAPS = ICapContent diff --git a/weboob/applications/weboobcfg/weboobcfg.py b/weboob/applications/weboobcfg/weboobcfg.py index 587feed511da56c5a3eaf41beb9804d947fb0a4f..d19c35608275c97a94b390a715c4ba2a3d6fb1ab 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -33,7 +33,7 @@ class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon' DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \ "and to register new website accounts." COMMANDS_FORMATTERS = {'backends': 'table', diff --git a/weboob/applications/weboobcli/weboobcli.py b/weboob/applications/weboobcli/weboobcli.py index 1dae5b62dd044883afc380e1655e43a54902ff2e..96b3ab97f9606916ba69375eb645e7d1756fb164 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -27,7 +27,7 @@ class WeboobCli(ReplApplication): APPNAME = 'weboob-cli' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n' SYNOPSIS += ' %prog [--help] [--version]' DESCRIPTION = "Weboob-Cli is a console application to call a specific method on backends " \ diff --git a/weboob/applications/weboobdebug/weboobdebug.py b/weboob/applications/weboobdebug/weboobdebug.py index 42205d42e8654e52e2e9fb4bb3b8ff301c521bba..40cad7adbade366a1e59910d96df13ee753a0af4 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -24,7 +24,7 @@ class WeboobDebug(ReplApplication): APPNAME = 'weboobdebug' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Weboob-Debug is a console application to debug backends." def load_default_backends(self): diff --git a/weboob/applications/weboorrents/weboorrents.py b/weboob/applications/weboorrents/weboorrents.py index cc2f627ed10a5bf753c5180fe9adb266ed04e984..3c732922c9ead3c71d400fd4b6f687227f273e83 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -79,7 +79,7 @@ def format_dict(self, item): class Weboorrents(ReplApplication): APPNAME = 'weboorrents' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Weboorrents is a console application to search torrents on supported trackers " \ "and to download .torrent files." CAPS = ICapTorrent diff --git a/weboob/applications/wetboobs/wetboobs.py b/weboob/applications/wetboobs/wetboobs.py index 7973b5ab7e601f2c4429f7f634c9de1a64b3848a..cdd859ab781aa537e63bda068db3dd3ba87f43dc 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -74,7 +74,7 @@ def format_dict(self, item): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' VERSION = '0.6' - COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' + COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Wetboobs is a console application to display weather and forecasts in your city." CAPS = ICapWeather EXTRA_FORMATTERS = {'cities': CitiesFormatter,