Skip to content

Commit c874e3c

Browse files
authored
Fix licenses (#46)
1 parent 3cad7fb commit c874e3c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

maven-plugin/src/main/java/ChecksumException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* NodeJS Maven Plugin
3-
* Copyright (C) 2025-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
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.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

maven-plugin/src/main/java/CompressMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* NodeJS Maven Plugin
3-
* Copyright (C) 2025-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
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.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

maven-plugin/src/main/java/DownloadRuntimesMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* NodeJS Maven Plugin
3-
* Copyright (C) 2025-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
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.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

maven-plugin/src/main/java/RuntimeFlavor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* NodeJS Maven Plugin
3-
* Copyright (C) 2025-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
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.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)