From cb5bf72f9074c1fbc2bf6ead7b11d628ad852c43 Mon Sep 17 00:00:00 2001 From: Peter M Date: Sun, 2 Nov 2025 09:45:19 +0100 Subject: [PATCH] Fix: REUSE for miniz.h, spng.c & display-drivers.md miniz MIT: https://github.com/richgel999/miniz/blob/2.2.0/LICENSE libspng BSD-2: https://github.com/randy408/libspng/blob/master/LICENSE Signed-off-by: Peter M --- docs/display-drivers.md | 5 +++++ miniz.c.license | 3 +++ miniz.h.license | 3 +++ spng.h.license | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 miniz.c.license create mode 100644 miniz.h.license create mode 100644 spng.h.license diff --git a/docs/display-drivers.md b/docs/display-drivers.md index 3e3e106..bf22fe8 100644 --- a/docs/display-drivers.md +++ b/docs/display-drivers.md @@ -1,3 +1,8 @@ + + # Display Drivers This document describes how to configure and use the various display drivers supported by AtomGL. diff --git a/miniz.c.license b/miniz.c.license new file mode 100644 index 0000000..c66f468 --- /dev/null +++ b/miniz.c.license @@ -0,0 +1,3 @@ +SPDX-License-Identifier: MIT +SPDX-FileCopyrightText: 2013-2014 RAD Game Tools and Valve Software +SPDX-FileCopyrightText: 2010-2014 Rich Geldreich and Tenacious Software LLC diff --git a/miniz.h.license b/miniz.h.license new file mode 100644 index 0000000..c66f468 --- /dev/null +++ b/miniz.h.license @@ -0,0 +1,3 @@ +SPDX-License-Identifier: MIT +SPDX-FileCopyrightText: 2013-2014 RAD Game Tools and Valve Software +SPDX-FileCopyrightText: 2010-2014 Rich Geldreich and Tenacious Software LLC diff --git a/spng.h.license b/spng.h.license new file mode 100644 index 0000000..91f24c0 --- /dev/null +++ b/spng.h.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: BSD-2-Clause AND libpng-2.0 +SPDX-FileCopyrightText: libspng contributors (https://github.com/randy408/libspng/graphs/contributors)