diff options
Diffstat (limited to 'pyload/web')
| -rw-r--r-- | pyload/web/Gruntfile.js | 2 | ||||
| -rw-r--r-- | pyload/web/app/index.html | 2 | 
2 files changed, 2 insertions, 2 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'      }; 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> | 
