include: Add SPDX-License-Identifiers to files missing them
commit239b5df2687e30636688354c852cdca1bafbc80b
authorMartin Roth <martin.roth@amd.corp-partner.google.com>
Wed, 27 Jul 2022 04:18:26 +0000 (26 22:18 -0600)
committerFelix Singer <felixsinger@posteo.net>
Mon, 1 Aug 2022 13:59:11 +0000 (1 13:59 +0000)
treed3d6b19e1e74108e56b90cb6d74c4ef09ab3d37a
parent6e3d40f2d1f78ddb599073dbcb22c887228ba4c3
include: Add SPDX-License-Identifiers to files missing them

This adds SPDX-License-Identifiers to all of the files in src/include
that are missing them or have unrecognized identifiers.

Files that were written specifically for coreboot and don't have license
information are licensed GPL-2.0-only, which is the license for the
overall coreboot project.

Files that were sourced from Linux are similarly GPL-2.0-only.

The cpu/power files were committed with source that was licensed as
GPL-2.0-or-later, so presumably that's the license for that entire
commit.

The final file, vbe.h gives a pointer to the BSD-2-Clause license
at opensource.org.

Change-Id: I3f8fd7848ce11c1a0060e05903fb17a7583b4725
Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66284
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
50 files changed:
src/include/asan.h
src/include/boot/coreboot_tables.h
src/include/boot/tables.h
src/include/console/qemu_debugcon.h
src/include/console/spkmodem.h
src/include/console/system76_ec.h
src/include/cpu/amd/microcode.h
src/include/cpu/amd/mtrr.h
src/include/cpu/cpu.h
src/include/cpu/intel/hyperthreading.h
src/include/cpu/power/scom.h
src/include/cpu/power/spr.h
src/include/cpu/x86/lapic.h
src/include/cpu/x86/lapic_def.h
src/include/cpu/x86/msr.h
src/include/cpu/x86/mtrr.h
src/include/cpu/x86/post_code.h
src/include/cpu/x86/tsc.h
src/include/ctype.h
src/include/delay.h
src/include/device/cardbus.h
src/include/device/device.h
src/include/device/path.h
src/include/device/pci.h
src/include/device/pci_def.h
src/include/device/pci_rom.h
src/include/device/pciexp.h
src/include/device/pcix.h
src/include/device/pnp_def.h
src/include/device/resource.h
src/include/device/smbus.h
src/include/device/smbus_def.h
src/include/fallback.h
src/include/imd_private.h
src/include/ip_checksum.h
src/include/limits.h
src/include/main_decl.h
src/include/pc80/isa-dma.h
src/include/pc80/keyboard.h
src/include/reset.h
src/include/smp/atomic.h
src/include/smp/node.h
src/include/smp/spinlock.h
src/include/stddef.h
src/include/stdlib.h
src/include/swab.h
src/include/sys/types.h
src/include/vbe.h
src/include/version.h
src/include/watchdog.h