diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-12 19:18:17 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-12 19:18:17 +0000 |
commit | a957d4a7810e3bf1c95e9bb30d83271e407093a0 (patch) | |
tree | 43111450e59bc917572359252aee6319f0528ed9 /BeagleBoardPkg/Bds | |
parent | aeb615349bf722609d25474918b20470eb8c8107 (diff) | |
download | edk2-platforms-a957d4a7810e3bf1c95e9bb30d83271e407093a0.tar.xz |
More headers cleanup.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9722 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/Bds')
-rw-r--r-- | BeagleBoardPkg/Bds/Bds.inf | 15 | ||||
-rw-r--r-- | BeagleBoardPkg/Bds/FirmwareVolume.c | 17 |
2 files changed, 16 insertions, 16 deletions
diff --git a/BeagleBoardPkg/Bds/Bds.inf b/BeagleBoardPkg/Bds/Bds.inf index 18e019147b..5d9fbacf18 100644 --- a/BeagleBoardPkg/Bds/Bds.inf +++ b/BeagleBoardPkg/Bds/Bds.inf @@ -1,16 +1,17 @@ -#%HEADER%
+
#/** @file
#
# Component discription file for Bds module
#
# Copyright (c) 2009 Apple, Inc. All rights reserved.
#
-# This document is the property of Apple, Inc.
-# It is considered confidential and proprietary.
-#
-# This document may not be reproduced or transmitted in any form,
-# in whole or in part, without the express written permission of
-# Apple, Inc.
+# All rights reserved. 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.
#
#**/
diff --git a/BeagleBoardPkg/Bds/FirmwareVolume.c b/BeagleBoardPkg/Bds/FirmwareVolume.c index f08de5767a..692e2a56a6 100644 --- a/BeagleBoardPkg/Bds/FirmwareVolume.c +++ b/BeagleBoardPkg/Bds/FirmwareVolume.c @@ -7,16 +7,15 @@ driver module and it will attempt to connect a console on top of this.
- Copyright (c) 2009 Apple, Inc. All rights reserved.
- Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.
-
+ Copyright (c) 2009 Apple, Inc. All rights reserved.
+
+ All rights reserved. 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
- This document is the property of Apple, Inc.
- It is considered confidential and proprietary.
-
- This document may not be reproduced or transmitted in any form,
- in whole or in part, without the express written permission of
- Apple, Inc.
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
|