diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-12 19:06:58 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-14 12:18:50 +0100 |
commit | ac06fa8bd33accb93e36ede7084c64988d511c51 (patch) | |
tree | 0110c8a475c813a7e4cb9146e1cc5fb67df4737d /server | |
parent | 2d343607c81a4d9eeac06ab5639783eb84a53dfc (diff) | |
download | sonarqube-ac06fa8bd33accb93e36ede7084c64988d511c51.tar.gz sonarqube-ac06fa8bd33accb93e36ede7084c64988d511c51.zip |
Update some copyright headers to 2016
Diffstat (limited to 'server')
498 files changed, 509 insertions, 548 deletions
diff --git a/server/sonar-server/src/test/java/org/sonar/server/app/NullJarScannerTest.java b/server/sonar-server/src/test/java/org/sonar/server/app/NullJarScannerTest.java index 581f0926fcc..a824a54d14f 100644 --- a/server/sonar-server/src/test/java/org/sonar/server/app/NullJarScannerTest.java +++ b/server/sonar-server/src/test/java/org/sonar/server/app/NullJarScannerTest.java @@ -17,25 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 3 of the License, or (at your option) any later version. - * - * SonarQube is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ package org.sonar.server.app; import org.apache.tomcat.JarScanFilter; diff --git a/server/sonar-server/src/test/java/org/sonar/server/app/TomcatConnectorsTest.java b/server/sonar-server/src/test/java/org/sonar/server/app/TomcatConnectorsTest.java index 7380631cfcf..0ab6b24c9bf 100644 --- a/server/sonar-server/src/test/java/org/sonar/server/app/TomcatConnectorsTest.java +++ b/server/sonar-server/src/test/java/org/sonar/server/app/TomcatConnectorsTest.java @@ -17,25 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 3 of the License, or (at your option) any later version. - * - * SonarQube is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ package org.sonar.server.app; import com.google.common.collect.ImmutableMap; diff --git a/server/sonar-server/src/test/projects/fake-views-plugin/src/BasePlugin.java b/server/sonar-server/src/test/projects/fake-views-plugin/src/BasePlugin.java index 1fc5b5496ba..419179fa0f9 100644 --- a/server/sonar-server/src/test/projects/fake-views-plugin/src/BasePlugin.java +++ b/server/sonar-server/src/test/projects/fake-views-plugin/src/BasePlugin.java @@ -1,6 +1,6 @@ /* * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * Copyright (C) 2008-2016 SonarSource * mailto:contact AT sonarsource DOT com * * SonarQube is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - import org.sonar.api.SonarPlugin; import java.util.Collections; diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1235_add_component_uuid_to_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1235_add_component_uuid_to_duplications_index.rb index 47b75db45ee..34dfbce8de4 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1235_add_component_uuid_to_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1235_add_component_uuid_to_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class AddComponentUuidToDuplicationsIndex < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.AddComponentUuidColumnToDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1236_populate_component_uuid_of_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1236_populate_component_uuid_of_duplications_index.rb index a893f08ae88..6f9d4ddea8d 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1236_populate_component_uuid_of_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1236_populate_component_uuid_of_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class PopulateComponentUuidOfDuplicationsIndex < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.PopulateComponentUuidOfDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1237_delete_orphan_duplications_index_rows_without_component.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1237_delete_orphan_duplications_index_rows_without_component.rb index 258b4ae44cd..f4f67a968f3 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1237_delete_orphan_duplications_index_rows_without_component.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1237_delete_orphan_duplications_index_rows_without_component.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class DeleteOrphanDuplicationsIndexRowsWithoutComponent < ActiveRecord::Migratio def self.up execute_java_migration('org.sonar.db.version.v60.DeleteOrphanDuplicationsIndexRowsWithoutComponent') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1238_make_component_uuid_not_null_on_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1238_make_component_uuid_not_null_on_duplications_index.rb index 861607d4fb3..eece62dbab3 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1238_make_component_uuid_not_null_on_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1238_make_component_uuid_not_null_on_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class MakeComponentUuidNotNullOnDuplicationsIndex < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.MakeComponentUuidNotNullOnDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1239_add_analysis_uuid_to_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1239_add_analysis_uuid_to_duplications_index.rb index 49a91b666ab..bb5011b7f9a 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1239_add_analysis_uuid_to_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1239_add_analysis_uuid_to_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class AddAnalysisUuidToDuplicationsIndex < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.AddAnalysisUuidColumnToDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1240_populate_analysis_uuid_of_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1240_populate_analysis_uuid_of_duplications_index.rb index 1021499e705..6451732adad 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1240_populate_analysis_uuid_of_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1240_populate_analysis_uuid_of_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class PopulateAnalysisUuidOfDuplicationsIndex < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.PopulateAnalysisUuidOfDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1241_delete_orphan_duplications_index_rows_without_analysis.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1241_delete_orphan_duplications_index_rows_without_analysis.rb index 1b37e46f79e..5afedbe9ebd 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1241_delete_orphan_duplications_index_rows_without_analysis.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1241_delete_orphan_duplications_index_rows_without_analysis.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class DeleteOrphanDuplicationsIndexRowsWithoutAnalysis < ActiveRecord::Migration def self.up execute_java_migration('org.sonar.db.version.v60.DeleteOrphanDuplicationsIndexRowsWithoutAnalysis') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1242_make_analysis_uuid_not_null_on_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1242_make_analysis_uuid_not_null_on_duplications_index.rb index e1e6787ec34..961cd6e902f 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1242_make_analysis_uuid_not_null_on_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v1/1242_make_analysis_uuid_not_null_on_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -28,4 +28,4 @@ class MakeAnalysisUuidNotNullOnDuplicationsIndex < ActiveRecord::Migration add_index :duplications_index, [:analysis_uuid, :component_uuid], :name => 'duplication_analysis_component' end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1235_add_component_uuid_and_analysis_uuid_to_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1235_add_component_uuid_and_analysis_uuid_to_duplications_index.rb index 9a26364213f..c7ecc23e1ad 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1235_add_component_uuid_and_analysis_uuid_to_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1235_add_component_uuid_and_analysis_uuid_to_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class AddComponentUuidAndAnalysisUuidToDuplicationsIndex < ActiveRecord::Migrati def self.up execute_java_migration('org.sonar.db.version.v60.AddComponentUuidAndAnalysisUuidColumnToDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1236_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1236_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb index 6303d5c6edd..024aa7f5ca1 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1236_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1236_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class PopulateComponentUuidAndAnalysisUuidOfDuplicationsIndex < ActiveRecord::Mi def self.up execute_java_migration('org.sonar.db.version.v60.PopulateComponentUuidAndAnalysisUuidOfDuplicationsIndex') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1237_delete_orphan_duplications_index_rows_without_component_or_analysis.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1237_delete_orphan_duplications_index_rows_without_component_or_analysis.rb index ebd45bdf0ac..caa887bffe4 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1237_delete_orphan_duplications_index_rows_without_component_or_analysis.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1237_delete_orphan_duplications_index_rows_without_component_or_analysis.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -26,4 +26,4 @@ class DeleteOrphanDuplicationsIndexRowsWithoutComponentOrAnalysis < ActiveRecord def self.up execute_java_migration('org.sonar.db.version.v60.DeleteOrphanDuplicationsIndexRowsWithoutComponentOrAnalysis') end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1238_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1238_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb index 11b957ec904..72e090fe509 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1238_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb +++ b/server/sonar-server/src/test/resources/org/sonar/server/computation/task/projectanalysis/filemove/FileMoveDetectionStepTest/v2/1238_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -28,4 +28,4 @@ class MakeComponentUuidAndAnalysisUuidNotNullOnDuplicationsIndex < ActiveRecord: add_index :duplications_index, [:analysis_uuid, :component_uuid], :name => 'duplication_analysis_component' end -end
\ No newline at end of file +end diff --git a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtCharacteristicsXMLImporterTest/import_badly_formatted_xml.xml b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtCharacteristicsXMLImporterTest/import_badly_formatted_xml.xml index 7f19cf39efb..4b15e2842e7 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtCharacteristicsXMLImporterTest/import_badly_formatted_xml.xml +++ b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtCharacteristicsXMLImporterTest/import_badly_formatted_xml.xml @@ -1,6 +1,6 @@ <!-- ~ SonarQube, open source software quality management tool. - ~ Copyright (C) 2008-2014 SonarSource + ~ Copyright (C) 2008-2016 SonarSource ~ mailto:contact AT sonarsource DOT com ~ ~ SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/convert_constant_per_issue_with_coefficient_by_constant_per_issue_with_offset.xml b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/convert_constant_per_issue_with_coefficient_by_constant_per_issue_with_offset.xml index 6b4f0cd87a0..00deb4d0299 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/convert_constant_per_issue_with_coefficient_by_constant_per_issue_with_offset.xml +++ b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/convert_constant_per_issue_with_coefficient_by_constant_per_issue_with_offset.xml @@ -1,6 +1,6 @@ <!-- ~ SonarQube, open source software quality management tool. - ~ Copyright (C) 2008-2014 SonarSource + ~ Copyright (C) 2008-2016 SonarSource ~ mailto:contact AT sonarsource DOT com ~ ~ SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/import_linear_with_offset.xml b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/import_linear_with_offset.xml index af05b27015b..be4fdd3ce4e 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/import_linear_with_offset.xml +++ b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/import_linear_with_offset.xml @@ -1,6 +1,6 @@ <!-- ~ SonarQube, open source software quality management tool. - ~ Copyright (C) 2008-2014 SonarSource + ~ Copyright (C) 2008-2016 SonarSource ~ mailto:contact AT sonarsource DOT com ~ ~ SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/replace_mn_by_min.xml b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/replace_mn_by_min.xml index a1aafd489b6..f6b3f2dbb96 100644 --- a/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/replace_mn_by_min.xml +++ b/server/sonar-server/src/test/resources/org/sonar/server/debt/DebtRulesXMLImporterTest/replace_mn_by_min.xml @@ -1,6 +1,6 @@ <!-- ~ SonarQube, open source software quality management tool. - ~ Copyright (C) 2008-2014 SonarSource + ~ Copyright (C) 2008-2016 SonarSource ~ mailto:contact AT sonarsource DOT com ~ ~ SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb index dca6c9cde7a..7851dd89c8f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb index dca3fc1bf57..00c619d6360 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb index cdf63cd52a8..c750db7f5e5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb index b96323f589c..c0e3b5f4414 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb index b92914e4723..46951b8d28c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb index bd92dbd17d5..90bb267704c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/gwp_resources_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or @@ -120,4 +120,4 @@ class Api::GwpJsonDate def to_json(options = nil) "new Date(#{@time.year},#{@time.month-1},#{@time.day})" end -end
\ No newline at end of file +end diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb index 62d75c2c884..5491efa0573 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb index 245ed2b2a0f..0b9bd2bb865 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/java_ws_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb index cf8f21c2769..20cd93a5b96 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb index bace6cd3b69..f0d7eeadd0a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb index 9971150b7b1..7e3e2020987 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb index 36a6f98b62b..a1d6fc085db 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb index 8c4487bd1f9..9fde244c889 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb index 8bec1e4a2d0..92622002bce 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb index c5c45639eb6..d1b89828235 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb index b5ade1556e6..fddcb413b48 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb index fe5ba43d396..dd23a3f8470 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb index c6e83dfe35b..4819403d2e8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb index 5a909f8310a..1138ee241f8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb index dc1cba4fc8b..d97ad0304c4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/background_tasks_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/background_tasks_controller.rb index 90682dd81e3..084240d61b0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/background_tasks_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/background_tasks_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/code_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/code_controller.rb index 6eac33c87c5..033b0e983bd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/code_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/code_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb index cc4298b9383..9cf4c2607e4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/coding_rules_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_controller.rb index a9ccc0238f8..54490d04949 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_issues_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_issues_controller.rb index 84b2ea0ca34..9b5a582d03a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_issues_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_issues_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_measures_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_measures_controller.rb index d84d7cfacc6..ff17773d070 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_measures_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/component_measures_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb index c31fefd6010..ab3f18acaa5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/custom_measures_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/custom_measures_controller.rb index d811f1ddc56..76b456e361d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/custom_measures_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/custom_measures_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb index 867b7cc9792..4538745baea 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb index 32c2dd1aa3a..1122d163b1b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb index f69cf0c68b9..7711fa43503 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb index 8af423bb94b..8cbb258d0f1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb index 3c7c9873495..0b7ba6dccc7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb index 558c09d65e9..c128815bf59 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb index f1a6ce4161e..3af7f4669c0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb index d4786ba98aa..3aa931a541f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb index f2e2a7d5a00..3c8fcc8dc01 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/overview_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/overview_controller.rb index c6184135692..b0b19617e9b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/overview_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/overview_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb index 3c7f64e46b1..792bafff85b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb index 6aac815459b..e731d884006 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb index 7e843227a91..6622a20528b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb index 88c12c78ab8..23320345419 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb index 9483155f10c..c450e4c68c0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb index f7cfe6a342d..880e2ab2b09 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb index aee910ec9fe..1e543b5ce19 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_admin_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_admin_controller.rb index 09ad7385d78..27d848d7f2e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_admin_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_admin_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_controller.rb index b1d32b5cc03..b73c013b73a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/projects_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb index cafcc574cfe..e336e5d91a8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb index 79f46a4ba60..e07fcaae434 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb index 74436883043..0f6403aab55 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb index 299d254f952..3775accd86f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb index fd85c86c87f..4333b514349 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb index 2e9665fe988..1415bfb39ec 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb index 74e3fb540ab..4a302c34573 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb index e7195de3978..dcc132c323f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb index 9223009f5d4..20643ada37e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb index af4c4d94b19..a64db082d44 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb index 95474e6a80f..53bd57da3c7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/users_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/users_controller.rb index 6999b2e0515..455588d67fd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/users_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/users_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/view_projects_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/view_projects_controller.rb index a15997ec140..a77589144d4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/view_projects_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/view_projects_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/web_api_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/web_api_controller.rb index 3d00a1736ba..2394874ca93 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/web_api_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/web_api_controller.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb index d2b9a3c332d..70bb91a0250 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb index c59cbe2a756..3816fbcd306 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb index 2de72350546..13e97090dd0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/project_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/project_helper.rb index 98025c2eb68..59c54375e3a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/project_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/project_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb index b2b9c967586..4f56d7013b0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb index ab01b241103..107b511b632 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb index 1b6299481b6..a1f397fca41 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule.rb index 5c3c68ab921..68a23e7709c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb index b12529053d1..93af1767354 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api.rb index 0e1ee3ebc14..c9a1f355df5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/pagination.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/pagination.rb index 22b534a7d35..f6663d54069 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/pagination.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/pagination.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/utils.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/utils.rb index fffa5f2e8c5..e07144d3c1f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/utils.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/api/utils.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/author.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/author.rb index 1db85053c31..52c0d6b36df 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/author.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/author.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/caches.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/caches.rb index fc10f59324b..d524ea466e3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/caches.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/caches.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/component_snapshot.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/component_snapshot.rb index 7f793ecc89a..db49ae470ae 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/component_snapshot.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/component_snapshot.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb index 86914028728..139da4a8ca2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/errors.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/errors.rb index 97822b22440..473586c50bf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/errors.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/errors.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/event.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/event.rb index 998a86db2ed..8f848afcdb2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/event.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/event.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/event_category.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/event_category.rb index 0385c1e5b35..2b9c28a129f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/event_category.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/event_category.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/group.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/group.rb index 47a32035f76..77a7b986abe 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/group.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/group.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/group_role.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/group_role.rb index 0acd7b95a3f..4d9bfc81cdd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/group_role.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/group_role.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb index c56ce9bb40a..845152751e6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/issue.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/issue.rb index 870a44a6645..ad5144ac42b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/issue.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/issue.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/measure_color.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/measure_color.rb index f8227952fbc..5ae56f53ada 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/measure_color.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/measure_color.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/metric.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/metric.rb index 45faacb4800..3678dde7a5c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/metric.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/metric.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/navigation.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/navigation.rb index 4b690d90178..e622c0d6d23 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/navigation.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/navigation.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/profile.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/profile.rb index e38f0847994..70a0fa30808 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/profile.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/profile.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project.rb index e64d1845e68..1714fd28d42 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_link.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_link.rb index 1a11f230c4b..f1ba7be6101 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_link.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_link.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_measure.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_measure.rb index 812bc1e9e6c..4e6e1a5168e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_measure.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/project_measure.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb index ed1b86f2b18..16ccb50fce0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/property_type.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/property_type.rb index d8623c070fa..0fd16de5d25 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/property_type.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/property_type.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/resource_index.rb index 3e7eadffecb..b3568cfab41 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/rule.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/rule.rb index 1e018a95554..7038ab9e958 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/rule.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/rule.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/rules_parameter.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/rules_parameter.rb index 3f01fc4b20f..6690059301e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/rules_parameter.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/rules_parameter.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/severity.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/severity.rb index bd12d8bd6d3..07b998f2e19 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/severity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/severity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/snapshot.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/snapshot.rb index d1a33ac45ea..75db8a7bc39 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/snapshot.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/snapshot.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb index a2bbba9c79b..599ce9ca4e5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb index c4c8c98041a..8a87a285309 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/trends_chart.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/trends_chart.rb index 397fe455819..9bad788b011 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/trends_chart.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/trends_chart.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/user.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/user.rb index f6eec34aeb6..0c17202cef9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/user.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/user.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/user_role.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/user_role.rb index a80ca615ade..0ebf7fba1ff 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/user_role.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/user_role.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb index cef2367771a..8b8e9029ce3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb index 304aecaf4e5..91bf2618fc0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb index dd55c2fcaf1..b3d2bd21a8b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb index 8473aa9d59c..38a34fd5a3f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb index 1db71ac48ff..bd174e897ba 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb index e729b2565cc..192943e2514 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb index 847181c4143..57535fc1431 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/059_create_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/059_create_properties.rb index 9b6b62f8073..ba796b39b54 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/059_create_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/059_create_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/061_create_measure_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/061_create_measure_data.rb index aa99f4eeb85..85cac293acd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/061_create_measure_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/061_create_measure_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb index 95a8088bbb8..4518c535a7a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb index fb8b70747a2..19617945ff4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb index 381ab693080..d5d3f4b5b8c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb index 32e9e0147af..7d85d40501b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb index b1445047da8..29050da6b57 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb index 22060e26efb..75394bb4c79 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb index d3a5e88dbbe..818f1321e13 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb index fa0f0989de9..8361bcb377a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1000_create_user_tokens.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1000_create_user_tokens.rb index 48448b8ec20..5e35a7611b3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1000_create_user_tokens.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1000_create_user_tokens.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1001_fix_size_of_snapshots_qualifier.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1001_fix_size_of_snapshots_qualifier.rb index 0726277bfa5..607e3b22d37 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1001_fix_size_of_snapshots_qualifier.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1001_fix_size_of_snapshots_qualifier.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1003_add_index_on_ce_activity_is_last_key.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1003_add_index_on_ce_activity_is_last_key.rb index 74703118717..b5463838e94 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1003_add_index_on_ce_activity_is_last_key.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1003_add_index_on_ce_activity_is_last_key.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb index 9f41f740617..cb19e69e3a3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1004_add_ce_activity_snapshot_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1005_add_decimal_scale_to_metrics.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1005_add_decimal_scale_to_metrics.rb index 48d0bd5a1e2..1b738e4514e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1005_add_decimal_scale_to_metrics.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1005_add_decimal_scale_to_metrics.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1006_update_custom_dashboard_in_loaded_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1006_update_custom_dashboard_in_loaded_templates.rb index a0cb8296803..2764345e025 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1006_update_custom_dashboard_in_loaded_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1006_update_custom_dashboard_in_loaded_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1007_add_index_on_ce_queue_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1007_add_index_on_ce_queue_component_uuid.rb index 77646e25d8b..e3086af3603 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1007_add_index_on_ce_queue_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1007_add_index_on_ce_queue_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1008_insert_gate_admin_permission_for_each_profile_admin.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1008_insert_gate_admin_permission_for_each_profile_admin.rb index efa1c8ee034..80fb3ac54e3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1008_insert_gate_admin_permission_for_each_profile_admin.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1008_insert_gate_admin_permission_for_each_profile_admin.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1009_remove_component_page_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1009_remove_component_page_properties.rb index 41121c8a1fd..1fc1f0b75a3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1009_remove_component_page_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1009_remove_component_page_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1010_add_index_measures_person_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1010_add_index_measures_person_id.rb index 091d678afbb..4d46d387154 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1010_add_index_measures_person_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1010_add_index_measures_person_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1011_add_users_identity_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1011_add_users_identity_columns.rb index fb0452813c3..94fc66bee36 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1011_add_users_identity_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1011_add_users_identity_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1012_migrate_users_identity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1012_migrate_users_identity.rb index 9ac30e8d9d6..30c4cb78530 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1012_migrate_users_identity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1012_migrate_users_identity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1013_migrate_quality_gates_conditions.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1013_migrate_quality_gates_conditions.rb index 0b68fd6afe2..7e7a01933ac 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1013_migrate_quality_gates_conditions.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1013_migrate_quality_gates_conditions.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1014_migrate_disabled_users_to_only_keep_login_and_name.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1014_migrate_disabled_users_to_only_keep_login_and_name.rb index 0355cafd194..ec35fb6f835 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1014_migrate_disabled_users_to_only_keep_login_and_name.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1014_migrate_disabled_users_to_only_keep_login_and_name.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1015_remove_preview_permission.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1015_remove_preview_permission.rb index a5de591571d..8ce6441eb99 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1015_remove_preview_permission.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1015_remove_preview_permission.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1017_increase_projects_name_columns_size.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1017_increase_projects_name_columns_size.rb index 6778251476b..2b7e3ce19c7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1017_increase_projects_name_columns_size.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1017_increase_projects_name_columns_size.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1100_add_rules_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1100_add_rules_columns.rb index ccda643b6f5..6dc95841dce 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1100_add_rules_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1100_add_rules_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1101_feed_rules_long_date_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1101_feed_rules_long_date_columns.rb index 57cf3aac72b..c8d89a09a59 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1101_feed_rules_long_date_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1101_feed_rules_long_date_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1102_delete_measures_with_characteristic_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1102_delete_measures_with_characteristic_id.rb index 12e885a0a8b..4d5c9a9ef0f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1102_delete_measures_with_characteristic_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1102_delete_measures_with_characteristic_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1103_drop_table_characteristics.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1103_drop_table_characteristics.rb index 65b6c24cae9..a531c649f74 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1103_drop_table_characteristics.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1103_drop_table_characteristics.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1104_add_active_rules_long_date_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1104_add_active_rules_long_date_columns.rb index 2da4bd516c7..a1704b54f8b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1104_add_active_rules_long_date_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1104_add_active_rules_long_date_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1105_feed_active_rules_long_date_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1105_feed_active_rules_long_date_columns.rb index 175925583cf..de1535d8f3e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1105_feed_active_rules_long_date_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1105_feed_active_rules_long_date_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1106_add_issues_type.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1106_add_issues_type.rb index bd1a3e3351e..793c148d06b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1106_add_issues_type.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1106_add_issues_type.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1107_feed_issues_types.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1107_feed_issues_types.rb index 213f84e60cf..b64d7422c71 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1107_feed_issues_types.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1107_feed_issues_types.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1108_drop_rules_dates_and_characteristics.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1108_drop_rules_dates_and_characteristics.rb index 917e010080b..179b7fbdf9a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1108_drop_rules_dates_and_characteristics.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1108_drop_rules_dates_and_characteristics.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1109_rename_rules_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1109_rename_rules_long_dates.rb index e5abf30dc33..14144aab321 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1109_rename_rules_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1109_rename_rules_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1110_drop_active_rules_date_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1110_drop_active_rules_date_columns.rb index dfd018d28cc..751bf920d61 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1110_drop_active_rules_date_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1110_drop_active_rules_date_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1111_rename_active_rules_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1111_rename_active_rules_long_dates.rb index 284d8c8076f..38ad1aceac8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1111_rename_active_rules_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1111_rename_active_rules_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1112_feed_rules_types.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1112_feed_rules_types.rb index 87607930237..882e78ed688 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1112_feed_rules_types.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1112_feed_rules_types.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1113_remove_duplications_psid_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1113_remove_duplications_psid_index.rb index 74ccc019787..6ac58c581b9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1113_remove_duplications_psid_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1113_remove_duplications_psid_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1114_remove_issues_status_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1114_remove_issues_status_index.rb index fc8b187b035..13301b7d816 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1114_remove_issues_status_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1114_remove_issues_status_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1115_remove_issues_severity_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1115_remove_issues_severity_index.rb index 834baabdd59..713d0cfb21c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1115_remove_issues_severity_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1115_remove_issues_severity_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1116_rename_issues_debt_and_effort_to_fix_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1116_rename_issues_debt_and_effort_to_fix_columns.rb index 8789d59486d..0b568eccecf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1116_rename_issues_debt_and_effort_to_fix_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1116_rename_issues_debt_and_effort_to_fix_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1117_rename_rules_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1117_rename_rules_columns.rb index 146db191344..b56d4d6c4f1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1117_rename_rules_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1117_rename_rules_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1118_fix_size_of_issue_changes_login.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1118_fix_size_of_issue_changes_login.rb index 603d1730bdb..82874a3b8ec 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1118_fix_size_of_issue_changes_login.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1118_fix_size_of_issue_changes_login.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1119_add_users_local_column.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1119_add_users_local_column.rb index 1222df5a798..c00c6b54c35 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1119_add_users_local_column.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1119_add_users_local_column.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1120_delete_measures_with_rule_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1120_delete_measures_with_rule_id.rb index f901d2c0ba8..212f985957c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1120_delete_measures_with_rule_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1120_delete_measures_with_rule_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1121_drop_table_action_plans.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1121_drop_table_action_plans.rb index 4d7593908e1..cf3b665f4e0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1121_drop_table_action_plans.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1121_drop_table_action_plans.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1122_remove_issue_action_plan_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1122_remove_issue_action_plan_index.rb index 1c415e7ce29..9a82a017d27 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1122_remove_issue_action_plan_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1122_remove_issue_action_plan_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1123_delete_manual_issues.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1123_delete_manual_issues.rb index 00f726f1994..775c26ad691 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1123_delete_manual_issues.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1123_delete_manual_issues.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1124_delete_manual_rules.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1124_delete_manual_rules.rb index 7a4b93224cd..26598a8e1c6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1124_delete_manual_rules.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1124_delete_manual_rules.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1125_add_index_ce_activity_islast_status.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1125_add_index_ce_activity_islast_status.rb index b4d4d180cae..c3c237383f6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1125_add_index_ce_activity_islast_status.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1125_add_index_ce_activity_islast_status.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1150_fix_type_of_rule_type_on_mysql.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1150_fix_type_of_rule_type_on_mysql.rb index b892c080ea0..4cdac9c638b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1150_fix_type_of_rule_type_on_mysql.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1150_fix_type_of_rule_type_on_mysql.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1151_fix_length_of_issues_message_on_oracle.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1151_fix_length_of_issues_message_on_oracle.rb index 53ebecd68e5..986aa4e644e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1151_fix_length_of_issues_message_on_oracle.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1151_fix_length_of_issues_message_on_oracle.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1152_remove_useless_indexes_on_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1152_remove_useless_indexes_on_group_roles.rb index f7ca1abe4d6..fb0d14e3965 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1152_remove_useless_indexes_on_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1152_remove_useless_indexes_on_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb index fdfe843b69a..7c177ba9cb9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1153_update_users_external_identity_when_empty.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1200_create_perm_templates_characteristics.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1200_create_perm_templates_characteristics.rb index 6886e400507..d84fc3e034a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1200_create_perm_templates_characteristics.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1200_create_perm_templates_characteristics.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1201_add_columns_with_uuids_to_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1201_add_columns_with_uuids_to_resource_index.rb index a4e23b00a99..25922c96f68 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1201_add_columns_with_uuids_to_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1201_add_columns_with_uuids_to_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1202_populate_uuid_columns_of_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1202_populate_uuid_columns_of_resource_index.rb index 46d47a25442..f08b4a84735 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1202_populate_uuid_columns_of_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1202_populate_uuid_columns_of_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1203_clean_orphan_rows_in_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1203_clean_orphan_rows_in_resource_index.rb index fff5fe00557..00fb9fabc03 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1203_clean_orphan_rows_in_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1203_clean_orphan_rows_in_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1204_make_uuid_columns_not_null_on_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1204_make_uuid_columns_not_null_on_resource_index.rb index e1e9d7dd299..f9e37e03d79 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1204_make_uuid_columns_not_null_on_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1204_make_uuid_columns_not_null_on_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1205_drop_resource_index_rid_from_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1205_drop_resource_index_rid_from_resource_index.rb index edc42e1cfce..301bc54182c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1205_drop_resource_index_rid_from_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1205_drop_resource_index_rid_from_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1206_drop_id_columns_from_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1206_drop_id_columns_from_resource_index.rb index 08a0ebd9b17..515e7f40b33 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1206_drop_id_columns_from_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1206_drop_id_columns_from_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1207_drop_unused_measures_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1207_drop_unused_measures_columns.rb index f3a4817a991..c91c48025b3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1207_drop_unused_measures_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1207_drop_unused_measures_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1208_add_component_uuid_columns_to_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1208_add_component_uuid_columns_to_snapshots.rb index d79d4828646..c9f51f0a2d4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1208_add_component_uuid_columns_to_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1208_add_component_uuid_columns_to_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1209_populate_component_uuid_columns_of_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1209_populate_component_uuid_columns_of_snapshots.rb index 6bd9447b4dd..8ef0bf521b3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1209_populate_component_uuid_columns_of_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1209_populate_component_uuid_columns_of_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1210_create_temporary_indices_for_1211.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1210_create_temporary_indices_for_1211.rb index 49cf234b3bd..736441e04e7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1210_create_temporary_indices_for_1211.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1210_create_temporary_indices_for_1211.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1211_clean_orphan_rows_in_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1211_clean_orphan_rows_in_snapshots.rb index 5f29a5bbeb2..626b219b765 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1211_clean_orphan_rows_in_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1211_clean_orphan_rows_in_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1212_drop_temporary_indices_of_1210.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1212_drop_temporary_indices_of_1210.rb index a711d441c28..8144ec86e45 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1212_drop_temporary_indices_of_1210.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1212_drop_temporary_indices_of_1210.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1213_make_component_uuid_columns_not_null_on_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1213_make_component_uuid_columns_not_null_on_snapshots.rb index 29c328e6aeb..2991af91b88 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1213_make_component_uuid_columns_not_null_on_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1213_make_component_uuid_columns_not_null_on_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1214_drop_snapshot_project_id_from_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1214_drop_snapshot_project_id_from_snapshots.rb index 3bc97373bce..0d3854fe88c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1214_drop_snapshot_project_id_from_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1214_drop_snapshot_project_id_from_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1215_drop_id_columns_from_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1215_drop_id_columns_from_snapshots.rb index 5840012cdf1..15234f1c8fa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1215_drop_id_columns_from_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1215_drop_id_columns_from_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1216_add_component_uuid_to_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1216_add_component_uuid_to_measures.rb index 53279d50310..f2ead8b94e5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1216_add_component_uuid_to_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1216_add_component_uuid_to_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1217_populate_component_uuid_of_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1217_populate_component_uuid_of_measures.rb index 55a6a8b24ed..bb88f5f5b3b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1217_populate_component_uuid_of_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1217_populate_component_uuid_of_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1218_delete_orphan_measures_without_component.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1218_delete_orphan_measures_without_component.rb index e94e0a7721e..01384d8d919 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1218_delete_orphan_measures_without_component.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1218_delete_orphan_measures_without_component.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1219_make_component_uuid_not_null_on_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1219_make_component_uuid_not_null_on_measures.rb index 5de3fec2f84..e864972d2d9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1219_make_component_uuid_not_null_on_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1219_make_component_uuid_not_null_on_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1220_drop_project_id_column_from_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1220_drop_project_id_column_from_measures.rb index 706d60b4094..640eea8dc96 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1220_drop_project_id_column_from_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1220_drop_project_id_column_from_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1221_add_index_on_component_uuid_of_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1221_add_index_on_component_uuid_of_measures.rb index 2dabb9af413..764a32f8fae 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1221_add_index_on_component_uuid_of_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1221_add_index_on_component_uuid_of_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1222_drop_remember_me_columns_from_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1222_drop_remember_me_columns_from_users.rb index 5c90e273898..37c7f722f04 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1222_drop_remember_me_columns_from_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1222_drop_remember_me_columns_from_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1223_clean_some_data_in_table_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1223_clean_some_data_in_table_projects.rb index 092e14726fb..42f8fdba4ba 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1223_clean_some_data_in_table_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1223_clean_some_data_in_table_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1224_add_uuid_columns_to_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1224_add_uuid_columns_to_projects.rb index 95fa9837b59..fa21a648e21 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1224_add_uuid_columns_to_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1224_add_uuid_columns_to_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1225_populate_uuid_columns_of_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1225_populate_uuid_columns_of_projects.rb index b67091182d3..0404d6d4b0c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1225_populate_uuid_columns_of_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1225_populate_uuid_columns_of_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1226_clean_orphan_rows_in_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1226_clean_orphan_rows_in_projects.rb index 0f063102b03..94a1a403d0f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1226_clean_orphan_rows_in_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1226_clean_orphan_rows_in_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1227_drop_index_projects_uuid_from_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1227_drop_index_projects_uuid_from_projects.rb index 6305a0d80d6..a454b714deb 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1227_drop_index_projects_uuid_from_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1227_drop_index_projects_uuid_from_projects.rb @@ -1,7 +1,7 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1228_make_uuid_columns_not_null_on_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1228_make_uuid_columns_not_null_on_projects.rb index 2db8db3f4ba..ae98cc7a0d5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1228_make_uuid_columns_not_null_on_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1228_make_uuid_columns_not_null_on_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1229_recreate_index_projects_uuid_from_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1229_recreate_index_projects_uuid_from_projects.rb index f9f6fbad51c..35687314ab2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1229_recreate_index_projects_uuid_from_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1229_recreate_index_projects_uuid_from_projects.rb @@ -1,7 +1,7 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1230_drop_index_projects_root_id_from_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1230_drop_index_projects_root_id_from_projects.rb index 038b01da20e..21209cb48cf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1230_drop_index_projects_root_id_from_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1230_drop_index_projects_root_id_from_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1231_drop_id_columns_from_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1231_drop_id_columns_from_projects.rb index 6266cdad3fa..8d476bfc59d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1231_drop_id_columns_from_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1231_drop_id_columns_from_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1232_add_uuid_column_to_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1232_add_uuid_column_to_snapshots.rb index 10d61c8e83e..5c9d0061779 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1232_add_uuid_column_to_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1232_add_uuid_column_to_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1233_populate_uuid_column_on_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1233_populate_uuid_column_on_snapshots.rb index fe409fe9b39..fa2f8203768 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1233_populate_uuid_column_on_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1233_populate_uuid_column_on_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1234_make_uuid_column_not_null_on_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1234_make_uuid_column_not_null_on_snapshots.rb index d7baeef61cd..bb2985cbfb5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1234_make_uuid_column_not_null_on_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1234_make_uuid_column_not_null_on_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1235_add_unique_index_on_uuid_of_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1235_add_unique_index_on_uuid_of_snapshots.rb index 5a66c1d7759..973add64ea6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1235_add_unique_index_on_uuid_of_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1235_add_unique_index_on_uuid_of_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1236_add_analysis_uuid_column_to_ce_activity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1236_add_analysis_uuid_column_to_ce_activity.rb index 8f25ffedab8..9dcd6c4081e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1236_add_analysis_uuid_column_to_ce_activity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1236_add_analysis_uuid_column_to_ce_activity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1237_populate_analysis_uuid_column_on_ce_activity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1237_populate_analysis_uuid_column_on_ce_activity.rb index d2642bd9b6f..d076d2157fd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1237_populate_analysis_uuid_column_on_ce_activity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1237_populate_analysis_uuid_column_on_ce_activity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1238_drop_snapshot_id_column_from_ce_activity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1238_drop_snapshot_id_column_from_ce_activity.rb index ff454ce01bb..3966832897a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1238_drop_snapshot_id_column_from_ce_activity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1238_drop_snapshot_id_column_from_ce_activity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1239_add_component_uuid_and_analysis_uuid_to_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1239_add_component_uuid_and_analysis_uuid_to_duplications_index.rb index 6cd915e449f..c7ecc23e1ad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1239_add_component_uuid_and_analysis_uuid_to_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1239_add_component_uuid_and_analysis_uuid_to_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1240_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1240_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb index 4e30c48a92f..024aa7f5ca1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1240_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1240_populate_component_uuid_and_analysis_uuid_of_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1241_delete_orphan_duplications_index_rows_without_component_or_analysis.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1241_delete_orphan_duplications_index_rows_without_component_or_analysis.rb index a869ada9f28..caa887bffe4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1241_delete_orphan_duplications_index_rows_without_component_or_analysis.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1241_delete_orphan_duplications_index_rows_without_component_or_analysis.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1242_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1242_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb index ff6268c7e97..72e090fe509 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1242_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1242_make_component_uuid_and_analysis_uuid_not_null_on_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1243_drop_index_duplications_index_sid_from_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1243_drop_index_duplications_index_sid_from_duplications_index.rb index 23ccd6c55d1..a2e53fef318 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1243_drop_index_duplications_index_sid_from_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1243_drop_index_duplications_index_sid_from_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1244_drop_snapshot_id_columns_from_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1244_drop_snapshot_id_columns_from_duplications_index.rb index 07136fa7b71..46698d190fa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1244_drop_snapshot_id_columns_from_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1244_drop_snapshot_id_columns_from_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1246_add_last_used_column_to_rules_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1246_add_last_used_column_to_rules_profiles.rb index 345bdd5d7e7..b8c14b28ae3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1246_add_last_used_column_to_rules_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1246_add_last_used_column_to_rules_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1247_populate_last_used_of_rules_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1247_populate_last_used_of_rules_profiles.rb index b210393b83a..349c81f71bf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1247_populate_last_used_of_rules_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1247_populate_last_used_of_rules_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1248_add_analysis_uuid_column_to_events.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1248_add_analysis_uuid_column_to_events.rb index 509dd58874b..445992ec3bc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1248_add_analysis_uuid_column_to_events.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1248_add_analysis_uuid_column_to_events.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1249_populate_analysis_uuid_on_events.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1249_populate_analysis_uuid_on_events.rb index de529007ce7..856221cdbf4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1249_populate_analysis_uuid_on_events.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1249_populate_analysis_uuid_on_events.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1250_clean_events_without_analysis_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1250_clean_events_without_analysis_uuid.rb index 28dd37d1e96..7cfdee300cc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1250_clean_events_without_analysis_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1250_clean_events_without_analysis_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1251_clean_events_without_snapshot_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1251_clean_events_without_snapshot_id.rb index 77c28f931e6..4b56a0e76a0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1251_clean_events_without_snapshot_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1251_clean_events_without_snapshot_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1252_make_analysis_uuid_not_null_on_events.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1252_make_analysis_uuid_not_null_on_events.rb index f04455103fd..294714a6b80 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1252_make_analysis_uuid_not_null_on_events.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1252_make_analysis_uuid_not_null_on_events.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1253_drop_index_events_snapshot_id_from_events.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1253_drop_index_events_snapshot_id_from_events.rb index 7784185951e..fdadd1aebee 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1253_drop_index_events_snapshot_id_from_events.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1253_drop_index_events_snapshot_id_from_events.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1254_drop_snapshot_id_column_from_events.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1254_drop_snapshot_id_column_from_events.rb index 019ed97a02e..6f2438e1aad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1254_drop_snapshot_id_column_from_events.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1254_drop_snapshot_id_column_from_events.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1256_add_uuid_path_column_to_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1256_add_uuid_path_column_to_projects.rb index 2a9d667e1b3..6821051930b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1256_add_uuid_path_column_to_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1256_add_uuid_path_column_to_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1257_populate_uuid_path_column_on_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1257_populate_uuid_path_column_on_projects.rb index b71406b8427..6458635ef1a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1257_populate_uuid_path_column_on_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1257_populate_uuid_path_column_on_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1258_make_uuid_path_column_not_null_on_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1258_make_uuid_path_column_not_null_on_projects.rb index 7dd387be92b..a790c0f56f8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1258_make_uuid_path_column_not_null_on_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1258_make_uuid_path_column_not_null_on_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1259_remove_users_password_when_not_local.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1259_remove_users_password_when_not_local.rb index 1d8f48a4d4a..d692f77c0fe 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1259_remove_users_password_when_not_local.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1259_remove_users_password_when_not_local.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1260_add_profile_key_to_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1260_add_profile_key_to_activities.rb index e8797025bc8..aad2899f2a3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1260_add_profile_key_to_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1260_add_profile_key_to_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1261_populate_profile_key_of_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1261_populate_profile_key_of_activities.rb index bd92cfafe2c..cd19ec5afc5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1261_populate_profile_key_of_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1261_populate_profile_key_of_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1262_make_profile_key_not_null_on_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1262_make_profile_key_not_null_on_activities.rb index cb3b366a1de..35dbd389dad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1262_make_profile_key_not_null_on_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1262_make_profile_key_not_null_on_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1263_add_user_updated_at_to_rules_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1263_add_user_updated_at_to_rules_profiles.rb index e3d4d5e52a4..451b5847788 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1263_add_user_updated_at_to_rules_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1263_add_user_updated_at_to_rules_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1264_populate_user_updated_at_of_rules_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1264_populate_user_updated_at_of_rules_profiles.rb index 44aea88e73d..4f7951d6320 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1264_populate_user_updated_at_of_rules_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1264_populate_user_updated_at_of_rules_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1265_add_analysis_uuid_column_to_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1265_add_analysis_uuid_column_to_measures.rb index 20544694def..c936a3d25ae 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1265_add_analysis_uuid_column_to_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1265_add_analysis_uuid_column_to_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1266_add_index_on_analysis_uuid_of_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1266_add_index_on_analysis_uuid_of_measures.rb index 32ca43685f9..02b6a22bccf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1266_add_index_on_analysis_uuid_of_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1266_add_index_on_analysis_uuid_of_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1267_populate_analysis_uuid_on_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1267_populate_analysis_uuid_on_measures.rb index 8e4858914f6..c0d7c4426b9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1267_populate_analysis_uuid_on_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1267_populate_analysis_uuid_on_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1268_clean_measures_with_null_analysis_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1268_clean_measures_with_null_analysis_uuid.rb index 7cfe63afcb9..95ce502286b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1268_clean_measures_with_null_analysis_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1268_clean_measures_with_null_analysis_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1269_temporarily_drop_index_of_analysis_uuid_on_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1269_temporarily_drop_index_of_analysis_uuid_on_measures.rb index 42d47590c1f..99c59a3d35f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1269_temporarily_drop_index_of_analysis_uuid_on_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1269_temporarily_drop_index_of_analysis_uuid_on_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1270_make_analysis_uuid_not_null_on_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1270_make_analysis_uuid_not_null_on_measures.rb index 2faf467f2d3..36ea14a0d0e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1270_make_analysis_uuid_not_null_on_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1270_make_analysis_uuid_not_null_on_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1271_add_again_index_on_analysis_uuid_of_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1271_add_again_index_on_analysis_uuid_of_measures.rb index 858bf8e7b2c..7f70785815b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1271_add_again_index_on_analysis_uuid_of_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1271_add_again_index_on_analysis_uuid_of_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1272_drop_trees_of_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1272_drop_trees_of_snapshots.rb index 450313f47bf..508eda2ced9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1272_drop_trees_of_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1272_drop_trees_of_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1273_drop_indices_on_tree_columns_of_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1273_drop_indices_on_tree_columns_of_snapshots.rb index 56067d8419f..343ca0e5983 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1273_drop_indices_on_tree_columns_of_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1273_drop_indices_on_tree_columns_of_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1274_drop_tree_columns_from_snapshots.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1274_drop_tree_columns_from_snapshots.rb index 262b376f175..fc746c8505e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1274_drop_tree_columns_from_snapshots.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1274_drop_tree_columns_from_snapshots.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1275_drop_index_on_snapshot_id_of_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1275_drop_index_on_snapshot_id_of_measures.rb index d37b1000d97..79ce1df6e27 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1275_drop_index_on_snapshot_id_of_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1275_drop_index_on_snapshot_id_of_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1276_drop_snapshot_id_column_from_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1276_drop_snapshot_id_column_from_measures.rb index 8822b7c916e..50b9411d116 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1276_drop_snapshot_id_column_from_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1276_drop_snapshot_id_column_from_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1277_add_b_columns_to_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1277_add_b_columns_to_projects.rb index 74a5b43c053..57838ab3c51 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1277_add_b_columns_to_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1277_add_b_columns_to_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1300_delete_project_dashboards.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1300_delete_project_dashboards.rb index dc61e11e5d5..0acdee03ab4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1300_delete_project_dashboards.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1300_delete_project_dashboards.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1301_drop_is_global_from_dashboards.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1301_drop_is_global_from_dashboards.rb index 9f1cf8ac205..5f21075e321 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1301_drop_is_global_from_dashboards.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1301_drop_is_global_from_dashboards.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1302_create_table_ce_task_input.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1302_create_table_ce_task_input.rb index a39d3026b82..cba884ed584 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1302_create_table_ce_task_input.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1302_create_table_ce_task_input.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1303_delete_reports_from_ce_queue.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1303_delete_reports_from_ce_queue.rb index 3ad2bfc3e67..d8d5cdfa2fb 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1303_delete_reports_from_ce_queue.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1303_delete_reports_from_ce_queue.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1304_shrink_module_uuid_path_and_add_b_uuid_path_to_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1304_shrink_module_uuid_path_and_add_b_uuid_path_to_projects.rb index f79599b56da..723f1b1c2db 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1304_shrink_module_uuid_path_and_add_b_uuid_path_to_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1304_shrink_module_uuid_path_and_add_b_uuid_path_to_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1307_add_error_columns_to_ce_activity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1307_add_error_columns_to_ce_activity.rb index 1e7f47c5e9c..44ce77228fd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1307_add_error_columns_to_ce_activity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1307_add_error_columns_to_ce_activity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1309_recreate_table_scanner_context.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1309_recreate_table_scanner_context.rb index 7982118d4cc..b264516c6dc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1309_recreate_table_scanner_context.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1309_recreate_table_scanner_context.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1310_create_internal_properties_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1310_create_internal_properties_table.rb index 643f006f679..a2a89fca892 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1310_create_internal_properties_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1310_create_internal_properties_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1311_remove_views_definition_from_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1311_remove_views_definition_from_properties.rb index 24a7648194e..140a09ded8b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1311_remove_views_definition_from_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1311_remove_views_definition_from_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1312_create_table_properties_2.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1312_create_table_properties_2.rb index 5c5513bafcd..075cad0d511 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1312_create_table_properties_2.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1312_create_table_properties_2.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1313_populate_table_properties_2.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1313_populate_table_properties_2.rb index 5e99a96909a..d49085c7a13 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1313_populate_table_properties_2.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1313_populate_table_properties_2.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1314_drop_table_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1314_drop_table_properties.rb index ddb50e42302..2815d353676 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1314_drop_table_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1314_drop_table_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1315_rename_table_properties2_to_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1315_rename_table_properties2_to_properties.rb index bacb08a968a..0241e47f304 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1315_rename_table_properties2_to_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1315_rename_table_properties2_to_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1316_create_table_qprofile_changes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1316_create_table_qprofile_changes.rb index d02129dcad6..d9bb90d6892 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1316_create_table_qprofile_changes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1316_create_table_qprofile_changes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1317_copy_activities_to_qprofile_changes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1317_copy_activities_to_qprofile_changes.rb index 422b66db88c..711e693a172 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1317_copy_activities_to_qprofile_changes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1317_copy_activities_to_qprofile_changes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1318_drop_table_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1318_drop_table_activities.rb index 37d46bfc09c..988b0336ce5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1318_drop_table_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1318_drop_table_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1319_create_table_rule_repositories.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1319_create_table_rule_repositories.rb index c99e90a50a1..321c5544be8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1319_create_table_rule_repositories.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1319_create_table_rule_repositories.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb index 150325b272f..bb1cdd777c4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1400_create_table_organizations.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1400_create_table_organizations.rb index e2f891a0707..0c2105aabd6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1400_create_table_organizations.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1400_create_table_organizations.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1401_create_default_organization.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1401_create_default_organization.rb index 7cf75b6d7eb..4efe9ef76ed 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1401_create_default_organization.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1401_create_default_organization.rb @@ -1,7 +1,7 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1402_delete_permission_share_dashboard.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1402_delete_permission_share_dashboard.rb index 0a469670eef..98eca0f2930 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1402_delete_permission_share_dashboard.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1402_delete_permission_share_dashboard.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1403_add_organization_uuid_to_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1403_add_organization_uuid_to_groups.rb index d1a3dadd314..f96c13cefb5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1403_add_organization_uuid_to_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1403_add_organization_uuid_to_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1404_add_root_column_on_table_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1404_add_root_column_on_table_users.rb index 154adcc8b60..894c8d7d4b9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1404_add_root_column_on_table_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1404_add_root_column_on_table_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1405_populate_root_column_on_table_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1405_populate_root_column_on_table_users.rb index d15774555e1..4f14165a0cf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1405_populate_root_column_on_table_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1405_populate_root_column_on_table_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1406_make_root_column_not_null_on_table_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1406_make_root_column_not_null_on_table_users.rb index 97d9dbea5c7..64f75b81ea7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1406_make_root_column_not_null_on_table_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1406_make_root_column_not_null_on_table_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1407_populate_organization_uuid_of_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1407_populate_organization_uuid_of_groups.rb index 3482e679978..15d0fdb5166 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1407_populate_organization_uuid_of_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1407_populate_organization_uuid_of_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1408_make_organization_uuid_not_null_on_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1408_make_organization_uuid_not_null_on_groups.rb index d553d1c5614..824cefd6aff 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1408_make_organization_uuid_not_null_on_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1408_make_organization_uuid_not_null_on_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1409_add_organization_uuid_to_user_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1409_add_organization_uuid_to_user_roles.rb index 977524cdcb8..484627111d2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1409_add_organization_uuid_to_user_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1409_add_organization_uuid_to_user_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb index 50200e86609..c1647e22e57 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1410_populate_organization_uuid_of_user_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1410_populate_organization_uuid_of_user_roles.rb index f26b71b0d0a..ddd774d394f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1410_populate_organization_uuid_of_user_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1410_populate_organization_uuid_of_user_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1411_make_organization_uuid_not_null_on_user_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1411_make_organization_uuid_not_null_on_user_roles.rb index ecf2e345f7d..4c546029e16 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1411_make_organization_uuid_not_null_on_user_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1411_make_organization_uuid_not_null_on_user_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1412_add_organization_uuid_to_permission_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1412_add_organization_uuid_to_permission_templates.rb index 01d94e19572..7d0fe8c7ed3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1412_add_organization_uuid_to_permission_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1412_add_organization_uuid_to_permission_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1413_populate_organization_uuid_of_permission_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1413_populate_organization_uuid_of_permission_templates.rb index d855a08cfa0..a6b73da79e4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1413_populate_organization_uuid_of_permission_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1413_populate_organization_uuid_of_permission_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1414_make_organization_uuid_not_null_on_permission_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1414_make_organization_uuid_not_null_on_permission_templates.rb index 8258665b4a1..7c971566b1e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1414_make_organization_uuid_not_null_on_permission_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1414_make_organization_uuid_not_null_on_permission_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1415_add_organization_uuid_to_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1415_add_organization_uuid_to_group_roles.rb index 318fc0c9ad5..acd9e1a4cd2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1415_add_organization_uuid_to_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1415_add_organization_uuid_to_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1416_populate_organization_uuid_of_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1416_populate_organization_uuid_of_group_roles.rb index a1b164fdd6c..61d471adb2c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1416_populate_organization_uuid_of_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1416_populate_organization_uuid_of_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1417_make_organization_uuid_not_null_on_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1417_make_organization_uuid_not_null_on_group_roles.rb index fd40dca6a29..f888be7008e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1417_make_organization_uuid_not_null_on_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1417_make_organization_uuid_not_null_on_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1418_include_organization_uuid_in_unique_index_of_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1418_include_organization_uuid_in_unique_index_of_group_roles.rb index 8e26506f91a..dc7b15aaffe 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1418_include_organization_uuid_in_unique_index_of_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1418_include_organization_uuid_in_unique_index_of_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1419_update_quality_gate_conditions_on_coverage.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1419_update_quality_gate_conditions_on_coverage.rb index 951cbf34bdd..bd7b741e629 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1419_update_quality_gate_conditions_on_coverage.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1419_update_quality_gate_conditions_on_coverage.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1420_drop_related_dashboard_tables.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1420_drop_related_dashboard_tables.rb index 2aa2c3d81ec..80e05aa1914 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1420_drop_related_dashboard_tables.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1420_drop_related_dashboard_tables.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1421_drop_measure_filters_tables.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1421_drop_measure_filters_tables.rb index 922b87c2950..dcb38e2e625 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1421_drop_measure_filters_tables.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1421_drop_measure_filters_tables.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1422_drop_issue_filters_tables.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1422_drop_issue_filters_tables.rb index 4d9242de053..e83acac9bcd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1422_drop_issue_filters_tables.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1422_drop_issue_filters_tables.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb index ac49f690808..191f47c3ffa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb index 50c24435a78..5a94cefac98 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb index bb0c250b2d5..6aed02f21ee 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb index e0d81c92419..df79376b1d0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb index 4513d12efe0..29845ed3ce8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb index 601d87b51b2..9cba8ac4ee4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb index b432bc04210..af7da4e12a7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb index 789eb918e9e..7f4a169560e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb index 6a55932c848..105ba3326ed 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb index 08f4c97f8ce..7bab17559e6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb index 881f6ecf760..5a32d411610 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb index 7be8227f485..aa9ffaec0bc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb index e5cbc676bee..e3d4bdb2639 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb index 50ed677597f..60a76ce516b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_create_rule_and_active_rule_notes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_create_rule_and_active_rule_notes.rb index 0cda41dd2f3..e69859bbc23 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_create_rule_and_active_rule_notes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/252_create_rule_and_active_rule_notes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb index e5a2758f739..a3ef49be5d7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/283_create_authors_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/283_create_authors_table.rb index f2d0b93de7b..1d162c6a8d1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/283_create_authors_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/283_create_authors_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb index 279556b0690..7a5ffcedf89 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb index ad76facabb9..2428325b1b7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb index 13211b815a0..344aa4dbd39 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb index 1a0c57b4cb3..e58ad732463 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/320_move_default_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/320_move_default_roles.rb index 72e01f530ab..d042646c932 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/320_move_default_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/320_move_default_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb index 657955b35fe..b4d39c4f8a0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/351_add_unique_index_to_authors.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/351_add_unique_index_to_authors.rb index 712fa2fd5a0..51dadca6b5e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/351_add_unique_index_to_authors.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/351_add_unique_index_to_authors.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/353_increase_group_name_size.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/353_increase_group_name_size.rb index 4679a83432a..9c15f988e80 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/353_increase_group_name_size.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/353_increase_group_name_size.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/354_increase_snapshots_path_size.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/354_increase_snapshots_path_size.rb index 7f93a8db3c3..52ea01be343 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/354_increase_snapshots_path_size.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/354_increase_snapshots_path_size.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/355_increase_snapshots_version_size.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/355_increase_snapshots_version_size.rb index 67375290e40..4b5fc0fa533 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/355_increase_snapshots_version_size.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/355_increase_snapshots_version_size.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb index 4072020cd72..57222c99ff4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb index a968f028402..05d19983ae3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb index 7e0d900a6ae..dcba12f93b0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb index f97f16c8ae6..28d3ea4fec1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb index b51cbd375e4..e78c9fa05ae 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb index 28f1c383f90..dd2b70bb5b5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb index ece40e4507f..594cb3fe491 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb index 08d794bd33e..b8197f65c77 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb index 34daf86d80d..32debec2863 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb index b7a69caf264..8562b965435 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb index 273ad93a642..838d0180e7f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb index 33dce069ae2..6c8a04de63e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb index 9e67eb77e49..0a4083c36bf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb index 0acbed57f50..db2972efac4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb index 0a1536c7216..6ce54e7c55e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb index dc92df87670..e83aa17a46f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb index d46065fdecc..86fac1aa0ed 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb index 997386bd68d..84b32fb5af0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb index bf01fbc2802..5a7629a87d3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb index 36d38afb536..67416cd86c1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/418_migrate_default_permissions.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/418_migrate_default_permissions.rb index 299a950cd02..706a172b654 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/418_migrate_default_permissions.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/418_migrate_default_permissions.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/419_add_index_to_rules_plugin_rule_key_and_plugin_name.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/419_add_index_to_rules_plugin_rule_key_and_plugin_name.rb index 85df9457171..5fc246c28ad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/419_add_index_to_rules_plugin_rule_key_and_plugin_name.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/419_add_index_to_rules_plugin_rule_key_and_plugin_name.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb index a400e0457b7..658a6880f16 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb index ebeb3babbf8..73950f68670 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb index 5fc0dd17313..3db06398294 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb index 6dda7191cda..0ee317fca4f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb index 9fb463c5a4f..2894ebed018 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb index e054abd8dca..a81811f5a99 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb index 291f9400645..b9820d0761d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb index e93efb5f84c..a92df65a5b7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb index 58fdb974b22..a163bca51fe 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb index 52128b80c5b..d98d5279431 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/467_add_issue_change_creation_date.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/467_add_issue_change_creation_date.rb index dadb09cc21b..aaa0dbfb2b2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/467_add_issue_change_creation_date.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/467_add_issue_change_creation_date.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/480_add_rule_note_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/480_add_rule_note_columns.rb index 95ae5ee5478..5bbd2f64ef9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/480_add_rule_note_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/480_add_rule_note_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/483_add_rules_parameter_key_to_active_rule_parameters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/483_add_rules_parameter_key_to_active_rule_parameters.rb index a5d6a89e716..af906f46e04 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/483_add_rules_parameter_key_to_active_rule_parameters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/483_add_rules_parameter_key_to_active_rule_parameters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/486_add_resource_path_column.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/486_add_resource_path_column.rb index 74b4d1d234a..e61ef907e0e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/486_add_resource_path_column.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/486_add_resource_path_column.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/488_add_project_deprecated_key_column.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/488_add_project_deprecated_key_column.rb index 5299560a687..e331479929f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/488_add_project_deprecated_key_column.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/488_add_project_deprecated_key_column.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/492_remove_rule_notes_and_active_rule_notes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/492_remove_rule_notes_and_active_rule_notes.rb index b48e4e14f27..66048d3579a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/492_remove_rule_notes_and_active_rule_notes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/492_remove_rule_notes_and_active_rule_notes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/510_create_quality_gates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/510_create_quality_gates.rb index 4201e584716..f0ae080d34a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/510_create_quality_gates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/510_create_quality_gates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/511_create_quality_gate_conditions.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/511_create_quality_gate_conditions.rb index e9f992ee770..12da99615c7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/511_create_quality_gate_conditions.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/511_create_quality_gate_conditions.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/520_add_debt_columns_to_rules.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/520_add_debt_columns_to_rules.rb index ef0a8a6aaab..beca9989215 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/520_add_debt_columns_to_rules.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/520_add_debt_columns_to_rules.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/530_merge_measure_data_into_project_measures.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/530_merge_measure_data_into_project_measures.rb index 78e35172f2c..fca92ab26e8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/530_merge_measure_data_into_project_measures.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/530_merge_measure_data_into_project_measures.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/532_increase_size_of_user_login.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/532_increase_size_of_user_login.rb index bf89707c38a..26aeb62e6e1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/532_increase_size_of_user_login.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/532_increase_size_of_user_login.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/533_add_rule_tags_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/533_add_rule_tags_columns.rb index 92e497417d6..bfe5c90fec9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/533_add_rule_tags_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/533_add_rule_tags_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/535_increase_size_of_measure_text_value.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/535_increase_size_of_measure_text_value.rb index b7312d233c3..c82e1758d55 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/535_increase_size_of_measure_text_value.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/535_increase_size_of_measure_text_value.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/536_remove_active_rule_notes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/536_remove_active_rule_notes.rb index e83a678fb96..5dc39edc6d8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/536_remove_active_rule_notes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/536_remove_active_rule_notes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/538_add_dates_to_active_rules_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/538_add_dates_to_active_rules_table.rb index c0786311243..51e9e3bbc6f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/538_add_dates_to_active_rules_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/538_add_dates_to_active_rules_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/540_create_activities_table.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/540_create_activities_table.rb index df22c5c638d..c8e8359afc3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/540_create_activities_table.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/540_create_activities_table.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/541_add_unique_index_on_active_rule_key.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/541_add_unique_index_on_active_rule_key.rb index 730847f5aa6..30b61693e33 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/541_add_unique_index_on_active_rule_key.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/541_add_unique_index_on_active_rule_key.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/542_add_index_on_snapshot_data_resource_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/542_add_index_on_snapshot_data_resource_id.rb index 9f9c1f4414d..45c8859d62f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/542_add_index_on_snapshot_data_resource_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/542_add_index_on_snapshot_data_resource_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/544_rename_rules_parent_id_to_template_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/544_rename_rules_parent_id_to_template_id.rb index fd63a556360..098ca508738 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/544_rename_rules_parent_id_to_template_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/544_rename_rules_parent_id_to_template_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/545_rename_rules_cardinality_to_is_template.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/545_rename_rules_cardinality_to_is_template.rb index c6eb7b3a858..56a3da28a0a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/545_rename_rules_cardinality_to_is_template.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/545_rename_rules_cardinality_to_is_template.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/548_add_qprofile_keys_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/548_add_qprofile_keys_columns.rb index 920566b36df..7ecfcfb5c96 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/548_add_qprofile_keys_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/548_add_qprofile_keys_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/549_feed_qprofile_keys.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/549_feed_qprofile_keys.rb index 81724162b26..a764d603928 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/549_feed_qprofile_keys.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/549_feed_qprofile_keys.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/552_add_qprofile_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/552_add_qprofile_dates.rb index 0fe7f3331b7..fa6cc2ae7d3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/552_add_qprofile_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/552_add_qprofile_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/555_add_event_data_column.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/555_add_event_data_column.rb index 117b1c5cd42..475e3e6d5ca 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/555_add_event_data_column.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/555_add_event_data_column.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/580_drop_active_rule_changes_tables.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/580_drop_active_rule_changes_tables.rb index 2448ce0f3de..2bdbfd446b7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/580_drop_active_rule_changes_tables.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/580_drop_active_rule_changes_tables.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb index 87d1867acfc..9cd13fc5545 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/600_mysql_mediumtext_to_longtext.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/600_mysql_mediumtext_to_longtext.rb index 2f15f3b09dc..97c87a09771 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/600_mysql_mediumtext_to_longtext.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/600_mysql_mediumtext_to_longtext.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/601_add_missing_custom_rule_parameters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/601_add_missing_custom_rule_parameters.rb index 43eafcdbdce..6bcd5d6a884 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/601_add_missing_custom_rule_parameters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/601_add_missing_custom_rule_parameters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/603_add_enabled_to_projects_kee_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/603_add_enabled_to_projects_kee_index.rb index 8f38167d47a..09d944000a8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/603_add_enabled_to_projects_kee_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/603_add_enabled_to_projects_kee_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/604_delete_unescaped_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/604_delete_unescaped_activities.rb index 7ac56c08622..1018817741d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/604_delete_unescaped_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/604_delete_unescaped_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/605_remove_duplication_in_group_roles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/605_remove_duplication_in_group_roles.rb index d39e52b4595..d2afc7991c7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/605_remove_duplication_in_group_roles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/605_remove_duplication_in_group_roles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb index 88ed1300a78..6b13e9f0f75 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/702_create_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/703_add_project_name_to_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/703_add_project_name_to_analysis_reports.rb index b7895096d90..d5fdea73a29 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/703_add_project_name_to_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/703_add_project_name_to_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/704_add_project_uuid_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/704_add_project_uuid_columns.rb index 82ca5270063..6b0fb8cd3c6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/704_add_project_uuid_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/704_add_project_uuid_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/705_populate_projects_uuid_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/705_populate_projects_uuid_columns.rb index f58570bd8ce..6b2837575b5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/705_populate_projects_uuid_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/705_populate_projects_uuid_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/706_add_snapshot_id_to_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/706_add_snapshot_id_to_analysis_reports.rb index 6de7a699f77..8947196ca5d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/706_add_snapshot_id_to_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/706_add_snapshot_id_to_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/707_add_business_dates_to_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/707_add_business_dates_to_analysis_reports.rb index 6456d78eb10..cee5724ac4b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/707_add_business_dates_to_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/707_add_business_dates_to_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/708_add_project_uuid_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/708_add_project_uuid_index.rb index d4ba5725fa2..6ddd286e298 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/708_add_project_uuid_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/708_add_project_uuid_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/709_add_issue_updated_at_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/709_add_issue_updated_at_index.rb index 4f96d0aa343..376432e4633 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/709_add_issue_updated_at_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/709_add_issue_updated_at_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/710_replace_issue_filters_project_key_by_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/710_replace_issue_filters_project_key_by_uuid.rb index 82a62bdbddb..97dcde28056 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/710_replace_issue_filters_project_key_by_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/710_replace_issue_filters_project_key_by_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/711_add_updated_at_to_snapshot_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/711_add_updated_at_to_snapshot_sources.rb index 092bf23a80c..a7d6594a048 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/711_add_updated_at_to_snapshot_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/711_add_updated_at_to_snapshot_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/712_feed_snapshot_sources_updated_at.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/712_feed_snapshot_sources_updated_at.rb index 782df91a8a0..fbdc0070fe5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/712_feed_snapshot_sources_updated_at.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/712_feed_snapshot_sources_updated_at.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/713_create_file_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/713_create_file_sources.rb index d7f3c5f3959..62f491a7180 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/713_create_file_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/713_create_file_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/714_feed_file_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/714_feed_file_sources.rb index 453ebd7ee7f..c17478f994d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/714_feed_file_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/714_feed_file_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/715_add_authorization_updated_at_to_projects.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/715_add_authorization_updated_at_to_projects.rb index fe2415a07b7..3457a853f1f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/715_add_authorization_updated_at_to_projects.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/715_add_authorization_updated_at_to_projects.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/716_insert_projects_authorization_updated_at.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/716_insert_projects_authorization_updated_at.rb index 6ad7b6e95e1..492a5a47d21 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/716_insert_projects_authorization_updated_at.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/716_insert_projects_authorization_updated_at.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/717_drop_snapshot_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/717_drop_snapshot_sources.rb index 67fa599ab51..ed4c5fa90ad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/717_drop_snapshot_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/717_drop_snapshot_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/718_add_issue_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/718_add_issue_long_dates.rb index 8ccb228a7df..b70731114dd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/718_add_issue_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/718_add_issue_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/719_feed_issue_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/719_feed_issue_long_dates.rb index 25298df5a33..0d9f732cbfa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/719_feed_issue_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/719_feed_issue_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/720_rename_issue_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/720_rename_issue_long_dates.rb index 1e2cce5f22d..9094ac11ebc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/720_rename_issue_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/720_rename_issue_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/721_remove_sort_field_from_issue_filters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/721_remove_sort_field_from_issue_filters.rb index 2ef0a584c58..763c871f0f6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/721_remove_sort_field_from_issue_filters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/721_remove_sort_field_from_issue_filters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/750_add_issues_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/750_add_issues_columns.rb index d157a9e1f52..6bd28fcf014 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/750_add_issues_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/750_add_issues_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/752_add_users_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/752_add_users_long_dates.rb index 5c7dce4b952..33b6dbafb7c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/752_add_users_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/752_add_users_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/753_feed_users_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/753_feed_users_long_dates.rb index 4bd01ac5d20..2d75c671b0c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/753_feed_users_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/753_feed_users_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/754_rename_users_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/754_rename_users_long_dates.rb index 57ebabf6094..a17237bfb68 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/754_rename_users_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/754_rename_users_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/755_add_scm_accounts_to_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/755_add_scm_accounts_to_users.rb index 566d814b443..d3ba2b42634 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/755_add_scm_accounts_to_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/755_add_scm_accounts_to_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/756_change_report_data_to_blob.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/756_change_report_data_to_blob.rb index 1b90f442262..6ff38a0e8d1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/756_change_report_data_to_blob.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/756_change_report_data_to_blob.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/758_rename_component_related_params_in_issue_filters.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/758_rename_component_related_params_in_issue_filters.rb index 1fdb448798a..edc825a8ce9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/758_rename_component_related_params_in_issue_filters.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/758_rename_component_related_params_in_issue_filters.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/759_copy_scm_accounts_from_authors_to_users.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/759_copy_scm_accounts_from_authors_to_users.rb index 6c44c6bb878..9f1b5aa1ae9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/759_copy_scm_accounts_from_authors_to_users.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/759_copy_scm_accounts_from_authors_to_users.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/760_add_issue_changes_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/760_add_issue_changes_long_dates.rb index 6b954482072..9227f6641d7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/760_add_issue_changes_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/760_add_issue_changes_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/761_feed_issue_changes_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/761_feed_issue_changes_long_dates.rb index a84d9ff62a6..76b3a5353b8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/761_feed_issue_changes_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/761_feed_issue_changes_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/762_rename_issue_changes_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/762_rename_issue_changes_long_dates.rb index 921f3c4398c..3f9b6523da1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/762_rename_issue_changes_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/762_rename_issue_changes_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/763_add_analysis_reports_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/763_add_analysis_reports_long_dates.rb index 4c520db1ebd..3d57bed7b88 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/763_add_analysis_reports_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/763_add_analysis_reports_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/764_feed_analysis_reports_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/764_feed_analysis_reports_long_dates.rb index 59367a73a7f..b859f99f310 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/764_feed_analysis_reports_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/764_feed_analysis_reports_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/765_rename_analysis_reports_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/765_rename_analysis_reports_long_dates.rb index df6c66ca4b2..8b278949198 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/765_rename_analysis_reports_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/765_rename_analysis_reports_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/766_add_file_sources_src_hash.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/766_add_file_sources_src_hash.rb index 752a352e4f8..14df48a2f00 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/766_add_file_sources_src_hash.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/766_add_file_sources_src_hash.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/768_drop_snapshot_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/768_drop_snapshot_data.rb index 2298dd3711e..5c75a35c044 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/768_drop_snapshot_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/768_drop_snapshot_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/769_add_projects_module_uuid_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/769_add_projects_module_uuid_index.rb index 5f0d45dd9c3..8e652a06a4e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/769_add_projects_module_uuid_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/769_add_projects_module_uuid_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/770_feed_issue_tags.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/770_feed_issue_tags.rb index c81de87e6e1..e7a5c2cc486 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/770_feed_issue_tags.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/770_feed_issue_tags.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/771_add_issues_component_uuids_indexes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/771_add_issues_component_uuids_indexes.rb index df7b9be01d5..8f9cf9f368e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/771_add_issues_component_uuids_indexes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/771_add_issues_component_uuids_indexes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/772_feed_issue_component_uuids.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/772_feed_issue_component_uuids.rb index 933cae62cd0..12221b217c6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/772_feed_issue_component_uuids.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/772_feed_issue_component_uuids.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/773_feed_issues_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/773_feed_issues_long_dates.rb index fddc90d3046..37d152283eb 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/773_feed_issues_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/773_feed_issues_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/775_add_snapshots_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/775_add_snapshots_long_dates.rb index 389046ff1a8..de82703120f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/775_add_snapshots_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/775_add_snapshots_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/776_feed_snapshots_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/776_feed_snapshots_long_dates.rb index c76a70d44dc..fd68c203406 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/776_feed_snapshots_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/776_feed_snapshots_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/777_rename_snapshots_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/777_rename_snapshots_long_dates.rb index 9f35dd50c42..a5e1cb0794f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/777_rename_snapshots_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/777_rename_snapshots_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/778_remove_issues_component_ids_and_creation_date_indexes.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/778_remove_issues_component_ids_and_creation_date_indexes.rb index 33a658871f8..944b01fb050 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/778_remove_issues_component_ids_and_creation_date_indexes.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/778_remove_issues_component_ids_and_creation_date_indexes.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/779_drop_issues_columns.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/779_drop_issues_columns.rb index 4422c651429..e951f968edb 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/779_drop_issues_columns.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/779_drop_issues_columns.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/780_rename_issues_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/780_rename_issues_long_dates.rb index b82ce092ac6..2bc35f73441 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/780_rename_issues_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/780_rename_issues_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/781_add_file_sources_binary_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/781_add_file_sources_binary_data.rb index 3b969e3967e..acaa084658f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/781_add_file_sources_binary_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/781_add_file_sources_binary_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/782_feed_file_sources_binary_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/782_feed_file_sources_binary_data.rb index f8078b51efb..263ab9ea515 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/782_feed_file_sources_binary_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/782_feed_file_sources_binary_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/783_drop_file_sources_data.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/783_drop_file_sources_data.rb index 06d5fbb598e..5096e6e31c7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/783_drop_file_sources_data.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/783_drop_file_sources_data.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/784_add_semaphores_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/784_add_semaphores_long_dates.rb index b555bf7e14e..2b0da78a4a9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/784_add_semaphores_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/784_add_semaphores_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/786_rename_semaphores_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/786_rename_semaphores_long_dates.rb index 62f4e722a8f..ec5be95eca6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/786_rename_semaphores_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/786_rename_semaphores_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/787_add_manual_measures_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/787_add_manual_measures_long_dates.rb index 0a29ec8f66d..9939c118e09 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/787_add_manual_measures_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/787_add_manual_measures_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/788_feed_manual_measures_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/788_feed_manual_measures_long_dates.rb index 53dc75ac8e3..8ad7afbf1a5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/788_feed_manual_measures_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/788_feed_manual_measures_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/789_rename_manual_measures_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/789_rename_manual_measures_long_dates.rb index b13a34096c1..987f440f4c6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/789_rename_manual_measures_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/789_rename_manual_measures_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/790_update_projects_module_uuid_path.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/790_update_projects_module_uuid_path.rb index 4d8e895c561..3f8d5a65fa1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/790_update_projects_module_uuid_path.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/790_update_projects_module_uuid_path.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/791_add_events_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/791_add_events_long_dates.rb index ae4f097c7f0..738bd6b554a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/791_add_events_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/791_add_events_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/792_feed_events_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/792_feed_events_long_dates.rb index a2771d83f17..441ba1f4b9f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/792_feed_events_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/792_feed_events_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/793_rename_events_long_dates.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/793_rename_events_long_dates.rb index a46e2a5c488..96d94361c66 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/793_rename_events_long_dates.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/793_rename_events_long_dates.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/794_add_characteristic_usability_and_sub_characteristics_compliance.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/794_add_characteristic_usability_and_sub_characteristics_compliance.rb index 67f2d9d884e..1bad53c5467 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/794_add_characteristic_usability_and_sub_characteristics_compliance.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/794_add_characteristic_usability_and_sub_characteristics_compliance.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/795_remove_permissions_on_modules.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/795_remove_permissions_on_modules.rb index 3bf2fdf5b69..7e99440265d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/795_remove_permissions_on_modules.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/795_remove_permissions_on_modules.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/796_add_uuid_to_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/796_add_uuid_to_analysis_reports.rb index 06fba16976d..3338f47c09f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/796_add_uuid_to_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/796_add_uuid_to_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/900_add_project_links_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/900_add_project_links_component_uuid.rb index 97da0c9b437..0f075371f74 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/900_add_project_links_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/900_add_project_links_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/901_feed_project_links_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/901_feed_project_links_component_uuid.rb index 33e61aa4ec1..11dfa2442a5 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/901_feed_project_links_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/901_feed_project_links_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/902_remove_project_links_project_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/902_remove_project_links_project_id.rb index 6130008512e..0f228c3cb50 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/902_remove_project_links_project_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/902_remove_project_links_project_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/903_add_events_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/903_add_events_component_uuid.rb index e721accdf1b..57531ffcfdf 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/903_add_events_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/903_add_events_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/904_feed_events_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/904_feed_events_component_uuid.rb index aa2f56560cd..2011b959beb 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/904_feed_events_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/904_feed_events_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/905_remove_events_resource_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/905_remove_events_resource_id.rb index ba3ff7f6b93..10ded7dcaaa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/905_remove_events_resource_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/905_remove_events_resource_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/906_create_project_profiles.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/906_create_project_profiles.rb index 6dbec9f9a3c..f1a6c96e15e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/906_create_project_profiles.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/906_create_project_profiles.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/907_add_rules_profiles_is_default.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/907_add_rules_profiles_is_default.rb index 9c65e5a0248..ece527f39ad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/907_add_rules_profiles_is_default.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/907_add_rules_profiles_is_default.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/908_move_project_profile_association.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/908_move_project_profile_association.rb index bc588913474..d76d3e0883d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/908_move_project_profile_association.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/908_move_project_profile_association.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/912_add_file_sources_data_type.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/912_add_file_sources_data_type.rb index 0cf8ea5dc2a..b74d8078612 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/912_add_file_sources_data_type.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/912_add_file_sources_data_type.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/913_feed_file_sources_data_type.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/913_feed_file_sources_data_type.rb index d3f289b4264..77feca5b6c1 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/913_feed_file_sources_data_type.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/913_feed_file_sources_data_type.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb index ead5303667c..28bbf64707a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/916_feed_metrics_booleans.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/916_feed_metrics_booleans.rb index fb30562c2c8..e1230af983f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/916_feed_metrics_booleans.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/916_feed_metrics_booleans.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/917_remove_metrics_origin.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/917_remove_metrics_origin.rb index d08cb7347ec..cb19cc767b9 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/917_remove_metrics_origin.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/917_remove_metrics_origin.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/918_add_manual_measures_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/918_add_manual_measures_component_uuid.rb index e54e3b3b195..8bf75245be4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/918_add_manual_measures_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/918_add_manual_measures_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/919_feed_manual_measures_component_uuid.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/919_feed_manual_measures_component_uuid.rb index d0ef4374f4c..8117861f64c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/919_feed_manual_measures_component_uuid.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/919_feed_manual_measures_component_uuid.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/920_remove_snapshot_libraries.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/920_remove_snapshot_libraries.rb index aaa13cd6300..5149ed96813 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/920_remove_snapshot_libraries.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/920_remove_snapshot_libraries.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/921_remove_component_libraries.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/921_remove_component_libraries.rb index e5aec11f893..5f672378c47 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/921_remove_component_libraries.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/921_remove_component_libraries.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/922_drop_table_dependencies.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/922_drop_table_dependencies.rb index a2cf50067b0..28359932b51 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/922_drop_table_dependencies.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/922_drop_table_dependencies.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/923_remove_manual_measures_resource_id.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/923_remove_manual_measures_resource_id.rb index 00d10a2b450..8eb48fbea38 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/923_remove_manual_measures_resource_id.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/923_remove_manual_measures_resource_id.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/924_drop_semaphores.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/924_drop_semaphores.rb index 2aa7e63868a..b9fdd8d39a2 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/924_drop_semaphores.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/924_drop_semaphores.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/925_remove_duplicated_component_keys.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/925_remove_duplicated_component_keys.rb index c11fcd6c6f8..6c9a8762a14 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/925_remove_duplicated_component_keys.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/925_remove_duplicated_component_keys.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/926_update_projects_kee_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/926_update_projects_kee_index.rb index d7255db2f43..8bda84f2158 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/926_update_projects_kee_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/926_update_projects_kee_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/927_add_issues_locations.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/927_add_issues_locations.rb index b97dabe36cb..19acbc84b87 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/927_add_issues_locations.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/927_add_issues_locations.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/929_add_commit_in_file_sources.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/929_add_commit_in_file_sources.rb index df13b1ca3c3..136f77ae846 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/929_add_commit_in_file_sources.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/929_add_commit_in_file_sources.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/930_add_projects_qualifier_index.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/930_add_projects_qualifier_index.rb index b0a95b0c588..583a2185787 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/930_add_projects_qualifier_index.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/930_add_projects_qualifier_index.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/931_create_ce_activity.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/931_create_ce_activity.rb index 55a6e90fe77..c66fd2e9838 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/931_create_ce_activity.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/931_create_ce_activity.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/932_create_ce_queue.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/932_create_ce_queue.rb index e8d0be4da42..17562e62291 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/932_create_ce_queue.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/932_create_ce_queue.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/933_drop_table_analysis_reports.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/933_drop_table_analysis_reports.rb index 36e925b47e9..d2e9f9916b3 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/933_drop_table_analysis_reports.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/933_drop_table_analysis_reports.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/934_remove_analysis_reports_from_activities.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/934_remove_analysis_reports_from_activities.rb index 3c877912ab3..229c1a47c97 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/934_remove_analysis_reports_from_activities.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/934_remove_analysis_reports_from_activities.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/935_add_provisioning_permission_to_scan.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/935_add_provisioning_permission_to_scan.rb index 32911427a77..5b95468179b 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/935_add_provisioning_permission_to_scan.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/935_add_provisioning_permission_to_scan.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/936_delete_property_prevent_auto_project_creation.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/936_delete_property_prevent_auto_project_creation.rb index 14df4d0823e..f03a10b4718 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/936_delete_property_prevent_auto_project_creation.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/936_delete_property_prevent_auto_project_creation.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/937_increase_precision_of_numerics.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/937_increase_precision_of_numerics.rb index aa86563db8f..7e6cf5a0819 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/937_increase_precision_of_numerics.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/937_increase_precision_of_numerics.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/938_remove_rule_measures_on_issues.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/938_remove_rule_measures_on_issues.rb index f5a91b05286..88f693ed548 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/938_remove_rule_measures_on_issues.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/938_remove_rule_measures_on_issues.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/939_move_duplications_id_to_bigint.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/939_move_duplications_id_to_bigint.rb index 0f318a6ce27..5f9c87b754e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/939_move_duplications_id_to_bigint.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/939_move_duplications_id_to_bigint.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/940_delete_technical_debt_size_metric.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/940_delete_technical_debt_size_metric.rb index abfaf3ea7d2..96555e51d52 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/940_delete_technical_debt_size_metric.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/940_delete_technical_debt_size_metric.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/941_alter_issues_char_columns_on_mssql.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/941_alter_issues_char_columns_on_mssql.rb index f74a068eb50..9afc71d47fc 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/941_alter_issues_char_columns_on_mssql.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/941_alter_issues_char_columns_on_mssql.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/database_version.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/database_version.rb index b1e7da54f35..ebac4615442 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/database_version.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/database_version.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/default_authorizer.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/default_authorizer.rb index f19b47ac992..954e334654c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/default_authorizer.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/default_authorizer.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/java_ws_routing.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/java_ws_routing.rb index 96c45d64c20..d2fc7652a14 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/java_ws_routing.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/java_ws_routing.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authorization.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authorization.rb index 46dcee07872..fc5a76c3a32 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authorization.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authorization.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/resourceable.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/resourceable.rb index 47371ab881d..487b366fa7e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/resourceable.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/resourceable.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource +# Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb index b30ec41df57..f2cfd8b488d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb @@ -1,6 +1,6 @@ # # SonarQube, open source software quality management tool. - # Copyright (C) 2008-2014 SonarSource + # Copyright (C) 2008-2016 SonarSource # mailto:contact AT sonarsource DOT com # # SonarQube is free software; you can redistribute it and/or |