]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing license header
authorJulien HENRY <julien.henry@sonarsource.com>
Wed, 19 Jun 2013 11:51:50 +0000 (13:51 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 19 Jun 2013 11:51:50 +0000 (13:51 +0200)
sonar-maven-plugin/src/main/java/org/sonar/maven/SonarProperties.java

index 530c601f9c20eedc26aab6e884d1a43bec844e04..6ebc9b3ce192fe813431ea98f2eb0208405cfb81 100644 (file)
@@ -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;