diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-10 18:27:36 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-10 18:27:36 +0100 |
commit | da0d012b993ba4ddc8cddfb9e7aeb6fac1af6168 (patch) | |
tree | ca148ec6999af71f136aca558b76a3331e3a2e0a /sonar-server/src/main/webapp/WEB-INF/app/helpers | |
parent | ca80a1cdd578afa21ec1b43b49408b76bfab9180 (diff) | |
download | sonarqube-da0d012b993ba4ddc8cddfb9e7aeb6fac1af6168.tar.gz sonarqube-da0d012b993ba4ddc8cddfb9e7aeb6fac1af6168.zip |
Update copyright header for this new year
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/helpers')
22 files changed, 22 insertions, 22 deletions
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 |