Copyright update in 2.6-stable.

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13873 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-01-11 09:12:51 +00:00
parent e32a98cbc9
commit 3ba5e24a91
504 changed files with 528 additions and 528 deletions

View File

@@ -1,5 +1,5 @@
/* Redmine - project management software
Copyright (C) 2006-2014 Jean-Philippe Lang */
Copyright (C) 2006-2015 Jean-Philippe Lang */
function checkAll(id, checked) {
$('#'+id).find('input[type=checkbox]:enabled').prop('checked', checked);

View File

@@ -1,5 +1,5 @@
/* Redmine - project management software
Copyright (C) 2006-2014 Jean-Philippe Lang */
Copyright (C) 2006-2015 Jean-Philippe Lang */
function addFile(inputEl, file, eagerUpload) {