summaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/attachment.rb2
-rw-r--r--app/models/auth_source.rb2
-rw-r--r--app/models/auth_source_ldap.rb2
-rw-r--r--app/models/board.rb2
-rw-r--r--app/models/change.rb2
-rw-r--r--app/models/changeset.rb2
-rw-r--r--app/models/comment.rb2
-rw-r--r--app/models/custom_field.rb2
-rw-r--r--app/models/custom_field_enumeration.rb2
-rw-r--r--app/models/custom_field_value.rb2
-rw-r--r--app/models/custom_value.rb2
-rw-r--r--app/models/document.rb2
-rw-r--r--app/models/document_category.rb2
-rw-r--r--app/models/document_category_custom_field.rb2
-rw-r--r--app/models/document_custom_field.rb2
-rw-r--r--app/models/email_address.rb2
-rw-r--r--app/models/enabled_module.rb2
-rw-r--r--app/models/enumeration.rb2
-rw-r--r--app/models/group.rb2
-rw-r--r--app/models/group_anonymous.rb2
-rw-r--r--app/models/group_builtin.rb2
-rw-r--r--app/models/group_custom_field.rb2
-rw-r--r--app/models/group_non_member.rb2
-rw-r--r--app/models/import.rb2
-rw-r--r--app/models/import_item.rb2
-rw-r--r--app/models/issue.rb2
-rw-r--r--app/models/issue_category.rb2
-rw-r--r--app/models/issue_custom_field.rb2
-rw-r--r--app/models/issue_import.rb2
-rw-r--r--app/models/issue_priority.rb2
-rw-r--r--app/models/issue_priority_custom_field.rb2
-rw-r--r--app/models/issue_query.rb2
-rw-r--r--app/models/issue_relation.rb2
-rw-r--r--app/models/issue_status.rb2
-rw-r--r--app/models/journal.rb2
-rw-r--r--app/models/journal_detail.rb2
-rw-r--r--app/models/mail_handler.rb2
-rw-r--r--app/models/mailer.rb2
-rw-r--r--app/models/member.rb2
-rw-r--r--app/models/member_role.rb2
-rw-r--r--app/models/message.rb2
-rw-r--r--app/models/news.rb2
-rw-r--r--app/models/principal.rb2
-rw-r--r--app/models/project.rb2
-rw-r--r--app/models/project_custom_field.rb2
-rw-r--r--app/models/query.rb2
-rw-r--r--app/models/repository.rb2
-rw-r--r--app/models/repository/bazaar.rb2
-rw-r--r--app/models/repository/cvs.rb2
-rw-r--r--app/models/repository/darcs.rb2
-rw-r--r--app/models/repository/filesystem.rb2
-rw-r--r--app/models/repository/git.rb2
-rw-r--r--app/models/repository/mercurial.rb2
-rw-r--r--app/models/repository/subversion.rb2
-rw-r--r--app/models/role.rb2
-rw-r--r--app/models/setting.rb2
-rw-r--r--app/models/time_entry.rb2
-rw-r--r--app/models/time_entry_activity.rb2
-rw-r--r--app/models/time_entry_activity_custom_field.rb2
-rw-r--r--app/models/time_entry_custom_field.rb2
-rw-r--r--app/models/time_entry_query.rb2
-rw-r--r--app/models/token.rb2
-rw-r--r--app/models/tracker.rb2
-rw-r--r--app/models/user.rb2
-rw-r--r--app/models/user_custom_field.rb2
-rw-r--r--app/models/user_preference.rb2
-rw-r--r--app/models/version.rb2
-rw-r--r--app/models/version_custom_field.rb2
-rw-r--r--app/models/watcher.rb2
-rw-r--r--app/models/wiki.rb2
-rw-r--r--app/models/wiki_content.rb2
-rw-r--r--app/models/wiki_page.rb2
-rw-r--r--app/models/wiki_redirect.rb2
-rw-r--r--app/models/workflow_permission.rb2
-rw-r--r--app/models/workflow_rule.rb2
-rw-r--r--app/models/workflow_transition.rb2
76 files changed, 76 insertions, 76 deletions
diff --git a/app/models/attachment.rb b/app/models/attachment.rb
index 3fde84a78..b6216b428 100644
--- a/app/models/attachment.rb
+++ b/app/models/attachment.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/auth_source.rb b/app/models/auth_source.rb
index 5621770f9..69448d350 100644
--- a/app/models/auth_source.rb
+++ b/app/models/auth_source.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/auth_source_ldap.rb b/app/models/auth_source_ldap.rb
index abbb46617..d2aa25212 100644
--- a/app/models/auth_source_ldap.rb
+++ b/app/models/auth_source_ldap.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/board.rb b/app/models/board.rb
index 149b74deb..d62f863c4 100644
--- a/app/models/board.rb
+++ b/app/models/board.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/change.rb b/app/models/change.rb
index 412958b5c..9e32bce00 100644
--- a/app/models/change.rb
+++ b/app/models/change.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/changeset.rb b/app/models/changeset.rb
index ae42d414e..edfe85756 100644
--- a/app/models/changeset.rb
+++ b/app/models/changeset.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/comment.rb b/app/models/comment.rb
index 78cdad54b..4912b57d0 100644
--- a/app/models/comment.rb
+++ b/app/models/comment.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb
index 8da75031d..f5f15a4a1 100644
--- a/app/models/custom_field.rb
+++ b/app/models/custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/custom_field_enumeration.rb b/app/models/custom_field_enumeration.rb
index e3e1f3238..b7b3cd60b 100644
--- a/app/models/custom_field_enumeration.rb
+++ b/app/models/custom_field_enumeration.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/custom_field_value.rb b/app/models/custom_field_value.rb
index 01535b057..a816f0d11 100644
--- a/app/models/custom_field_value.rb
+++ b/app/models/custom_field_value.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/custom_value.rb b/app/models/custom_value.rb
index d89bfbb13..8026d5f65 100644
--- a/app/models/custom_value.rb
+++ b/app/models/custom_value.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/document.rb b/app/models/document.rb
index a522168fd..c53656766 100644
--- a/app/models/document.rb
+++ b/app/models/document.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/document_category.rb b/app/models/document_category.rb
index 10ba9dbde..c5fde10bc 100644
--- a/app/models/document_category.rb
+++ b/app/models/document_category.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/document_category_custom_field.rb b/app/models/document_category_custom_field.rb
index add156a69..e4563682f 100644
--- a/app/models/document_category_custom_field.rb
+++ b/app/models/document_category_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/document_custom_field.rb b/app/models/document_custom_field.rb
index 3ea9d10b5..31b230dbd 100644
--- a/app/models/document_custom_field.rb
+++ b/app/models/document_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/email_address.rb b/app/models/email_address.rb
index c63974e2a..ae16b9434 100644
--- a/app/models/email_address.rb
+++ b/app/models/email_address.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/enabled_module.rb b/app/models/enabled_module.rb
index d1a320238..480061ff9 100644
--- a/app/models/enabled_module.rb
+++ b/app/models/enabled_module.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/enumeration.rb b/app/models/enumeration.rb
index b2337fa88..eac403452 100644
--- a/app/models/enumeration.rb
+++ b/app/models/enumeration.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/group.rb b/app/models/group.rb
index 8c683305e..a1a508e37 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/group_anonymous.rb b/app/models/group_anonymous.rb
index 7ef1c8e9e..b872c27c1 100644
--- a/app/models/group_anonymous.rb
+++ b/app/models/group_anonymous.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/group_builtin.rb b/app/models/group_builtin.rb
index d6df3e387..9cedb61df 100644
--- a/app/models/group_builtin.rb
+++ b/app/models/group_builtin.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/group_custom_field.rb b/app/models/group_custom_field.rb
index 137b096f5..fe70d76c6 100644
--- a/app/models/group_custom_field.rb
+++ b/app/models/group_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/group_non_member.rb b/app/models/group_non_member.rb
index b7d84eeec..1d4d6f7d4 100644
--- a/app/models/group_non_member.rb
+++ b/app/models/group_non_member.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/import.rb b/app/models/import.rb
index 589967428..127f7be88 100644
--- a/app/models/import.rb
+++ b/app/models/import.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/import_item.rb b/app/models/import_item.rb
index 67fb46cd7..c02c0bc5f 100644
--- a/app/models/import_item.rb
+++ b/app/models/import_item.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue.rb b/app/models/issue.rb
index 867ff85da..5bf845d84 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_category.rb b/app/models/issue_category.rb
index db8823ee2..6476cfbce 100644
--- a/app/models/issue_category.rb
+++ b/app/models/issue_category.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb
index 721182856..0c679896d 100644
--- a/app/models/issue_custom_field.rb
+++ b/app/models/issue_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_import.rb b/app/models/issue_import.rb
index 30b373add..b6b20a1b1 100644
--- a/app/models/issue_import.rb
+++ b/app/models/issue_import.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_priority.rb b/app/models/issue_priority.rb
index e5b2d473f..72b771805 100644
--- a/app/models/issue_priority.rb
+++ b/app/models/issue_priority.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_priority_custom_field.rb b/app/models/issue_priority_custom_field.rb
index 9211f2192..ef05b4f14 100644
--- a/app/models/issue_priority_custom_field.rb
+++ b/app/models/issue_priority_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_query.rb b/app/models/issue_query.rb
index 429201e4f..c97de0a19 100644
--- a/app/models/issue_query.rb
+++ b/app/models/issue_query.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_relation.rb b/app/models/issue_relation.rb
index 62d873eff..ee3a642a1 100644
--- a/app/models/issue_relation.rb
+++ b/app/models/issue_relation.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/issue_status.rb b/app/models/issue_status.rb
index e39d69a76..7855f5b92 100644
--- a/app/models/issue_status.rb
+++ b/app/models/issue_status.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/journal.rb b/app/models/journal.rb
index ec9c9d52e..927f86f65 100644
--- a/app/models/journal.rb
+++ b/app/models/journal.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/journal_detail.rb b/app/models/journal_detail.rb
index d74dd0955..f7cea7909 100644
--- a/app/models/journal_detail.rb
+++ b/app/models/journal_detail.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb
index 7ec8ede24..d5332e2e6 100644
--- a/app/models/mail_handler.rb
+++ b/app/models/mail_handler.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/mailer.rb b/app/models/mailer.rb
index 4891ff5bf..ac86e6a71 100644
--- a/app/models/mailer.rb
+++ b/app/models/mailer.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/member.rb b/app/models/member.rb
index 79e9eeca6..389684dab 100644
--- a/app/models/member.rb
+++ b/app/models/member.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/member_role.rb b/app/models/member_role.rb
index 526daf9cf..d65e7b606 100644
--- a/app/models/member_role.rb
+++ b/app/models/member_role.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/message.rb b/app/models/message.rb
index de7ebaab5..cf13ca4a5 100644
--- a/app/models/message.rb
+++ b/app/models/message.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/news.rb b/app/models/news.rb
index b8bc35f39..b5a3924b7 100644
--- a/app/models/news.rb
+++ b/app/models/news.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/principal.rb b/app/models/principal.rb
index f3c883532..3aca26466 100644
--- a/app/models/principal.rb
+++ b/app/models/principal.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/project.rb b/app/models/project.rb
index c9d47b21b..2e3a106f7 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/project_custom_field.rb b/app/models/project_custom_field.rb
index e6c658fef..2db407099 100644
--- a/app/models/project_custom_field.rb
+++ b/app/models/project_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/query.rb b/app/models/query.rb
index 55ae0dc9a..d0a54d6c6 100644
--- a/app/models/query.rb
+++ b/app/models/query.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository.rb b/app/models/repository.rb
index 3a911cd5d..be1ea93d9 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository/bazaar.rb b/app/models/repository/bazaar.rb
index 99145f3f6..6d3cf5bf2 100644
--- a/app/models/repository/bazaar.rb
+++ b/app/models/repository/bazaar.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository/cvs.rb b/app/models/repository/cvs.rb
index fa535a87b..565c3b3f8 100644
--- a/app/models/repository/cvs.rb
+++ b/app/models/repository/cvs.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository/darcs.rb b/app/models/repository/darcs.rb
index e719a7160..a8b613788 100644
--- a/app/models/repository/darcs.rb
+++ b/app/models/repository/darcs.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository/filesystem.rb b/app/models/repository/filesystem.rb
index bfa6dc68e..a0b049de8 100644
--- a/app/models/repository/filesystem.rb
+++ b/app/models/repository/filesystem.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# FileSystem adapter
# File written by Paul Rivier, at Demotera.
diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb
index 724a18a4d..0873904d0 100644
--- a/app/models/repository/git.rb
+++ b/app/models/repository/git.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
# Copyright (C) 2007 Patrick Aljord patcito@Ĺ‹mail.com
#
# This program is free software; you can redistribute it and/or
diff --git a/app/models/repository/mercurial.rb b/app/models/repository/mercurial.rb
index bb7e31780..4ab82c58c 100644
--- a/app/models/repository/mercurial.rb
+++ b/app/models/repository/mercurial.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/repository/subversion.rb b/app/models/repository/subversion.rb
index f48fbd866..893d71a09 100644
--- a/app/models/repository/subversion.rb
+++ b/app/models/repository/subversion.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/role.rb b/app/models/role.rb
index 42dddaf47..b7d048e2a 100644
--- a/app/models/role.rb
+++ b/app/models/role.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/setting.rb b/app/models/setting.rb
index bbcdfc72a..42b179cfc 100644
--- a/app/models/setting.rb
+++ b/app/models/setting.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/time_entry.rb b/app/models/time_entry.rb
index ea33c0bc6..431c1a554 100644
--- a/app/models/time_entry.rb
+++ b/app/models/time_entry.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/time_entry_activity.rb b/app/models/time_entry_activity.rb
index 2a54725e8..0d58d0fd9 100644
--- a/app/models/time_entry_activity.rb
+++ b/app/models/time_entry_activity.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/time_entry_activity_custom_field.rb b/app/models/time_entry_activity_custom_field.rb
index bf1ad7b4e..4ea5357b9 100644
--- a/app/models/time_entry_activity_custom_field.rb
+++ b/app/models/time_entry_activity_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/time_entry_custom_field.rb b/app/models/time_entry_custom_field.rb
index 3a235a10a..8a1c0115c 100644
--- a/app/models/time_entry_custom_field.rb
+++ b/app/models/time_entry_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/time_entry_query.rb b/app/models/time_entry_query.rb
index cb3267298..a921f6d93 100644
--- a/app/models/time_entry_query.rb
+++ b/app/models/time_entry_query.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/token.rb b/app/models/token.rb
index e458a92a7..a5ca18aa4 100644
--- a/app/models/token.rb
+++ b/app/models/token.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/tracker.rb b/app/models/tracker.rb
index cbf6bc0dc..dd802efdf 100644
--- a/app/models/tracker.rb
+++ b/app/models/tracker.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/user.rb b/app/models/user.rb
index c210df324..e2a7c4559 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/user_custom_field.rb b/app/models/user_custom_field.rb
index 163bd8083..db61b53cd 100644
--- a/app/models/user_custom_field.rb
+++ b/app/models/user_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb
index 6e7876abb..461b63840 100644
--- a/app/models/user_preference.rb
+++ b/app/models/user_preference.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/version.rb b/app/models/version.rb
index 1d4f4dac1..dfa8af1ee 100644
--- a/app/models/version.rb
+++ b/app/models/version.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/version_custom_field.rb b/app/models/version_custom_field.rb
index 0f0960b1a..b6b1644b1 100644
--- a/app/models/version_custom_field.rb
+++ b/app/models/version_custom_field.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/watcher.rb b/app/models/watcher.rb
index afab6fa31..9dde433eb 100644
--- a/app/models/watcher.rb
+++ b/app/models/watcher.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/wiki.rb b/app/models/wiki.rb
index 3725964cc..188cb5b6c 100644
--- a/app/models/wiki.rb
+++ b/app/models/wiki.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb
index 992e4902f..c549786ee 100644
--- a/app/models/wiki_content.rb
+++ b/app/models/wiki_content.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/wiki_page.rb b/app/models/wiki_page.rb
index fd8bc061e..ae1e74cca 100644
--- a/app/models/wiki_page.rb
+++ b/app/models/wiki_page.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/wiki_redirect.rb b/app/models/wiki_redirect.rb
index 8e09a4ab1..76c8447d3 100644
--- a/app/models/wiki_redirect.rb
+++ b/app/models/wiki_redirect.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/workflow_permission.rb b/app/models/workflow_permission.rb
index 095d75b1c..1990b826b 100644
--- a/app/models/workflow_permission.rb
+++ b/app/models/workflow_permission.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/workflow_rule.rb b/app/models/workflow_rule.rb
index 976713a16..6fd4b05f0 100644
--- a/app/models/workflow_rule.rb
+++ b/app/models/workflow_rule.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/app/models/workflow_transition.rb b/app/models/workflow_transition.rb
index bf39e77ef..ff75254f2 100644
--- a/app/models/workflow_transition.rb
+++ b/app/models/workflow_transition.rb
@@ -1,5 +1,5 @@
# Redmine - project management software
-# Copyright (C) 2006-2015 Jean-Philippe Lang
+# Copyright (C) 2006-2016 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License