aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/issue/package-info.java20
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java20
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java20
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/qualitygate/package-info.java20
-rw-r--r--sonar-ws/src/main/protobuf/ws-batch.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-ce.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-commons.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-issues.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-licenses.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-measures.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-organizations.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-permissions.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-projects.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualityprofiles.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-root.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-rules.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-serverid.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-settings.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-tests.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_groups.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_tokens.proto2
-rw-r--r--sonar-ws/src/main/protobuf/ws-users.proto2
24 files changed, 20 insertions, 100 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/issue/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/issue/package-info.java
index ed73ac7d2ac..46f2161ec16 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/issue/package-info.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/issue/package-info.java
@@ -17,26 +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.
*/
-/*
- * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2014 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.
- */
-
@ParametersAreNonnullByDefault
package org.sonarqube.ws.client.issue;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java
index be7df2c596f..07de3f7c754 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java
@@ -17,26 +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.
*/
-/*
- * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2014 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.
- */
-
@ParametersAreNonnullByDefault
package org.sonarqube.ws.client;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java
index 32a8527d5d9..ece7a5f0d06 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java
@@ -17,26 +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.
*/
-/*
- * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2014 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.
- */
-
@ParametersAreNonnullByDefault
package org.sonarqube.ws.client.permission;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/qualitygate/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/qualitygate/package-info.java
index 4b70bbf2028..e1a1559f552 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/qualitygate/package-info.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/qualitygate/package-info.java
@@ -17,26 +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.
*/
-/*
- * SonarQube, open source software quality management tool.
- * Copyright (C) 2008-2014 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.
- */
-
@ParametersAreNonnullByDefault
package org.sonarqube.ws.client.qualitygate;
diff --git a/sonar-ws/src/main/protobuf/ws-batch.proto b/sonar-ws/src/main/protobuf/ws-batch.proto
index 2885f2f5c55..dec9005867d 100644
--- a/sonar-ws/src/main/protobuf/ws-batch.proto
+++ b/sonar-ws/src/main/protobuf/ws-batch.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto
index 36bc39fbaea..59de0461a78 100644
--- a/sonar-ws/src/main/protobuf/ws-ce.proto
+++ b/sonar-ws/src/main/protobuf/ws-ce.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-commons.proto b/sonar-ws/src/main/protobuf/ws-commons.proto
index 9a2b9ce836f..6f9c6805103 100644
--- a/sonar-ws/src/main/protobuf/ws-commons.proto
+++ b/sonar-ws/src/main/protobuf/ws-commons.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index 6d70af9c280..b0659973fe0 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto
index c5c76bcad78..3aca709bba7 100644
--- a/sonar-ws/src/main/protobuf/ws-issues.proto
+++ b/sonar-ws/src/main/protobuf/ws-issues.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-licenses.proto b/sonar-ws/src/main/protobuf/ws-licenses.proto
index 72bf937010c..ff995af954d 100644
--- a/sonar-ws/src/main/protobuf/ws-licenses.proto
+++ b/sonar-ws/src/main/protobuf/ws-licenses.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto
index f53b81a9a10..3636436de74 100644
--- a/sonar-ws/src/main/protobuf/ws-measures.proto
+++ b/sonar-ws/src/main/protobuf/ws-measures.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-organizations.proto b/sonar-ws/src/main/protobuf/ws-organizations.proto
index 4029ca50a75..e4087f6c91b 100644
--- a/sonar-ws/src/main/protobuf/ws-organizations.proto
+++ b/sonar-ws/src/main/protobuf/ws-organizations.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-permissions.proto b/sonar-ws/src/main/protobuf/ws-permissions.proto
index 3f9a31372ff..2ed5c93bb22 100644
--- a/sonar-ws/src/main/protobuf/ws-permissions.proto
+++ b/sonar-ws/src/main/protobuf/ws-permissions.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-projects.proto b/sonar-ws/src/main/protobuf/ws-projects.proto
index df62d112ce9..6df23d6edfc 100644
--- a/sonar-ws/src/main/protobuf/ws-projects.proto
+++ b/sonar-ws/src/main/protobuf/ws-projects.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
index ff1fc870376..92d2be56d33 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
index d131d02714c..2c85b0e4682 100644
--- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-root.proto b/sonar-ws/src/main/protobuf/ws-root.proto
index 032ee5ab24b..1501a70d793 100644
--- a/sonar-ws/src/main/protobuf/ws-root.proto
+++ b/sonar-ws/src/main/protobuf/ws-root.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto
index c08cad07af2..4b4b2f697c0 100644
--- a/sonar-ws/src/main/protobuf/ws-rules.proto
+++ b/sonar-ws/src/main/protobuf/ws-rules.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-serverid.proto b/sonar-ws/src/main/protobuf/ws-serverid.proto
index 855a93889de..8ccef5292f9 100644
--- a/sonar-ws/src/main/protobuf/ws-serverid.proto
+++ b/sonar-ws/src/main/protobuf/ws-serverid.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-settings.proto b/sonar-ws/src/main/protobuf/ws-settings.proto
index df8e36059b5..52814f316eb 100644
--- a/sonar-ws/src/main/protobuf/ws-settings.proto
+++ b/sonar-ws/src/main/protobuf/ws-settings.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-tests.proto b/sonar-ws/src/main/protobuf/ws-tests.proto
index c3d52e2007b..13a070a34a2 100644
--- a/sonar-ws/src/main/protobuf/ws-tests.proto
+++ b/sonar-ws/src/main/protobuf/ws-tests.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-user_groups.proto b/sonar-ws/src/main/protobuf/ws-user_groups.proto
index 295034042bb..7e085d75271 100644
--- a/sonar-ws/src/main/protobuf/ws-user_groups.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_groups.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-user_tokens.proto b/sonar-ws/src/main/protobuf/ws-user_tokens.proto
index f25403ea6aa..f1e1ae4311a 100644
--- a/sonar-ws/src/main/protobuf/ws-user_tokens.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_tokens.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or
diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto
index 20b6fff0d77..46d7ac92660 100644
--- a/sonar-ws/src/main/protobuf/ws-users.proto
+++ b/sonar-ws/src/main/protobuf/ws-users.proto
@@ -1,5 +1,5 @@
// SonarQube, open source software quality management tool.
-// Copyright (C) 2008-2015 SonarSource
+// Copyright (C) 2008-2016 SonarSource
// mailto:contact AT sonarsource DOT com
//
// SonarQube is free software; you can redistribute it and/or