diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2023-09-28 15:43:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-28 20:03:13 +0000 |
commit | 159e94c82336a3f51b426628ecd0ea7e5c4e1e38 (patch) | |
tree | 9270437113dc0eac3962037f89d39742974c4009 /sonar-duplications | |
parent | 0db6aa0cdf7e9ec2b8220be9830f10bc02bf5eba (diff) | |
download | sonarqube-159e94c82336a3f51b426628ecd0ea7e5c4e1e38.tar.gz sonarqube-159e94c82336a3f51b426628ecd0ea7e5c4e1e38.zip |
NO-JIRA delete all useless package-info.java files
Diffstat (limited to 'sonar-duplications')
-rw-r--r-- | sonar-duplications/src/main/java/org/sonar/duplications/internal/package-info.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/internal/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/internal/package-info.java deleted file mode 100644 index 5be6d7d0b6b..00000000000 --- a/sonar-duplications/src/main/java/org/sonar/duplications/internal/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * 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. - */ -/** - * Internals. - */ -package org.sonar.duplications.internal; |