mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Comply with REUSE 3.0
This commit is contained in:
parent
b769e16e87
commit
72b1b30c9b
88 changed files with 2441 additions and 858 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/* SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu> */
|
||||
/* SPDX-FileCopyrightText: 2019-2020 Giovanni Mascellani <gio@debian.org> */
|
||||
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/* scan.l - scanner for flex input -*-C-*- */
|
||||
|
||||
%{
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# When we rebuild flex it no longer needs patching
|
||||
# and can use simplified makefile
|
||||
src_prepare() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2019-2020 Giovanni Mascellani <gio@debian.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
CFLAGS = -DVERSION=\"2.5.11\"
|
||||
|
||||
all: flex
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
SPDX-FileCopyrightText: 2019-2020 Giovanni Mascellani <gio@debian.org>
|
||||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
Comments are unsupported by our flex.
|
||||
|
||||
diff --git scan.l scan.l
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
SPDX-FileCopyrightText: 2019-2020 Giovanni Mascellani <gio@debian.org>
|
||||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
yyin has an odd redefinition error in scan.l, so we ensure that we don't
|
||||
acidentally re-declare it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue