diff options
-rw-r--r-- | HEADER | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.gradle | 1 | ||||
-rw-r--r-- | server/sonar-docs/src/components/Footer.tsx | 4 | ||||
-rw-r--r-- | sonar-ws-generator/src/main/resources/defaultWsClient.vm | 2 | ||||
-rw-r--r-- | sonar-ws-generator/src/main/resources/package-info.vm | 2 | ||||
-rw-r--r-- | sonar-ws-generator/src/main/resources/request.vm | 2 | ||||
-rw-r--r-- | sonar-ws-generator/src/main/resources/webService.vm | 2 | ||||
-rw-r--r-- | sonar-ws-generator/src/main/resources/wsClient.vm | 2 |
9 files changed, 10 insertions, 9 deletions
@@ -1,5 +1,5 @@ SonarQube -Copyright (C) 2009-2021 SonarSource SA +Copyright (C) 2009-2022 SonarSource SA mailto:info AT sonarsource DOT com This program is free software; you can redistribute it and/or diff --git a/README.md b/README.md index 74037c1fa0c..c14a50132d4 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ Then open the root file `build.gradle` as a project in Intellij or Eclipse. License ------- -Copyright 2008-2021 SonarSource. +Copyright 2008-2022 SonarSource. Licensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt) diff --git a/build.gradle b/build.gradle index d9fd0914f55..b34e90e9150 100644 --- a/build.gradle +++ b/build.gradle @@ -557,6 +557,7 @@ subprojects { license { header = rootProject.file('HEADER') strictCheck true + encoding = 'UTF-8' mapping { java = 'SLASHSTAR_STYLE' js = 'SLASHSTAR_STYLE' diff --git a/server/sonar-docs/src/components/Footer.tsx b/server/sonar-docs/src/components/Footer.tsx index e06aff0dbe8..a5d5247abb8 100644 --- a/server/sonar-docs/src/components/Footer.tsx +++ b/server/sonar-docs/src/components/Footer.tsx @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -32,7 +32,7 @@ export default function Footer() { src="https://licensebuttons.net/l/by-nc/3.0/us/88x31.png" /> </a> - © 2008-2021, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space + © 2008-2022, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space is licensed under a{' '} <a href="https://creativecommons.org/licenses/by-nc/3.0/us/" diff --git a/sonar-ws-generator/src/main/resources/defaultWsClient.vm b/sonar-ws-generator/src/main/resources/defaultWsClient.vm index fafaaf0cad3..058bb981323 100644 --- a/sonar-ws-generator/src/main/resources/defaultWsClient.vm +++ b/sonar-ws-generator/src/main/resources/defaultWsClient.vm @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/sonar-ws-generator/src/main/resources/package-info.vm b/sonar-ws-generator/src/main/resources/package-info.vm index 53cb7c0c8d1..e96b55705c7 100644 --- a/sonar-ws-generator/src/main/resources/package-info.vm +++ b/sonar-ws-generator/src/main/resources/package-info.vm @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/sonar-ws-generator/src/main/resources/request.vm b/sonar-ws-generator/src/main/resources/request.vm index f8a293844ea..678188ab623 100644 --- a/sonar-ws-generator/src/main/resources/request.vm +++ b/sonar-ws-generator/src/main/resources/request.vm @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/sonar-ws-generator/src/main/resources/webService.vm b/sonar-ws-generator/src/main/resources/webService.vm index 6ba4539dd27..2894a4b254e 100644 --- a/sonar-ws-generator/src/main/resources/webService.vm +++ b/sonar-ws-generator/src/main/resources/webService.vm @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/sonar-ws-generator/src/main/resources/wsClient.vm b/sonar-ws-generator/src/main/resources/wsClient.vm index e0bc38c277e..d30dc33129e 100644 --- a/sonar-ws-generator/src/main/resources/wsClient.vm +++ b/sonar-ws-generator/src/main/resources/wsClient.vm @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2021 SonarSource SA + * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or |