diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |