diff options
author | Liming Gao <liming.gao@intel.com> | 2018-06-27 21:06:11 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-06-28 11:19:41 +0800 |
commit | 2c0dfe63fceb1976c3929a4661498fb0bfa8c225 (patch) | |
tree | afa0fc7308bdabfc670ea4e97ec48c19ce25ab67 /FatBinPkg | |
parent | 630f67ddfea296ccb59d7863796210e130eec67e (diff) | |
download | edk2-2c0dfe63fceb1976c3929a4661498fb0bfa8c225.tar.gz |
FatBinPkg: Clean up source files
1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'FatBinPkg')
-rw-r--r-- | FatBinPkg/FatBinPkg.dec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FatBinPkg/FatBinPkg.dec b/FatBinPkg/FatBinPkg.dec index 6ac577a946..495878da28 100644 --- a/FatBinPkg/FatBinPkg.dec +++ b/FatBinPkg/FatBinPkg.dec @@ -2,9 +2,9 @@ # This package provides binary device drivers to support the FAT32 file system.
#
# This package provides FAT drivers which are not licensed under BSD.
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
#
-# This program and the accompanying materials are licensed and made available
+# 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
|