mirror of https://github.com/acidanthera/audk.git
BootManagerLib: Update copyright, use BSD license instead of Intel license.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19168 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e750958bbc
commit
f3b006c852
|
@ -1,14 +1,14 @@
|
||||||
/** @file
|
/** @file
|
||||||
The boot manager reference implementation
|
The boot manager reference implementation
|
||||||
|
|
||||||
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This software and associated documentation (if any) is furnished
|
This program and the accompanying materials are licensed and made available under
|
||||||
under a license and may only be used or copied in accordance
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
with the terms of the license. Except as permitted by such
|
The full text of the license may be found at
|
||||||
license, no part of this software or documentation may be
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
reproduced, stored in a retrieval system, or transmitted in any
|
|
||||||
form or by any means without the express written consent of
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
Intel Corporation.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
/** @file
|
/** @file
|
||||||
The boot manager reference implement
|
The boot manager reference implementation
|
||||||
|
|
||||||
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This software and associated documentation (if any) is furnished
|
This program and the accompanying materials are licensed and made available under
|
||||||
under a license and may only be used or copied in accordance
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
with the terms of the license. Except as permitted by such
|
The full text of the license may be found at
|
||||||
license, no part of this software or documentation may be
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
reproduced, stored in a retrieval system, or transmitted in any
|
|
||||||
form or by any means without the express written consent of
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
Intel Corporation.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
## @file
|
## @file
|
||||||
# Boot Manager Library used by UiApp.
|
# Boot Manager Library used by UiApp.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
# This software and associated documentation (if any) is furnished
|
# This program and the accompanying materials are licensed and made available under
|
||||||
# under a license and may only be used or copied in accordance
|
# the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
# with the terms of the license. Except as permitted by such
|
# The full text of the license may be found at
|
||||||
# license, no part of this software or documentation may be
|
# http://opensource.org/licenses/bsd-license.php.
|
||||||
# reproduced, stored in a retrieval system, or transmitted in any
|
|
||||||
# form or by any means without the express written consent of
|
|
||||||
# Intel Corporation.
|
|
||||||
#
|
#
|
||||||
|
# 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]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = BootManagerLib
|
BASE_NAME = BootManagerLib
|
||||||
|
|
Binary file not shown.
|
@ -3,17 +3,15 @@
|
||||||
// Boot Manager formset.
|
// Boot Manager formset.
|
||||||
//
|
//
|
||||||
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
// This software and associated documentation (if any) is furnished
|
// This program and the accompanying materials
|
||||||
// under a license and may only be used or copied in accordance
|
// are licensed and made available under the terms and conditions of the BSD License
|
||||||
// with the terms of the license. Except as permitted by such
|
// which accompanies this distribution. The full text of the license may be found at
|
||||||
// license, no part of this software or documentation may be
|
// http://opensource.org/licenses/bsd-license.php
|
||||||
// reproduced, stored in a retrieval system, or transmitted in any
|
//
|
||||||
// form or by any means without the express written consent of
|
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
// Intel Corporation.
|
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
//
|
||||||
|
|
||||||
//**/
|
//**/
|
||||||
|
|
||||||
#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }
|
#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }
|
||||||
|
|
||||||
#define BOOT_MANAGER_FORM_ID 0x1000
|
#define BOOT_MANAGER_FORM_ID 0x1000
|
||||||
|
|
Loading…
Reference in New Issue