diff --git a/pom.xml b/pom.xml
index 9b5baaca..bc048b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.sonarsource.parent
parent
- 71.0.0.1292
+ 82.0.0.2314
org.sonarsource.update-center
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Artifact.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Artifact.java
index 618000ea..af3d7bc1 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Artifact.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Artifact.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Component.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Component.java
index 8a3d90a3..eafe5386 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Component.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Component.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/FormatUtils.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/FormatUtils.java
index 2fd0f25a..adac6f9a 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/FormatUtils.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/FormatUtils.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Plugin.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Plugin.java
index a3af00c3..c645a9d6 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Plugin.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Plugin.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginKeyUtils.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginKeyUtils.java
index 79d0d882..cfe387a9 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginKeyUtils.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginKeyUtils.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginManifest.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginManifest.java
index 758bf143..5440042f 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginManifest.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginManifest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferential.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferential.java
index 077c1a95..7c57abf6 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferential.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferential.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferentialManifestConverter.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferentialManifestConverter.java
index 0801b59d..2618b411 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferentialManifestConverter.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginReferentialManifestConverter.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginUpdate.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginUpdate.java
index a4a1799e..e57d8a62 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginUpdate.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/PluginUpdate.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Product.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Product.java
index c7d8c66d..ea666eca 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Product.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Product.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Release.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Release.java
index 722b2721..dc23cc3c 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Release.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Release.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Scanner.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Scanner.java
index dc4dd850..86f75518 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Scanner.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Scanner.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Sonar.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Sonar.java
index a74f2ed2..4db4291e 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Sonar.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Sonar.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarRelease.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarRelease.java
index 98c498f2..eaa585bb 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarRelease.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarRelease.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarUpdate.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarUpdate.java
index 771dc80a..8106360d 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarUpdate.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/SonarUpdate.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenter.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenter.java
index 8471cbce..faf9e405 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenter.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenter.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterDeserializer.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterDeserializer.java
index ec5d885d..fddb1e79 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterDeserializer.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterDeserializer.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterSerializer.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterSerializer.java
index 3bdf486f..5f3b24f6 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterSerializer.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/UpdateCenterSerializer.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Version.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Version.java
index fa9252a8..40192484 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Version.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/Version.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/DependencyCycleException.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/DependencyCycleException.java
index 69c14639..a77e0947 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/DependencyCycleException.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/DependencyCycleException.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common.exception;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/IncompatiblePluginVersionException.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/IncompatiblePluginVersionException.java
index 6f02c397..8ad6f93d 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/IncompatiblePluginVersionException.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/IncompatiblePluginVersionException.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common.exception;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/PluginNotFoundException.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/PluginNotFoundException.java
index 312304b3..412bffdb 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/PluginNotFoundException.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/PluginNotFoundException.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common.exception;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/SonarVersionRangeException.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/SonarVersionRangeException.java
index 251696d3..144b8dcd 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/SonarVersionRangeException.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/SonarVersionRangeException.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common.exception;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/package-info.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/package-info.java
index 70bd6ae9..93922ebc 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/package-info.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/exception/package-info.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * 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.updatecenter.common.exception;
diff --git a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/package-info.java b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/package-info.java
index 5e7fb862..4f620d59 100644
--- a/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/package-info.java
+++ b/sonar-update-center-common/src/main/java/org/sonar/updatecenter/common/package-info.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * 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.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ArtifactTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ArtifactTest.java
index 2fee2e3e..71db50e5 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ArtifactTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ArtifactTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ComponentTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ComponentTest.java
index db0041d0..e9708a1b 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ComponentTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ComponentTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/FormatUtilsTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/FormatUtilsTest.java
index a619a874..0443cf8e 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/FormatUtilsTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/FormatUtilsTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginKeyUtilsTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginKeyUtilsTest.java
index a8367c7b..f529adf0 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginKeyUtilsTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginKeyUtilsTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginManifestTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginManifestTest.java
index af5473e2..bae01567 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginManifestTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginManifestTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialManifestConverterTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialManifestConverterTest.java
index 6777ad47..24d07e91 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialManifestConverterTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialManifestConverterTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialTest.java
index dd558ccc..d022da68 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginReferentialTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginTest.java
index c1ed6c38..3b4e751a 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginUpdateTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginUpdateTest.java
index 87f98f68..be9c4272 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginUpdateTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/PluginUpdateTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ReleaseTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ReleaseTest.java
index d3c47745..54febb30 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ReleaseTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ReleaseTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ScannerTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ScannerTest.java
index 247ca0ca..1ceeaaae 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ScannerTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/ScannerTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarReleaseTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarReleaseTest.java
index 5590f747..1b0caaf2 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarReleaseTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarReleaseTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarTest.java
index 61a55919..5571f8d6 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarUpdateTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarUpdateTest.java
index abc6dc72..d2e7a54a 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarUpdateTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/SonarUpdateTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterDeserializerTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterDeserializerTest.java
index f448d0f6..4b90298b 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterDeserializerTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterDeserializerTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterSerializerTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterSerializerTest.java
index 108b269b..54e63c63 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterSerializerTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterSerializerTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterTest.java
index 08819c87..a304adc0 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/UpdateCenterTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/VersionTest.java b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/VersionTest.java
index 74d1a598..500899b2 100644
--- a/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/VersionTest.java
+++ b/sonar-update-center-common/src/test/java/org/sonar/updatecenter/common/VersionTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.common;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/CompatibilityMatrix.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/CompatibilityMatrix.java
index 87064fb8..4711e95d 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/CompatibilityMatrix.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/CompatibilityMatrix.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Configuration.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Configuration.java
index 816d4831..bb5d663c 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Configuration.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Configuration.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/FreeMarkerUtils.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/FreeMarkerUtils.java
index 94703d88..f3ce44e7 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/FreeMarkerUtils.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/FreeMarkerUtils.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateHtmlMojo.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateHtmlMojo.java
index f6f69b32..aacbc05d 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateHtmlMojo.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateHtmlMojo.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateJsonMojo.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateJsonMojo.java
index 409f76a5..6fdbd98c 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateJsonMojo.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateJsonMojo.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateMetadataMojo.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateMetadataMojo.java
index 036bf3be..40a2b27b 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateMetadataMojo.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/GenerateMetadataMojo.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Generator.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Generator.java
index b0ff0211..8ea80d82 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Generator.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/Generator.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/HttpDownloader.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/HttpDownloader.java
index b9b802d7..28e8c044 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/HttpDownloader.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/HttpDownloader.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/JsonGenerator.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/JsonGenerator.java
index 3ce85f63..8e2e6ef0 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/JsonGenerator.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/JsonGenerator.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginModel.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginModel.java
index 4ccc29d7..eada6c1d 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginModel.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginModel.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginsJsonGenerator.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginsJsonGenerator.java
index fcdf5f1e..ceb6ee07 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginsJsonGenerator.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/PluginsJsonGenerator.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ReleaseModel.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ReleaseModel.java
index e2ca7fe3..d0388fe5 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ReleaseModel.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ReleaseModel.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerJsonGenerator.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerJsonGenerator.java
index 6642fa31..7be9d990 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerJsonGenerator.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerJsonGenerator.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerModel.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerModel.java
index 0256be4e..492700f8 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerModel.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/ScannerModel.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/SonarVersionModel.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/SonarVersionModel.java
index d477a7fc..809e1bb1 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/SonarVersionModel.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/SonarVersionModel.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/package-info.java b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/package-info.java
index 1c402e44..4e86279f 100644
--- a/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/package-info.java
+++ b/sonar-update-center-mojo/src/main/java/org/sonar/updatecenter/mojo/package-info.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * 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.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/main/resources/styles.css b/sonar-update-center-mojo/src/main/resources/styles.css
index fc916705..ebec08fe 100644
--- a/sonar-update-center-mojo/src/main/resources/styles.css
+++ b/sonar-update-center-mojo/src/main/resources/styles.css
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
body {
font-family: Verdana,arial,sans-serif;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/CompatibilityMatrixTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/CompatibilityMatrixTest.java
index 5f8f3c9c..d6ccfec5 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/CompatibilityMatrixTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/CompatibilityMatrixTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateHtmlMojoTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateHtmlMojoTest.java
index 881d576b..1a03c9c5 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateHtmlMojoTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateHtmlMojoTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateJsonMojoTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateJsonMojoTest.java
index d09a3c30..a0ccdde6 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateJsonMojoTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateJsonMojoTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateMetadataMojoTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateMetadataMojoTest.java
index 267b2361..7d25eedb 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateMetadataMojoTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/GenerateMetadataMojoTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/PluginsJsonGeneratorTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/PluginsJsonGeneratorTest.java
index 0820c6ff..ad76d89c 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/PluginsJsonGeneratorTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/PluginsJsonGeneratorTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/ScannerJsonGeneratorTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/ScannerJsonGeneratorTest.java
index fde59800..23ff33b1 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/ScannerJsonGeneratorTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/ScannerJsonGeneratorTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;
diff --git a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/SonarVersionModelTest.java b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/SonarVersionModelTest.java
index 426813f8..3b45e3b5 100644
--- a/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/SonarVersionModelTest.java
+++ b/sonar-update-center-mojo/src/test/java/org/sonar/updatecenter/mojo/SonarVersionModelTest.java
@@ -4,18 +4,15 @@
* 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.
+ * 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 GNU
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the Sonar Source-Available 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.
+ * You should have received a copy of the Sonar Source-Available License
+ * along with this program; if not, see https://sonarsource.com/license/ssal/
*/
package org.sonar.updatecenter.mojo;