Skip to content

Commit 1ca4989

Browse files
committed
Fix: REUSE for miniz.h, spng.c & display-drivers.md
miniz MIT: https://github.com/richgel999/miniz/blob/master/LICENSE libspng BSD-2: https://github.com/randy408/libspng/blob/master/LICENSE Signed-off-by: Peter M <[email protected]>
1 parent ac0e09c commit 1ca4989

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
*/
14
#include "miniz.h"
25
/**************************************************************************
36
*

miniz.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
SPDX-FileCopyrightText: 2013-2014 RAD Game Tools and Valve Software
4+
SPDX-FileCopyrightText: 2010-2014 Rich Geldreich and Tenacious Software LLC
5+
*/
6+
17
#define MINIZ_EXPORT
28
/* miniz.c 2.2.0 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing
39
See "unlicense" statement at the end of this file.

spng.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* SPDX-License-Identifier: BSD-2-Clause */
1+
/*
2+
SPDX-License-Identifier: BSD-2-Clause
3+
SPDX-FileCopyrightText: libspng contributors (https://github.com/randy408/libspng/graphs/contributors)
4+
*/
25
#ifndef SPNG_H
36
#define SPNG_H
47

0 commit comments

Comments
 (0)