From 621c9f4b0c27e8ffc5d40b8913205e2d6891e7c1 Mon Sep 17 00:00:00 2001 From: Davi Koscianski Vidal Date: Thu, 2 Jan 2025 15:12:05 +0100 Subject: [PATCH] SONAR-24094 Updates copyright notices --- .github/workflows/copyright-update.yml | 22 ---------------------- NOTICE.txt | 2 +- README.md | 4 ++-- 3 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/copyright-update.yml diff --git a/.github/workflows/copyright-update.yml b/.github/workflows/copyright-update.yml deleted file mode 100644 index 993070b8b..000000000 --- a/.github/workflows/copyright-update.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Update copyright year - -on: - schedule: - - cron: '0 3 1 1 *' # 03:00 AM on January 1 - -jobs: - update-license-year: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - NOTICE.txt - README.md - branchName: license/no-jira-update-year-{{currentYear}} - prTitle: NO-JIRA - Update copyright year - commitTitle: NO-JIRA - Update copyright year diff --git a/NOTICE.txt b/NOTICE.txt index f115973bf..82c8178c3 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ docker-sonarqube -Copyright (C) 2015-2024 SonarSource SA +Copyright (C) 2015-2025 SonarSource SA mailto:info AT sonarsource DOT com This product includes software developed at diff --git a/README.md b/README.md index 6d33ae347..a9b2aecfa 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ With that in mind, if you would like to submit a code contribution, please creat ### License -Copyright 2015-2024 SonarSource. +Copyright 2015-2025 SonarSource. -SonarQube Community Build is released under the [GNU Lesser General Public License, Version 3.0⁠,](http://www.gnu.org/licenses/lgpl.txt) and packaged with [SSALv1](https://www.sonarsource.com/license/ssal/) analyzers. SonarQube Server Developer, Enterprise, and Data Center Editions are licensed under [SonarQube Server Terms and Conditions](https://www.sonarsource.com/legal/sonarqube/terms-and-conditions/). \ No newline at end of file +SonarQube Community Build is released under the [GNU Lesser General Public License, Version 3.0⁠,](http://www.gnu.org/licenses/lgpl.txt) and packaged with [SSALv1](https://www.sonarsource.com/license/ssal/) analyzers. SonarQube Server Developer, Enterprise, and Data Center Editions are licensed under [SonarQube Server Terms and Conditions](https://www.sonarsource.com/legal/sonarqube/terms-and-conditions/).