summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/ProcessorBind.h
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 20:09:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 19:38:40 +0000
commit55189c9d33568ab26ee63e8f7474364a48423ec3 (patch)
tree2c3b9786b0687184db300b73b43d22a16ce0f0da /util/cbfstool/ProcessorBind.h
parent8e40275dab403846868d6238ea201ca3080441c9 (diff)
downloadcoreboot-55189c9d33568ab26ee63e8f7474364a48423ec3.tar.gz
coreboot-55189c9d33568ab26ee63e8f7474364a48423ec3.tar.bz2
coreboot-55189c9d33568ab26ee63e8f7474364a48423ec3.zip
util: Use SPDX headers
Change-Id: I2858fdf74e782f425d56653491cdebe83c185d19 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41208 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/cbfstool/ProcessorBind.h')
-rw-r--r--util/cbfstool/ProcessorBind.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/util/cbfstool/ProcessorBind.h b/util/cbfstool/ProcessorBind.h
index 7cad59c54421..aa7f40795df9 100644
--- a/util/cbfstool/ProcessorBind.h
+++ b/util/cbfstool/ProcessorBind.h
@@ -1,18 +1,8 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
/** @file
* Processor or Compiler specific defines and types for IA-32 architecture.
*/
-/*
-This program and the accompanying materials are licensed and made available under
-the terms and conditions of the BSD License that accompanies this distribution.
-The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php.
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-*/
-
#ifndef __PROCESSOR_BIND_H__
#define __PROCESSOR_BIND_H__