diff options
author | Godin <mandrikov@gmail.com> | 2010-12-21 23:19:20 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-12-21 23:19:20 +0000 |
commit | 6065020e5dadd6a6f785518ae56fc8f5040638c6 (patch) | |
tree | 509c312ea16f69667be0d4ddfd1c443e93315a34 /sonar-server/src | |
parent | 6d5308e5a52bddee3570a7836f94a497f2389f09 (diff) | |
download | sonarqube-6065020e5dadd6a6f785518ae56fc8f5040638c6.tar.gz sonarqube-6065020e5dadd6a6f785518ae56fc8f5040638c6.zip |
Add missing license headers
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java b/sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java index 500846033fe..799fc7660e8 100644 --- a/sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java +++ b/sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2009 SonarSource SA + * 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.server.configuration; import org.junit.Before; |