Skip to content

Commit cb5bf72

Browse files
committed
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 <[email protected]>
1 parent ac0e09c commit cb5bf72

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

docs/display-drivers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-License-Identifier: Apache-2.0
3+
SPDX-FileCopyrightText: AtomGL contributors
4+
-->
5+
16
# Display Drivers
27

38
This document describes how to configure and use the various display drivers supported by AtomGL.

miniz.c.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-License-Identifier: MIT
2+
SPDX-FileCopyrightText: 2013-2014 RAD Game Tools and Valve Software
3+
SPDX-FileCopyrightText: 2010-2014 Rich Geldreich and Tenacious Software LLC

miniz.h.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-License-Identifier: MIT
2+
SPDX-FileCopyrightText: 2013-2014 RAD Game Tools and Valve Software
3+
SPDX-FileCopyrightText: 2010-2014 Rich Geldreich and Tenacious Software LLC

spng.h.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-License-Identifier: BSD-2-Clause AND libpng-2.0
2+
SPDX-FileCopyrightText: libspng contributors (https://github.com/randy408/libspng/graphs/contributors)

0 commit comments

Comments
 (0)