mirror of https://github.com/acidanthera/audk.git
OvmfPkg/EnrollDefaultKeys: update @file comment blocks
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 <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@arm.com> Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
b11636239f
commit
3defea06b2
|
@ -1,15 +1,9 @@
|
||||||
/** @file
|
/** @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 available
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
under the terms and conditions of the BSD License which accompanies this
|
|
||||||
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.
|
|
||||||
**/
|
**/
|
||||||
#include <Guid/AuthenticatedVariableFormat.h> // gEfiCustomModeEnableGuid
|
#include <Guid/AuthenticatedVariableFormat.h> // gEfiCustomModeEnableGuid
|
||||||
#include <Guid/GlobalVariable.h> // EFI_SETUP_MODE_NAME
|
#include <Guid/GlobalVariable.h> // EFI_SETUP_MODE_NAME
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
## @file
|
## @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 available
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
# under the terms and conditions of the BSD License which accompanies this
|
|
||||||
# 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.
|
|
||||||
##
|
##
|
||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
|
|
Loading…
Reference in New Issue