https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab3bd82928b29376a57c70...
commit ab3bd82928b29376a57c70bfa76c51c737f6bcf0 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Thu Aug 17 15:36:54 2023 +0200 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Thu Aug 17 15:36:54 2023 +0200
[FREELDR] Convert source files to UTF-8 without BOM --- boot/freeldr/freeldr/arch/i386/hwdisk.c | 2 +- boot/freeldr/freeldr/arch/i386/pc/pchw.c | 2 +- boot/freeldr/freeldr/arch/realmode/pxe.inc | 2 +- boot/freeldr/freeldr/disk/scsiport.c | 2 +- boot/freeldr/freeldr/include/arcemul.h | 2 +- boot/freeldr/freeldr/include/fs/pxe.h | 2 +- boot/freeldr/freeldr/include/ntoskrnl.h | 2 +- boot/freeldr/freeldr/lib/fs/fat.c | 2 +- boot/freeldr/freeldr/lib/fs/iso.c | 2 +- boot/freeldr/freeldr/lib/fs/pxe.c | 2 +- boot/freeldr/freeldr/lib/inifile/ini_init.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/boot/freeldr/freeldr/arch/i386/hwdisk.c b/boot/freeldr/freeldr/arch/i386/hwdisk.c index cf23c60ac21..0a7ef8600ae 100644 --- a/boot/freeldr/freeldr/arch/i386/hwdisk.c +++ b/boot/freeldr/freeldr/arch/i386/hwdisk.c @@ -2,7 +2,7 @@ * FreeLoader * * Copyright (C) 2003, 2004 Eric Kohl - * Copyright (C) 2009 Herv� Poussineau + * Copyright (C) 2009 Hervé Poussineau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/arch/i386/pc/pchw.c b/boot/freeldr/freeldr/arch/i386/pc/pchw.c index 1dfa46bd120..4e8249dd99f 100644 --- a/boot/freeldr/freeldr/arch/i386/pc/pchw.c +++ b/boot/freeldr/freeldr/arch/i386/pc/pchw.c @@ -2,7 +2,7 @@ * FreeLoader * * Copyright (C) 2003, 2004 Eric Kohl - * Copyright (C) 2009 Herv� Poussineau + * Copyright (C) 2009 Hervé Poussineau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/arch/realmode/pxe.inc b/boot/freeldr/freeldr/arch/realmode/pxe.inc index cb56439c980..523c40c6a6a 100644 --- a/boot/freeldr/freeldr/arch/realmode/pxe.inc +++ b/boot/freeldr/freeldr/arch/realmode/pxe.inc @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2011 Herv� Poussineau + * Copyright (C) 2011 Hervé Poussineau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/disk/scsiport.c b/boot/freeldr/freeldr/disk/scsiport.c index 63d81c3dab8..633facc496c 100644 --- a/boot/freeldr/freeldr/disk/scsiport.c +++ b/boot/freeldr/freeldr/disk/scsiport.c @@ -3,7 +3,7 @@ * LICENSE: GPL - See COPYING in the top level directory * FILE: boot/freeldr/freeldr/disk/scsiport.c * PURPOSE: Interface for SCSI Emulation - * PROGRAMMERS: Herv� Poussineau hpoussin@reactos.org + * PROGRAMMERS: Hervé Poussineau hpoussin@reactos.org */
/* INCLUDES *******************************************************************/ diff --git a/boot/freeldr/freeldr/include/arcemul.h b/boot/freeldr/freeldr/include/arcemul.h index 437fecea28f..2c01ed71a3a 100644 --- a/boot/freeldr/freeldr/include/arcemul.h +++ b/boot/freeldr/freeldr/include/arcemul.h @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2009 Herv� Poussineau hpoussin@reactos.org + * Copyright (C) 2009 Hervé Poussineau hpoussin@reactos.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/include/fs/pxe.h b/boot/freeldr/freeldr/include/fs/pxe.h index 5d2cc2abc42..9ac80055505 100644 --- a/boot/freeldr/freeldr/include/fs/pxe.h +++ b/boot/freeldr/freeldr/include/fs/pxe.h @@ -1,6 +1,6 @@ /* * FreeLoader PXE support - * Copyright (C) 2011 Herv� Poussineau + * Copyright (C) 2011 Hervé Poussineau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/include/ntoskrnl.h b/boot/freeldr/freeldr/include/ntoskrnl.h index c88c5e55eba..393913d2be5 100644 --- a/boot/freeldr/freeldr/include/ntoskrnl.h +++ b/boot/freeldr/freeldr/include/ntoskrnl.h @@ -3,7 +3,7 @@ * LICENSE: GPL - See COPYING in the top level directory * FILE: boot/freeldr/freeldr/include/ntoskrnl.h * PURPOSE: NTOS glue routines for the MINIHAL library - * PROGRAMMERS: Herv� Poussineau hpoussin@reactos.org + * PROGRAMMERS: Hervé Poussineau hpoussin@reactos.org */
#include <ntdef.h> diff --git a/boot/freeldr/freeldr/lib/fs/fat.c b/boot/freeldr/freeldr/lib/fs/fat.c index a7495f17770..1b5ad239e1f 100644 --- a/boot/freeldr/freeldr/lib/fs/fat.c +++ b/boot/freeldr/freeldr/lib/fs/fat.c @@ -3,7 +3,7 @@ * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: FAT filesystem driver for FreeLoader * COPYRIGHT: Copyright 1998-2003 Brian Palmer (brianp@sginet.com) - * Copyright 2009 Herv� Poussineau + * Copyright 2009 Hervé Poussineau * Copyright 2019 Victor Perevertkin (victor.perevertkin@reactos.org) */
diff --git a/boot/freeldr/freeldr/lib/fs/iso.c b/boot/freeldr/freeldr/lib/fs/iso.c index ba7c57f38d4..54222b2a160 100644 --- a/boot/freeldr/freeldr/lib/fs/iso.c +++ b/boot/freeldr/freeldr/lib/fs/iso.c @@ -1,7 +1,7 @@ /* * FreeLoader * Copyright (C) 1998-2003 Brian Palmer brianp@sginet.com - * Copyright (C) 2009 Herv� Poussineau hpoussin@reactos.org + * Copyright (C) 2009 Hervé Poussineau hpoussin@reactos.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/lib/fs/pxe.c b/boot/freeldr/freeldr/lib/fs/pxe.c index 87d06b75e2c..66145a3d328 100644 --- a/boot/freeldr/freeldr/lib/fs/pxe.c +++ b/boot/freeldr/freeldr/lib/fs/pxe.c @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2011 Herv� Poussineau + * Copyright (C) 2011 Hervé Poussineau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/boot/freeldr/freeldr/lib/inifile/ini_init.c b/boot/freeldr/freeldr/lib/inifile/ini_init.c index b63a578085a..9992b0b7151 100644 --- a/boot/freeldr/freeldr/lib/inifile/ini_init.c +++ b/boot/freeldr/freeldr/lib/inifile/ini_init.c @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2009 Herv� Poussineau hpoussin@reactos.org + * Copyright (C) 2009 Hervé Poussineau hpoussin@reactos.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by