aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven-plugin
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-06-19 13:51:50 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-06-19 13:51:50 +0200
commitb2e6dfb36fb34c8051376e14084b2255fb10a5fd (patch)
treeedf30eb076a85946a01c4c56e67790209cbb01ae /sonar-maven-plugin
parenta52fbd8cd565f58464635906c54db7db87b3be77 (diff)
downloadsonarqube-b2e6dfb36fb34c8051376e14084b2255fb10a5fd.tar.gz
sonarqube-b2e6dfb36fb34c8051376e14084b2255fb10a5fd.zip
Add missing license header
Diffstat (limited to 'sonar-maven-plugin')
-rw-r--r--sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java b/sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java
index 530c601f9c2..6ebc9b3ce19 100644
--- a/sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java
+++ b/sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java
@@ -1,21 +1,21 @@
/*
- * Sonar Eclipse
- * Copyright (C) 2010-2013 SonarSource
- * dev@sonar.codehaus.org
+ * SonarQube, open source software quality management tool.
+ * Copyright (C) 2008-2013 SonarSource
+ * mailto:contact AT sonarsource DOT com
*
- * This program is free software; you can redistribute it and/or
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 02
+ * 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.
*/
package org.sonar.maven;