summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/CompilerStub
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 11:56:24 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 11:56:24 +0000
commit4ea9375a2d02a43671437e0d3d808d85afb30afa (patch)
treeaaa0fd9c99387e0f583b31f0c03fb404c07d1620 /EdkCompatibilityPkg/Foundation/Library/CompilerStub
parent2c7e5c2febd407ed1849c06da50734dd6f751956 (diff)
downloadedk2-platforms-4ea9375a2d02a43671437e0d3d808d85afb30afa.tar.xz
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10434 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/CompilerStub')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Dummy.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpy.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep1.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep4.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpySSE2.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memset.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep1.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep4.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetSSE2.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpy.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep1.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep4.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep8.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpySSE2.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memset.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep1.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep4.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep8.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetSSE2.asm4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c4
23 files changed, 46 insertions, 46 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
index 646c298754..d0aef2f1b6 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
@@ -1,7 +1,7 @@
#/*++
#
-# Copyright (c) 2006 - 2007, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006 - 2007, 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
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
index f740204ec5..909ee60936 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
@@ -1,7 +1,7 @@
#/*++
#
-# Copyright (c) 2006 - 2007, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006 - 2007, 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
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Dummy.c b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Dummy.c
index c033d8481c..239daf1128 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Dummy.c
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Dummy.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2008, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2008, 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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpy.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpy.asm
index 37b505678a..39657bf87a 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpy.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpy.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep1.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep1.asm
index aeebcfd09b..e519fbe19d 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep1.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep1.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep4.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep4.asm
index d4cef09d7c..f88163cb00 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep4.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpyRep4.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpySSE2.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpySSE2.asm
index 5ae5752a57..d65b270c5a 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpySSE2.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memcpySSE2.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memset.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memset.asm
index 3dbf920da8..6a52a6653c 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memset.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memset.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep1.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep1.asm
index 905c1f765e..dd9ed12acb 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep1.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep1.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep4.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep4.asm
index fadee231cb..1e8f0577e1 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep4.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetRep4.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetSSE2.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetSSE2.asm
index ce9ba64fea..db488c1f2e 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetSSE2.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/memsetSSE2.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpy.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpy.asm
index 7e04431459..7c53bc113e 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpy.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpy.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep1.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep1.asm
index 72b8de3c26..d17cec942b 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep1.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep1.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep4.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep4.asm
index 2cca1c3380..f9ab12c16e 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep4.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep4.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep8.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep8.asm
index 27b3ca5364..e01419bab7 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep8.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpyRep8.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpySSE2.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpySSE2.asm
index 15bdf37ffb..5d294ae614 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpySSE2.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memcpySSE2.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memset.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memset.asm
index 134700d912..cae04e03f5 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memset.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memset.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep1.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep1.asm
index 9a4d67330c..c5e08e1ba9 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep1.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep1.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep4.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep4.asm
index 6ef0036578..0ce0beda93 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep4.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep4.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep8.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep8.asm
index 16cb026df1..0c52034203 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep8.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetRep8.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetSSE2.asm b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetSSE2.asm
index 0370c9be71..0ba72d6dab 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetSSE2.asm
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/memsetSSE2.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;
-; Copyright (c) 2007, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2007, 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
; which accompanies this distribution. The full text of the license may be found at
; http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c
index 300724a132..1ae4079db3 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2006, 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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c
index 87dca04c8e..55603dc70f 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2006, 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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php