]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the copyright notice format
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Apr 2010 15:35:13 +0000 (15:35 +0000)
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Apr 2010 15:35:13 +0000 (15:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10399 6f19259b-4bc3-4df7-8a09-765794883524

18 files changed:
MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.asm
MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
MdePkg/Library/BaseCpuLib/Arm/CpuSleep.asm
MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg/Library/BaseCpuLib/Ebc/CpuSleepFlushTlb.c
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm
MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm
MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c
MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.asm
MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
MdePkg/Library/BaseCpuLib/X64/CpuSleep.asm

index e15daa1c2076d2bcff01b917cfe578eb000534c5..2a27b7a4e8a71671de5fc3dc37b2cc5db6d3f407 100644 (file)
@@ -2,9 +2,9 @@
 #\r
 # CpuFlushTlb() for ARM\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index 1fa7d26419285e611a1e4347bba6cd672f219800..e0576ea3d79da6d7421ab5f6a39ba8759905dc63 100644 (file)
@@ -2,9 +2,9 @@
 ;\r
 ; CpuFlushTlb() for ARM\r
 ;\r
-; Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-; Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
index ac8c5c8d5cdc80508e901a481eaff1dc126a109f..df5bef41b2abcba066fadd9b67e40899fa9a6456 100644 (file)
@@ -2,9 +2,9 @@
 #\r
 # CpuSleep() for ARM\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index b6aeca430c1b01cfffbb57d19241a75325d55ccd..21e5e39bfe618a451990f51eeeae6a0c4c9f2bde 100644 (file)
@@ -2,9 +2,9 @@
 ;\r
 ; CpuSleep() for ARM\r
 ;\r
-; Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-; Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
index f03e3d12d193902a989e9167f93d6ae61dd5b486..f17c6516a97a90eb6fd3876cc3716e09e9920d01 100644 (file)
@@ -4,10 +4,10 @@
 #  CPU Library implemented using ASM functions for IA-32 and X64,\r
 #  PAL CALLs for IPF, and empty functions for EBC.\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation.<BR>\r
-#  Portions Copyright (c) 2008-2009 Apple Inc. All rights reserved.\r
+#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
index 9f719158c9d41c02f99ff88823c5271de4844397..51f2050b72f8bf0b088ab01a5dddfc9d16737444 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Base Library CPU Functions for EBC\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
index 9db5786728b72f70119352282329d25c2396a39c..0aec5d015c616aea4ad5d5e9483f0145e634bcbe 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index 4f0c4f9944b9326f465f550f788312af58717dd3..9853b602a1b8e3711a2f26b08405f947e01f6e6d 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
index 711a1abb6ae318668e4727b288c4746fdb0d1598..e5998e78ad45a4e26186693f4561b653694ce1ea 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   CpuFlushTlb function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
index c38195a3a8be9578034e0941fb740b9fdb29489b..b826ca2a95c22e03bceceb2f5d339360f6fecd5c 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index 8a779f7017fafaa2322eb0068eb8f4affbedf2f7..5318f6a432b574388e9beb1287ae2382e8a98289 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
index efa5fa2f5b620f4e737c4dfb549b44a28b62e44b..bacfb923e5a4e0f707edf444d8d0bf7e26466f26 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   CpuSleep function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
index bc918e1a3496d945b2686851827d3a7a71613a5b..5be633f34dcd667ed8f4bb21fee1ea028f0c346e 100644 (file)
@@ -1,8 +1,8 @@
 /// @file\r
 ///   CpuFlushTlb() function for Itanium-based architecture.\r
 ///\r
-/// Copyright (c) 2006, Intel Corporation\r
-/// All rights reserved. This program and the accompanying materials\r
+/// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+/// This program and the accompanying materials\r
 /// are licensed and made available under the terms and conditions of the BSD License\r
 /// which accompanies this distribution.  The full text of the license may be found at\r
 /// http://opensource.org/licenses/bsd-license.php\r
index fa204d592b6c10878938df30b5d8c7d86d896592..94db3541570ffa32b77b432e8d55c80fc65886fa 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Base Library CPU functions for Itanium\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
index da366b36d349291968094a01e9d3c91c934c9150..33a4286498dc2af1ece8483257dc36e5bce57615 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------ \r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index c2c4490e9dbda3c65dda7c44163813e55b212ffd..09a6f781b2c36db163c8eea42475570fe1192017 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
index 77452d002100a06e68d7facedc8945613b3696b8..97642f6280b31e02aae0f6bc3a27c3b9115596fe 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
index b2c490703251c0664c708c164a0efe0a73e1fc07..f8b1cfba9f7504eb67b782e42c32674b4f91c087 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r