aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-03-11 17:52:41 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-03-11 17:53:18 +0100
commit57ae3026c36ae3b0b71756d6161124b1ae594c53 (patch)
treea34fe801d5ba90bd6dc1ae0e8eb42365d7a504b6 /sonar-server/src/main/webapp/WEB-INF/app
parent27fb37bfd24954971ca9cc3dab3ae7e8065a827b (diff)
downloadsonarqube-57ae3026c36ae3b0b71756d6161124b1ae594c53.tar.gz
sonarqube-57ae3026c36ae3b0b71756d6161124b1ae594c53.zip
Update copyright headers (replace 2013 by 2014)
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/widgets_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/cloud_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/permissions_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/alerts_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/alert.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/api.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/author.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/event.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/group.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_data.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/project.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/property.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/server.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/user.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb2
170 files changed, 170 insertions, 170 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
index fde2718ba54..d16315a4783 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb
index b360f21b5c6..cc190374655 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb
index c2c94ce00ea..e262a6c3850 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
index dd0a96e2f38..33b476418e9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb
index c0eb74a80ff..356c0012ea9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb
index cf72dbbbaeb..203dff8f92e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb
index 3f529b11a36..dca3fc1bf57 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb
index 78f30d8e632..2429a9b8bcf 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb
index aca137ff38c..a080bc1881d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb
index f790a21b5c6..09d712e615b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb
index 66a9a5e0532..0d93e544c18 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb
index fd549c94341..6c267b15133 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb
index 2ab1a6949ff..b92914e4723 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb
index e1a641c6096..bd92dbd17d5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
index 5e658dc7ba8..3b8222d789b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb
index 4b7018050ba..a590ddeb7d2 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb
index a642dbe31da..e5e90d60a96 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb
index f2ac68f2513..6008529a077 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb
index 46385f8f10c..5f1e79ea51b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb
index 3566f4a4b0c..296e92c9b1e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb
index 24b94818778..9e26b80df1f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
index ef4e137996b..26d7987b305 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb
index 2cae7da9a0a..36a6f98b62b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb
index f92b001f787..82c884dfa87 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb
index 7702a14ef76..8bec1e4a2d0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb
index 3ee2fd9697e..5d0230db888 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb
index 24cdfb7edfa..34de3ab3b16 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb
index 044ea1bfdcf..8daa9ab3325 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb
index c52011d8c0a..b5ade1556e6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb
index 45993dabf55..a1c82b84e71 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
index 14cd93b82dd..9816fed0f15 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb
index 90be2d3591f..d25c2d23010 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb
index 6a7e15c767d..d95479595b0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb
index 0ee770cc918..2ca9fd31b36 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/widgets_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/widgets_controller.rb
index ff16ba3bc9e..b47631ca6ee 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/widgets_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/widgets_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
index 4c7e8018e36..1ed18c8df2a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb
index cb69e298821..e8e7f802538 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb
index 24ece607931..5eb44dd88e2 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/cloud_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/cloud_controller.rb
index 3c1fd751590..e077bfb9763 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/cloud_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/cloud_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb
index c06947b9349..cc4298b9383 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb
index d76fbd59f83..c5468dd31b9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb
index b249e79e18f..1828bff6877 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb
index dd17fdbc32f..760e569a86d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb
index 33aad9dd43e..c31fefd6010 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
index 635d6e16634..9a963391275 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb
index 5ed45edfe71..6cdcbd952c5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb
index c6f292e2fc5..26273033a6f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
index 8790e771389..96be43d8789 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb
index 7037869ec35..054fa3d518b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb
index 8245c49fe1e..0f53cc2ba3d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb
index b1832a69020..98c22270632 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
index 93285a9d000..4322e4876f0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
index 155e122d4e6..ba3bd551ade 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
index ca9a759774c..a675fd5f3a9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb
index 6b2519f8701..f1a6ce4161e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb
index 85fa88847f6..dc76a17b497 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb
index 010d462fd11..0b5c10ec2e9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb
index b4eb6f500e4..d4786ba98aa 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
index 6cf6c6d8bc0..f20128488f6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb
index de886ea45fb..591eddc9993 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb
index 395ba7e5a36..416ed4d5434 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb
index cdb547c9dc8..ef8f6aa9149 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permissions_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permissions_controller.rb
index 1ab381640eb..475ce7b2fc8 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permissions_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permissions_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb
index fab6b2e31c1..caa8c4a6063 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb
index 24acc0d9d9c..2284a7e2b72 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb
index b1b0f65ae82..99b4b6b965f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
index 4e6da1a42f8..736086a0d8b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
index 156f2222505..b98b3a9c22f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb
index 6288c81b540..b6923e8d593 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb
index fb44531e8c7..cafcc574cfe 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb
index 9622f81f855..eaa7d6d8e46 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb
index c960a35c3de..79f46a4ba60 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
index 67387998010..5a3ce9def0e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb
index 0d6ced9b3bc..cc95b4f7d65 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
index ab16f7cecaf..f298d41673e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb
index 05495cd5952..16c1c9d8650 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb
index 950bb843fe3..68d7b3dc97c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
index 96ab628277c..7a7600afa03 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb
index c0d1332af2f..5a48b659558 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb
index 85e8148c5a9..2ea401ffd3f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
index cdbf1ca9a14..d29a32f37d6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb
index 41bbe32636c..a25b78309ed 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
index 8f125fa3901..7cbc5ce472e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
index 8ac04e1a610..a5d86ea82f6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb
index ba38ef32411..90cd2dc0ec8 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb
index 3e888a7c35e..11e17ff729e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb
index 71426704e7a..2a9ad511394 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/alerts_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/alerts_helper.rb
index e1038eed508..4953a4cf25a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/alerts_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/alerts_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
index 2a10cb09bad..6337d79c3f9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb
index 60ec03ae9a7..de7914424ad 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb
index 5d524fd5c2c..77ce4381a8e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb
index 69f2810a846..b8964244898 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb
index 80d43b4e3c0..42ef513d329 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb
index e1e3649cd7e..8ea584706a5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb
index 78a509dcf64..ed2c2c0a953 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb
index 7493170d36c..727cee0d2ec 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb
index 71df4bfae66..f6a69cc81c9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb
index 5ace4bb5abe..b8516f7d2be 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb
index 98daf595a52..b800be80d62 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb
index 7c2e5f83d8d..ab01b241103 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb
index a8469d4cf0a..b65f841539f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
index fc250dcc0dc..4449bcdf547 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb
index f7fd239b92e..1b6299481b6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
index 987505fcd4e..be4bf396542 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb
index 1d671555819..16aaca66322 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb
index a925e0e951e..676a5fd2683 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb
index 7814ada5b85..4e51fcc766e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
index 37a37d96134..cdddfdae5e5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
index b38b6cc77e4..ec85c9d02a4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb
index 51d55fa26d9..78cd2923629 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb
index 97a9bc9dcf2..08f38c35ae4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
index d61881477a7..68afc99a0b9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb
index 45db80cfb9e..8a81fabf583 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb
index 0c61202502e..b39e55400a2 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb
index a30fdbb457f..b12529053d1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/alert.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/alert.rb
index bbd1e174d8c..ade6a6ba2fa 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/alert.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/alert.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb
index d636e5841ab..0c0e6bcda66 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb
index cb77075d2d5..e0d8a4bde5e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb
index 37b8487678a..6bf883b68db 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
index 98792e1daee..89ed4d2ea4e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb
index ac0a65787c0..612b06a9cb1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb
index e31dbb632f7..fc10f59324b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb
index 36330426549..e04b5154720 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb
index 738d21cc372..3f53336a0a1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb
index 8ff06f0b82f..70694368ff4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb
index 68ca046acea..f8a817ad128 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb
index 8abf34a01f4..c6ff4617d0f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb
index aed6f4fb4b4..7edd5070449 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb
index afbdb6efe51..97822b22440 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/event.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/event.rb
index 45be6ab45e3..97d5c277e7a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/event.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/event.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb
index 86eb0f3ba96..0385c1e5b35 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/group.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/group.rb
index 8add30f04bb..47a189ba287 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/group.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/group.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb
index c4929b672e6..8fc42c7f718 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
index c986b8101f0..d65915d4e35 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb
index 6baaf1457fc..ddab34f2ce5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb
index 0f7246ac2aa..d04448352d9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb
index cf0f6578eb9..d3a63f1cd30 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb
index 794a1bde270..f8227952fbc 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_data.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_data.rb
index e1e08fa546a..dc8d23227e0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_data.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_data.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
index 9ca7741f94d..d716fbb4914 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb
index 3db7fda782f..8c691228f75 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb
index 39debafb781..c56cdc6636b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb
index 1b069383595..75cee0870fb 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb
index b66843c1fb2..441fd42c451 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb
index a058e37f7ef..712cc1dc90a 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb
index 22c1ae1e64a..4b690d90178 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
index d9dfd4410fb..7e647dae04e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/project.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
index 7669144dd96..533a9c0fe35 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb
index cb4487eb1c4..794722faa18 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb
index d60697245a1..9dae53b99e8 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/property.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
index 2cd88cc9c16..97744feb51c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb
index 409fa579507..332096471b3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb
index f45bb0dc536..e880e4fbadd 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb
index e5782ef9e08..7e60fd31b82 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb
index ee32d1e80f5..6ea80718f0b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb
index 69239fd51cf..c1785dc0d13 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/server.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/server.rb
index b95ef772adb..e6dca16e650 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/server.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/server.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb
index 6641a642cad..bd12d8bd6d3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb
index b0d2c406125..7c2b91605e5 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb
index 1fa3676ffd1..b9309711e21 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb
index 411c1927a3c..e88c8e2b0c7 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb
index c2ba7bc38d5..e30aecf3951 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb
index 905e12d1e01..9f8971b62dd 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb
index 47834d91f86..a2bbba9c79b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb
index c284de091e4..23d20b119d8 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
- # Copyright (C) 2008-2013 SonarSource
+ # Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb
index f6d8ee3b45f..d94c0d5be2e 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/user.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
index 5310182de51..8d1131c0f6f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb
index f095e9077a3..d9e91113910 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb
index 2cc40d33921..6eb5a53c87b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb
index 49f9ff75036..00220919af8 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb
@@ -1,6 +1,6 @@
#
# SonarQube, open source software quality management tool.
-# Copyright (C) 2008-2013 SonarSource
+# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube is free software; you can redistribute it and/or