diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:20:09 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:20:09 +0000 |
commit | 2109c5ba59147a94dcfce18a9b1a9ba0fccd3f23 (patch) | |
tree | 945767e797c78c65dfec5daa4e5286533e021196 /sonar-server/src | |
parent | f4f4f5f279804dc50bd908917f42b3d8eb94bdfe (diff) | |
download | sonarqube-2109c5ba59147a94dcfce18a9b1a9ba0fccd3f23.tar.gz sonarqube-2109c5ba59147a94dcfce18a9b1a9ba0fccd3f23.zip |
add missing copyright
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/java/org/sonar/server/rules/ProfileBackuper.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-server/src/main/java/org/sonar/server/rules/ProfileBackuper.java b/sonar-server/src/main/java/org/sonar/server/rules/ProfileBackuper.java index a62eb49b3c1..ddfe6c3c681 100644 --- a/sonar-server/src/main/java/org/sonar/server/rules/ProfileBackuper.java +++ b/sonar-server/src/main/java/org/sonar/server/rules/ProfileBackuper.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.rules; import org.sonar.api.ServerComponent; |