aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorAurelien Poscia <aurelien.poscia@sonarsource.com>2023-10-12 16:12:01 +0200
committersonartech <sonartech@sonarsource.com>2023-10-20 20:02:40 +0000
commitb9ee3198bbbbf0c242a208855f6f7d906653baf2 (patch)
treee2b1de1fe5721a5c58e4767a1053384bfc89bfdc /sonar-core/src
parent6a8aa6c62e0ccf8918f76885796bd550665286de (diff)
downloadsonarqube-b9ee3198bbbbf0c242a208855f6f7d906653baf2.tar.gz
sonarqube-b9ee3198bbbbf0c242a208855f6f7d906653baf2.zip
SONAR-20640 removed 'organization' parameter from api/alm_integrations/import_github_project
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/java/org/sonar/core/ce/package-info.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/ce/package-info.java b/sonar-core/src/main/java/org/sonar/core/ce/package-info.java
index 90dc6682f04..140cfc6fe77 100644
--- a/sonar-core/src/main/java/org/sonar/core/ce/package-info.java
+++ b/sonar-core/src/main/java/org/sonar/core/ce/package-info.java
@@ -1,3 +1,22 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2023 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.
+ */
@ParametersAreNonnullByDefault
package org.sonar.core.ce;