diff options
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' }; |