diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 12:46:45 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 12:46:45 +0000 |
commit | 3d70643bbd4d6be9b3607b470e7c9aeb700d4ef4 (patch) | |
tree | b6b3d68cc68a1c074146d57c4c3d05107d35988f /Omap35xxPkg/Library/Omap35xxTimerLib | |
parent | 60274ccab831d7874129a6b6c271969418296960 (diff) | |
download | edk2-3d70643bbd4d6be9b3607b470e7c9aeb700d4ef4.zip edk2-3d70643bbd4d6be9b3607b470e7c9aeb700d4ef4.tar.gz edk2-3d70643bbd4d6be9b3607b470e7c9aeb700d4ef4.tar.bz2 |
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10447 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg/Library/Omap35xxTimerLib')
-rw-r--r-- | Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf | 4 | ||||
-rw-r--r-- | Omap35xxPkg/Library/Omap35xxTimerLib/TimerLib.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf b/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf index 8ef9605..3afeeae 100644 --- a/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf +++ b/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf @@ -5,9 +5,9 @@ # for the implementation of a functional timer library instance. This library instance can
# also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
# services as well as EBC modules that require timer services
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
#
-# All rights reserved. This program and the accompanying materials
+# 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
diff --git a/Omap35xxPkg/Library/Omap35xxTimerLib/TimerLib.c b/Omap35xxPkg/Library/Omap35xxTimerLib/TimerLib.c index 16a3359..efd3d1a 100644 --- a/Omap35xxPkg/Library/Omap35xxTimerLib/TimerLib.c +++ b/Omap35xxPkg/Library/Omap35xxTimerLib/TimerLib.c @@ -1,8 +1,8 @@ /** @file
- Copyright (c) 2008-2009, Apple Inc. All rights reserved.
+ Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
- All rights reserved. This program and the accompanying materials
+ 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
|