From 877846e5a53916c5915679688a881bb1bc92a068facb3f1ebbb3df826f43659d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 22 Oct 2020 07:27:24 +0000 Subject: [PATCH] - Change license to GPL-2.0-or-later OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=13 --- combustion | 2 +- combustion.changes | 5 +++++ combustion.rules | 2 +- combustion.spec | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/combustion b/combustion index dd42239..2e4d881 100644 --- a/combustion +++ b/combustion @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020 SUSE LLC -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-or-later set -euo pipefail config_mount="/run/combustion/mount" diff --git a/combustion.changes b/combustion.changes index 61eeb22..ff6463f 100644 --- a/combustion.changes +++ b/combustion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt + +- Change license to GPL-2.0-or-later + ------------------------------------------------------------------- Tue Oct 13 09:00:58 UTC 2020 - Fabian Vogt diff --git a/combustion.rules b/combustion.rules index 7ce9c82..f823b9e 100644 --- a/combustion.rules +++ b/combustion.rules @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2020 SUSE LLC -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-or-later # These rules are needed to work around two systemd limitations: # - It's not possible to wait for one of multiple devices to appear diff --git a/combustion.spec b/combustion.spec index 2542248..7bff4ae 100644 --- a/combustion.spec +++ b/combustion.spec @@ -20,7 +20,7 @@ Name: combustion Version: 0.2 Release: 0 Summary: System for initial configuration of appliances -License: GPL-2.0-only +License: GPL-2.0-or-later Group: System/Management URL: https://build.opensuse.org/package/show/home:Vogtinator:combustion/combustion Source1: LICENSE