diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-06-12 00:43:01 +0300 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-06-14 14:09:34 +0000 |
commit | ba5a951a93b50614a4a233cb0daba5fcccfe14cd (patch) | |
tree | 448d8c3c03b4597b11e6821339ec1ec65e4ced1d /src | |
parent | 0490f5affb024005850340f6be69a390961120cc (diff) |
sb/intel/i82801ix: Fix SPDX license header
Change-Id: I4c8ef49f86f6d5344741ab92035e108cccfe30b1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/intel/i82801ix/smi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/southbridge/intel/i82801ix/smi.c b/src/southbridge/intel/i82801ix/smi.c index 70f6308016..b8611d0fec 100644 --- a/src/southbridge/intel/i82801ix/smi.c +++ b/src/southbridge/intel/i82801ix/smi.c @@ -1,7 +1,4 @@ -/* - * - * 2012 secunet Security Networks AG SPDX-License-Identifier: GPL-2.0-only */ - +/* SPDX-License-Identifier: GPL-2.0-only */ #include <device/device.h> #include <device/pci.h> |