Skip to content

Commit

Permalink
SONARPY-2404 Add package-info to org.sonar.plugins.python (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
joke1196 authored Dec 3, 2024
1 parent d7b4278 commit 393af24
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* SonarQube Python Plugin
* Copyright (C) 2011-2024 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 Sonar Source-Available License Version 1, as published by SonarSource SA.
*
* 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 Sonar Source-Available License for more details.
*
* You should have received a copy of the Sonar Source-Available License
* along with this program; if not, see https://sonarsource.com/license/ssal/
*/
@ParametersAreNonnullByDefault
package org.sonar.plugins.python;

import javax.annotation.ParametersAreNonnullByDefault;

0 comments on commit 393af24

Please sign in to comment.