diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 11:32:42 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-29 11:32:42 +0000 |
commit | cf748a1a6895a3418e2dea91bd0cd0e45f72c679 (patch) | |
tree | 23229093828cf2586f913754eabc1a03c5bf626e /ArmEbPkg/InterruptDxe | |
parent | 8091267c0261f9de15bc9ce0cf6e373ee3447c91 (diff) | |
download | edk2-cf748a1a6895a3418e2dea91bd0cd0e45f72c679.zip edk2-cf748a1a6895a3418e2dea91bd0cd0e45f72c679.tar.gz edk2-cf748a1a6895a3418e2dea91bd0cd0e45f72c679.tar.bz2 |
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10443 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmEbPkg/InterruptDxe')
-rw-r--r-- | ArmEbPkg/InterruptDxe/InterruptDxe.c | 17 | ||||
-rw-r--r-- | ArmEbPkg/InterruptDxe/InterruptDxe.inf | 4 |
2 files changed, 5 insertions, 16 deletions
diff --git a/ArmEbPkg/InterruptDxe/InterruptDxe.c b/ArmEbPkg/InterruptDxe/InterruptDxe.c index b8e1aa5..b9e8256 100644 --- a/ArmEbPkg/InterruptDxe/InterruptDxe.c +++ b/ArmEbPkg/InterruptDxe/InterruptDxe.c @@ -1,19 +1,8 @@ -/** @file
- Portions copyright (c) 2010, 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
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
/*++
-Copyright (c) 2009, Hewlett-Packard Company
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2009, Hewlett-Packard Company. All rights reserved.<BR>
+Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>
+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/ArmEbPkg/InterruptDxe/InterruptDxe.inf b/ArmEbPkg/InterruptDxe/InterruptDxe.inf index aeaf625..abf53e7 100644 --- a/ArmEbPkg/InterruptDxe/InterruptDxe.inf +++ b/ArmEbPkg/InterruptDxe/InterruptDxe.inf @@ -1,7 +1,7 @@ #/** @file
#
-# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
+# 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
|