diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3d94641..4a2a6c1 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,5 +1,5 @@ -(c) Copyright 2007-2018 by "The SABnzbd-team" +(c) Copyright 2007-2019 by "The SABnzbd-team" The SABnzbd-team is: diff --git a/INSTALL.txt b/INSTALL.txt index a7e757b..ce4b9cd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,7 +4,7 @@ 0) LICENSE ------------------------------------------------------------------------------- -(c) Copyright 2007-2018 by "The SABnzbd-team" +(c) Copyright 2007-2019 by "The SABnzbd-team" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/LICENSE.txt b/LICENSE.txt index 55d9b20..8313cf1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -(c) Copyright 2007-2018 by "The SABnzbd-team" +(c) Copyright 2007-2019 by "The SABnzbd-team" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/README.mkd b/README.mkd index 0cde35d..980e733 100644 --- a/README.mkd +++ b/README.mkd @@ -34,4 +34,4 @@ https://www.reddit.com/r/usenet/comments/918nxv/ that automatically verify, repair, extract and clean up posts downloaded from Usenet. - (c) Copyright 2007-2018 by "The SABnzbd-team" \ + (c) Copyright 2007-2019 by "The SABnzbd-team" \ diff --git a/SABHelper.py b/SABHelper.py index 071267e..c064698 100644 --- a/SABHelper.py +++ b/SABHelper.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/SABnzbd.py b/SABnzbd.py index 6de3c08..67c63f6 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -217,7 +217,7 @@ def print_version(): print """ %s-%s -Copyright (C) 2007-2018, The SABnzbd-Team +Copyright (C) 2007-2019, The SABnzbd-Team SABnzbd comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. It is licensed under the diff --git a/interfaces/Config/templates/config.tmpl b/interfaces/Config/templates/config.tmpl index 7de2f55..6f8b403 100644 --- a/interfaces/Config/templates/config.tmpl +++ b/interfaces/Config/templates/config.tmpl @@ -142,7 +142,7 @@
- +
diff --git a/interfaces/Glitter/templates/include_overlays.tmpl b/interfaces/Glitter/templates/include_overlays.tmpl index 3947bb2..7a25628 100644 --- a/interfaces/Glitter/templates/include_overlays.tmpl +++ b/interfaces/Glitter/templates/include_overlays.tmpl @@ -633,7 +633,7 @@
-

Copyright (C) 2007-2018, The SABnzbd Team <team@sabnzbd.org>
$T('yourRights')

+

Copyright (C) 2007-2019, The SABnzbd Team <team@sabnzbd.org>
$T('yourRights')

diff --git a/interfaces/Plush/templates/_inc_modals.tmpl b/interfaces/Plush/templates/_inc_modals.tmpl index 638a8b6..99f24c5 100644 --- a/interfaces/Plush/templates/_inc_modals.tmpl +++ b/interfaces/Plush/templates/_inc_modals.tmpl @@ -28,7 +28,7 @@

SABnzbd $T('version'): $version

-

Copyright (C) 2008-2016, The SABnzbd Team <team@sabnzbd.org>

+

Copyright (C) 2008-2019, The SABnzbd Team <team@sabnzbd.org>

$T('yourRights')

diff --git a/po/email/SABemail.pot b/po/email/SABemail.pot index a19df8b..b13f8c8 100644 --- a/po/email/SABemail.pot +++ b/po/email/SABemail.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file EMAIL -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/po/main/SABnzbd.pot b/po/main/SABnzbd.pot index 07e75ef..7d0144f 100644 --- a/po/main/SABnzbd.pot +++ b/po/main/SABnzbd.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file MAIN -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/po/nsis/SABnsis.pot b/po/nsis/SABnsis.pot index e865691..ac66287 100644 --- a/po/nsis/SABnsis.pot +++ b/po/nsis/SABnsis.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file NSIS -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/sabnzbd/__init__.py b/sabnzbd/__init__.py index 5fac961..23a240c 100644 --- a/sabnzbd/__init__.py +++ b/sabnzbd/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/api.py b/sabnzbd/api.py index 907a4f6..489e46f 100644 --- a/sabnzbd/api.py +++ b/sabnzbd/api.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/articlecache.py b/sabnzbd/articlecache.py index 8fc422b..57bffa4 100644 --- a/sabnzbd/articlecache.py +++ b/sabnzbd/articlecache.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/assembler.py b/sabnzbd/assembler.py index c99f450..018acc7 100644 --- a/sabnzbd/assembler.py +++ b/sabnzbd/assembler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/bpsmeter.py b/sabnzbd/bpsmeter.py index f7bd899..0be578f 100644 --- a/sabnzbd/bpsmeter.py +++ b/sabnzbd/bpsmeter.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/cfg.py b/sabnzbd/cfg.py index 6c9e1ef..39ea036 100644 --- a/sabnzbd/cfg.py +++ b/sabnzbd/cfg.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/config.py b/sabnzbd/config.py index 6440ffb..2499f6d 100644 --- a/sabnzbd/config.py +++ b/sabnzbd/config.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/constants.py b/sabnzbd/constants.py index bde8877..cf460d4 100644 --- a/sabnzbd/constants.py +++ b/sabnzbd/constants.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/database.py b/sabnzbd/database.py index 133bd77..fd55f86 100644 --- a/sabnzbd/database.py +++ b/sabnzbd/database.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/decoder.py b/sabnzbd/decoder.py index 3ad15c5..772b41e 100644 --- a/sabnzbd/decoder.py +++ b/sabnzbd/decoder.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/decorators.py b/sabnzbd/decorators.py index 797716f..62059fb 100644 --- a/sabnzbd/decorators.py +++ b/sabnzbd/decorators.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/directunpacker.py b/sabnzbd/directunpacker.py index 2a21fb9..ac8047c 100644 --- a/sabnzbd/directunpacker.py +++ b/sabnzbd/directunpacker.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/dirscanner.py b/sabnzbd/dirscanner.py index 1bdd276..268f8f3 100644 --- a/sabnzbd/dirscanner.py +++ b/sabnzbd/dirscanner.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/downloader.py b/sabnzbd/downloader.py index ac0dc61..b27152f 100644 --- a/sabnzbd/downloader.py +++ b/sabnzbd/downloader.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/emailer.py b/sabnzbd/emailer.py index 24fb821..85bf966 100644 --- a/sabnzbd/emailer.py +++ b/sabnzbd/emailer.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/encoding.py b/sabnzbd/encoding.py index 0b66f8a..1446242 100644 --- a/sabnzbd/encoding.py +++ b/sabnzbd/encoding.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/getipaddress.py b/sabnzbd/getipaddress.py index b843739..ef3bdce 100644 --- a/sabnzbd/getipaddress.py +++ b/sabnzbd/getipaddress.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/interface.py b/sabnzbd/interface.py index f42334a..4e9983b 100644 --- a/sabnzbd/interface.py +++ b/sabnzbd/interface.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -149,7 +149,7 @@ def check_access(access_type=4): def check_hostname(): """ Check if hostname is allowed, to mitigate DNS-rebinding attack. - Similar to CVE-2018-5702, we need to add protection even + Similar to CVE-2019-5702, we need to add protection even if only allowed to be accessed via localhost. """ # If login is enabled, no API-key can be deducted diff --git a/sabnzbd/lang.py b/sabnzbd/lang.py index f137c1f..51bc20c 100644 --- a/sabnzbd/lang.py +++ b/sabnzbd/lang.py @@ -1,6 +1,6 @@ #!/usr/bin/python -OO # -*- coding: utf-8 -*- -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/misc.py b/sabnzbd/misc.py index d9be8fd..da1a219 100644 --- a/sabnzbd/misc.py +++ b/sabnzbd/misc.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/newsunpack.py b/sabnzbd/newsunpack.py index ac8e1a9..435bd67 100644 --- a/sabnzbd/newsunpack.py +++ b/sabnzbd/newsunpack.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/newswrapper.py b/sabnzbd/newswrapper.py index d8dbb03..dc3ff7f 100644 --- a/sabnzbd/newswrapper.py +++ b/sabnzbd/newswrapper.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/notifier.py b/sabnzbd/notifier.py index 6f26b34..bbcc27b 100644 --- a/sabnzbd/notifier.py +++ b/sabnzbd/notifier.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/nzbqueue.py b/sabnzbd/nzbqueue.py index e7d1691..7227f9e 100644 --- a/sabnzbd/nzbqueue.py +++ b/sabnzbd/nzbqueue.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/nzbstuff.py b/sabnzbd/nzbstuff.py index edf2b46..1451d99 100644 --- a/sabnzbd/nzbstuff.py +++ b/sabnzbd/nzbstuff.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/osxmenu.py b/sabnzbd/osxmenu.py index 0d17149..311df81 100644 --- a/sabnzbd/osxmenu.py +++ b/sabnzbd/osxmenu.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/panic.py b/sabnzbd/panic.py index b3ef03a..21792e6 100644 --- a/sabnzbd/panic.py +++ b/sabnzbd/panic.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/par2file.py b/sabnzbd/par2file.py index 8235514..37f1fe4 100644 --- a/sabnzbd/par2file.py +++ b/sabnzbd/par2file.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/postproc.py b/sabnzbd/postproc.py index fb49176..aab14fc 100644 --- a/sabnzbd/postproc.py +++ b/sabnzbd/postproc.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/powersup.py b/sabnzbd/powersup.py index 1c8af6f..333bfef 100644 --- a/sabnzbd/powersup.py +++ b/sabnzbd/powersup.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/rss.py b/sabnzbd/rss.py index f456145..8738f06 100644 --- a/sabnzbd/rss.py +++ b/sabnzbd/rss.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/sabtray.py b/sabnzbd/sabtray.py index 2673a73..1ed4837 100644 --- a/sabnzbd/sabtray.py +++ b/sabnzbd/sabtray.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/sabtraylinux.py b/sabnzbd/sabtraylinux.py index 03de93d..c6fe958 100644 --- a/sabnzbd/sabtraylinux.py +++ b/sabnzbd/sabtraylinux.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/scheduler.py b/sabnzbd/scheduler.py index f95ba2e..57815bc 100644 --- a/sabnzbd/scheduler.py +++ b/sabnzbd/scheduler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/skintext.py b/sabnzbd/skintext.py index e18d108..b7c77b7 100644 --- a/sabnzbd/skintext.py +++ b/sabnzbd/skintext.py @@ -1,6 +1,6 @@ #!/usr/bin/python -OO # -*- coding: UTF-8 -*- -# Copyright 2012-2018 The SABnzbd-Team +# Copyright 2012-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/sorting.py b/sabnzbd/sorting.py index 1af849c..399c5d7 100644 --- a/sabnzbd/sorting.py +++ b/sabnzbd/sorting.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/urlgrabber.py b/sabnzbd/urlgrabber.py index 4e3c18c..bc83ec8 100644 --- a/sabnzbd/urlgrabber.py +++ b/sabnzbd/urlgrabber.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/utils/servertests.py b/sabnzbd/utils/servertests.py index 1db2490..68a0bc0 100644 --- a/sabnzbd/utils/servertests.py +++ b/sabnzbd/utils/servertests.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/utils/upload.py b/sabnzbd/utils/upload.py index 4215494..7b49505 100644 --- a/sabnzbd/utils/upload.py +++ b/sabnzbd/utils/upload.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2009-2018 The SABnzbd-Team +# Copyright 2009-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sabnzbd/zconfig.py b/sabnzbd/zconfig.py index 51b07b7..f23f939 100644 --- a/sabnzbd/zconfig.py +++ b/sabnzbd/zconfig.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/Deobfuscate.py b/scripts/Deobfuscate.py index fc3338d..1e770c0 100644 --- a/scripts/Deobfuscate.py +++ b/scripts/Deobfuscate.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_functional.py b/tests/test_functional.py index 8a82932..9a37143 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/testhelper.py b/tests/testhelper.py index 8d0940f..ccacdd3 100644 --- a/tests/testhelper.py +++ b/tests/testhelper.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tools/extract_pot.py b/tools/extract_pot.py index a8ef427..22e984f 100755 --- a/tools/extract_pot.py +++ b/tools/extract_pot.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -32,7 +32,7 @@ exec code # Fixed information for the POT header HEADER = r'''# # SABnzbd Translation Template file __TYPE__ -# Copyright 2011-2018 The SABnzbd-Team +# Copyright 2011-2019 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/tools/make_mo.py b/tools/make_mo.py index d78f404..53c1dfa 100755 --- a/tools/make_mo.py +++ b/tools/make_mo.py @@ -1,6 +1,6 @@ #!/usr/bin/python -OO # -*- coding: utf-8 -*- -# Copyright 2010-2018 The SABnzbd-Team +# Copyright 2010-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/util/apireg.py b/util/apireg.py index 7aa2abe..6f4e804 100644 --- a/util/apireg.py +++ b/util/apireg.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2012-2018 The SABnzbd-Team +# Copyright 2012-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/util/mailslot.py b/util/mailslot.py index dccb623..e89bda1 100644 --- a/util/mailslot.py +++ b/util/mailslot.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2007-2018 The SABnzbd-Team +# Copyright 2007-2019 The SABnzbd-Team # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License