diff --git a/README.md b/README.md index 87dcfb3..df1027e 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,10 @@ $ cat dump.sql | podman exec -i $CONTAINER_ID psql -U $POSTGRES_USER -d $POSTGRE For more information on how to perform backup and restore, refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/current/backup.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/postgres-15-image.changes b/postgres-15-image.changes index 86cc2c0..5a19bf2 100644 --- a/postgres-15-image.changes +++ b/postgres-15-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 12:35:15 UTC 2024 - Alexandre Vicenzi + +- Fix grammar mistake in licensing footer + ------------------------------------------------------------------- Wed May 22 13:38:23 UTC 2024 - Alexandre Vicenzi