aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-01-10 18:27:36 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-01-10 18:27:36 +0100
commitda0d012b993ba4ddc8cddfb9e7aeb6fac1af6168 (patch)
treeca148ec6999af71f136aca558b76a3331e3a2e0a /sonar-server/src/main/webapp/WEB-INF/app
parentca80a1cdd578afa21ec1b43b49408b76bfab9180 (diff)
downloadsonarqube-da0d012b993ba4ddc8cddfb9e7aeb6fac1af6168.tar.gz
sonarqube-da0d012b993ba4ddc8cddfb9e7aeb6fac1af6168.zip
Update copyright header for this new year
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/admin_filters_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/api/api_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/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/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/reviews_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/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/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/backup_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/charts_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/columns_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/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/event_categories_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/feeds_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_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/ie6_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/metrics_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_reviews_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/resource_controller.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_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/search_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/timemachine_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/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/chart_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/drilldown_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_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/resource_helper.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_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/sessions_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/timemachine_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_filter.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/dashboard_configuration.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/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/characteristic_property.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/criterion.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/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/filter.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/filter_column.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.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/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/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/quality_model.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/review.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/role.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/rule_failure.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/sonar/treemap.rb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.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
154 files changed, 154 insertions, 154 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 7d7f13d3185..a643b9d1d79 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 81304123ec0..e031e678c34 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 c64b55755df..a03291fc2ae 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_filters_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_filters_controller.rb
index 8e2202f50b3..621a4b9e29f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_filters_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_filters_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 46ad51ffa9e..f0d47d8e9df 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 717eb23a751..bc7e9ec7cd5 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 cfbb9bc07f0..80135b17de0 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 c91ad4b2445..68c20add252 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 517154438e1..46af0a79b9b 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 4d119778824..652bbcf4a74 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6e1c880d968..f523a782e23 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5fd661c8cb2..fabae0f67db 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 c1ce7058cd9..6d1f889e2ed 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 366369af5c9..f6549c56be8 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 ab6c1e84e58..946e94ce3b0 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 0f854e084ee..fbb861d4736 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 45db03c2aca..89eff7f9019 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 bfbef413a76..da454cf3488 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 814ba1c9950..b269ec8459c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb
index 767bb91d58a..2f339ca6457 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/reviews_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6b5b0d52b17..6a92fe9a881 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 4ec1eab15ba..93c207d787f 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 695a9647899..59b9b9a848b 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 cc2443d4ecc..8888794b0b6 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f1238105afb..d15f0ddb9ea 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 e90f6cc9c20..fb98e5b6f1f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 027c86c17a1..57c1c13ee3f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 e80704ee54a..f8e4e6227cc 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 715375c809c..ac9eeffa623 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/backup_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/backup_controller.rb
index 61f6c9748c8..2306a01fcfa 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/backup_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/backup_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/charts_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/charts_controller.rb
index a2fcb080ba6..db1f21ed942 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/charts_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/charts_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 80d16f1ca3a..fb046bb9f9a 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 4114927a77e..8fe5d7b5c81 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 24a8635f16e..ac13b471b66 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 16db07a5da0..5514e6b808b 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 b22fdb3becb..e7a004396db 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 7eb59a26328..904ce38b069 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 87e7485f356..58fca07c795 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5e38fe875c7..8f4f2c74d52 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/event_categories_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/event_categories_controller.rb
index 31a1eb4175c..e456620e7b0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/event_categories_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/event_categories_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 e96f30a6db8..ea8ebd54e8e 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/feeds_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/feeds_controller.rb
index 9c84fe4af63..34750fbc87d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/feeds_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/feeds_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
index 700d5f76c1c..080fbb4b544 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f2efd7b09f1..c023041ab38 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/ie6_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/ie6_controller.rb
index 9d89aa58a7b..0ee201d22df 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/ie6_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/ie6_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8869b59a5ae..00890890566 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 48b6a8c0acd..148153659f6 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 05f2ee8c666..6868c23bfed 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 056aaee0283..5d62418a77c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5160ea28c8f..417eebed95f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8f53a48b208..e31ad4081d0 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6d9ce960255..61ffbcd6c9d 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 d7872c7d440..9e8741431e2 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 55a85677bfe..6e05bfd4be3 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb
index 5990f4ebc88..1c51b408fd4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 199f2377e5e..941583f2ce1 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 fcdf4c7f532..86d8053101c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
index fe933cb062c..44fceda2fef 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 150d50153e0..aeda3799152 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8acf512a336..e372f6f7459 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 0604f018c45..3d3e6850625 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/search_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/search_controller.rb
index 7aa2cde96d7..5bc3e0bc9c7 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/search_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/search_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 9f77056ad06..9ba42a3839d 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 fc273b33370..7984e41806c 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5c688d42a8e..939c064ba40 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 381e908e0cf..a3d79c8e4f5 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 e836b77eed0..91b8527f447 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/timemachine_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/timemachine_controller.rb
index 2c9a1c7529b..3526f8c3850 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/timemachine_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/timemachine_controller.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 c6deb1c0f86..2449acb4a9d 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 bed567352cd..45b04322bdc 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 17b098965b6..4de58f31d56 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 1b626ddf09b..4a97fba3452 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 aca14b59b84..455e7995458 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/chart_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/chart_helper.rb
index fd449acf973..3f0594566f9 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/chart_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/chart_helper.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8d21be8cbbd..ff6b48b8741 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8e6a9f5143d..b84b3c4c20e 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6d7fbd7f069..a5082f7087c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/drilldown_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/drilldown_helper.rb
index 103934e9e49..0e8c71cf39b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/drilldown_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/drilldown_helper.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb
index fa887b9c5c1..f23a76e5ba1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 ef3725df381..6dc33b1f602 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 b449c39d570..5aca4d2a161 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 528218e4d4c..679fa740dc4 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 a1cc3ff7f7e..e4028760ddb 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 60547cb2b26..2a6d24e7267 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.rb
index 2cf6e97b6ee..151de2b8662 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 b83228c3c03..8ad5e3e757c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 e25a5d10066..06b5c47f47a 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 edcac4e60c3..4d618141afc 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 fff4c5c252f..27eeb5569ba 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/timemachine_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/timemachine_helper.rb
index 92beb814a56..599585929a1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/timemachine_helper.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/timemachine_helper.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 9a765c28579..3823103c01a 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 eb93c36390f..697287c9be3 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 dfe9f84c012..d280359c6f5 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 9e72e9b3b3b..ebec35e6847 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6013ee8d049..a9b4247ab46 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_filter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_filter.rb
index 6b0d07bed9a..0708f488d32 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_filter.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_filter.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 d02a4462c53..f6cc5f3b626 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 218183b7839..e977e8810f2 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5d91dc78eb8..8a0ee169b3c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 cbc76289133..b50f11418a6 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 d4087cdeeb2..3e1b2789d75 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 372a44bd4de..6a723062524 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 16ff81939ba..07f3db432f6 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f0a9c19a4d9..230b87f6597 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 d4333884a8a..077a3b841d9 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic_property.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic_property.rb
index 0dc46459e72..399718c0758 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic_property.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/characteristic_property.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 1177f3c83fa..b232c2d2790 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/criterion.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/criterion.rb
index 6d9bc22bedb..edbf47c7e3c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/criterion.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/criterion.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 1604963900a..b16a16e0412 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 2f66151ddbe..6339184a646 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f8286331374..38b34668c0f 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 0744c55403c..e6a5b841309 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 2e1d6061a33..7e8633e313f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5e15e683939..de38a07333d 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/filter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/filter.rb
index 3b472fe78c9..6ab994cc137 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/filter.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/filter.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/filter_column.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/filter_column.rb
index 50252c05764..5924d0e89d3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/filter_column.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/filter_column.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.rb
index 7ce80b37ea3..11f94611749 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5db64145349..48f26531360 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 b9eebf383bb..78e62fdfa99 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 3ab0de325b7..0914a94557b 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 72bff3fcf6a..452f3b8278d 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 745fb54a45b..52e137b9ff4 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f72248c35b4..cda6798db96 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8212fe13a1c..b206c80a961 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 5832321bac0..94e8f3fe4f2 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 51c142c12e8..78691867b8f 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 @@
#
# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 0a4028f22b7..0e4d1e27ec9 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f00e819f839..4b730ccd94d 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 14a503c4fc4..01f6542dfee 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 fbe361a0aa8..ccef420c136 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/quality_model.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/quality_model.rb
index ffcb835346a..9ab76b3fa73 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/quality_model.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/quality_model.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 bce4c3c954c..7415dc249bf 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/review.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
index e18dc1816e9..b3d7cf14072 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb
index 41adb369b77..d8795e31cd0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/review_comment.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/role.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/role.rb
index 2cea36c7994..576d2276509 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/role.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/role.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 501e467f5cc..cfaa06e534f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
index dc2f0b8480b..6bf46d2d3cb 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 9b64bcc6987..698c7ad408e 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 da8a5188e3c..7541819bee4 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 f1ecf4ed1d8..a9b241513e4 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 d470fd1fb8b..30651d914f6 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 a6ed3e3c14c..971717cd80c 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 47bd1c8f943..5ea4f3e0631 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 1828a3e49b0..2de6d2a0ee4 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8f032d1be26..e6df792726f 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 c13f215fe3b..116cabcb316 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 0b1fc2843fe..cca09b14060 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 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb
index 175c65127ca..afc4aba476b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.rb
index 4c9baa68cd5..ec1fdf46812 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.rb
@@ -1,6 +1,6 @@
#
# Sonar, entreprise quality control tool.
- # Copyright (C) 2008-2011 SonarSource
+ # Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 8c60ee3eed5..a903ef5d5d7 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 599c749be57..ac30cd3aee4 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 9957be12323..18c0abaee12 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 375f00a6f60..8ef74c38d32 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar 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 6697aedcaa8..719b1db005a 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 @@
#
# Sonar, entreprise quality control tool.
-# Copyright (C) 2008-2011 SonarSource
+# Copyright (C) 2008-2012 SonarSource
# mailto:contact AT sonarsource DOT com
#
# Sonar is free software; you can redistribute it and/or