From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: david.y.wei@intel.com) Received: from mga18.intel.com (mga18.intel.com []) by groups.io with SMTP; Thu, 29 Aug 2019 15:43:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2019 15:43:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,445,1559545200"; d="scan'208";a="197897776" Received: from ydwei-desk.amr.corp.intel.com ([10.24.15.168]) by fmsmga001.fm.intel.com with ESMTP; 29 Aug 2019 15:43:17 -0700 From: "David Wei" To: devel@edk2.groups.io Cc: Hao Wu , Liming Gao , Ankit Sinha , Agyeman Prince , Kubacki Michael A , Nate DeSimone , Michael D Kinney Subject: [edk2-platforms PATCH v3 10/11] SimicsIch10Pkg: update the copyright years in file header Date: Thu, 29 Aug 2019 15:43:11 -0700 Message-Id: <62118c2beac0dcb577969c7d18ecc3d9037d3f52.1567117942.git.david.y.wei@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: References: In-Reply-To: References: update the copyright years in file header and cleanup the codes to follow the EDK2 coding style Cc: Hao Wu Cc: Liming Gao Cc: Ankit Sinha Cc: Agyeman Prince Cc: Kubacki Michael A Cc: Nate DeSimone Cc: Michael D Kinney Signed-off-by: David Wei --- Silicon/Intel/SimicsIch10Pkg/Include/Register/X58Ich10.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Intel/SimicsIch10Pkg/Include/Register/X58Ich10.h b/Silicon/Intel/SimicsIch10Pkg/Include/Register/X58Ich10.h index 12dfb5ce40..eac46955e0 100644 --- a/Silicon/Intel/SimicsIch10Pkg/Include/Register/X58Ich10.h +++ b/Silicon/Intel/SimicsIch10Pkg/Include/Register/X58Ich10.h @@ -5,6 +5,7 @@ Copyright (C) 2015, Red Hat, Inc. Copyright (c) 2014, Gabriel L. Somlo + Copyright (c) 2019 Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ -- 2.16.2.windows.1