aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-02-05 10:27:59 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-02-05 10:28:13 +0100
commit9257a9559ecbe38f15a1901b9d8aed1b104d1ae3 (patch)
tree24455a7d3d32539cab26a65676917dc147ad171c /it/it-tests
parent59da191ac74f15902d6106742e1463fb3447f917 (diff)
downloadsonarqube-9257a9559ecbe38f15a1901b9d8aed1b104d1ae3.tar.gz
sonarqube-9257a9559ecbe38f15a1901b9d8aed1b104d1ae3.zip
fix headers
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/java/it/projectServices/AllProjectsTest.java18
-rw-r--r--it/it-tests/src/test/java/it/projectServices/ProjectComparisonTest.java18
-rw-r--r--it/it-tests/src/test/java/it/projectServices/ProjectDrilldownTest.java18
-rw-r--r--it/it-tests/src/test/java/it/projectServices/ProjectWidgetsTest.java18
4 files changed, 64 insertions, 8 deletions
diff --git a/it/it-tests/src/test/java/it/projectServices/AllProjectsTest.java b/it/it-tests/src/test/java/it/projectServices/AllProjectsTest.java
index 77fff59038c..57af7d162af 100644
--- a/it/it-tests/src/test/java/it/projectServices/AllProjectsTest.java
+++ b/it/it-tests/src/test/java/it/projectServices/AllProjectsTest.java
@@ -1,7 +1,21 @@
/*
- * Copyright (C) 2009-2014 SonarSource SA
- * All rights reserved
+ * SonarQube
+ * Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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.
*/
package it.projectServices;
diff --git a/it/it-tests/src/test/java/it/projectServices/ProjectComparisonTest.java b/it/it-tests/src/test/java/it/projectServices/ProjectComparisonTest.java
index ae8faaf4b09..f0696412bf7 100644
--- a/it/it-tests/src/test/java/it/projectServices/ProjectComparisonTest.java
+++ b/it/it-tests/src/test/java/it/projectServices/ProjectComparisonTest.java
@@ -1,7 +1,21 @@
/*
- * Copyright (C) 2009-2014 SonarSource SA
- * All rights reserved
+ * SonarQube
+ * Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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.
*/
package it.projectServices;
diff --git a/it/it-tests/src/test/java/it/projectServices/ProjectDrilldownTest.java b/it/it-tests/src/test/java/it/projectServices/ProjectDrilldownTest.java
index e885160ca2f..9a37eb4aac8 100644
--- a/it/it-tests/src/test/java/it/projectServices/ProjectDrilldownTest.java
+++ b/it/it-tests/src/test/java/it/projectServices/ProjectDrilldownTest.java
@@ -1,7 +1,21 @@
/*
- * Copyright (C) 2009-2014 SonarSource SA
- * All rights reserved
+ * SonarQube
+ * Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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.
*/
package it.projectServices;
diff --git a/it/it-tests/src/test/java/it/projectServices/ProjectWidgetsTest.java b/it/it-tests/src/test/java/it/projectServices/ProjectWidgetsTest.java
index 47be732c8ab..c3012367b9f 100644
--- a/it/it-tests/src/test/java/it/projectServices/ProjectWidgetsTest.java
+++ b/it/it-tests/src/test/java/it/projectServices/ProjectWidgetsTest.java
@@ -1,7 +1,21 @@
/*
- * Copyright (C) 2009-2014 SonarSource SA
- * All rights reserved
+ * SonarQube
+ * Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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.
*/
package it.projectServices;