diff options
author | 2014-01-01 14:04:54 +0100 | |
---|---|---|
committer | 2014-01-01 14:04:54 +0100 | |
commit | d1ce1d757866c1da4c46d7de0212c391064a72cb (patch) | |
tree | 4d71f40ff3a272cd815eb6e46da672c723e31c16 /pyload/web/Gruntfile.js | |
parent | show progress of decrypting and link checking, added indicator in link grabber (diff) | |
download | pyload-d1ce1d757866c1da4c46d7de0212c391064a72cb.tar.xz |
Happy new year!
Diffstat (limited to 'pyload/web/Gruntfile.js')
-rw-r--r-- | pyload/web/Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' }; |