summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2015-12-08 13:47:23 +0000
committerydong10 <ydong10@Edk2>2015-12-08 13:47:23 +0000
commitf3b006c852e37b6adbeb1e7140f259d946ba6518 (patch)
treea16be9883ce3f795e779bd0fa12db11b08cfac39
parente750958bbc66bbc6e3d00bd853599058709f4604 (diff)
downloadedk2-f3b006c852e37b6adbeb1e7140f259d946ba6518.tar.gz
edk2-f3b006c852e37b6adbeb1e7140f259d946ba6518.tar.bz2
edk2-f3b006c852e37b6adbeb1e7140f259d946ba6518.zip
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
-rw-r--r--MdeModulePkg/Library/BootManagerLib/BootManager.c16
-rw-r--r--MdeModulePkg/Library/BootManagerLib/BootManager.h20
-rw-r--r--MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf17
-rw-r--r--MdeModulePkg/Library/BootManagerLib/BootManagerStrings.unibin3880 -> 4544 bytes
-rw-r--r--MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr18
5 files changed, 34 insertions, 37 deletions
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManager.c b/MdeModulePkg/Library/BootManagerLib/BootManager.c
index 7823660a9c..cfeedebc88 100644
--- a/MdeModulePkg/Library/BootManagerLib/BootManager.c
+++ b/MdeModulePkg/Library/BootManagerLib/BootManager.c
@@ -1,14 +1,14 @@
/** @file
The boot manager reference implementation
- Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
- This software and associated documentation (if any) is furnished
- under a license and may only be used or copied in accordance
- with the terms of the license. Except as permitted by such
- license, no part of this software or documentation may be
- reproduced, stored in a retrieval system, or transmitted in any
- form or by any means without the express written consent of
- Intel Corporation.
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+This program and the accompanying materials are licensed and made available under
+the terms and conditions of the BSD License that accompanies this distribution.
+The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php.
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManager.h b/MdeModulePkg/Library/BootManagerLib/BootManager.h
index 3ddef66831..1bedff412b 100644
--- a/MdeModulePkg/Library/BootManagerLib/BootManager.h
+++ b/MdeModulePkg/Library/BootManagerLib/BootManager.h
@@ -1,14 +1,14 @@
/** @file
- The boot manager reference implement
-
- Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
- This software and associated documentation (if any) is furnished
- under a license and may only be used or copied in accordance
- with the terms of the license. Except as permitted by such
- license, no part of this software or documentation may be
- reproduced, stored in a retrieval system, or transmitted in any
- form or by any means without the express written consent of
- Intel Corporation.
+ The boot manager reference implementation
+
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+This program and the accompanying materials are licensed and made available under
+the terms and conditions of the BSD License that accompanies this distribution.
+The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php.
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf b/MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
index b1cc314ba1..ff19516427 100644
--- a/MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
+++ b/MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
@@ -1,17 +1,16 @@
## @file
# Boot Manager Library used by UiApp.
-#
+#
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
-# This software and associated documentation (if any) is furnished
-# under a license and may only be used or copied in accordance
-# with the terms of the license. Except as permitted by such
-# license, no part of this software or documentation may be
-# reproduced, stored in a retrieval system, or transmitted in any
-# form or by any means without the express written consent of
-# Intel Corporation.
+# This program and the accompanying materials are licensed and made available under
+# the terms and conditions of the BSD License that accompanies this distribution.
+# The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
#
+# 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]
INF_VERSION = 0x00010005
BASE_NAME = BootManagerLib
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni b/MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni
index 6be2b29dfb..6202a2cb86 100644
--- a/MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni
+++ b/MdeModulePkg/Library/BootManagerLib/BootManagerStrings.uni
Binary files differ
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr b/MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr
index 9c36195d73..d3281f55ae 100644
--- a/MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr
+++ b/MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr
@@ -3,17 +3,15 @@
// Boot Manager formset.
//
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
-// This software and associated documentation (if any) is furnished
-// under a license and may only be used or copied in accordance
-// with the terms of the license. Except as permitted by such
-// license, no part of this software or documentation may be
-// reproduced, stored in a retrieval system, or transmitted in any
-// form or by any means without the express written consent of
-// Intel Corporation.
-
-
+// This program and the accompanying materials
+// are licensed and made available 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.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// 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 BOOT_MANAGER_FORM_ID 0x1000