Comply with REUSE 3.0

This commit is contained in:
fosslinux 2021-02-08 17:23:31 +11:00
parent b769e16e87
commit 72b1b30c9b
88 changed files with 2441 additions and 858 deletions

View file

@ -1,3 +1,7 @@
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: GPL-2.0-or-later
int name, namelen; is wrong for mes libc, it is char* name, so we modify tinycc
to reflect this.