diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 4a2a6c1..9a8baab 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,5 +1,5 @@ -(c) Copyright 2007-2019 by "The SABnzbd-team" +(c) Copyright 2007-2020 by "The SABnzbd-team" The SABnzbd-team is: diff --git a/INSTALL.txt b/INSTALL.txt index 539c2be..56ee9b3 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,7 +4,7 @@ 0) LICENSE ------------------------------------------------------------------------------- -(c) Copyright 2007-2019 by "The SABnzbd-team" +(c) Copyright 2007-2020 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 8313cf1..540ee9b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -(c) Copyright 2007-2019 by "The SABnzbd-team" +(c) Copyright 2007-2020 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 c19ea94..d40710f 100644 --- a/README.mkd +++ b/README.mkd @@ -36,4 +36,4 @@ Release Notes - SABnzbd 2.3.8 that automatically verify, repair, extract and clean up posts downloaded from Usenet. - (c) Copyright 2007-2019 by "The SABnzbd-team" \ + (c) Copyright 2007-2020 by "The SABnzbd-team" \ diff --git a/SABHelper.py b/SABHelper.py index 56cc230..58865b0 100644 --- a/SABHelper.py +++ b/SABHelper.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 acbf351..cd8554b 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 @@ -183,7 +183,7 @@ def print_version(): print((""" %s-%s -Copyright (C) 2007-2019, The SABnzbd-Team +Copyright (C) 2007-2020 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 11c28fd..d51ade8 100644 --- a/interfaces/Config/templates/config.tmpl +++ b/interfaces/Config/templates/config.tmpl @@ -124,7 +124,7 @@
- +
diff --git a/interfaces/Glitter/templates/include_overlays.tmpl b/interfaces/Glitter/templates/include_overlays.tmpl index 83f66c8..b8e7e42 100644 --- a/interfaces/Glitter/templates/include_overlays.tmpl +++ b/interfaces/Glitter/templates/include_overlays.tmpl @@ -651,7 +651,7 @@
-

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

+

Copyright (C) 2007-2020 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 99f24c5..39cac54 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-2019, The SABnzbd Team <team@sabnzbd.org>

+

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

$T('yourRights')

diff --git a/po/email/SABemail.pot b/po/email/SABemail.pot index 3a0b05a..8599bf1 100644 --- a/po/email/SABemail.pot +++ b/po/email/SABemail.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file EMAIL -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/po/main/SABnzbd.pot b/po/main/SABnzbd.pot index cb25ba9..c5fa1b9 100644 --- a/po/main/SABnzbd.pot +++ b/po/main/SABnzbd.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file MAIN -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/po/nsis/SABnsis.pot b/po/nsis/SABnsis.pot index 44df87c..e6851a5 100644 --- a/po/nsis/SABnsis.pot +++ b/po/nsis/SABnsis.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file NSIS -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/sabnzbd/__init__.py b/sabnzbd/__init__.py index ce465a4..d696d46 100644 --- a/sabnzbd/__init__.py +++ b/sabnzbd/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 6c44306..5f4daf3 100644 --- a/sabnzbd/api.py +++ b/sabnzbd/api.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 6ba99b4..320cfb2 100644 --- a/sabnzbd/articlecache.py +++ b/sabnzbd/articlecache.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 7282f04..6e1f5ae 100644 --- a/sabnzbd/assembler.py +++ b/sabnzbd/assembler.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 254d1d4..5ec2157 100644 --- a/sabnzbd/bpsmeter.py +++ b/sabnzbd/bpsmeter.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 df4ef2c..c38449a 100644 --- a/sabnzbd/cfg.py +++ b/sabnzbd/cfg.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 1a8c964..07c001a 100644 --- a/sabnzbd/config.py +++ b/sabnzbd/config.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 e8106cf..a44a5a7 100644 --- a/sabnzbd/constants.py +++ b/sabnzbd/constants.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 3f2c1e9..47532c7 100644 --- a/sabnzbd/database.py +++ b/sabnzbd/database.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 fdc6447..daf05f0 100644 --- a/sabnzbd/decoder.py +++ b/sabnzbd/decoder.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 2976298..433b3be 100644 --- a/sabnzbd/decorators.py +++ b/sabnzbd/decorators.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 2415174..fb98a1f 100644 --- a/sabnzbd/directunpacker.py +++ b/sabnzbd/directunpacker.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 0504b1e..a4fc9d9 100644 --- a/sabnzbd/dirscanner.py +++ b/sabnzbd/dirscanner.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 c2045bc..da269d1 100644 --- a/sabnzbd/downloader.py +++ b/sabnzbd/downloader.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 e3e6685..d44af9f 100644 --- a/sabnzbd/emailer.py +++ b/sabnzbd/emailer.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 82ec84a..fc44b34 100644 --- a/sabnzbd/encoding.py +++ b/sabnzbd/encoding.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 6dda3e7..70c0304 100644 --- a/sabnzbd/getipaddress.py +++ b/sabnzbd/getipaddress.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 6c4c586..7e9e84a 100644 --- a/sabnzbd/interface.py +++ b/sabnzbd/interface.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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/lang.py b/sabnzbd/lang.py index 6b5f3e4..aac3296 100644 --- a/sabnzbd/lang.py +++ b/sabnzbd/lang.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -OO # -*- coding: utf-8 -*- -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 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 0b33e0c..ecc645c 100644 --- a/sabnzbd/misc.py +++ b/sabnzbd/misc.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 1a4c60b..8f32b9b 100644 --- a/sabnzbd/newsunpack.py +++ b/sabnzbd/newsunpack.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 52ee867..171101c 100644 --- a/sabnzbd/newswrapper.py +++ b/sabnzbd/newswrapper.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 4498677..ea63dc9 100644 --- a/sabnzbd/notifier.py +++ b/sabnzbd/notifier.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 d361c13..356d428 100644 --- a/sabnzbd/nzbqueue.py +++ b/sabnzbd/nzbqueue.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 e1edee6..d1857e4 100644 --- a/sabnzbd/nzbstuff.py +++ b/sabnzbd/nzbstuff.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 1a10db9..741ba22 100644 --- a/sabnzbd/osxmenu.py +++ b/sabnzbd/osxmenu.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 09e9d7f..2b01adc 100644 --- a/sabnzbd/panic.py +++ b/sabnzbd/panic.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 7f1af97..0d4e49d 100644 --- a/sabnzbd/par2file.py +++ b/sabnzbd/par2file.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 ff0e6ab..631ae16 100644 --- a/sabnzbd/postproc.py +++ b/sabnzbd/postproc.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 f99a184..f3b85af 100644 --- a/sabnzbd/powersup.py +++ b/sabnzbd/powersup.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 b801f01..adbdb97 100644 --- a/sabnzbd/rss.py +++ b/sabnzbd/rss.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 e3486b0..68fb43f 100644 --- a/sabnzbd/sabtray.py +++ b/sabnzbd/sabtray.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 440def4..12f92a6 100644 --- a/sabnzbd/sabtraylinux.py +++ b/sabnzbd/sabtraylinux.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 a49c385..9554bb0 100644 --- a/sabnzbd/scheduler.py +++ b/sabnzbd/scheduler.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 9689b38..93b02c5 100644 --- a/sabnzbd/skintext.py +++ b/sabnzbd/skintext.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -OO # -*- coding: UTF-8 -*- -# Copyright 2012-2019 The SABnzbd-Team +# Copyright 2012-2020 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 2c3a0a2..64daf3f 100644 --- a/sabnzbd/sorting.py +++ b/sabnzbd/sorting.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 3db813a..74a519a 100644 --- a/sabnzbd/urlgrabber.py +++ b/sabnzbd/urlgrabber.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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/rarvolinfo.py b/sabnzbd/utils/rarvolinfo.py index 0d95027..1cc8ad5 100644 --- a/sabnzbd/utils/rarvolinfo.py +++ b/sabnzbd/utils/rarvolinfo.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2009-2019 The SABnzbd-Team +# Copyright 2009-2020 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 249cb5a..fb70d41 100644 --- a/sabnzbd/utils/servertests.py +++ b/sabnzbd/utils/servertests.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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/sleepless.py b/sabnzbd/utils/sleepless.py index 508d5f9..7a2f798 100644 --- a/sabnzbd/utils/sleepless.py +++ b/sabnzbd/utils/sleepless.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2009-2019 The SABnzbd-Team +# Copyright 2009-2020 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 4a12eff..293bfdd 100644 --- a/sabnzbd/utils/upload.py +++ b/sabnzbd/utils/upload.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2009-2019 The SABnzbd-Team +# Copyright 2009-2020 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 4d32e5f..6fb9fb2 100644 --- a/sabnzbd/zconfig.py +++ b/sabnzbd/zconfig.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 542787b..7f372b6 100644 --- a/scripts/Deobfuscate.py +++ b/scripts/Deobfuscate.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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/conftest.py b/tests/conftest.py index e4820ba..43e293f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_encoding.py b/tests/test_encoding.py index 46377fa..6e09481 100644 --- a/tests/test_encoding.py +++ b/tests/test_encoding.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_filesystem.py b/tests/test_filesystem.py index 8d43e4f..5205215 100644 --- a/tests/test_filesystem.py +++ b/tests/test_filesystem.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_config.py b/tests/test_functional_config.py index 92e353e..1fc126c 100644 --- a/tests/test_functional_config.py +++ b/tests/test_functional_config.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_downloads.py b/tests/test_functional_downloads.py index 91affc9..9d360fa 100644 --- a/tests/test_functional_downloads.py +++ b/tests/test_functional_downloads.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_misc.py b/tests/test_functional_misc.py index 8c7366c..796e1f7 100644 --- a/tests/test_functional_misc.py +++ b/tests/test_functional_misc.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_getipaddress.py b/tests/test_getipaddress.py index bcdcb0b..8bab590 100644 --- a/tests/test_getipaddress.py +++ b/tests/test_getipaddress.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_misc.py b/tests/test_misc.py index 15ee61c..9ab6e28 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_newsunpack.py b/tests/test_newsunpack.py index 1a43835..c25d724 100644 --- a/tests/test_newsunpack.py +++ b/tests/test_newsunpack.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_rss.py b/tests/test_rss.py index f3ee892..648f7ca 100644 --- a/tests/test_rss.py +++ b/tests/test_rss.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_cert_gen.py b/tests/test_utils/test_cert_gen.py index 30bc811..bb20deb 100644 --- a/tests/test_utils/test_cert_gen.py +++ b/tests/test_utils/test_cert_gen.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_diskspeed.py b/tests/test_utils/test_diskspeed.py index 420618f..b93cf80 100644 --- a/tests/test_utils/test_diskspeed.py +++ b/tests/test_utils/test_diskspeed.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_happyeyeballs.py b/tests/test_utils/test_happyeyeballs.py index 13a5d10..17d52db 100644 --- a/tests/test_utils/test_happyeyeballs.py +++ b/tests/test_utils/test_happyeyeballs.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_internetspeed.py b/tests/test_utils/test_internetspeed.py index fcbe418..e62f95c 100644 --- a/tests/test_utils/test_internetspeed.py +++ b/tests/test_utils/test_internetspeed.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_pystone.py b/tests/test_utils/test_pystone.py index b956fa2..c0296eb 100644 --- a/tests/test_utils/test_pystone.py +++ b/tests/test_utils/test_pystone.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_utils/test_sleepless.py b/tests/test_utils/test_sleepless.py index 4a5a131..08b5304 100644 --- a/tests/test_utils/test_sleepless.py +++ b/tests/test_utils/test_sleepless.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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_win_utils.py b/tests/test_win_utils.py index a717f3a..97f7d17 100644 --- a/tests/test_win_utils.py +++ b/tests/test_win_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 d1b03b8..a362955 100644 --- a/tests/testhelper.py +++ b/tests/testhelper.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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 bdbad81..e9b1589 100755 --- a/tools/extract_pot.py +++ b/tools/extract_pot.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 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 @@ -31,7 +31,7 @@ with open("sabnzbd/version.py") as version_file: HEADER = ( r"""# # SABnzbd Translation Template file __TYPE__ -# Copyright 2011-2019 The SABnzbd-Team +# Copyright 2011-2020 The SABnzbd-Team # team@sabnzbd.org # msgid "" diff --git a/tools/make_mo.py b/tools/make_mo.py index cea6528..0023aef 100755 --- a/tools/make_mo.py +++ b/tools/make_mo.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -OO # -*- coding: utf-8 -*- -# Copyright 2010-2019 The SABnzbd-Team +# Copyright 2010-2020 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 3e2de17..5c169d4 100644 --- a/util/apireg.py +++ b/util/apireg.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2012-2019 The SABnzbd-Team +# Copyright 2012-2020 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 5c855fb..37e90ce 100644 --- a/util/mailslot.py +++ b/util/mailslot.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -OO -# Copyright 2007-2019 The SABnzbd-Team +# Copyright 2007-2020 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/win/7zip/license.txt b/win/7zip/license.txt index 48dc6c6..20f4550 100644 --- a/win/7zip/license.txt +++ b/win/7zip/license.txt @@ -7,9 +7,9 @@ 7-Zip Extra files are under the GNU LGPL license. - - Notes: - You can use 7-Zip Extra on any computer, including a computer in a commercial + + Notes: + You can use 7-Zip Extra on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip. @@ -26,6 +26,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You can receive a copy of the GNU Lesser General Public License from + You can receive a copy of the GNU Lesser General Public License from http://www.gnu.org/