diff --git a/.licenserc.yaml b/.licenserc.yaml index 09dea07734..07b4f740fb 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -17,7 +17,7 @@ header: - "managed/services/dbaas/olm/operator_service_interface.go" - "managed/services/dbaas/kubernetes/operator_service_interface.go" license: - spdx-id: AGPL-3.0-only + spdx-id: AGPL-3.0-or-later copyright-owner: Percona LLC copyright-year: 2023 diff --git a/managed/services/backup/metrics.go b/managed/services/backup/metrics.go index b97148a958..1aa661deca 100644 --- a/managed/services/backup/metrics.go +++ b/managed/services/backup/metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/deps.go b/managed/services/supervisord/deps.go index 8dea19e974..9de477c334 100644 --- a/managed/services/supervisord/deps.go +++ b/managed/services/supervisord/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by