Skip to content

Commit

Permalink
Prepare update license headers for 2022 [update headers]
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-guillot-gh authored and sonartech committed Jan 28, 2022
1 parent 5e72985 commit a386d43
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HEADER
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ subprojects {
license {
header = rootProject.file('HEADER')
strictCheck true
encoding = 'UTF-8'
mapping {
java = 'SLASHSTAR_STYLE'
js = 'SLASHSTAR_STYLE'
Expand Down
4 changes: 2 additions & 2 deletions server/sonar-docs/src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion sonar-ws-generator/src/main/resources/defaultWsClient.vm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-ws-generator/src/main/resources/package-info.vm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-ws-generator/src/main/resources/request.vm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-ws-generator/src/main/resources/webService.vm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-ws-generator/src/main/resources/wsClient.vm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a386d43

Please sign in to comment.