Browse Source

Update copyright stuff.

tags/0.7.0Alpha3
ShyPike 13 years ago
parent
commit
b9efcaa5a1
  1. 6
      NSIS_Installer.nsi
  2. 2
      SABHelper.py
  3. 4
      SABnzbd.py
  4. 2
      interfaces/Classic/README.TXT
  5. 2
      interfaces/Plush/templates/_inc_modals.tmpl
  6. 50
      osx/resources/Credits.rtf
  7. 3
      package.py
  8. 2
      po/email/SABemail.pot
  9. 2
      po/main/SABnzbd.pot
  10. 2
      sabnzbd/__init__.py
  11. 2
      sabnzbd/articlecache.py
  12. 2
      sabnzbd/assembler.py
  13. 2
      sabnzbd/bpsmeter.py
  14. 2
      sabnzbd/cfg.py
  15. 2
      sabnzbd/config.py
  16. 2
      sabnzbd/constants.py
  17. 2
      sabnzbd/database.py
  18. 2
      sabnzbd/decoder.py
  19. 2
      sabnzbd/decorators.py
  20. 2
      sabnzbd/dirscanner.py
  21. 2
      sabnzbd/downloader.py
  22. 2
      sabnzbd/encoding.py
  23. 2
      sabnzbd/newswrapper.py
  24. 2
      sabnzbd/osxmenu.py
  25. 2
      sabnzbd/powersup.py
  26. 2
      sabnzbd/rss.py
  27. 2
      sabnzbd/sabtray.py
  28. 2
      sabnzbd/skintext.py
  29. 2
      sabnzbd/trylist.py
  30. 4
      sabnzbd/tvsort.py
  31. 2
      sabnzbd/utils/servertests.py
  32. 2
      sabnzbd/utils/upload.py
  33. 2
      sabnzbd/wizard.py
  34. 2
      tools/extract_pot.py
  35. 2
      util/apireg.py

6
NSIS_Installer.nsi

@ -1,6 +1,6 @@
; -*- coding: latin-1 -*- ; -*- coding: latin-1 -*-
; ;
; Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> ; Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License ; 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_ENGLISH} "Your settings and data will be preserved."
LangString MsgRemoveOld2 ${LANG_DANISH} "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_FRENCH} "Your settings and data will be preserved."
LangString MsgRemoveOld2 ${LANG_NORWEGIAN} "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_DUTCH} "Your settings and data will be preserved."
LangString MsgRemoveOld2 ${LANG_ROMANIAN} "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." LangString MsgRemoveOld2 ${LANG_SWEDISH} "Your settings and data will be preserved."
Function un.onInit Function un.onInit
!insertmacro MUI_UNGETLANGUAGE !insertmacro MUI_UNGETLANGUAGE

2
SABHelper.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

4
SABnzbd.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License
@ -258,7 +258,7 @@ def print_version():
print """ print """
%s-%s %s-%s
Copyright (C) 2008-2011, The SABnzbd-Team <team@sabnzbd.org> Copyright (C) 2008-2012, The SABnzbd-Team <team@sabnzbd.org>
SABnzbd comes with ABSOLUTELY NO WARRANTY. SABnzbd comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it This is free software, and you are welcome to redistribute it
under certain conditions. It is licensed under the under certain conditions. It is licensed under the

2
interfaces/Classic/README.TXT

@ -1,5 +1,5 @@
# #
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
interfaces/Plush/templates/_inc_modals.tmpl

@ -10,7 +10,7 @@
</table> </table>
<div class="sabnzbd_logo main_sprite_container sprite_sabnzbdplus_logo"></div> <div class="sabnzbd_logo main_sprite_container sprite_sabnzbdplus_logo"></div>
<p><strong>SABnzbd $T('version'):</strong> $version</p> <p><strong>SABnzbd $T('version'):</strong> $version</p>
<p><small>Copyright (C) 2008-2011, The SABnzbd Team &lt;<a href="mailto:team@sabnzbd.org">team@sabnzbd.org</a>&gt;</small></p> <p><small>Copyright (C) 2008-2012, The SABnzbd Team &lt;<a href="mailto:team@sabnzbd.org">team@sabnzbd.org</a>&gt;</small></p>
<p><small>$T('yourRights')</small></p> <p><small>$T('yourRights')</small></p>
</div> </div>

50
osx/resources/Credits.rtf

@ -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" <team@sabnzbd.org>\
\
\b The SABnzbd Team:\
\b0 ShyPike <shypike@sabnzbd.org>\
sw1tch <switch@sabnzbd.org>\
pairofdimes <pairofdimes@sabnzbd.org>\
inpheaux <inpheaux@sabnzbd.org>\
rAf <rAf@sabnzbd.org>\
\
\b0 Honorary member (and original author)\
Gregor Kaufmann <tdian@users.sourceforge.net>
\b \
\
Support:\
\b0 www.sabnzbd.org\
forums@sabnzbd.org\
\b \
\
License:
\b0 \
(c) Copyright 2007-2011 by "The SABnzbd-team" <team@sabnzbd.org>\
\
This program is free software; 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.}

3
package.py

@ -1,6 +1,6 @@
#!/usr/bin/env python -OO #!/usr/bin/env python -OO
# #
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # 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("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 -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 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") os.system("find dist/SABnzbd.app -name .git | xargs rm -rf")
#copy app to mounted sparseimage #copy app to mounted sparseimage

2
po/email/SABemail.pot

@ -1,6 +1,6 @@
# #
# SABnzbd Translation Template file EMAIL # SABnzbd Translation Template file EMAIL
# Copyright (C) 2011 by the SABnzbd Team # Copyright (C) 2012 by the SABnzbd Team
# team@sabnzbd.org # team@sabnzbd.org
# #
msgid "" msgid ""

2
po/main/SABnzbd.pot

@ -1,6 +1,6 @@
# #
# SABnzbd Translation Template file MAIN # SABnzbd Translation Template file MAIN
# Copyright (C) 2011 by the SABnzbd Team # Copyright (C) 2012 by the SABnzbd Team
# team@sabnzbd.org # team@sabnzbd.org
# #
msgid "" msgid ""

2
sabnzbd/__init__.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/articlecache.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/assembler.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/bpsmeter.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/cfg.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/config.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/constants.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/database.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/decoder.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/decorators.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/dirscanner.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/downloader.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/encoding.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/newswrapper.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/osxmenu.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/powersup.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/rss.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/sabtray.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/skintext.py

@ -1,6 +1,6 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
# Copyright 2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/trylist.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

4
sabnzbd/tvsort.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # 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: for x in UPPERCASE:
xtitled = titler(x) xtitled = titler(x)
title = replace_word(title, xtitled, x) title = replace_word(title, xtitled, x)
# Make sure the first letter of the title is always uppercase # Make sure the first letter of the title is always uppercase
if title: if title:
title = titler(title[0]) + title[1:] title = titler(title[0]) + title[1:]

2
sabnzbd/utils/servertests.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/utils/upload.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2009-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2009-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
sabnzbd/wizard.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

2
tools/extract_pot.py

@ -30,7 +30,7 @@ exec(code)
# Fixed information for the POT header # Fixed information for the POT header
HEADER = r'''# HEADER = r'''#
# SABnzbd Translation Template file __TYPE__ # SABnzbd Translation Template file __TYPE__
# Copyright (C) 2011 by the SABnzbd Team # Copyright (C) 2011-2012 by the SABnzbd Team
# team@sabnzbd.org # team@sabnzbd.org
# #
msgid "" msgid ""

2
util/apireg.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2011 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2012 The SABnzbd-Team <team@sabnzbd.org>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

Loading…
Cancel
Save