diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 19:46:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 19:46:49 +0200 |
commit | cde4bd7a61e5a9a8c27d115f07f53b691445d0ff (patch) | |
tree | fdadfde69c8a38ca22bbf79d663f41cbb1f7b255 /sonar-application-test | |
parent | a57b9477e3f618f5f6b8ac5f0125fcbb22d46e96 (diff) | |
download | sonarqube-cde4bd7a61e5a9a8c27d115f07f53b691445d0ff.tar.gz sonarqube-cde4bd7a61e5a9a8c27d115f07f53b691445d0ff.zip |
SONAR-4898 fix header of ForkTest
Diffstat (limited to 'sonar-application-test')
-rw-r--r-- | sonar-application-test/src/test/java/ForkTest.java | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sonar-application-test/src/test/java/ForkTest.java b/sonar-application-test/src/test/java/ForkTest.java index caa97d3e53d..3352644c42c 100644 --- a/sonar-application-test/src/test/java/ForkTest.java +++ b/sonar-application-test/src/test/java/ForkTest.java @@ -1,21 +1,7 @@ /* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource + * Copyright (C) 2009-2014 SonarSource SA + * All rights reserved * 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. */ import com.sonar.orchestrator.Orchestrator; import com.sonar.orchestrator.OrchestratorBuilder; |