diff options
author | Martin Roth <martin@coreboot.org> | 2019-09-23 17:38:27 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-22 12:55:10 +0000 |
commit | cddd6008f9434c013efcd3a0533265e54b245d75 (patch) | |
tree | c01d1f0f88e9221b8b1ebd9bfb8594b066ffa556 /src/drivers/intel/fsp2_0/header_util | |
parent | e1b902c92c677ff4b3aeb5f12186a53cd719e192 (diff) |
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project
is going to move the majority of copyrights out of the headers and into
an AUTHORS file. This will happen a bit at a time, as we'll be unifying
license headers at the same time.
Updated Authors file is in a separate commit.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I1acea8c975d14904b7e486dc57a1a67480a6ee6e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36178
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/intel/fsp2_0/header_util')
-rw-r--r-- | src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch | 7 | ||||
-rwxr-xr-x | src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh | 14 |
2 files changed, 8 insertions, 13 deletions
diff --git a/src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch b/src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch index fc95f63a9f..dd8f05f935 100644 --- a/src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch +++ b/src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch @@ -1,11 +1,6 @@ /* - * Semantic patch for fspupdvpd_sanitize.sh. Please call the script directly. - * * This file is part of the coreboot project. * - * Copyright (C) 2015 Intel Corp. - * (Written by Alexandru Gagniuc <alexandrux.gagniuc@intel.com> for Intel Corp.) - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +12,8 @@ * GNU General Public License for more details. */ +/* Semantic patch for fspupdvpd_sanitize.sh. Please call the script directly. */ + @ kill_pragma_pack @ @@ - #pragma pack(...) diff --git a/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh b/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh index 2b500539b7..728703a73b 100755 --- a/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh +++ b/src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh @@ -1,13 +1,5 @@ -# -# Convert the FspUpdVpd.h header file into a format usable by coreboot -# Usage: -# fspupdvpd_sanitize.sh <path/to/FspUpdVpd.h> -# # This file is part of the coreboot project. # -# Copyright (C) 2015-2016 Intel Corp. -# (Written by Alexandru Gagniuc <alexandrux.gagniuc@intel.com> for Intel Corp.) -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -18,6 +10,12 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +# +# Convert the FspUpdVpd.h header file into a format usable by coreboot +# Usage: +# fspupdvpd_sanitize.sh <path/to/FspUpdVpd.h> +# + PWD=$(dirname "${BASH_SOURCE[0]}") SPATCH=spatch |