Browse Source

Prepare update license headers for 2022 [update headers]

tags/9.4.0.54424
Pierre 2 years ago
parent
commit
a386d43202

+ 1
- 1
HEADER View File

SonarQube SonarQube
Copyright (C) 2009-2021 SonarSource SA
Copyright (C) 2009-2022 SonarSource SA
mailto:info AT sonarsource DOT com mailto:info AT sonarsource DOT com


This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or

+ 1
- 1
README.md View File

License 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) Licensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt)

+ 1
- 0
build.gradle View File

license { license {
header = rootProject.file('HEADER') header = rootProject.file('HEADER')
strictCheck true strictCheck true
encoding = 'UTF-8'
mapping { mapping {
java = 'SLASHSTAR_STYLE' java = 'SLASHSTAR_STYLE'
js = 'SLASHSTAR_STYLE' js = 'SLASHSTAR_STYLE'

+ 2
- 2
server/sonar-docs/src/components/Footer.tsx View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
src="https://licensebuttons.net/l/by-nc/3.0/us/88x31.png" src="https://licensebuttons.net/l/by-nc/3.0/us/88x31.png"
/> />
</a> </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{' '} is licensed under a{' '}
<a <a
href="https://creativecommons.org/licenses/by-nc/3.0/us/" href="https://creativecommons.org/licenses/by-nc/3.0/us/"

+ 1
- 1
sonar-ws-generator/src/main/resources/defaultWsClient.vm View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-ws-generator/src/main/resources/package-info.vm View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-ws-generator/src/main/resources/request.vm View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-ws-generator/src/main/resources/webService.vm View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

+ 1
- 1
sonar-ws-generator/src/main/resources/wsClient.vm View File

/* /*
* SonarQube * SonarQube
* Copyright (C) 2009-2021 SonarSource SA
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com * mailto:info AT sonarsource DOT com
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

Loading…
Cancel
Save