diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-05 21:51:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-05 23:17:36 +0100 |
commit | 6be98b208a59535af4cbbcfff3af0d49d111a6bd (patch) | |
tree | 8b031c95ce50a0da189a37dc6cb1b2fd9dc94da5 /sonar-testing-harness | |
parent | de4bd7cf6c5ac9dba12040b19635ab4305ce2bde (diff) | |
download | sonarqube-6be98b208a59535af4cbbcfff3af0d49d111a6bd.tar.gz sonarqube-6be98b208a59535af4cbbcfff3af0d49d111a6bd.zip |
Upgrade to parent 26 and new copyright headers
Diffstat (limited to 'sonar-testing-harness')
15 files changed, 60 insertions, 62 deletions
diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/DbTests.java b/sonar-testing-harness/src/main/java/org/sonar/test/DbTests.java index 8ae56594662..57aef40d7af 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/DbTests.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/DbTests.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/ExceptionCauseMatcher.java b/sonar-testing-harness/src/main/java/org/sonar/test/ExceptionCauseMatcher.java index 14da5daa22d..94700ef9e47 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/ExceptionCauseMatcher.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/ExceptionCauseMatcher.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/JsonAssert.java b/sonar-testing-harness/src/main/java/org/sonar/test/JsonAssert.java index 2f9023676d7..eea8688ed18 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/JsonAssert.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/JsonAssert.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/JsonComparison.java b/sonar-testing-harness/src/main/java/org/sonar/test/JsonComparison.java index 7aab3e9eb67..1f17fa900e1 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/JsonComparison.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/JsonComparison.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/RunTestsMultipleTimes.java b/sonar-testing-harness/src/main/java/org/sonar/test/RunTestsMultipleTimes.java index 3924f8d978d..9cdb4b72bf4 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/RunTestsMultipleTimes.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/RunTestsMultipleTimes.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/TestUtils.java b/sonar-testing-harness/src/main/java/org/sonar/test/TestUtils.java index ba4728675ab..1db626344e1 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/TestUtils.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/TestUtils.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/BundleSynchronizedMatcher.java b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/BundleSynchronizedMatcher.java index 2eb2430efcd..8fc9971317e 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/BundleSynchronizedMatcher.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/BundleSynchronizedMatcher.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/I18nMatchers.java b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/I18nMatchers.java index b681961f83d..93a90801172 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/I18nMatchers.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/I18nMatchers.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/package-info.java b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/package-info.java index b2e509e522f..28f67e7ff36 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/i18n/package-info.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/i18n/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. @@ -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. */ - @ParametersAreNonnullByDefault package org.sonar.test.i18n; diff --git a/sonar-testing-harness/src/main/java/org/sonar/test/package-info.java b/sonar-testing-harness/src/main/java/org/sonar/test/package-info.java index 9774c5ec6c0..0785c615bbf 100644 --- a/sonar-testing-harness/src/main/java/org/sonar/test/package-info.java +++ b/sonar-testing-harness/src/main/java/org/sonar/test/package-info.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. @@ -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. */ - @ParametersAreNonnullByDefault package org.sonar.test; diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/JsonAssertTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/JsonAssertTest.java index 85d38aa816c..b9e573e944a 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/JsonAssertTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/JsonAssertTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/JsonComparisonTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/JsonComparisonTest.java index d52fe865e67..fed7eb1fcd3 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/JsonComparisonTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/JsonComparisonTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/TestUtilsTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/TestUtilsTest.java index f416c1bd033..e17a98afc8f 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/TestUtilsTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/TestUtilsTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedMatcherTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedMatcherTest.java index ac269beba56..b115346a077 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedMatcherTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedMatcherTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/I18nMatchersTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/I18nMatchersTest.java index fe797269b5c..cbcd329d04b 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/I18nMatchersTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/I18nMatchersTest.java @@ -1,14 +1,14 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * SonarQube :: Testing Harness + * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * - * SonarQube is free software; you can redistribute it and/or + * This program 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, + * This program 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. |