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,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__)