Commit 4aa90d54 authored by Federico Vaga's avatar Federico Vaga

Fix SPDX tag for GPL-2.0-only

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f6c9d4ab
......@@ -9,4 +9,4 @@ License: CC-BY-SA-4.0
Files: software/firmware/Makefile.kconfig software/firmware/scripts/* software/firmware/scripts/*.c software/firmware/scripts/*.h software/firmware/scripts/*.sh
Copyright: Linux
License: GPL-2.0
License: GPL-2.0-only
This diff is collapsed.
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# ==========================================================================
# Building
# ==========================================================================
......
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# ==========================================================================
# Building binaries on the host system
# Binaries are used during the compilation of the kernel, for example
......
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# Backward compatibility
asflags-y += $(EXTRA_AFLAGS)
ccflags-y += $(EXTRA_CFLAGS)
......
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# ===========================================================================
# Kernel configuration targets
# These targets are used from top-level makefile
......
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# Needed for systems without gettext
$* -x c -o /dev/null - > /dev/null 2>&1 << EOF
#include <libintl.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LIST_H
#define LIST_H
......
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdarg.h>
/* confdata.c */
......
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# Check ncurses compatibility
# What library to link
......
......@@ -19,7 +19,7 @@ hw_header:
dkms_sources: hw_header
@mkdir -p $(DST)
@cp mockturtle-*.[ch] Kbuild Makefile dkms.conf \
$(TRTL)/LICENSES/GPL-2.0.txt \
$(TRTL)/LICENSES/GPL-2.0-only.txt \
$(DST)
@cp -a $(TRTL_SW)/include/mockturtle $(DST)
@rm -f $(DST)/mockturtle/hw/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment