mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[FREELDR] Convert source files to UTF-8 without BOM
This commit is contained in:
parent
f0d73e0f7f
commit
ab3bd82928
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
* FreeLoader
|
* FreeLoader
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003, 2004 Eric Kohl
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* FreeLoader
|
* FreeLoader
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003, 2004 Eric Kohl
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* FreeLoader
|
||||||
* Copyright (C) 2011 Hervé Poussineau
|
* Copyright (C) 2011 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: boot/freeldr/freeldr/disk/scsiport.c
|
* FILE: boot/freeldr/freeldr/disk/scsiport.c
|
||||||
* PURPOSE: Interface for SCSI Emulation
|
* PURPOSE: Interface for SCSI Emulation
|
||||||
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader PXE support
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: boot/freeldr/freeldr/include/ntoskrnl.h
|
* FILE: boot/freeldr/freeldr/include/ntoskrnl.h
|
||||||
* PURPOSE: NTOS glue routines for the MINIHAL library
|
* PURPOSE: NTOS glue routines for the MINIHAL library
|
||||||
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ntdef.h>
|
#include <ntdef.h>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: FAT filesystem driver for FreeLoader
|
* PURPOSE: FAT filesystem driver for FreeLoader
|
||||||
* COPYRIGHT: Copyright 1998-2003 Brian Palmer (brianp@sginet.com)
|
* 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)
|
* Copyright 2019 Victor Perevertkin (victor.perevertkin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* FreeLoader
|
||||||
* Copyright (C) 1998-2003 Brian Palmer <brianp@sginet.com>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* FreeLoader
|
||||||
* Copyright (C) 2011 Hervé Poussineau
|
* Copyright (C) 2011 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue