diff --git a/README.md b/README.md index 3c54cf0..eae1833 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-12-image.changes b/postgres-12-image.changes index 67daa1b..28a9fd8 100644 --- a/postgres-12-image.changes +++ b/postgres-12-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