Add license information to files. Mostly automated with: find src/ -name '*.[c,h]' | xargs sed -i '1s,^,// SPDX-License-Identifier: GPL-3.0-only\n\n,' find src/ -name '*.mk' | xargs sed -i '1s,^,# SPDX-License-Identifier: GPL-3.0-only\n\n,'
10 lines
301 B
C
10 lines
301 B
C
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
static __code char __at(0x40) SIGNATURE[32] = {
|
|
0xA5, 0xA5, 0xA5, 0xA5, 0xA5, 0xA5, 0xA5, 0x94,
|
|
0x85, 0x12, 0x5A, 0x5A, 0xAA, 0x00, 0x55, 0x55,
|
|
|
|
0x49, 0x54, 0x45, 0x20, 0x54, 0x65, 0x63, 0x68,
|
|
0x2E, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x20, 0x20
|
|
};
|