diff options
310 files changed, 363 insertions, 363 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 0789c90b35d..fde2718ba54 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 479991fde07..caf52b55dcf 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 61a2749feb9..c2c94ce00ea 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb index 200585f1773..c0eb74a80ff 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb index d9cb352452a..cf72dbbbaeb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -162,4 +162,4 @@ class Api::ActionPlansController < Api::ApiController hash end -end
\ No newline at end of file +end 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 2e09ab554ea..4ce123abfd8 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 a5cd74114e6..f790a21b5c6 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -82,4 +82,4 @@ class Api::DependenciesController < Api::ResourceRestController end end end -end
\ No newline at end of file +end 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 da07c7a18dc..66a9a5e0532 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -87,4 +87,4 @@ class Api::DependencyTreeController < Api::ApiController end json end -end
\ No newline at end of file +end 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 f99d78dd3de..fd549c94341 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -272,4 +272,4 @@ class Api::EventsController < Api::ApiController end end -end
\ No newline at end of file +end 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 f4bd08f6489..2ab1a6949ff 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -112,4 +112,4 @@ class Api::FavouritesController < Api::ApiController xml.lang(f.language) if f.language end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb index 412d77332f3..78e8d9c207b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 19a110d0b8b..a642dbe31da 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 8d1e18fc6e5..f2ac68f2513 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb index 23c741c4964..46385f8f10c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9105d35c365..8fdf52a9a29 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 c36fa2f1f83..24b94818778 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 b0f0a97aa96..ef4e137996b 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 c46cc41b19e..2cae7da9a0a 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -33,4 +33,4 @@ class Api::ResourceRestController < Api::RestController end end -end
\ No newline at end of file +end 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 afc2b8692c3..7702a14ef76 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -98,4 +98,4 @@ class Api::RestController < ApplicationController JSON({:not_supported => 'true'}) end -end
\ No newline at end of file +end 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 9fff2798809..3ee2fd9697e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 3bbf4804247..044ea1bfdcf 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb index 7f6c97cbe92..c52011d8c0a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -127,4 +127,4 @@ class Api::TestsController < Api::ApiController format.text { render :text => text_not_supported } end end -end
\ No newline at end of file +end 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 92474d4fa9f..14cd93b82dd 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 745822610e8..90be2d3591f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -115,4 +115,4 @@ class Api::UserPropertiesController < Api::ApiController end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb index 181024d7dff..6a7e15c767d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 17fda72c5b6..778e58ca98e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -84,4 +84,4 @@ class Api::ViolationsController < Api::ApiController format.xml { render :xml => array.to_xml(:skip_types => true, :root => 'violations') } end end -end
\ No newline at end of file +end 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 d2a3b185522..b605def0a17 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 7d71472cfa2..315ce75ad88 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb index f22ad213923..7212532e692 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb index 306624f87e0..98cb084695c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 8203ca68c32..d76fbd59f83 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb index 9a180a0d810..b249e79e18f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 1be3198e246..dd17fdbc32f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -85,4 +85,4 @@ class ComponentsController < ApplicationController -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb index 6a83111d151..33aad9dd43e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -24,4 +24,4 @@ class ConfirmController < ApplicationController render :partial => 'confirm/confirm' end -end
\ No newline at end of file +end 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 1f2e08343f1..635d6e16634 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 39a000cc5d7..5ed45edfe71 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 fa9bfe4ae37..c6f292e2fc5 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -99,4 +99,4 @@ class DependenciesController < ApplicationController private -end
\ No newline at end of file +end 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 7f9d5929d01..7037869ec35 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb index ddd4567766b..8245c49fe1e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 2221e38c6bc..b1832a69020 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 a3ea046ca57..93285a9d000 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb index ff5516b2b21..afd842cb875 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb index ae23dcdbf42..b83290f721f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 d49ce1adb68..6b2519f8701 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9ee8a1000de..8372ed6347f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 2883246c6bb..010d462fd11 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb index e4beec054dc..b4eb6f500e4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -29,4 +29,4 @@ class MarkdownController < ApplicationController render :action => 'help' end -end
\ No newline at end of file +end 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 a3c70485396..c89791fc925 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb index 9a84d5bac9a..144a772d416 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/users_groups_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/users_groups_controller.rb index 615307fcbc0..889f6437123 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/users_groups_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/users_groups_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb index e8171c9796f..524d781e873 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9a7e7abb1ed..fab6b2e31c1 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 b819df1d745..24acc0d9d9c 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 a2447a5755c..b1b0f65ae82 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 37d9d6e1164..8c3270aedda 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 d0787d925e3..6288c81b540 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb index 0cdc0e725cd..fb44531e8c7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb index 9b86febed92..f2d6b35e371 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 0a8aa42801f..67387998010 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 be5d9aba056..0d6ced9b3bc 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 65dd608b03b..f7cc8419102 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 8959be52f6d..05495cd5952 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 1b0ff55ab7d..31bce170d95 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 b7edbcc380d..950bb843fe3 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 36c69d5ed1b..96ab628277c 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 3e03a23a605..c0d1332af2f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 cdbf404c570..85e8148c5a9 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 beeed07bcb9..cdbf1ca9a14 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb index f117daa97ed..41bbe32636c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -49,4 +49,4 @@ class TestController < ApplicationController render :partial => 'test/testable' end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb index eca78769bd6..96d98d5a270 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 64f2d3772b9..cb42efeadb0 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb index 85545031b91..2b56d17a098 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 0d18cb5bce5..4b1cc9026e6 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 d39bdb5e3e2..71426704e7a 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 fec2f4591ee..15c14f192dd 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 d72bb209a1d..60ec03ae9a7 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 5fbaceac1e6..5d524fd5c2c 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 e4c01a4449f..63003db912a 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb index b30e66f6f5f..80d43b4e3c0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb index 3ff2578508c..2a638f58b8a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 a99c580aea6..78a509dcf64 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -46,4 +46,4 @@ module MetricsHelper end html end -end
\ No newline at end of file +end 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 1beeddaf312..7493170d36c 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -19,4 +19,4 @@ # module PluginsHelper -end
\ No newline at end of file +end 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 7ec0d8d7091..5ace4bb5abe 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -28,4 +28,4 @@ module ProjectHelper def measure(metric_key) @snapshot.measure(metric_key) end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb index d5bb3198fee..98daf595a52 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 54d176e0388..7c2e5f83d8d 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -43,4 +43,4 @@ module ResourceHelper '(' + (value1.to_i - value2.to_i).to_s + '/' + value1 + ')' end -end
\ No newline at end of file +end 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 db14faf8259..9feaf83f7ea 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb index cef007ade07..f93ce912fc1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 f0cbda97a28..f7fd239b92e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -18,4 +18,4 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # module SessionsHelper -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb index 9dda91aff19..987505fcd4e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 be98a9e52d8..914629a5040 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -209,4 +209,4 @@ module SourceHelper end end end -end
\ No newline at end of file +end 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 609019ca585..a925e0e951e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -20,4 +20,4 @@ module SystemHelper -end
\ No newline at end of file +end 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 43dbf66a16c..7814ada5b85 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9e5eb76eb38..37a37d96134 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 e0336a40341..57933a89f02 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 ec808b21c1a..fc87f5933aa 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -33,4 +33,4 @@ class ActionPlan hash end -end
\ No newline at end of file +end 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 22c15fa5831..97a9bc9dcf2 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 500f541fe3c..0f43ae3beef 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 3fe408a18dd..45db80cfb9e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb index 625627f3ea0..9a732e3a855 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 cec11d38415..0c61202502e 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 25ca192edb0..86b56e633e5 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb index b3ca183f1ac..d636e5841ab 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 cfe4846336c..cb77075d2d5 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb index 928b3579314..37b8487678a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 c4420dda9c4..61d82157769 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb index 5eda20d4ccf..ac0a65787c0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/author.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -28,4 +28,4 @@ class Author < ActiveRecord::Base def <=>(other) login<=>other.login end -end
\ No newline at end of file +end 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 85e9fe20710..e31dbb632f7 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -36,4 +36,4 @@ class Caches c.clear if c c end -end
\ No newline at end of file +end 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 bed36b0c249..36330426549 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 38394120ff9..738d21cc372 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -25,4 +25,4 @@ class ChartMeasure @value = value end -end
\ No newline at end of file +end 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 8db5e3f6f0e..8ff06f0b82f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb index f68ce6912bf..68ca046acea 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9fa4a54bdbc..8abf34a01f4 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -62,4 +62,4 @@ class Dependency < ActiveRecord::Base xml.tq(to.qualifier) xml end -end
\ No newline at end of file +end 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 6882315fe61..afbdb6efe51 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -27,4 +27,4 @@ module Errors class BadRequest < StandardError; end class NotFound < StandardError; end -end
\ No newline at end of file +end 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 cb906484a8b..45be6ab45e3 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 dcb18522921..86eb0f3ba96 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -119,4 +119,4 @@ class EventCategory def self.property_key(name) "#{PREFIX}#{name}" end -end
\ No newline at end of file +end 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 4cb1edef143..8add30f04bb 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 fefd40b3b32..c4929b672e6 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb index e838da96c58..89cd49a1de4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb index 3c5d561803d..c8325772718 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 05eb7a0b1fc..0f7246ac2aa 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -19,4 +19,4 @@ # class LoadedTemplate < ActiveRecord::Base -end
\ No newline at end of file +end 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 f7480066ede..718e0326b83 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -140,4 +140,4 @@ class ManualMeasure < ActiveRecord::Base end end -end
\ No newline at end of file +end 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 daa44db4de6..e84dd935990 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb index fb393a40399..8f1b895e80a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb index 1cf8a602f75..3db7fda782f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb index e0d2cb8ddb8..39debafb781 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb index 23bfe106b1a..c9d27ac1321 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -150,4 +150,4 @@ class Sonar::HtmlOutput < Treemap::HtmlOutput "<a href='#{ApplicationController.root_context}/dashboard/index/#{node.rid}'>#{node_label(node)}</a>" end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb index 5e75a85a242..b66843c1fb2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -22,4 +22,4 @@ class MeasureFilterFavourite < ActiveRecord::Base belongs_to :measure_filter validates_uniqueness_of :measure_filter_id, :scope => :user_id -end
\ No newline at end of file +end 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 f776aa8c5fd..3ecece417f6 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 9edc6d186ce..5c802b8c401 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 bb9e464f125..617cbc074ba 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 ecbfd660451..cb4487eb1c4 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -82,4 +82,4 @@ class ProjectLink < ActiveRecord::Base name.downcase <=> other.name.downcase end end -end
\ No newline at end of file +end 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 ac1865ad301..d24d27e0198 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 b76da8946cd..2cd88cc9c16 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb index c07b7f86440..409fa579507 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb index d486cdb3291..f45bb0dc536 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 242e7abacad..e5782ef9e08 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -30,4 +30,4 @@ class ResourceIndex < ActiveRecord::Base root_project_id end -end
\ No newline at end of file +end 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 b4c8d27a0d9..f98251b994d 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb index 3b883583d07..8592e617258 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 0017ae761bf..319fe18af09 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 0e9950bc3a7..0596f8c289d 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 f763905cb6e..6641a642cad 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 68375d17f60..583c3ab9884 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 ae660317d06..1fa3676ffd1 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 61cc4425bf4..411c1927a3c 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 94afc8c29c3..c2ba7bc38d5 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 2ebad0eb867..905e12d1e01 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -19,4 +19,4 @@ # class Sonar::ResourceFinder -end
\ No newline at end of file +end 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 4549f79193a..47834d91f86 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 6b2c2641ced..c284de091e4 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,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 3b9fb6df3ea..f6d8ee3b45f 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -46,4 +46,4 @@ class TrendsChart end end -end
\ No newline at end of file +end 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 aa8fda05424..5310182de51 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 d953cd980c3..f095e9077a3 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 784025f0986..2cc40d33921 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # 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 8230085a1ca..49f9ff75036 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,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb index 3b14d8e39ba..250e75f62ba 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb @@ -1,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb index aef331ec3b7..ac066e83495 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb @@ -1,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -30,4 +30,4 @@ class IndexDatabase < ActiveRecord::Migration add_index :metrics, :name, :unique => true, :name => 'metrics_unique_name' end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb index 6e3cf236de3..afd7d4f9ba3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb index ba61ce2e100..d1a197f5140 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb @@ -1,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb index 98c57b0630d..56e00c5e085 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb index 27c09e3d8b2..d77ea30e7b0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -26,4 +26,4 @@ class CreateSnapshotSources < ActiveRecord::Migration end add_index :snapshot_sources, :snapshot_id, :name => 'snap_sources_snapshot_id' end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/048_create_async_measure_snapshots_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/048_create_async_measure_snapshots_table.rb index abf0c47f9ba..54f0f7e83ef 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/048_create_async_measure_snapshots_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/048_create_async_measure_snapshots_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb index d2fd3cbd0ce..a744cfb6601 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb index b7a2c38ffa2..37f5db22584 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -30,4 +30,4 @@ class AddProjectKeeIndex < ActiveRecord::Migration end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb index 032c11a3246..89e32b7901e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb index cee146b5f8f..f22e4a666eb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb index 456f88d5a71..22ac98af8e2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb index 4e08518e544..a9d1abe422a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb index c53cae4f07b..d95394d0f2d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb index a23e4974f1a..4006cd2e8e5 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb index 3f3e31d7853..a067c6e8813 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/111_create_extensions.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/111_create_extensions.rb index 2fd4205d84e..f4c2035ee94 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/111_create_extensions.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/111_create_extensions.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/115_create_filters.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/115_create_filters.rb index 3904f9473a1..a3ccc69a087 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/115_create_filters.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/115_create_filters.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -60,4 +60,4 @@ class CreateFilters < ActiveRecord::Migration end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb index afa27955fb1..a395941c03d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb index 582cb6e9137..030b43e4c03 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/120_add_extensions_core_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/120_add_extensions_core_column.rb index 4a9d74b29d4..39cd576fa35 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/120_add_extensions_core_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/120_add_extensions_core_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb index dac456b7358..c235b255d08 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -43,4 +43,4 @@ class CreateQualityModels < ActiveRecord::Migration end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb index b6b913efcf0..9f5cc291e5f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb index e6c5ec6d73b..91284ae7407 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb index 1235fe1603d..369ba2b70af 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -46,4 +46,4 @@ class DeleteCheckstyleTranslations < ActiveRecord::Migration end end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb index 9f76ff2d6f0..a02bed10a04 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb index c47306dfa0c..763303d3f65 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb index a10298ef089..6e1ee436112 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb index 3bcddfd9f8d..9bfeef65b31 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb index e915d5b9a97..f44e4f5750c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb index c378bd1a603..24d3bc8ca47 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb index 5e031ed7b3b..6dd8e125c0c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb index 2558eb48cbf..0aeb4234f60 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb @@ -1,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -33,4 +33,4 @@ class DeleteActiveRulesOrphans < ActiveRecord::Migration orphan.destroy end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb index abc5f8905b9..bf4f847a389 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/160_add_rule_failures_columns.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/160_add_rule_failures_columns.rb index 8ae37824f1b..48d00526c85 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/160_add_rule_failures_columns.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/160_add_rule_failures_columns.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/162_delete_iso_rule_categories.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/162_delete_iso_rule_categories.rb index 7fb28053e6b..c6a1c8b8415 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/162_delete_iso_rule_categories.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/162_delete_iso_rule_categories.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb index 344f963b7f1..4c3bdfa43d4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/165_set_nullable_rule_config_key.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/165_set_nullable_rule_config_key.rb index 423aac29613..9013cc46f40 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/165_set_nullable_rule_config_key.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/165_set_nullable_rule_config_key.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/166_set_nullable_rule_parameter_description.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/166_set_nullable_rule_parameter_description.rb index 12f179af96f..0ea7e98c1b6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/166_set_nullable_rule_parameter_description.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/166_set_nullable_rule_parameter_description.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb index 878c1f0a328..549928aec15 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_periods_to_filters.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_periods_to_filters.rb index a44f5734f15..00c3d775e78 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_periods_to_filters.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_periods_to_filters.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb index 719b5c06413..237f4468a99 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/170_delete_unvalid_project_snapshots.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/170_delete_unvalid_project_snapshots.rb index 986e6a70fe7..5997879c80b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/170_delete_unvalid_project_snapshots.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/170_delete_unvalid_project_snapshots.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/180_add_profiles_disabled.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/180_add_profiles_disabled.rb index e7c9bc85809..22733618144 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/180_add_profiles_disabled.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/180_add_profiles_disabled.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/190_add_permanent_id_and_switched_off_to_rule_failures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/190_add_permanent_id_and_switched_off_to_rule_failures.rb index ef42a558aee..d193c2e78e7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/190_add_permanent_id_and_switched_off_to_rule_failures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/190_add_permanent_id_and_switched_off_to_rule_failures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb index a20d25a2dae..47ee1bd45c8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb index bc46f2b32eb..7ef89e4a588 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb index 6a6acc8d100..1278ac44275 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb index c48d653c41c..b30db8bbf06 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb index 189fbdfb057..8de9978e5ff 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/210_drop_parameters_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/210_drop_parameters_table.rb index 5a8eb80ecee..b2610a59f60 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/210_drop_parameters_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/210_drop_parameters_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb index 7754a0770d9..c646e2888fb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/212_move_async_measures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/212_move_async_measures.rb index ccf91011409..05fabacdd9a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/212_move_async_measures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/212_move_async_measures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/213_drop_async_measures_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/213_drop_async_measures_table.rb index 67d47b6b142..bb6909325f5 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/213_drop_async_measures_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/213_drop_async_measures_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/214_add_index_on_manual_measures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/214_add_index_on_manual_measures.rb index a8e1b097b30..92b2f4e4215 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/214_add_index_on_manual_measures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/214_add_index_on_manual_measures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb index 82e3d03c202..9e45844bf4e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/216_set_nullable_rule_name.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/216_set_nullable_rule_name.rb index 52986e6fe2c..bd5f56c2afc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/216_set_nullable_rule_name.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/216_set_nullable_rule_name.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb index 69e91b844e0..92408f5f7fe 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb index b9b9de76630..3576b0ad015 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/221_attach_events_to_snapshots.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/221_attach_events_to_snapshots.rb index efa3ea2ab12..e8fe99a20c0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/221_attach_events_to_snapshots.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/221_attach_events_to_snapshots.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb index 29d685d5a31..82f1111bbbf 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb index 8fb136e0979..32171cddcfe 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/231_refactor_rule_measures.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/231_refactor_rule_measures.rb index d3e42358d49..f79afc9771d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/231_refactor_rule_measures.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/231_refactor_rule_measures.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/232_add_rule_columns_to_reviews.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/232_add_rule_columns_to_reviews.rb index a87d26a5ad0..a7901fa6ce0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/232_add_rule_columns_to_reviews.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/232_add_rule_columns_to_reviews.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/233_add_rule_failures_committer.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/233_add_rule_failures_committer.rb index 9d892fea6f7..e75117ab3e0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/233_add_rule_failures_committer.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/233_add_rule_failures_committer.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/234_add_manual_severity_to_reviews.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/234_add_manual_severity_to_reviews.rb index 7db4027838e..d8e67cf836e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/234_add_manual_severity_to_reviews.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/234_add_manual_severity_to_reviews.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb index f2b148a58d5..3cf64875667 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/236_delete_value_type_from_widget_properties.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/236_delete_value_type_from_widget_properties.rb index a527ad0e087..a9703435a5b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/236_delete_value_type_from_widget_properties.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/236_delete_value_type_from_widget_properties.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb index bda02dfb6f8..191ebabb4ca 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb index 886758395bd..bb8aaaa847d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb index 5b89f967fe6..b79a6267deb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/240_delete_resource_orphans.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/240_delete_resource_orphans.rb index 3f7276d9d8a..5f72ec003c4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/240_delete_resource_orphans.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/240_delete_resource_orphans.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb index 7085ef949be..dc81c3c55b3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb index 716d15ca620..42da875bf85 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb index 7379220fff7..bf9f8fd9c6a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb index c1659783209..9b5c3e222b1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/255_rename_dbcleaner_properties.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/255_rename_dbcleaner_properties.rb index 8314b538a69..c80c9097c0e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/255_rename_dbcleaner_properties.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/255_rename_dbcleaner_properties.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/256_add_measures_person.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/256_add_measures_person.rb index a8613fbd0a7..4ebafefb876 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/256_add_measures_person.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/256_add_measures_person.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb index 3c5d8e79da0..b330c9c0f64 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb index 83b0c40cfef..3e77c78f4e5 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_deadline.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_deadline.rb index 38d3b604148..94ad300c510 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_deadline.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_deadline.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/260_clean_reviews_with_deleted_users_or_resources.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/260_clean_reviews_with_deleted_users_or_resources.rb index 163a171f009..0353261cfe8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/260_clean_reviews_with_deleted_users_or_resources.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/260_clean_reviews_with_deleted_users_or_resources.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb index 7ebbb3b6b11..7312a05af4f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/262_create_authors.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/262_create_authors.rb index 0b83404c86e..606ec73c024 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/262_create_authors.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/262_create_authors.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/263_replace_rule_failures_committer_by_person.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/263_replace_rule_failures_committer_by_person.rb index cc8936f92ce..f38774b55ae 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/263_replace_rule_failures_committer_by_person.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/263_replace_rule_failures_committer_by_person.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/280_drop_table_rules_categories.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/280_drop_table_rules_categories.rb index 42c6e3431ba..3fb7050875d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/280_drop_table_rules_categories.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/280_drop_table_rules_categories.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/281_clean_reviews_with_null_booleans.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/281_clean_reviews_with_null_booleans.rb index 0168c7d5419..308824b8451 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/281_clean_reviews_with_null_booleans.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/281_clean_reviews_with_null_booleans.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb index 95a85e6c5e4..12ae7d4ad8a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/283_add_authors_primary_key.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/283_add_authors_primary_key.rb index c9b2e4e574f..8a6c45bf3a6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/283_add_authors_primary_key.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/283_add_authors_primary_key.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/284_add_default_description_to_manual_rules.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/284_add_default_description_to_manual_rules.rb index d86bedd70f6..b2e6b2813b7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/284_add_default_description_to_manual_rules.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/284_add_default_description_to_manual_rules.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb index cd842b31dd9..891bca138c2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb index df4aaa8e49f..210814f3037 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/287_index_projects.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/287_index_projects.rb index 38020bd4e5f..1a35631ad4a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/287_index_projects.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/287_index_projects.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb index 26a46aff91a..b7f4085c12a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb index ddcba3f0e47..b9a355bbaa1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/302_create_global_dashboards_for_filter.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/302_create_global_dashboards_for_filter.rb index 280cc1de74f..0be9974ebeb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/302_create_global_dashboards_for_filter.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/302_create_global_dashboards_for_filter.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/331_remove_projects_profile_id.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/331_remove_projects_profile_id.rb index 32f94026772..9b0a50ee2c2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/331_remove_projects_profile_id.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/331_remove_projects_profile_id.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/332_remove_profiles_enabled_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/332_remove_profiles_enabled_column.rb index 22907dcfb79..d26ec47b05d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/332_remove_profiles_enabled_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/332_remove_profiles_enabled_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb index 18f4c6419ba..fe45b226efb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/334_remove_profiles_default_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/334_remove_profiles_default_column.rb index 97290b93e46..0210601e4e1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/334_remove_profiles_default_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/334_remove_profiles_default_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb index 92dbd7cee6b..c6bed0abf42 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb index 6160eea375c..8515536bb53 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb index 3c945c4baf0..7dbce953a65 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb index bdcec12a7c4..fa4b9292176 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/359_add_period_to_alerts.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/359_add_period_to_alerts.rb index fce2bb4318b..180148f281f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/359_add_period_to_alerts.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/359_add_period_to_alerts.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb index 77770521856..7fe9fff60e3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/379_purge_violations.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/379_purge_violations.rb index 6038fe53159..7b540e38ecd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/379_purge_violations.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/379_purge_violations.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/380_add_status_language_and_dates_to_rules.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/380_add_status_language_and_dates_to_rules.rb index 32190e2ff1e..908f16c9dfd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/380_add_status_language_and_dates_to_rules.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/380_add_status_language_and_dates_to_rules.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/381_update_rules_status.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/381_update_rules_status.rb index a159accc66b..ba39c7f4881 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/381_update_rules_status.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/381_update_rules_status.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/382_remove_enabled_from_rules.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/382_remove_enabled_from_rules.rb index 2e048465d11..6ec658058ad 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/382_remove_enabled_from_rules.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/382_remove_enabled_from_rules.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/383_update_metrics_user_managed_created_by_ws.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/383_update_metrics_user_managed_created_by_ws.rb index 6d4504dd259..1a92596c53f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/383_update_metrics_user_managed_created_by_ws.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/383_update_metrics_user_managed_created_by_ws.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb index 6b63b970769..2b0cdbb9f6c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -41,4 +41,4 @@ class CreateSnapshotData < ActiveRecord::Migration end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb index 45e53d6cd13..3f2434e9a24 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb index 5dad410cddd..f8cdcab2c9a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb index 933f50991d2..5334bc61fd4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -38,4 +38,4 @@ class UpdateActiveRuleChangesUserNameToNullable < ActiveRecord::Migration remove_column 'active_rule_changes', 'user_name' end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/394_add_key_to_action_plan.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/394_add_key_to_action_plan.rb index ded169f5996..a1e8e31803d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/394_add_key_to_action_plan.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/394_add_key_to_action_plan.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb index 11db24ca48e..e1e2bac52d7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb index d3ff27a2a39..ab2c2785faf 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb index 016380cf8f6..65db6da6caf 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/400_delete_review_duplications.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/400_delete_review_duplications.rb index da052697b7b..e845882676f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/400_delete_review_duplications.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/400_delete_review_duplications.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -39,4 +39,4 @@ class DeleteReviewDuplications < ActiveRecord::Migration end end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb index f4e0c01c1fc..7b7f0301572 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/402_delete_review_widgets.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/402_delete_review_widgets.rb index e478de705e2..9e33f3a5fd2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/402_delete_review_widgets.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/402_delete_review_widgets.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -42,4 +42,4 @@ class DeleteReviewWidgets < ActiveRecord::Migration Widget.delete(widget.id) end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/403_replace_review_notifications.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/403_replace_review_notifications.rb index aa7ba727e05..9fd17773e2e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/403_replace_review_notifications.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/403_replace_review_notifications.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -44,4 +44,4 @@ class ReplaceReviewNotifications < ActiveRecord::Migration end end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb index b0d6b4e111c..5439222b248 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb index 5a353ecbb5b..4fffb78f7d2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/406_update_issues_action_plan_key.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/406_update_issues_action_plan_key.rb index 5f1b2559ae8..3b315becae9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/406_update_issues_action_plan_key.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/406_update_issues_action_plan_key.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb index 7b2c28bf9c3..8ab64558c71 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb index 1cd504b2c1f..bc0be2de9bc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -36,4 +36,4 @@ class CreateIssueFilters < ActiveRecord::Migration add_index :issue_filters, :name, :name => 'issue_filters_name' end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb index 130f38adf9d..c4abb6ad1ea 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb index 4d6e02140d9..c496b351544 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb index cd00678468f..3c376a6b89f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb index 802cbfd4746..feec3623413 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb index 1715becec68..f2cfcc076fa 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb index 95595a54652..9c62d4e075b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb index ececd5c2e1e..0194a7e5c25 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb index 0fdd2de36bf..0509084d551 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb index 3609be36740..927a071f737 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/440_replace_key_regexp_by_key_search_in_measure_filters_data.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/440_replace_key_regexp_by_key_search_in_measure_filters_data.rb index 0b345b136f6..728e7fe49f9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/440_replace_key_regexp_by_key_search_in_measure_filters_data.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/440_replace_key_regexp_by_key_search_in_measure_filters_data.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb index de2a19767e2..280fb8b75db 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb index de74c3098f5..9c10833d573 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/443_rename_widget_sqale_pyramid_to_technical_debt_pyramid.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/443_rename_widget_sqale_pyramid_to_technical_debt_pyramid.rb index 0f1458dc494..64da4d1d10d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/443_rename_widget_sqale_pyramid_to_technical_debt_pyramid.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/443_rename_widget_sqale_pyramid_to_technical_debt_pyramid.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/444_resize_timeline_widgets.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/444_resize_timeline_widgets.rb index e84a3027a03..e0969594f3d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/444_resize_timeline_widgets.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/444_resize_timeline_widgets.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb index 7d529684c97..4dce8b47774 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb index dec163f3960..cee385060c1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/462_migrate_characteristics.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/462_migrate_characteristics.rb index 72c651a44d6..92ba0f28485 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/462_migrate_characteristics.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/462_migrate_characteristics.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb index 41417868582..25cb8ab1f07 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb index 40e1388c8fe..c162eb8f887 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb index 818719d265a..b2ee196fa43 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/all_pass_authorizer.rb b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/all_pass_authorizer.rb index 38179521fed..a55e6b51c1b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/all_pass_authorizer.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/all_pass_authorizer.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/default_authorizer.rb b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/default_authorizer.rb index a18a51b822c..ef82fff7664 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/default_authorizer.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/default_authorizer.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -98,4 +98,4 @@ class SonarAuthorizer global_roles end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/logged_in_authorizer.rb b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/logged_in_authorizer.rb index e1536c883ca..1a81dac85b8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/authorization/logged_in_authorizer.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/authorization/logged_in_authorizer.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/database_version.rb b/sonar-server/src/main/webapp/WEB-INF/lib/database_version.rb index 3984050e0c7..5916f2f72d3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/database_version.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/database_version.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb b/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb index ef93d9d3aa9..9bc21194106 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/need_authorization.rb b/sonar-server/src/main/webapp/WEB-INF/lib/need_authorization.rb index baf3dbc87d2..c0eb5911c6f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/need_authorization.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/need_authorization.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/resourceable.rb b/sonar-server/src/main/webapp/WEB-INF/lib/resourceable.rb index 32513ba6695..7a89859205e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/resourceable.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/resourceable.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/slf4j_logger.rb b/sonar-server/src/main/webapp/WEB-INF/lib/slf4j_logger.rb index 102decb2b21..fa10f04ac16 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/slf4j_logger.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/slf4j_logger.rb @@ -1,5 +1,5 @@ # - # Sonar, entreprise quality control tool. + # SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -117,4 +117,4 @@ class Slf4jLogger end message.to_s end -end
\ No newline at end of file +end diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb b/sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb index 7bf6baa9f48..fe63ad9a412 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -49,4 +49,4 @@ if ENV['RAILS_ENV'] == "development" end end end -end
\ No newline at end of file +end |