From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: michael.d.kinney@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Tue, 23 Jul 2019 00:13:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 00:13:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,298,1559545200"; d="scan'208";a="180649227" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by orsmga002.jf.intel.com with ESMTP; 23 Jul 2019 00:13:18 -0700 Received: from orsmsx121.amr.corp.intel.com (10.22.225.226) by ORSMSX109.amr.corp.intel.com (10.22.240.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:13:17 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.177]) by ORSMSX121.amr.corp.intel.com ([169.254.10.173]) with mapi id 14.03.0439.000; Tue, 23 Jul 2019 00:13:17 -0700 From: "Michael D Kinney" To: Leif Lindholm , "devel@edk2.groups.io" , "Kinney, Michael D" Subject: Re: [PATCH edk2-platforms 3/3] Silicon/Hisilicon: add SPDX license tags to IORT .asl files Thread-Topic: [PATCH edk2-platforms 3/3] Silicon/Hisilicon: add SPDX license tags to IORT .asl files Thread-Index: AQHVNnB3I4f9X6Hi30ycm1gW+dEECqbX30YQ Date: Tue, 23 Jul 2019 07:13:17 +0000 Message-ID: References: <20190709160744.5898-1-leif.lindholm@linaro.org> <20190709160744.5898-4-leif.lindholm@linaro.org> In-Reply-To: <20190709160744.5898-4-leif.lindholm@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Return-Path: michael.d.kinney@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney > -----Original Message----- > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > Sent: Tuesday, July 9, 2019 9:08 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D > Subject: [PATCH edk2-platforms 3/3] Silicon/Hisilicon: > add SPDX license tags to IORT .asl files >=20 > These files were generated using iasl as a disassembler, > which adds a > (questionable) copyright Intel statement (which I don't > actually care about), but leaves out any sort of license > message. >=20 > As per https://edk2.groups.io/g/devel/message/41048, > these were always intended to be contributed as 2-clause > BSD + CLA, and would have been converted to BSD+Patent at > the big switchover had that been the case. >=20 > Add SPDX header for BSD+Patent, and adjust the > questionable copyright year to when the files were > actually created/modified. >=20 > Signed-off-by: Leif Lindholm > Cc: Michael D Kinney > --- > Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl > | 4 +++- > Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl > | 4 +++- > Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.asl > | 4 +++- >=20 > Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoSmm > u.asl | 4 +++- > 4 files changed, 12 insertions(+), 4 deletions(-) >=20 > diff --git > a/Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl > b/Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl > index bb70dcd0c443..4101d86672cd 100644 > --- > a/Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl > +++ > b/Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl > @@ -1,7 +1,9 @@ > /* > * Intel ACPI Component Architecture > * iASL Compiler/Disassembler version 20151124-64 > - * Copyright (c) 2000 - 2015 Intel Corporation > + * Copyright (c) 2015 Intel Corporation > + * > + * SPDX-License-Identifier: BSD-2-Clause-Patent > * > * Template for [IORT] ACPI Table (static data table) > * Format: [ByteLength] FieldName : HexFieldValue diff > --git > a/Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl > b/Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl > index b64fcb4c7891..472e461f9f07 100644 > --- a/Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl > +++ b/Silicon/Hisilicon/Hi1616/D05AcpiTables/D05Iort.asl > @@ -1,7 +1,9 @@ > /* > * Intel ACPI Component Architecture > * iASL Compiler/Disassembler version 20151124-64 > - * Copyright (c) 2000 - 2015 Intel Corporation > + * Copyright (c) 2015 - 2016 Intel Corporation > + * > + * SPDX-License-Identifier: BSD-2-Clause-Patent > * > * Template for [IORT] ACPI Table (static data table) > * Format: [ByteLength] FieldName : HexFieldValue diff > --git > a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.as > l > b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.as > l > index 994018db96b5..910e406841c1 100644 > --- > a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.as > l > +++ > b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Iort.as > l > @@ -1,7 +1,9 @@ > /* > * Intel ACPI Component Architecture > * iASL Compiler/Disassembler version 20151124-64 > - * Copyright (c) 2000 - 2015 Intel Corporation > + * Copyright (c) 2018 Intel Corporation > + * > + * SPDX-License-Identifier: BSD-2-Clause-Patent > * > * Template for [IORT] ACPI Table (static data table) > * Format: [ByteLength] FieldName : HexFieldValue diff > --git > a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoS > mmu.asl > b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoS > mmu.asl > index c9e1cbd6830d..ce56157b3a92 100644 > --- > a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoS > mmu.asl > +++ > b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620IortNoS > mmu.asl > @@ -1,7 +1,9 @@ > /* > * Intel ACPI Component Architecture > * iASL Compiler/Disassembler version 20151124-64 > - * Copyright (c) 2000 - 2015 Intel Corporation > + * Copyright (c) 2018 Intel Corporation > + * > + * SPDX-License-Identifier: BSD-2-Clause-Patent > * > * Template for [IORT] ACPI Table (static data table) > * Format: [ByteLength] FieldName : HexFieldValue > -- > 2.20.1