From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Tue, 23 Jul 2019 00:12:35 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 00:12:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,298,1559545200"; d="scan'208";a="169474992" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by fmsmga008.fm.intel.com with ESMTP; 23 Jul 2019 00:12:34 -0700 Received: from orsmsx162.amr.corp.intel.com (10.22.240.85) by ORSMSX106.amr.corp.intel.com (10.22.225.133) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:12:34 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.177]) by ORSMSX162.amr.corp.intel.com ([169.254.3.137]) with mapi id 14.03.0439.000; Tue, 23 Jul 2019 00:12:34 -0700 From: "Michael D Kinney" To: Leif Lindholm , "devel@edk2.groups.io" , "Kinney, Michael D" Subject: Re: [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf Thread-Topic: [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf Thread-Index: AQHVNnB8if5sAMtDWEWN3W8o4eKWaqbX3w0A Date: Tue, 23 Jul 2019 07:12:33 +0000 Message-ID: References: <20190709160744.5898-1-leif.lindholm@linaro.org> <20190709160744.5898-3-leif.lindholm@linaro.org> In-Reply-To: <20190709160744.5898-3-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 2/3] Platform/RaspberryPi: > add license header to PlatformUiAppLib.inf >=20 > PlatformUiAppLib.inf was accidentally merged without an > explicit license header. Add one that matches the actuakl > source code (BSD+Patent, after the general relicensing > earlier this year. > (This has been OK:d with Andrei off-list.) >=20 > Signed-off-by: Leif Lindholm > Cc: Michael D Kinney > --- >=20 > Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/Platfo > rmUiAppLib.inf | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git > a/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/Plat > formUiAppLib.inf > b/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/Plat > formUiAppLib.inf > index cacf55f02a14..27b0c30c3917 100644 > --- > a/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/Plat > formUiAppLib.inf > +++ > b/Platform/RaspberryPi/RPi3/Library/PlatformUiAppLib/Plat > formUiAppLi > +++ b.inf > @@ -1,3 +1,11 @@ > +#/** @file > +# > +# Copyright (c) 2017-2018, Andrei Warkentin > + # # SPDX-License- > Identifier: > +BSD-2-Clause-Patent # #**/ > + > [Defines] > INF_VERSION =3D 0x0001001A > BASE_NAME =3D PlatformUiAppLib > -- > 2.20.1