summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-23 18:27:31 +0000
committerAlyssa Ross <hi@alyssa.is>2022-05-23 18:27:31 +0000
commit0f68316eb3edbac52e75b0f281062f01511dd7ff (patch)
tree8fadbee6556442cd0f65c8382731e0ca82ea4951 /scripts
parenta1ec324a52fa9982a5a9fb45e15cb8bdffded518 (diff)
downloadspectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar.gz
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar.bz2
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar.lz
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar.xz
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.tar.zst
spectrum-0f68316eb3edbac52e75b0f281062f01511dd7ff.zip
Clarify EUPL SPDX expression
This isn't a license change — the code was always available under
potential future EUPL versions because of this language in the EUPL:

> Copyleft clause: If the Licensee distributes or communicates copies of the
> Original Works or Derivative Works, this Distribution or Communication will be
> done under the terms of this Licence or of a later version of this Licence
> unless the Original Work is expressly distributed only under this version of the
> Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee
> (becoming Licensor) cannot offer or impose any additional terms or conditions on
> the Work or Derivative Work that alter or restrict the terms of the Licence.

But now that reuse 1.0.0 is out, and supports SPDX '+' expressions, we
can express this more clearly in SPDX.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/format-uuid.sh2
-rwxr-xr-xscripts/make-gpt.sh2
-rw-r--r--scripts/sfdisk-field.awk2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/format-uuid.sh b/scripts/format-uuid.sh
index bada8ce..fa07eb9 100755
--- a/scripts/format-uuid.sh
+++ b/scripts/format-uuid.sh
@@ -1,6 +1,6 @@
 #!/bin/sh -eu
 #
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: EUPL-1.2+
 
 printf "%s\n" "${1:0:8}-${1:8:4}-${1:12:4}-${1:16:4}-${1:20}"
diff --git a/scripts/make-gpt.sh b/scripts/make-gpt.sh
index f7cb20d..56076d3 100755
--- a/scripts/make-gpt.sh
+++ b/scripts/make-gpt.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -eu
 #
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: EUPL-1.2+
 #
 # usage: make-gpt.sh GPT_PATH PATH:PARTTYPE[:PARTUUID]...
 
diff --git a/scripts/sfdisk-field.awk b/scripts/sfdisk-field.awk
index 707c686..b9fa457 100644
--- a/scripts/sfdisk-field.awk
+++ b/scripts/sfdisk-field.awk
@@ -1,6 +1,6 @@
 #!/usr/bin/awk -f
 #
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: EUPL-1.2+
 # SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
 
 BEGIN {