summaryrefslogtreecommitdiff
path: root/FatPkg/EnhancedFatDxe
diff options
context:
space:
mode:
authorHot Tian <hot.tian@intel.com>2010-04-26 01:24:39 +0000
committerJordan Justen <jordan.l.justen@intel.com>2016-04-06 23:22:43 -0700
commit6163cc98b61a914a2775aed34d90c4d25cc56777 (patch)
tree8e4cfb24afb37ae0d6496110c393bbbf7cb3935b /FatPkg/EnhancedFatDxe
parent25ce9b1f060d27a4f893d3b494007ae74dd425bf (diff)
downloadedk2-6163cc98b61a914a2775aed34d90c4d25cc56777.zip
edk2-6163cc98b61a914a2775aed34d90c4d25cc56777.tar.gz
edk2-6163cc98b61a914a2775aed34d90c4d25cc56777.tar.bz2
Update copyright notice format
(based on FatPkg commit 171c4de5919a4638db8f6f472b365ffbbac6070b) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Mark Doran <mark.doran@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'FatPkg/EnhancedFatDxe')
-rw-r--r--FatPkg/EnhancedFatDxe/ComponentName.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Data.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Debug.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Delete.c4
-rw-r--r--FatPkg/EnhancedFatDxe/DirectoryCache.c4
-rw-r--r--FatPkg/EnhancedFatDxe/DirectoryManage.c4
-rw-r--r--FatPkg/EnhancedFatDxe/DiskCache.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Fat.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Fat.h4
-rw-r--r--FatPkg/EnhancedFatDxe/Fat.inf2
-rw-r--r--FatPkg/EnhancedFatDxe/Fat.msa2
-rw-r--r--FatPkg/EnhancedFatDxe/FatFileSystem.h4
-rw-r--r--FatPkg/EnhancedFatDxe/FileName.c4
-rw-r--r--FatPkg/EnhancedFatDxe/FileSpace.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Flush.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Hash.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Info.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Init.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Misc.c4
-rw-r--r--FatPkg/EnhancedFatDxe/Open.c4
-rw-r--r--FatPkg/EnhancedFatDxe/OpenVolume.c4
-rw-r--r--FatPkg/EnhancedFatDxe/ReadWrite.c4
-rw-r--r--FatPkg/EnhancedFatDxe/UnicodeCollation.c4
23 files changed, 44 insertions, 44 deletions
diff --git a/FatPkg/EnhancedFatDxe/ComponentName.c b/FatPkg/EnhancedFatDxe/ComponentName.c
index e4a40be..dd0492d 100644
--- a/FatPkg/EnhancedFatDxe/ComponentName.c
+++ b/FatPkg/EnhancedFatDxe/ComponentName.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Data.c b/FatPkg/EnhancedFatDxe/Data.c
index c34f51d..93909ac 100644
--- a/FatPkg/EnhancedFatDxe/Data.c
+++ b/FatPkg/EnhancedFatDxe/Data.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/Debug.c b/FatPkg/EnhancedFatDxe/Debug.c
index 6eb116e..7c0dc20 100644
--- a/FatPkg/EnhancedFatDxe/Debug.c
+++ b/FatPkg/EnhancedFatDxe/Debug.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005, 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/FatPkg/EnhancedFatDxe/Delete.c b/FatPkg/EnhancedFatDxe/Delete.c
index d39b8b7..f39913e 100644
--- a/FatPkg/EnhancedFatDxe/Delete.c
+++ b/FatPkg/EnhancedFatDxe/Delete.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/DirectoryCache.c b/FatPkg/EnhancedFatDxe/DirectoryCache.c
index 1cb8b9f..568b291 100644
--- a/FatPkg/EnhancedFatDxe/DirectoryCache.c
+++ b/FatPkg/EnhancedFatDxe/DirectoryCache.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005, 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/FatPkg/EnhancedFatDxe/DirectoryManage.c b/FatPkg/EnhancedFatDxe/DirectoryManage.c
index f9a764d..2e1e003 100644
--- a/FatPkg/EnhancedFatDxe/DirectoryManage.c
+++ b/FatPkg/EnhancedFatDxe/DirectoryManage.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/DiskCache.c b/FatPkg/EnhancedFatDxe/DiskCache.c
index ef27a53..55a7c67 100644
--- a/FatPkg/EnhancedFatDxe/DiskCache.c
+++ b/FatPkg/EnhancedFatDxe/DiskCache.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Fat.c b/FatPkg/EnhancedFatDxe/Fat.c
index e52b8c1..67ee66c 100644
--- a/FatPkg/EnhancedFatDxe/Fat.c
+++ b/FatPkg/EnhancedFatDxe/Fat.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Fat.h b/FatPkg/EnhancedFatDxe/Fat.h
index 1b1d424..3bc1e71 100644
--- a/FatPkg/EnhancedFatDxe/Fat.h
+++ b/FatPkg/EnhancedFatDxe/Fat.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2010, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Fat.inf b/FatPkg/EnhancedFatDxe/Fat.inf
index c17733e..82b7650 100644
--- a/FatPkg/EnhancedFatDxe/Fat.inf
+++ b/FatPkg/EnhancedFatDxe/Fat.inf
@@ -4,7 +4,7 @@
# This UEFI driver detects the FAT file system in the disk.
# It also produces the Simple File System protocol for the consumer to
# perform file and directory operations on the disk.
-# Copyright (c) 2007 - 2010, Intel Corporation
+# Copyright (c) 2007 - 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
diff --git a/FatPkg/EnhancedFatDxe/Fat.msa b/FatPkg/EnhancedFatDxe/Fat.msa
index cb99a5d..ae8beb4 100644
--- a/FatPkg/EnhancedFatDxe/Fat.msa
+++ b/FatPkg/EnhancedFatDxe/Fat.msa
@@ -7,7 +7,7 @@
<Version>1.0</Version>
<Abstract>Component description file for FAT module.</Abstract>
<Description>This UEFI driver detects the FAT file system in the disk. It also produces the Simple File System protocol for the consumer to perform file and directory operations on the disk.</Description>
- <Copyright>Copyright (c) 2004 - 2007, Intel Corporation</Copyright>
+ <Copyright>Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.</Copyright>
<License>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
diff --git a/FatPkg/EnhancedFatDxe/FatFileSystem.h b/FatPkg/EnhancedFatDxe/FatFileSystem.h
index d6fd8e4..bcef258 100644
--- a/FatPkg/EnhancedFatDxe/FatFileSystem.h
+++ b/FatPkg/EnhancedFatDxe/FatFileSystem.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005, 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/FatPkg/EnhancedFatDxe/FileName.c b/FatPkg/EnhancedFatDxe/FileName.c
index 8ad298a..4f73e9e 100644
--- a/FatPkg/EnhancedFatDxe/FileName.c
+++ b/FatPkg/EnhancedFatDxe/FileName.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/FileSpace.c b/FatPkg/EnhancedFatDxe/FileSpace.c
index 24f84d2..869f345 100644
--- a/FatPkg/EnhancedFatDxe/FileSpace.c
+++ b/FatPkg/EnhancedFatDxe/FileSpace.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005, 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/FatPkg/EnhancedFatDxe/Flush.c b/FatPkg/EnhancedFatDxe/Flush.c
index 8228cda..ad3b261 100644
--- a/FatPkg/EnhancedFatDxe/Flush.c
+++ b/FatPkg/EnhancedFatDxe/Flush.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/Hash.c b/FatPkg/EnhancedFatDxe/Hash.c
index c0fbab2..a06accb 100644
--- a/FatPkg/EnhancedFatDxe/Hash.c
+++ b/FatPkg/EnhancedFatDxe/Hash.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Info.c b/FatPkg/EnhancedFatDxe/Info.c
index a71d671..cd8869a 100644
--- a/FatPkg/EnhancedFatDxe/Info.c
+++ b/FatPkg/EnhancedFatDxe/Info.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/Init.c b/FatPkg/EnhancedFatDxe/Init.c
index e18ff54..5d86a83 100644
--- a/FatPkg/EnhancedFatDxe/Init.c
+++ b/FatPkg/EnhancedFatDxe/Init.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2010, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Misc.c b/FatPkg/EnhancedFatDxe/Misc.c
index 8774ac8..b62c4c5 100644
--- a/FatPkg/EnhancedFatDxe/Misc.c
+++ b/FatPkg/EnhancedFatDxe/Misc.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2010, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 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/FatPkg/EnhancedFatDxe/Open.c b/FatPkg/EnhancedFatDxe/Open.c
index 8fc7bd0..f38f639 100644
--- a/FatPkg/EnhancedFatDxe/Open.c
+++ b/FatPkg/EnhancedFatDxe/Open.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/OpenVolume.c b/FatPkg/EnhancedFatDxe/OpenVolume.c
index 82f6e29..50f02f0 100644
--- a/FatPkg/EnhancedFatDxe/OpenVolume.c
+++ b/FatPkg/EnhancedFatDxe/OpenVolume.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/ReadWrite.c b/FatPkg/EnhancedFatDxe/ReadWrite.c
index fb9e802..8c41bd5 100644
--- a/FatPkg/EnhancedFatDxe/ReadWrite.c
+++ b/FatPkg/EnhancedFatDxe/ReadWrite.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2005 - 2009, Intel Corporation
-All rights reserved. This program and the accompanying materials are licensed and made available
+Copyright (c) 2005 - 2009, 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/FatPkg/EnhancedFatDxe/UnicodeCollation.c b/FatPkg/EnhancedFatDxe/UnicodeCollation.c
index 461168e..f483a5a 100644
--- a/FatPkg/EnhancedFatDxe/UnicodeCollation.c
+++ b/FatPkg/EnhancedFatDxe/UnicodeCollation.c
@@ -2,8 +2,8 @@
Unicode Collation Support component that hides the trivial difference of Unicode Collation
and Unicode collation 2 Protocol.
- Copyright (c) 2007 - 2010, Intel Corporation<BR>
- All rights reserved. This program and the accompanying materials are licensed and made available
+ Copyright (c) 2007 - 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