summaryrefslogtreecommitdiffstats
path: root/src/include/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device')
-rw-r--r--src/include/device/cardbus.h2
-rw-r--r--src/include/device/device.h2
-rw-r--r--src/include/device/path.h2
-rw-r--r--src/include/device/pci.h2
-rw-r--r--src/include/device/pci_def.h2
-rw-r--r--src/include/device/pci_rom.h2
-rw-r--r--src/include/device/pciexp.h2
-rw-r--r--src/include/device/pcix.h2
-rw-r--r--src/include/device/pnp_def.h2
-rw-r--r--src/include/device/resource.h2
-rw-r--r--src/include/device/smbus.h2
-rw-r--r--src/include/device/smbus_def.h2
12 files changed, 24 insertions, 0 deletions
diff --git a/src/include/device/cardbus.h b/src/include/device/cardbus.h
index 4443c155db30..056e6acf3640 100644
--- a/src/include/device/cardbus.h
+++ b/src/include/device/cardbus.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
/* (c) 2005 Linux Networx GPL see COPYING for details */
#ifndef DEVICE_CARDBUS_H
diff --git a/src/include/device/device.h b/src/include/device/device.h
index d2dcb5bdf9ae..43ac66dc0fe1 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_H
#define DEVICE_H
diff --git a/src/include/device/path.h b/src/include/device/path.h
index 934d3b354dc7..1be7e7299fb6 100644
--- a/src/include/device/path.h
+++ b/src/include/device/path.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_PATH_H
#define DEVICE_PATH_H
diff --git a/src/include/device/pci.h b/src/include/device/pci.h
index db7cc69c8d0c..f2e250631e45 100644
--- a/src/include/device/pci.h
+++ b/src/include/device/pci.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
/*
* PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt
diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h
index 1c4a3e76efdc..fa520674a861 100644
--- a/src/include/device/pci_def.h
+++ b/src/include/device/pci_def.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef PCI_DEF_H
#define PCI_DEF_H
diff --git a/src/include/device/pci_rom.h b/src/include/device/pci_rom.h
index 25bca4003aca..efda282b8863 100644
--- a/src/include/device/pci_rom.h
+++ b/src/include/device/pci_rom.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef PCI_ROM_H
#define PCI_ROM_H
diff --git a/src/include/device/pciexp.h b/src/include/device/pciexp.h
index 30c2a546209f..13776dfa7221 100644
--- a/src/include/device/pciexp.h
+++ b/src/include/device/pciexp.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_PCIEXP_H
#define DEVICE_PCIEXP_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
diff --git a/src/include/device/pcix.h b/src/include/device/pcix.h
index def7f6cca2fd..4c1d1125045e 100644
--- a/src/include/device/pcix.h
+++ b/src/include/device/pcix.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_PCIX_H
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
diff --git a/src/include/device/pnp_def.h b/src/include/device/pnp_def.h
index 712357bb7c72..a5f226095362 100644
--- a/src/include/device/pnp_def.h
+++ b/src/include/device/pnp_def.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_PNP_DEF_H
#define DEVICE_PNP_DEF_H
diff --git a/src/include/device/resource.h b/src/include/device/resource.h
index 6f16c0381860..96241358a46e 100644
--- a/src/include/device/resource.h
+++ b/src/include/device/resource.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_RESOURCE_H
#define DEVICE_RESOURCE_H
diff --git a/src/include/device/smbus.h b/src/include/device/smbus.h
index 5782d5e6201e..171e30447271 100644
--- a/src/include/device/smbus.h
+++ b/src/include/device/smbus.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_SMBUS_H
#define DEVICE_SMBUS_H
diff --git a/src/include/device/smbus_def.h b/src/include/device/smbus_def.h
index 61d786107b01..0e502fef99a7 100644
--- a/src/include/device/smbus_def.h
+++ b/src/include/device/smbus_def.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef DEVICE_SMBUS_DEF_H
#define DEVICE_SMBUS_DEF_H