diff --git a/NSIS_Installer.nsi b/NSIS_Installer.nsi index 50ed1d5..02e19f4 100644 --- a/NSIS_Installer.nsi +++ b/NSIS_Installer.nsi @@ -1,6 +1,6 @@ ; -*- coding: latin-1 -*- ; -; Copyright 2008-2011 The SABnzbd-Team +; Copyright 2008-2012 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 @@ -549,13 +549,13 @@ SectionEnd LangString MsgRemoveOld2 ${LANG_ENGLISH} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_DANISH} "Your settings and data will be preserved." - LangString MsgRemoveOld2 ${LANG_GERMAN} "Your settings and data will be preserved." + LangString MsgRemoveOld2 ${LANG_GERMAN} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_FRENCH} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_NORWEGIAN} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_DUTCH} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_ROMANIAN} "Your settings and data will be preserved." LangString MsgRemoveOld2 ${LANG_SWEDISH} "Your settings and data will be preserved." - + Function un.onInit !insertmacro MUI_UNGETLANGUAGE diff --git a/SABHelper.py b/SABHelper.py index e26a5cf..0e91bca 100644 --- a/SABHelper.py +++ b/SABHelper.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 cd2766d..c8fb34b 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 @@ -258,7 +258,7 @@ def print_version(): print """ %s-%s -Copyright (C) 2008-2011, The SABnzbd-Team +Copyright (C) 2008-2012, 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/Classic/README.TXT b/interfaces/Classic/README.TXT index b3db3ce..c2ba2af 100644 --- a/interfaces/Classic/README.TXT +++ b/interfaces/Classic/README.TXT @@ -1,5 +1,5 @@ # -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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/interfaces/Plush/templates/_inc_modals.tmpl b/interfaces/Plush/templates/_inc_modals.tmpl index e9f36f7..4b56cc7 100644 --- a/interfaces/Plush/templates/_inc_modals.tmpl +++ b/interfaces/Plush/templates/_inc_modals.tmpl @@ -10,7 +10,7 @@

SABnzbd $T('version'): $version

-

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

+

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

$T('yourRights')

diff --git a/osx/resources/Credits.rtf b/osx/resources/Credits.rtf deleted file mode 100755 index 0e93dea..0000000 --- a/osx/resources/Credits.rtf +++ /dev/null @@ -1,50 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf270 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\paperw11900\paperh16840\vieww9600\viewh8400\viewkind0 -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural - -\f0\b\fs48 \cf0 SABnzbd v0.6.0 -\fs24 \ -\ -Copyright: -\b0 \ - (c) Copyright 2007-2011 by "The SABnzbd-team" \ -\ - -\b The SABnzbd Team:\ - -\b0 ShyPike \ - sw1tch \ - pairofdimes \ - inpheaux \ - rAf \ -\ - -\b0 Honorary member (and original author)\ - Gregor Kaufmann -\b \ -\ -Support:\ - -\b0 www.sabnzbd.org\ - forums@sabnzbd.org\ -\b \ -\ -License: -\b0 \ -(c) Copyright 2007-2011 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\ -as published by the Free Software Foundation; either version 2\ -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.\ -\ -You 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.} \ No newline at end of file diff --git a/package.py b/package.py index a6b4e62..69d08b7 100755 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -OO # -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 @@ -456,6 +456,7 @@ if target == 'app': os.system("mkdir dist/SABnzbd.app/Contents/Resources/osx/unrar>/dev/null") os.system("cp -pR osx/unrar/ dist/SABnzbd.app/Contents/Resources/osx/unrar>/dev/null") os.system("cp icons/sabnzbd.ico dist/SABnzbd.app/Contents/Resources >/dev/null") + os.system("cp README.rtf dist/SABnzbd.app/Contents/Resources/Credits.rtf >/dev/null") os.system("find dist/SABnzbd.app -name .git | xargs rm -rf") #copy app to mounted sparseimage diff --git a/po/email/SABemail.pot b/po/email/SABemail.pot index 157fbc2..70600f1 100644 --- a/po/email/SABemail.pot +++ b/po/email/SABemail.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file EMAIL -# Copyright (C) 2011 by the SABnzbd Team +# Copyright (C) 2012 by the SABnzbd Team # team@sabnzbd.org # msgid "" diff --git a/po/main/SABnzbd.pot b/po/main/SABnzbd.pot index 96789bb..dea669b 100644 --- a/po/main/SABnzbd.pot +++ b/po/main/SABnzbd.pot @@ -1,6 +1,6 @@ # # SABnzbd Translation Template file MAIN -# Copyright (C) 2011 by the SABnzbd Team +# Copyright (C) 2012 by the SABnzbd Team # team@sabnzbd.org # msgid "" diff --git a/sabnzbd/__init__.py b/sabnzbd/__init__.py index fbdaed6..8b99d67 100644 --- a/sabnzbd/__init__.py +++ b/sabnzbd/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 7371b74..21c99ac 100644 --- a/sabnzbd/articlecache.py +++ b/sabnzbd/articlecache.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 defbf5b..3372fbe 100644 --- a/sabnzbd/assembler.py +++ b/sabnzbd/assembler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 32067e0..1e0b6b0 100644 --- a/sabnzbd/bpsmeter.py +++ b/sabnzbd/bpsmeter.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 d653d2a..80dfec9 100644 --- a/sabnzbd/cfg.py +++ b/sabnzbd/cfg.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 4d24f22..d2d1511 100644 --- a/sabnzbd/config.py +++ b/sabnzbd/config.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 a9006cb..1de4b43 100644 --- a/sabnzbd/constants.py +++ b/sabnzbd/constants.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 7659c8f..f6e9b7a 100644 --- a/sabnzbd/database.py +++ b/sabnzbd/database.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 9294118..2e0af3f 100644 --- a/sabnzbd/decoder.py +++ b/sabnzbd/decoder.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 391a756..d7cd168 100644 --- a/sabnzbd/decorators.py +++ b/sabnzbd/decorators.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 5cba7e0..53c6d63 100644 --- a/sabnzbd/dirscanner.py +++ b/sabnzbd/dirscanner.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 2ecedba..80b4038 100644 --- a/sabnzbd/downloader.py +++ b/sabnzbd/downloader.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 602ba43..095feb3 100644 --- a/sabnzbd/encoding.py +++ b/sabnzbd/encoding.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 cf7dc6d..257499c 100644 --- a/sabnzbd/newswrapper.py +++ b/sabnzbd/newswrapper.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 d759962..3695b63 100644 --- a/sabnzbd/osxmenu.py +++ b/sabnzbd/osxmenu.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 4665dc4..0a4eccf 100644 --- a/sabnzbd/powersup.py +++ b/sabnzbd/powersup.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 d7d08ce..79c8ad7 100644 --- a/sabnzbd/rss.py +++ b/sabnzbd/rss.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 add7750..16bf90a 100644 --- a/sabnzbd/sabtray.py +++ b/sabnzbd/sabtray.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 1d1fac2..c9244a7 100644 --- a/sabnzbd/skintext.py +++ b/sabnzbd/skintext.py @@ -1,6 +1,6 @@ #!/usr/bin/python -OO # -*- coding: UTF-8 -*- -# Copyright 2011 The SABnzbd-Team +# Copyright 2012 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/trylist.py b/sabnzbd/trylist.py index 60749de..b94c3f1 100644 --- a/sabnzbd/trylist.py +++ b/sabnzbd/trylist.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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/tvsort.py b/sabnzbd/tvsort.py index 6059315..f202d52 100644 --- a/sabnzbd/tvsort.py +++ b/sabnzbd/tvsort.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 @@ -962,7 +962,7 @@ def getTitles(match, name, titleing=False): for x in UPPERCASE: xtitled = titler(x) title = replace_word(title, xtitled, x) - + # Make sure the first letter of the title is always uppercase if title: title = titler(title[0]) + title[1:] diff --git a/sabnzbd/utils/servertests.py b/sabnzbd/utils/servertests.py index cdadac2..083675a 100644 --- a/sabnzbd/utils/servertests.py +++ b/sabnzbd/utils/servertests.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 5339ce1..edf5f10 100644 --- a/sabnzbd/utils/upload.py +++ b/sabnzbd/utils/upload.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2009-2011 The SABnzbd-Team +# Copyright 2009-2012 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/wizard.py b/sabnzbd/wizard.py index 3f123ad..882834a 100644 --- a/sabnzbd/wizard.py +++ b/sabnzbd/wizard.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2008-2011 The SABnzbd-Team +# Copyright 2008-2012 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 6883ecd..d3d248c 100755 --- a/tools/extract_pot.py +++ b/tools/extract_pot.py @@ -30,7 +30,7 @@ exec(code) # Fixed information for the POT header HEADER = r'''# # SABnzbd Translation Template file __TYPE__ -# Copyright (C) 2011 by the SABnzbd Team +# Copyright (C) 2011-2012 by the SABnzbd Team # team@sabnzbd.org # msgid "" diff --git a/util/apireg.py b/util/apireg.py index 48afb65..e147d5e 100644 --- a/util/apireg.py +++ b/util/apireg.py @@ -1,5 +1,5 @@ #!/usr/bin/python -OO -# Copyright 2011 The SABnzbd-Team +# Copyright 2012 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