Browse Source

Update copyright year.

tags/0.7.20RC1
shypike 11 years ago
parent
commit
48b47535b6
  1. 4
      SABnzbd.py
  2. 2
      interfaces/Classic/README.TXT
  3. 2
      interfaces/Config/templates/config.tmpl
  4. 2
      interfaces/Plush/templates/_inc_modals.tmpl

4
SABnzbd.py

@ -1,5 +1,5 @@
#!/usr/bin/python -OO #!/usr/bin/python -OO
# Copyright 2008-2013 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2014 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
@ -261,7 +261,7 @@ def print_version():
print """ print """
%s-%s %s-%s
Copyright (C) 2008-2013, The SABnzbd-Team <team@sabnzbd.org> Copyright (C) 2008-2014, 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-2013 The SABnzbd-Team <team@sabnzbd.org> # Copyright 2008-2014 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/Config/templates/config.tmpl

@ -22,7 +22,7 @@
</table> </table>
</div> </div>
<div class="padding alt"> <div class="padding alt">
<h5 class="copyright">Copyright &copy; 2008-2013 The SABnzbd Team &lt;<span style="color: #0000ff;">team@sabnzbd.org</span>&gt;</h5> <h5 class="copyright">Copyright &copy; 2008-2014 The SABnzbd Team &lt;<span style="color: #0000ff;">team@sabnzbd.org</span>&gt;</h5>
<p class="copyright"><small>$T('yourRights')</small></p> <p class="copyright"><small>$T('yourRights')</small></p>
</div> </div>
</div> </div>

2
interfaces/Plush/templates/_inc_modals.tmpl

@ -28,7 +28,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-2013, The SABnzbd Team &lt;team@sabnzbd.org&gt;</small></p> <p><small>Copyright (C) 2008-2014, The SABnzbd Team &lt;team@sabnzbd.org&gt;</small></p>
<p><small>$T('yourRights')</small></p> <p><small>$T('yourRights')</small></p>
</div> </div>

Loading…
Cancel
Save