]> source.dussan.org Git - sonarqube.git/commitdiff
Fix missing license header
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 8 Oct 2013 09:41:04 +0000 (11:41 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 8 Oct 2013 09:41:04 +0000 (11:41 +0200)
sonar-batch/src/test/java/org/sonar/batch/issue/DefaultIssueFilterChainTest.java

index ce8ff6a1b639b9cae8ea42ba2300c1298f1be306..600eb1800dc653f2965db6af9f8aaa2c49a3c9c4 100644 (file)
@@ -1,11 +1,30 @@
+/*
+ * SonarQube, open source software quality management tool.
+ * Copyright (C) 2008-2013 SonarSource
+ * mailto:contact AT sonarsource DOT com
+ *
+ * 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.
+ *
+ * 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  02110-1301, USA.
+ */
 package org.sonar.batch.issue;
 
 import org.fest.assertions.Fail;
-
 import org.junit.Test;
 import org.sonar.api.issue.Issue;
 import org.sonar.api.issue.batch.IssueFilter;
 import org.sonar.api.issue.batch.IssueFilterChain;
+
 import static org.fest.assertions.Assertions.assertThat;
 import static org.mockito.Mockito.mock;