diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-04 15:42:07 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-12-04 16:07:49 +0100 |
commit | f0fcc89348a0e1f025844a82fc8eaab61ad406c5 (patch) | |
tree | 212e8da879b2b74842c103b44b73e021859aa479 /sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb | |
parent | 15b22f54231dec185dbc6e058fb9bb7315c4ba53 (diff) | |
download | sonarqube-f0fcc89348a0e1f025844a82fc8eaab61ad406c5.tar.gz sonarqube-f0fcc89348a0e1f025844a82fc8eaab61ad406c5.zip |
Update copyright header of ruby sources
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |