update copyright year (#15977)

Contributed by Daniel Felix.

git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-01-29 22:45:39 +00:00
parent a711cbb44e
commit 35cc911192
495 changed files with 495 additions and 495 deletions

View File

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