mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-22 14:54:33 +00:00
AUTHORS and more copyright comments are redundant with CONTRIBUTORS.rst (#1227)
This commit is contained in:
Vendored
+2
-8
@@ -1,12 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2008-2009, Björn Höhrmann <[email protected]>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
/*
|
||||
* UTF-8 decoder: http://bjoern.hoehrmann.de/utf-8/decoder/dfa/
|
||||
*/
|
||||
/* UTF-8 decoder: http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user