aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins/posttask-plugin/src
diff options
context:
space:
mode:
Diffstat (limited to 'it/it-plugins/posttask-plugin/src')
-rw-r--r--it/it-plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java5
-rw-r--r--it/it-plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java5
-rw-r--r--it/it-plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java19
-rw-r--r--it/it-plugins/posttask-plugin/src/main/java/PostTaskPlugin.java4
4 files changed, 25 insertions, 8 deletions
diff --git a/it/it-plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java b/it/it-plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java
index 34261a6e33b..7013a6707a8 100644
--- a/it/it-plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java
+++ b/it/it-plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java
@@ -1,7 +1,7 @@
/*
* SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
import org.sonar.api.batch.sensor.Sensor;
import org.sonar.api.batch.sensor.SensorContext;
import org.sonar.api.batch.sensor.SensorDescriptor;
diff --git a/it/it-plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java b/it/it-plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java
index 55216b031b1..120610a2da2 100644
--- a/it/it-plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java
+++ b/it/it-plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java
@@ -1,7 +1,7 @@
/*
* SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
import java.util.Map;
import org.sonar.api.ce.posttask.PostProjectAnalysisTask;
import org.sonar.api.utils.log.Logger;
diff --git a/it/it-plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java b/it/it-plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java
index 92b9626e6d2..0c288ec01d5 100644
--- a/it/it-plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java
+++ b/it/it-plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java
@@ -1,3 +1,22 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
+ *
+ * This program 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,
+ * 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.
+ */
/*
* SonarQube
diff --git a/it/it-plugins/posttask-plugin/src/main/java/PostTaskPlugin.java b/it/it-plugins/posttask-plugin/src/main/java/PostTaskPlugin.java
index 69f2e0bbfa7..07ce105ff4e 100644
--- a/it/it-plugins/posttask-plugin/src/main/java/PostTaskPlugin.java
+++ b/it/it-plugins/posttask-plugin/src/main/java/PostTaskPlugin.java
@@ -1,7 +1,7 @@
/*
* SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public