From: Julien HENRY Date: Wed, 19 Jun 2013 11:51:50 +0000 (+0200) Subject: Add missing license header X-Git-Tag: 3.7~441 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b2e6dfb36fb34c8051376e14084b2255fb10a5fd;p=sonarqube.git Add missing license header --- 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;