summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 12:39:50 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 12:39:50 +0000
commitb1f700a8593435e2bdc8f9b3dc21bced4774c80f (patch)
tree887faf0349960472affe0f3b3e2d9be1a5842bb9 /DuetPkg/BootSector
parentf9b8ab563212511e9b46d5e73f9544f9b17d2fea (diff)
downloadedk2-platforms-b1f700a8593435e2bdc8f9b3dc21bced4774c80f.tar.xz
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10438 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector')
-rw-r--r--DuetPkg/BootSector/BootSector.inf4
-rw-r--r--DuetPkg/BootSector/FILE.LST2
-rw-r--r--DuetPkg/BootSector/GNUmakefile2
-rw-r--r--DuetPkg/BootSector/Gpt.S4
-rw-r--r--DuetPkg/BootSector/Gpt.asm4
-rw-r--r--DuetPkg/BootSector/Makefile2
-rw-r--r--DuetPkg/BootSector/Mbr.S4
-rw-r--r--DuetPkg/BootSector/Mbr.asm4
-rw-r--r--DuetPkg/BootSector/bootsect.S4
-rw-r--r--DuetPkg/BootSector/bootsect.asm4
-rw-r--r--DuetPkg/BootSector/bs16.S4
-rw-r--r--DuetPkg/BootSector/bs16.asm4
-rw-r--r--DuetPkg/BootSector/bs32.S4
-rw-r--r--DuetPkg/BootSector/bs32.asm4
-rw-r--r--DuetPkg/BootSector/efi32.S4
-rw-r--r--DuetPkg/BootSector/efi32.asm4
-rw-r--r--DuetPkg/BootSector/efi64.S4
-rw-r--r--DuetPkg/BootSector/efi64.asm4
-rw-r--r--DuetPkg/BootSector/st16_64.S4
-rw-r--r--DuetPkg/BootSector/st16_64.asm4
-rw-r--r--DuetPkg/BootSector/st32_64.S4
-rw-r--r--DuetPkg/BootSector/st32_64.asm4
-rw-r--r--DuetPkg/BootSector/start.S4
-rw-r--r--DuetPkg/BootSector/start.asm4
-rw-r--r--DuetPkg/BootSector/start16.S4
-rw-r--r--DuetPkg/BootSector/start16.asm4
-rw-r--r--DuetPkg/BootSector/start32.S4
-rw-r--r--DuetPkg/BootSector/start32.asm4
-rw-r--r--DuetPkg/BootSector/start64.S4
-rw-r--r--DuetPkg/BootSector/start64.asm4
30 files changed, 57 insertions, 57 deletions
diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf
index a8785a7695..c443ebb6ef 100644
--- a/DuetPkg/BootSector/BootSector.inf
+++ b/DuetPkg/BootSector/BootSector.inf
@@ -1,7 +1,7 @@
## @file
#
-# Copyright (c) 2006 - 2010, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006 - 2010, 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/DuetPkg/BootSector/FILE.LST b/DuetPkg/BootSector/FILE.LST
index 80b4d8d2ad..abbe1da17f 100644
--- a/DuetPkg/BootSector/FILE.LST
+++ b/DuetPkg/BootSector/FILE.LST
@@ -1,6 +1,6 @@
## @file
#
-# Copyright (c) 2010 Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010, 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
diff --git a/DuetPkg/BootSector/GNUmakefile b/DuetPkg/BootSector/GNUmakefile
index bda0df5ddc..66298daf3b 100644
--- a/DuetPkg/BootSector/GNUmakefile
+++ b/DuetPkg/BootSector/GNUmakefile
@@ -1,7 +1,7 @@
## @file
# Just use host GCC to compile boot sector image.
#
-# Copyright (c) 2010 Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010, 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
diff --git a/DuetPkg/BootSector/Gpt.S b/DuetPkg/BootSector/Gpt.S
index ef70a80a2f..c8b155edcb 100644
--- a/DuetPkg/BootSector/Gpt.S
+++ b/DuetPkg/BootSector/Gpt.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/Gpt.asm b/DuetPkg/BootSector/Gpt.asm
index 15f91f5f49..e94075308d 100644
--- a/DuetPkg/BootSector/Gpt.asm
+++ b/DuetPkg/BootSector/Gpt.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile
index 9cf9dcef79..cfee9a0941 100644
--- a/DuetPkg/BootSector/Makefile
+++ b/DuetPkg/BootSector/Makefile
@@ -1,6 +1,6 @@
## @file
#
-# Copyright (c) 2010 Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010, 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
diff --git a/DuetPkg/BootSector/Mbr.S b/DuetPkg/BootSector/Mbr.S
index a2431e1931..f24c5c2951 100644
--- a/DuetPkg/BootSector/Mbr.S
+++ b/DuetPkg/BootSector/Mbr.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/Mbr.asm b/DuetPkg/BootSector/Mbr.asm
index 03182a649a..b105c08901 100644
--- a/DuetPkg/BootSector/Mbr.asm
+++ b/DuetPkg/BootSector/Mbr.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/bootsect.S b/DuetPkg/BootSector/bootsect.S
index 178f94c5dc..5993a1ac99 100644
--- a/DuetPkg/BootSector/bootsect.S
+++ b/DuetPkg/BootSector/bootsect.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/bootsect.asm b/DuetPkg/BootSector/bootsect.asm
index 1b8c15bc80..3366b7acf7 100644
--- a/DuetPkg/BootSector/bootsect.asm
+++ b/DuetPkg/BootSector/bootsect.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/bs16.S b/DuetPkg/BootSector/bs16.S
index cbb3649a46..503f2e9f4d 100644
--- a/DuetPkg/BootSector/bs16.S
+++ b/DuetPkg/BootSector/bs16.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/bs16.asm b/DuetPkg/BootSector/bs16.asm
index 41040269cd..6c257678e3 100644
--- a/DuetPkg/BootSector/bs16.asm
+++ b/DuetPkg/BootSector/bs16.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/bs32.S b/DuetPkg/BootSector/bs32.S
index f36820c7b6..d768518e85 100644
--- a/DuetPkg/BootSector/bs32.S
+++ b/DuetPkg/BootSector/bs32.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/bs32.asm b/DuetPkg/BootSector/bs32.asm
index bc84f83732..f26668982e 100644
--- a/DuetPkg/BootSector/bs32.asm
+++ b/DuetPkg/BootSector/bs32.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/efi32.S b/DuetPkg/BootSector/efi32.S
index 0142f35771..391590a856 100644
--- a/DuetPkg/BootSector/efi32.S
+++ b/DuetPkg/BootSector/efi32.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/efi32.asm b/DuetPkg/BootSector/efi32.asm
index 0e2d41732f..471b4807bc 100644
--- a/DuetPkg/BootSector/efi32.asm
+++ b/DuetPkg/BootSector/efi32.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/efi64.S b/DuetPkg/BootSector/efi64.S
index fcb31013b5..fe7a3647ad 100644
--- a/DuetPkg/BootSector/efi64.S
+++ b/DuetPkg/BootSector/efi64.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/efi64.asm b/DuetPkg/BootSector/efi64.asm
index 7960385bd1..ee6f9fda86 100644
--- a/DuetPkg/BootSector/efi64.asm
+++ b/DuetPkg/BootSector/efi64.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/st16_64.S b/DuetPkg/BootSector/st16_64.S
index d863f53840..c6cc5169f6 100644
--- a/DuetPkg/BootSector/st16_64.S
+++ b/DuetPkg/BootSector/st16_64.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/st16_64.asm b/DuetPkg/BootSector/st16_64.asm
index b2df0eb042..93a73d46bc 100644
--- a/DuetPkg/BootSector/st16_64.asm
+++ b/DuetPkg/BootSector/st16_64.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/st32_64.S b/DuetPkg/BootSector/st32_64.S
index b16b41f0ec..f1ebf67d18 100644
--- a/DuetPkg/BootSector/st32_64.S
+++ b/DuetPkg/BootSector/st32_64.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/st32_64.asm b/DuetPkg/BootSector/st32_64.asm
index 970cdc8f0d..9761dc883b 100644
--- a/DuetPkg/BootSector/st32_64.asm
+++ b/DuetPkg/BootSector/st32_64.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/start.S b/DuetPkg/BootSector/start.S
index 183ebe2065..b9a34db081 100644
--- a/DuetPkg/BootSector/start.S
+++ b/DuetPkg/BootSector/start.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/start.asm b/DuetPkg/BootSector/start.asm
index e8eb22982d..2674d1cd8a 100644
--- a/DuetPkg/BootSector/start.asm
+++ b/DuetPkg/BootSector/start.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/start16.S b/DuetPkg/BootSector/start16.S
index 014ce8cdcd..be525b6f30 100644
--- a/DuetPkg/BootSector/start16.S
+++ b/DuetPkg/BootSector/start16.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/start16.asm b/DuetPkg/BootSector/start16.asm
index 4775c4e8a3..036726d83d 100644
--- a/DuetPkg/BootSector/start16.asm
+++ b/DuetPkg/BootSector/start16.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/start32.S b/DuetPkg/BootSector/start32.S
index 55b274b8df..c47f92763d 100644
--- a/DuetPkg/BootSector/start32.S
+++ b/DuetPkg/BootSector/start32.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/start32.asm b/DuetPkg/BootSector/start32.asm
index 6cc6fcaa6c..2cc5640cd8 100644
--- a/DuetPkg/BootSector/start32.asm
+++ b/DuetPkg/BootSector/start32.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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/DuetPkg/BootSector/start64.S b/DuetPkg/BootSector/start64.S
index 3269b221ae..b8f1e60f8a 100644
--- a/DuetPkg/BootSector/start64.S
+++ b/DuetPkg/BootSector/start64.S
@@ -1,7 +1,7 @@
#------------------------------------------------------------------------------
#*
-#* Copyright 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/DuetPkg/BootSector/start64.asm b/DuetPkg/BootSector/start64.asm
index 5491722e58..e368bf3727 100644
--- a/DuetPkg/BootSector/start64.asm
+++ b/DuetPkg/BootSector/start64.asm
@@ -1,7 +1,7 @@
;------------------------------------------------------------------------------
;*
-;* Copyright 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