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)