From fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Thu, 4 Aug 2011 18:45:45 +0200 Subject: Convert ISO-8859 files to UTF-8 There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD --- fs/fdos/Makefile | 2 +- fs/fdos/dev.c | 2 +- fs/fdos/dos.h | 2 +- fs/fdos/fat.c | 2 +- fs/fdos/fdos.c | 2 +- fs/fdos/fdos.h | 2 +- fs/fdos/fs.c | 2 +- fs/fdos/subdir.c | 2 +- fs/fdos/vfat.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'fs') diff --git a/fs/fdos/Makefile b/fs/fdos/Makefile index 9cd4d91742..503aa529dc 100644 --- a/fs/fdos/Makefile +++ b/fs/fdos/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2002 -# Stäubli Faverges - +# Stäubli Faverges - # Pierre AUBERT p.aubert@staubli.com # # diff --git a/fs/fdos/dev.c b/fs/fdos/dev.c index b55b6ed2d6..f21c7a93d3 100644 --- a/fs/fdos/dev.c +++ b/fs/fdos/dev.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/dos.h b/fs/fdos/dos.h index 7b27b01e02..be1565bfba 100644 --- a/fs/fdos/dos.h +++ b/fs/fdos/dos.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c index 5707c1952c..0521d675c3 100644 --- a/fs/fdos/fat.c +++ b/fs/fdos/fat.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/fdos.c b/fs/fdos/fdos.c index db585623c6..4c556df57a 100644 --- a/fs/fdos/fdos.c +++ b/fs/fdos/fdos.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/fdos.h b/fs/fdos/fdos.h index e28c22f849..0d2351a6a1 100644 --- a/fs/fdos/fdos.h +++ b/fs/fdos/fdos.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/fs.c b/fs/fdos/fs.c index 5acf1232c7..ac10314432 100644 --- a/fs/fdos/fs.c +++ b/fs/fdos/fs.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/subdir.c b/fs/fdos/subdir.c index 5e96b0a65d..831437a5af 100644 --- a/fs/fdos/subdir.c +++ b/fs/fdos/subdir.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c index 9f357a6212..d428268f20 100644 --- a/fs/fdos/vfat.c +++ b/fs/fdos/vfat.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this -- cgit v1.2.1