diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-01-29 11:40:02 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-01-29 11:40:02 +0100 |
commit | a98f8dfab784f9e0e6e1fa8d0b7c9608db5814fd (patch) | |
tree | e4e0bd301efc2ad0eb277955d0377d37561b4d68 | |
parent | 54168a36475f771e6c55857e916687e32538b3b4 (diff) | |
download | sonarqube-a98f8dfab784f9e0e6e1fa8d0b7c9608db5814fd.tar.gz sonarqube-a98f8dfab784f9e0e6e1fa8d0b7c9608db5814fd.zip |
Add missing copyright header
-rw-r--r-- | sonar-core/src/test/java/org/sonar/core/test/TestPlanBuilderTest.java | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/sonar-core/src/test/java/org/sonar/core/test/TestPlanBuilderTest.java b/sonar-core/src/test/java/org/sonar/core/test/TestPlanBuilderTest.java index 7a525aca492..3ef5a23d8dd 100644 --- a/sonar-core/src/test/java/org/sonar/core/test/TestPlanBuilderTest.java +++ b/sonar-core/src/test/java/org/sonar/core/test/TestPlanBuilderTest.java @@ -1,22 +1,22 @@ /* -* Sonar, open source software quality management tool. -* Copyright (C) 2008-2012 SonarSource -* mailto:contact AT sonarsource DOT com -* -* Sonar 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. -* -* Sonar 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 Sonar; if not, write to the Free Software -* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 -*/ + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2012 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.core.test; import org.junit.Ignore; |