Shorten license comments and consolidate an AUTHORS file (#1217)

This commit is contained in:
Rangi
2023-11-05 03:54:32 -05:00
committed by GitHub
parent 259ec58140
commit f8af569680
95 changed files with 108 additions and 639 deletions

View File

@@ -1,13 +1,10 @@
/* SPDX-License-Identifier: MIT */
/*
* This file is part of RGBDS.
*
* Copyright (c) 2022, Eldred Habert and RGBDS contributors.
*
* SPDX-License-Identifier: MIT
*
* Originally:
* // This program is hereby released to the public domain.
* // ~aaaaaa123456789, released 2022-03-15
*
* https://gist.github.com/aaaaaa123456789/3feccf085ab4f82d144d9a47fb1b4bdf
*
* This was modified to use libpng instead of libplum, as well as comments and style changes.

View File

@@ -1,10 +1,4 @@
/*
* This file is part of RGBDS.
*
* Copyright (c) 2022, Eldred Habert and RGBDS contributors.
*
* SPDX-License-Identifier: MIT
*/
/* SPDX-License-Identifier: MIT */
// For `execProg` (Windows is its special little snowflake again)
#if !defined(_MSC_VER) && !defined(__MINGW32__)