From 2c0dfe63fceb1976c3929a4661498fb0bfa8c225 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 27 Jun 2018 21:06:11 +0800 Subject: [PATCH] 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 Reviewed-by: Ruiyu Ni --- FatBinPkg/FatBinPkg.dec | 4 ++-- 1 file 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.
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# -# 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 -- 2.39.2