[FREELDR]

Fix SVN properties (part 2)

svn path=/trunk/; revision=57846
This commit is contained in:
Hermès Bélusca-Maïto 2012-12-09 16:44:45 +00:00
parent 04d0a4f284
commit 411b0a04a0
22 changed files with 22 additions and 40 deletions

View file

@ -1,5 +1,4 @@
/* $Id: archmach.c 43790 2009-10-27 10:34:16Z dgorbachev $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: machpc.c 56270 2012-03-29 08:25:20Z tkreuzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: machxbox.c 56270 2012-03-29 08:25:20Z tkreuzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: pccons.c 53440 2011-08-25 09:44:21Z tkreuzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: pcrtc.c 48383 2010-07-31 21:00:40Z ilardig $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: pcvideo.c 56137 2012-03-12 23:00:56Z pschweitzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxcons.c 43790 2009-10-27 10:34:16Z dgorbachev $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxdisk.c 53542 2011-09-03 10:56:36Z rharabien $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxfont.c 43790 2009-10-27 10:34:16Z dgorbachev $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxhw.c 56270 2012-03-29 08:25:20Z tkreuzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxhw.c 19190 2005-11-13 04:50:55Z fireball $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxmem.c 55878 2012-02-26 19:04:00Z dgorbachev $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxrtc.c 43790 2009-10-27 10:34:16Z dgorbachev $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: xboxvideo.c 52526 2011-07-03 23:01:39Z rharabien $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: machxbox.h 56270 2012-03-29 08:25:20Z tkreuzer $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* $Id: machpc.h 56270 2012-03-29 08:25:20Z tkreuzer $
*
/*
* FreeLoader
*
* Copyright (C) 2003 Eric Kohl

View file

@ -1,5 +1,4 @@
/* $Id: cmdline.h 45685 2010-02-26 11:43:19Z gedmurphy $
*
/*
* FreeLdr boot loader
* Copyright (C) 2002, 2003 ReactOS Team
*

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* $Id: inffile.h 45685 2010-02-26 11:43:19Z gedmurphy $
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/infcache.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* $Id: inffile.c 53526 2011-09-01 19:01:19Z tkreuzer $
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/infcache.c

View file

@ -1,5 +1,4 @@
/* $Id: machine.c 52526 2011-07-03 23:01:39Z rharabien $
*
/*
* FreeLoader
*
* This program is free software; you can redistribute it and/or modify

View file

@ -1,4 +1,4 @@
/* $Id: rdel.c 29690 2007-10-19 23:21:45Z dreimer $
/*
* COPYRIGHT: See COPYING in the top level directory
* PROGRAMMER: Rex Jolliff (rex@lvcablemodem.com)
* PURPOSE: Platform independant delete command

View file

@ -1,4 +1,4 @@
/* $Id: rrmdir.c 29690 2007-10-19 23:21:45Z dreimer $
/*
* COPYRIGHT: See COPYING in the top level directory
* PROGRAMMER: Rex Jolliff (rex@lvcablemodem.com)
* Casper S. Hornstrup (chorns@users.sourceforge.net)