diff --git a/README.md b/README.md index 3cd0028..5dfc19e 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,10 @@ $ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:%%s For further information, refer to the [Spack documentation on container images](https://spack.readthedocs.io/en/latest/containers.html). ## Licensing + `SPDX-License-Identifier: MIT` -The build recipe and this documentation is licensed as MIT. +This documentation and the build recipe are licensed as MIT. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM). diff --git a/spack-image.changes b/spack-image.changes index d992795..bbde287 100644 --- a/spack-image.changes +++ b/spack-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 12:35:15 UTC 2024 - Alexandre Vicenzi + +- Fix grammar mistake in licensing footer + ------------------------------------------------------------------- Wed May 8 16:26:31 UTC 2024 - Dirk Mueller