]> source.dussan.org Git - sonarqube.git/commitdiff
Fix header
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 19 Dec 2013 06:59:07 +0000 (07:59 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 19 Dec 2013 06:59:07 +0000 (07:59 +0100)
sonar-server/src/main/java/org/sonar/server/qualityprofile/RuleActivationResult.java

index 4d360cddab3317e3ef5a58c2eba1ca992b486cc3..ee8366370a60676e7e9e6be2b48933247474e1ac 100644 (file)
@@ -1,21 +1,21 @@
 /*
- * Sonar, open source software quality management tool.
- * Copyright (C) 2008-2012 SonarSource
+ * SonarQube, open source software quality management tool.
+ * Copyright (C) 2008-2013 SonarSource
  * mailto:contact AT sonarsource DOT com
  *
- * Sonar 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.
  *
- * Sonar 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 Sonar; 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.server.qualityprofile;