summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-01 14:04:54 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-01 14:04:54 +0100
commitd1ce1d757866c1da4c46d7de0212c391064a72cb (patch)
tree4d71f40ff3a272cd815eb6e46da672c723e31c16
parentshow progress of decrypting and link checking, added indicator in link grabber (diff)
downloadpyload-d1ce1d757866c1da4c46d7de0212c391064a72cb.tar.xz
Happy new year!
-rw-r--r--pyload/Core.py4
-rw-r--r--pyload/cli/Cli.py4
-rw-r--r--pyload/web/Gruntfile.js2
-rw-r--r--pyload/web/app/index.html2
4 files changed, 6 insertions, 6 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 2331d7412..2a08b37f7 100644
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
###############################################################################
-# Copyright(c) 2008-2013 pyLoad Team
+# Copyright(c) 2008-2014 pyLoad Team
# http://www.pyload.org
#
# This program is free software: you can redistribute it and/or modify
@@ -167,7 +167,7 @@ class Core(object):
def print_help(self):
print ""
- print "pyLoad v%s 2008-2013 the pyLoad Team" % CURRENT_VERSION
+ print "pyLoad v%s 2008-2014 the pyLoad Team" % CURRENT_VERSION
print ""
if sys.argv[0].endswith(".py"):
print "Usage: python pyload.py [options]"
diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py
index 9285ad3a2..70ebdda01 100644
--- a/pyload/cli/Cli.py
+++ b/pyload/cli/Cli.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-#Copyright (C) 2012 RaNaN
+#Copyright (C) 2014 RaNaN
#
#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
@@ -392,7 +392,7 @@ class RefreshThread(Thread):
def print_help(config):
print
- print "pyLoadCli Copyright (c) 2008-2012 the pyLoad Team"
+ print "pyLoadCli Copyright (c) 2008-2014 the pyLoad Team"
print
print "Usage: [python] pyLoadCli.py [options] [command]"
print
diff --git a/pyload/web/Gruntfile.js b/pyload/web/Gruntfile.js
index 4711ca66d..31ec9c628 100644
--- a/pyload/web/Gruntfile.js
+++ b/pyload/web/Gruntfile.js
@@ -21,7 +21,7 @@ module.exports = function(grunt) {
var yeomanConfig = {
app: 'app',
dist: 'dist',
- banner: '/* Copyright(c) 2008-2013 pyLoad Team */\n',
+ banner: '/* Copyright(c) 2008-2014 pyLoad Team */\n',
protocol: 'http'
};
diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html
index 08366f665..00216ab69 100644
--- a/pyload/web/app/index.html
+++ b/pyload/web/app/index.html
@@ -76,7 +76,7 @@
<div class="row-fluid">
<div class="span2 offset1">
<div class="copyright">
- © 2008-2013<br>
+ © 2008-2014<br>
<a href="http://pyload.org/" target="_blank">The pyLoad Team</a><br>
</div>
</div>