Skip to content

Commit c89b664

Browse files
SONARJAVA-5189 Adjusting license headers for last files
1 parent 50b7d48 commit c89b664

36 files changed

Lines changed: 214 additions & 324 deletions

java-checks-test-sources/default/src/main/files/non-compiling/checks/ObjectFinalizeOverriddenCheckSample.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017
class ObjectFinalizeOverriddenCheckSample {
2118
class Foo {

java-checks-test-sources/default/src/main/files/non-compiling/checks/tests/AssertJChainSimplificationCheckTestJava11.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2020 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017
package checks.tests;
2118

java-checks-test-sources/default/src/main/files/non-compiling/checks/tests/TooManyAssertionsCheckSample.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
2-
* SonarQube
3-
* Copyright (C) 2009-2017 SonarSource SA
2+
* SonarQube Java
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017
package org.sonar.ce.queue;
2118

java-checks-test-sources/default/src/main/java/android/app/PendingIntent.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2021 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017
package android.app;
2118

java-checks-test-sources/default/src/main/java/android/bluetooth/BluetoothGatt.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017

2118
package android.bluetooth;

java-checks-test-sources/default/src/main/java/android/bluetooth/le/AdvertiseSettings.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017

2118
package android.bluetooth.le;

java-checks-test-sources/default/src/main/java/android/content/Context.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2021 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the Sonar Source-Available License
15+
* long with this program; if not, see https://sonarsource.com/license/ssal/
1916
*/
2017
package android.content;
2118

java-checks-test-sources/default/src/main/java/android/hardware/Camera.java

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
/*
2-
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
2+
* Copyright (C) 2012-2024 SonarSource SA
43
* mailto:info AT sonarsource DOT com
54
*
65
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
6+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
107
*
118
* This program is distributed in the hope that it will be useful,
129
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11+
* See the Sonar Source-Available License for more details.
1512
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13+
* You should have received a copy of the Sonar Source-Available License
14+
* along with this program; if not, see https://sonarsource.com/license/ssal/
1915
*/
2016

2117
package android.hardware;

java-checks-test-sources/default/src/main/java/android/hardware/Sensor.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
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/
1916
*/
2017

2118
package android.hardware;

java-checks-test-sources/default/src/main/java/android/hardware/SensorManager.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2012-2023 SonarSource SA
3+
* Copyright (C) 2012-2024 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 3 of the License, or (at your option) any later version.
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
108
*
119
* This program is distributed in the hope that it will be useful,
1210
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
1513
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program; if not, write to the Free Software Foundation,
18-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
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/
1916
*/
2017

2118
package android.hardware;

0 commit comments

Comments
 (0)