File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
python-frontend/src/main/java/org/sonar/plugins/python Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * SonarQube Python Plugin
3
+ * Copyright (C) 2011-2024 SonarSource SA
4
+ * mailto:info AT sonarsource DOT com
5
+ *
6
+ * This program is free software; you can redistribute it and/or
7
+ * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
+ * See the Sonar Source-Available License for more details.
13
+ *
14
+ * You should have received a copy of the Sonar Source-Available License
15
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
16
+ */
17
+ @ ParametersAreNonnullByDefault
18
+ package org .sonar .plugins .python ;
19
+
20
+ import javax .annotation .ParametersAreNonnullByDefault ;
You can’t perform that action at this time.
0 commit comments