From 320d1cee1e9c1f2c03f7ac4ebe9339abdd173a81fe6089f421958f7a13ea312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 4 Jun 2024 14:35:55 +0000 Subject: [PATCH] [info=8e354f6b85747b4560dce4a79b648859] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-15-image?expand=0&rev=92 --- README.md | 3 ++- postgres-15-image.changes | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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