From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Fri, 26 Apr 2019 17:53:44 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3369730BEF16; Sat, 27 Apr 2019 00:53:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-104.rdu2.redhat.com [10.10.121.104]) by smtp.corp.redhat.com (Postfix) with ESMTP id 087635D70A; Sat, 27 Apr 2019 00:53:41 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall Subject: [PATCH 02/16] OvmfPkg/EnrollDefaultKeys: update @file comment blocks Date: Sat, 27 Apr 2019 02:53:14 +0200 Message-Id: <20190427005328.27005-3-lersek@redhat.com> In-Reply-To: <20190427005328.27005-1-lersek@redhat.com> References: <20190427005328.27005-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Sat, 27 Apr 2019 00:53:44 +0000 (UTC) Content-Transfer-Encoding: quoted-printable Refresh the sentence that states the purpose of the application. Extend the copyright notice to the year 2019. Replace the 2-clause BSD License banner with the BSD-2-Clause-Patent SPDX ID. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1747 Signed-off-by: Laszlo Ersek --- OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf | 13 +++---------- OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c | 12 +++--------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf b/OvmfPkg/En= rollDefaultKeys/EnrollDefaultKeys.inf index 0ad86a2843e6..1e579f495143 100644 --- a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf +++ b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf @@ -1,21 +1,14 @@ ## @file -# Enroll default PK, KEK, DB. +# Enroll default PK, KEK, db, dbx. # -# Copyright (C) 2014, Red Hat, Inc. +# Copyright (C) 2014-2019, Red Hat, Inc. # -# This program and the accompanying materials are licensed and made ava= ilable -# under the terms and conditions of the BSD License which accompanies t= his -# distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license. -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR -# IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent ## =20 [Defines] INF_VERSION =3D 0x00010006 BASE_NAME =3D EnrollDefaultKeys FILE_GUID =3D D5C1DF0B-1BAC-4EDF-BA48-08834009CA5= A MODULE_TYPE =3D UEFI_APPLICATION VERSION_STRING =3D 0.1 diff --git a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c b/OvmfPkg/Enro= llDefaultKeys/EnrollDefaultKeys.c index dd413df12de3..b354ec6f81c8 100644 --- a/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c +++ b/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c @@ -1,20 +1,14 @@ /** @file - Enroll default PK, KEK, DB. + Enroll default PK, KEK, db, dbx. =20 - Copyright (C) 2014, Red Hat, Inc. + Copyright (C) 2014-2019, Red Hat, Inc. =20 - This program and the accompanying materials are licensed and made avai= lable - under the terms and conditions of the BSD License which accompanies th= is - distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license. - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, = WITHOUT - WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include // gEfiCustomModeEnable= Guid #include // EFI_SETUP_MODE_NAME #include // EFI_IMAGE_SECURITY_D= ATABASE #include // CopyGuid() #include // ASSERT() #include // FreePool() #include // ShellAppMain() --=20 2.19.1.3.g30247aa5d201