Author: hbelusca Date: Sun Dec 9 16:44:45 2012 New Revision: 57846
URL: http://svn.reactos.org/svn/reactos?rev=57846&view=rev Log: [FREELDR] Fix SVN properties (part 2)
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxfont.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxmem.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxrtc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h trunk/reactos/boot/freeldr/freeldr/include/cmdline.h trunk/reactos/boot/freeldr/freeldr/include/inffile.h trunk/reactos/boot/freeldr/freeldr/inffile/inffile.c trunk/reactos/boot/freeldr/freeldr/machine.c trunk/reactos/boot/freeldr/tools/rdel.c trunk/reactos/boot/freeldr/tools/rrmdir.c
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxfont.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxfont.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxfont.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxmem.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxmem.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxmem.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxrtc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxrtc.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxrtc.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -1,5 +1,4 @@ -/* $Id: machpc.h 56270 2012-03-29 08:25:20Z tkreuzer $ - * +/* * FreeLoader * * Copyright (C) 2003 Eric Kohl
Modified: trunk/reactos/boot/freeldr/freeldr/include/cmdline.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/cmdline.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/cmdline.h [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -1,5 +1,4 @@ -/* $Id: cmdline.h 45685 2010-02-26 11:43:19Z gedmurphy $ - * +/* * FreeLdr boot loader * Copyright (C) 2002, 2003 ReactOS Team *
Modified: trunk/reactos/boot/freeldr/freeldr/include/inffile.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/inffile.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/inffile.h [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/inffile/inffile.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inffil... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/inffile/inffile.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/inffile/inffile.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/freeldr/machine.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/machin... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/machine.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/machine.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/tools/rdel.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/tools/rdel.c?r... ============================================================================== --- trunk/reactos/boot/freeldr/tools/rdel.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/tools/rdel.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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
Modified: trunk/reactos/boot/freeldr/tools/rrmdir.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/tools/rrmdir.c... ============================================================================== --- trunk/reactos/boot/freeldr/tools/rrmdir.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/tools/rrmdir.c [iso-8859-1] Sun Dec 9 16:44:45 2012 @@ -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)