From d0fa8743201497097c0565ae1eac078fc0b166c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 14 Mar 2013 21:04:13 +0000 Subject: [PATCH] Remove the unneeded $Id$ blabla from the source code. (Part 2/N) svn path=/trunk/; revision=58500 --- reactos/hal/halppc/generic/display.c | 3 +-- reactos/hal/halppc/generic/dma.c | 3 +-- reactos/hal/halppc/generic/enum.c | 3 +-- reactos/hal/halppc/generic/font.c | 3 +-- reactos/hal/halppc/generic/irql.c | 3 +-- reactos/hal/halppc/generic/isa.c | 3 +-- reactos/hal/halppc/generic/portio.c | 3 +-- reactos/hal/halppc/generic/processor.c | 3 +-- reactos/hal/halppc/generic/reboot.c | 3 +-- reactos/hal/halppc/include/halirq.h | 3 --- reactos/hal/halppc/up/halinit_up.c | 3 +-- reactos/hal/halx86/apic/halinit_apic.c | 3 +-- reactos/hal/halx86/include/halirq.h | 3 --- reactos/hal/halx86/mp/apic.c | 3 +-- reactos/hal/halx86/mp/halinit_mp.c | 3 +-- reactos/hal/halx86/mp/ioapic.c | 3 +-- reactos/hal/halx86/mp/ipi_mp.c | 3 +-- reactos/hal/halx86/mp/mpconfig.c | 3 +-- reactos/hal/halx86/mp/processor_mp.c | 3 +-- reactos/hal/halx86/up/halinit_mini.c | 3 +-- reactos/hal/halx86/up/halinit_up.c | 3 +-- reactos/hal/halx86/xbox/halinit_xbox.c | 3 +-- reactos/hal/halx86/xbox/halxbox.h | 3 +-- reactos/hal/halx86/xbox/part_xbox.c | 3 +-- reactos/ntoskrnl/ke/powerpc/ppc_irq.c | 3 +-- reactos/subsystems/ntvdm/ntvdm.c | 3 +-- reactos/subsystems/ntvdm/ntvdm.rc | 1 - reactos/subsystems/win/basesrv/basesrv.def | 2 +- reactos/subsystems/win/basesrv/init.c | 3 +-- reactos/subsystems/win/basesrv/main.c | 3 +-- reactos/subsystems/win/basesrv/server.c | 3 +-- reactos/tools/cdmake/cdmake.c | 1 - reactos/tools/cdmake/llmosrt.c | 1 - reactos/tools/ms2ps/ms2ps.cpp | 2 +- reactos/tools/rgenstat/llmosrt.c | 1 - 35 files changed, 29 insertions(+), 66 deletions(-) diff --git a/reactos/hal/halppc/generic/display.c b/reactos/hal/halppc/generic/display.c index 9d82553bdc3..42e3cbd5452 100644 --- a/reactos/hal/halppc/generic/display.c +++ b/reactos/hal/halppc/generic/display.c @@ -16,8 +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: display.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/display.c diff --git a/reactos/hal/halppc/generic/dma.c b/reactos/hal/halppc/generic/dma.c index 9ba4bbb0546..53935540ab4 100644 --- a/reactos/hal/halppc/generic/dma.c +++ b/reactos/hal/halppc/generic/dma.c @@ -1,5 +1,4 @@ -/* $Id: dma.c 24759 2006-11-14 20:59:48Z ion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/dma.c diff --git a/reactos/hal/halppc/generic/enum.c b/reactos/hal/halppc/generic/enum.c index af8b06d4a87..2a6ea7ccf58 100644 --- a/reactos/hal/halppc/generic/enum.c +++ b/reactos/hal/halppc/generic/enum.c @@ -1,5 +1,4 @@ -/* $Id: enum.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/enum.c diff --git a/reactos/hal/halppc/generic/font.c b/reactos/hal/halppc/generic/font.c index 570cc5f1e51..d42794317e2 100644 --- a/reactos/hal/halppc/generic/font.c +++ b/reactos/hal/halppc/generic/font.c @@ -1,5 +1,4 @@ -/* $Id: font.c 21840 2006-05-07 18:56:52Z ion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Xbox HAL * FILE: hal/halx86/xbox/font.h diff --git a/reactos/hal/halppc/generic/irql.c b/reactos/hal/halppc/generic/irql.c index 2a3b404f596..77c06f97d43 100644 --- a/reactos/hal/halppc/generic/irql.c +++ b/reactos/hal/halppc/generic/irql.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/irql.c diff --git a/reactos/hal/halppc/generic/isa.c b/reactos/hal/halppc/generic/isa.c index 12d220a7f75..bba345e1839 100644 --- a/reactos/hal/halppc/generic/isa.c +++ b/reactos/hal/halppc/generic/isa.c @@ -1,5 +1,4 @@ -/* $Id: isa.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/isa.c diff --git a/reactos/hal/halppc/generic/portio.c b/reactos/hal/halppc/generic/portio.c index 0fe52830de2..f5af0d166f8 100644 --- a/reactos/hal/halppc/generic/portio.c +++ b/reactos/hal/halppc/generic/portio.c @@ -1,5 +1,4 @@ -/* $Id: portio.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/portio.c diff --git a/reactos/hal/halppc/generic/processor.c b/reactos/hal/halppc/generic/processor.c index 155769755f6..1c1d0876faa 100644 --- a/reactos/hal/halppc/generic/processor.c +++ b/reactos/hal/halppc/generic/processor.c @@ -1,5 +1,4 @@ -/* $Id: processor.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/generic/processor.c diff --git a/reactos/hal/halppc/generic/reboot.c b/reactos/hal/halppc/generic/reboot.c index b43fd1ead90..cd3a8f37c77 100644 --- a/reactos/hal/halppc/generic/reboot.c +++ b/reactos/hal/halppc/generic/reboot.c @@ -1,5 +1,4 @@ -/* $Id: reboot.c 23907 2006-09-04 05:52:23Z arty $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/reboot.c diff --git a/reactos/hal/halppc/include/halirq.h b/reactos/hal/halppc/include/halirq.h index c3cc625dca4..e741027db64 100644 --- a/reactos/hal/halppc/include/halirq.h +++ b/reactos/hal/halppc/include/halirq.h @@ -1,6 +1,3 @@ -/* - * $Id: halirq.h 23669 2006-08-23 16:58:43Z ion $ - */ #pragma once diff --git a/reactos/hal/halppc/up/halinit_up.c b/reactos/hal/halppc/up/halinit_up.c index cbb18bc665e..d151f8baf0a 100644 --- a/reactos/hal/halppc/up/halinit_up.c +++ b/reactos/hal/halppc/up/halinit_up.c @@ -1,5 +1,4 @@ -/* $Id: halinit_up.c 24964 2006-11-29 08:28:20Z ion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/halinit.c diff --git a/reactos/hal/halx86/apic/halinit_apic.c b/reactos/hal/halx86/apic/halinit_apic.c index c432232e969..5c81231dd31 100644 --- a/reactos/hal/halx86/apic/halinit_apic.c +++ b/reactos/hal/halx86/apic/halinit_apic.c @@ -1,5 +1,4 @@ -/* $Id: halinit_up.c 53529 2011-09-02 14:45:19Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/halinit.c diff --git a/reactos/hal/halx86/include/halirq.h b/reactos/hal/halx86/include/halirq.h index 0e2ca932cac..6e68f87f627 100644 --- a/reactos/hal/halx86/include/halirq.h +++ b/reactos/hal/halx86/include/halirq.h @@ -1,6 +1,3 @@ -/* - * $Id: halirq.h 53677 2011-09-10 21:56:07Z tkreuzer $ - */ #pragma once diff --git a/reactos/hal/halx86/mp/apic.c b/reactos/hal/halx86/mp/apic.c index 0cfa4d2b026..88248e429c3 100644 --- a/reactos/hal/halx86/mp/apic.c +++ b/reactos/hal/halx86/mp/apic.c @@ -16,8 +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: apic.c 45565 2010-02-10 23:24:59Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/apic.c diff --git a/reactos/hal/halx86/mp/halinit_mp.c b/reactos/hal/halx86/mp/halinit_mp.c index c202cec1c01..5c1bc28c44f 100644 --- a/reactos/hal/halx86/mp/halinit_mp.c +++ b/reactos/hal/halx86/mp/halinit_mp.c @@ -1,5 +1,4 @@ -/* $Id: halinit_mp.c 53675 2011-09-10 18:58:01Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/halinit_mp.c diff --git a/reactos/hal/halx86/mp/ioapic.c b/reactos/hal/halx86/mp/ioapic.c index 15710d93534..bc99c7626a1 100644 --- a/reactos/hal/halx86/mp/ioapic.c +++ b/reactos/hal/halx86/mp/ioapic.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/ioapic.c diff --git a/reactos/hal/halx86/mp/ipi_mp.c b/reactos/hal/halx86/mp/ipi_mp.c index 025914058ec..ca0eae46cf7 100644 --- a/reactos/hal/halx86/mp/ipi_mp.c +++ b/reactos/hal/halx86/mp/ipi_mp.c @@ -1,5 +1,4 @@ -/* $Id: ipi_mp.c 45020 2010-01-09 22:43:16Z ekohl $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/ipi_mp.c diff --git a/reactos/hal/halx86/mp/mpconfig.c b/reactos/hal/halx86/mp/mpconfig.c index 42e2ac36a47..6f3c5dff590 100644 --- a/reactos/hal/halx86/mp/mpconfig.c +++ b/reactos/hal/halx86/mp/mpconfig.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/mpconfig.c diff --git a/reactos/hal/halx86/mp/processor_mp.c b/reactos/hal/halx86/mp/processor_mp.c index 0f612c1bb55..51607b126ee 100644 --- a/reactos/hal/halx86/mp/processor_mp.c +++ b/reactos/hal/halx86/mp/processor_mp.c @@ -1,5 +1,4 @@ -/* $Id: processor_mp.c 47674 2010-06-07 20:37:19Z sir_richard $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/mp/processor_mp.c diff --git a/reactos/hal/halx86/up/halinit_mini.c b/reactos/hal/halx86/up/halinit_mini.c index 7b349e42c6e..35939241029 100644 --- a/reactos/hal/halx86/up/halinit_mini.c +++ b/reactos/hal/halx86/up/halinit_mini.c @@ -1,5 +1,4 @@ -/* $Id: halinit_up.c 53529 2011-09-02 14:45:19Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/halinit.c diff --git a/reactos/hal/halx86/up/halinit_up.c b/reactos/hal/halx86/up/halinit_up.c index 8318ec0bb66..a2170a8b36e 100644 --- a/reactos/hal/halx86/up/halinit_up.c +++ b/reactos/hal/halx86/up/halinit_up.c @@ -1,5 +1,4 @@ -/* $Id: halinit_up.c 53675 2011-09-10 18:58:01Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/halinit.c diff --git a/reactos/hal/halx86/xbox/halinit_xbox.c b/reactos/hal/halx86/xbox/halinit_xbox.c index 39d2cb6c397..1cb9f63555c 100644 --- a/reactos/hal/halx86/xbox/halinit_xbox.c +++ b/reactos/hal/halx86/xbox/halinit_xbox.c @@ -1,5 +1,4 @@ -/* $Id: halinit_xbox.c 53675 2011-09-10 18:58:01Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/halinit.c diff --git a/reactos/hal/halx86/xbox/halxbox.h b/reactos/hal/halx86/xbox/halxbox.h index d0704368c17..b27c6e31c23 100644 --- a/reactos/hal/halx86/xbox/halxbox.h +++ b/reactos/hal/halx86/xbox/halxbox.h @@ -1,5 +1,4 @@ -/* $Id: halxbox.h 56228 2012-03-25 16:57:10Z sginsberg $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Xbox HAL * FILE: hal/halx86/xbox/halxbox.h diff --git a/reactos/hal/halx86/xbox/part_xbox.c b/reactos/hal/halx86/xbox/part_xbox.c index 2d8e8c01489..261dbe40e16 100644 --- a/reactos/hal/halx86/xbox/part_xbox.c +++ b/reactos/hal/halx86/xbox/part_xbox.c @@ -1,5 +1,4 @@ -/* $Id: part_xbox.c 43124 2009-09-23 20:59:08Z hpoussin $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: hal/halx86/xbox/part_xbox.c diff --git a/reactos/ntoskrnl/ke/powerpc/ppc_irq.c b/reactos/ntoskrnl/ke/powerpc/ppc_irq.c index cbdbc77b15b..1b273ca31ae 100644 --- a/reactos/ntoskrnl/ke/powerpc/ppc_irq.c +++ b/reactos/ntoskrnl/ke/powerpc/ppc_irq.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/i386/irq.c diff --git a/reactos/subsystems/ntvdm/ntvdm.c b/reactos/subsystems/ntvdm/ntvdm.c index 11b14ba291e..29cf5734bd2 100644 --- a/reactos/subsystems/ntvdm/ntvdm.c +++ b/reactos/subsystems/ntvdm/ntvdm.c @@ -1,5 +1,4 @@ -/* $Id: ntvdm.c 58214 2013-01-24 23:00:42Z akhaldi $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: subsys/ntvdm/ntvdm->c diff --git a/reactos/subsystems/ntvdm/ntvdm.rc b/reactos/subsystems/ntvdm/ntvdm.rc index 52030f99b8e..7a60799929e 100644 --- a/reactos/subsystems/ntvdm/ntvdm.rc +++ b/reactos/subsystems/ntvdm/ntvdm.rc @@ -1,4 +1,3 @@ -/* $Id: ntvdm.rc 27460 2007-07-08 10:19:12Z cfinck $ */ #include #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Virtual DOS Machine\0" diff --git a/reactos/subsystems/win/basesrv/basesrv.def b/reactos/subsystems/win/basesrv/basesrv.def index 1a140b2f71c..1b11aba6945 100644 --- a/reactos/subsystems/win/basesrv/basesrv.def +++ b/reactos/subsystems/win/basesrv/basesrv.def @@ -1,4 +1,4 @@ -; $Id: basesrv.def 21947 2006-05-20 10:49:56Z fireball $ + LIBRARY basesrv.dll EXPORTS BaseSetProcessCreateNotify@4 diff --git a/reactos/subsystems/win/basesrv/init.c b/reactos/subsystems/win/basesrv/init.c index 06d11661849..9cc86024093 100644 --- a/reactos/subsystems/win/basesrv/init.c +++ b/reactos/subsystems/win/basesrv/init.c @@ -1,5 +1,4 @@ -/* $Id: init.c 43790 2009-10-27 10:34:16Z dgorbachev $ - * +/* * init.c - ReactOS/Win32 base enviroment subsystem server * * ReactOS Operating System diff --git a/reactos/subsystems/win/basesrv/main.c b/reactos/subsystems/win/basesrv/main.c index 48fb97b3053..71a220b710e 100644 --- a/reactos/subsystems/win/basesrv/main.c +++ b/reactos/subsystems/win/basesrv/main.c @@ -1,5 +1,4 @@ -/* $Id: main.c 43790 2009-10-27 10:34:16Z dgorbachev $ - * +/* * dllmain.c - ReactOS/Win32 base enviroment subsystem server * * ReactOS Operating System diff --git a/reactos/subsystems/win/basesrv/server.c b/reactos/subsystems/win/basesrv/server.c index 34ac5978d55..599576f0444 100644 --- a/reactos/subsystems/win/basesrv/server.c +++ b/reactos/subsystems/win/basesrv/server.c @@ -1,5 +1,4 @@ -/* $Id: server.c 43790 2009-10-27 10:34:16Z dgorbachev $ - * +/* * server.c - ReactOS/Win32 base enviroment subsystem server * * ReactOS Operating System diff --git a/reactos/tools/cdmake/cdmake.c b/reactos/tools/cdmake/cdmake.c index 558d67f653b..622226b78cc 100644 --- a/reactos/tools/cdmake/cdmake.c +++ b/reactos/tools/cdmake/cdmake.c @@ -22,7 +22,6 @@ * convert long filename to iso9660 file name by Magnus Olsen * magnus@greatlord.com * - * $Id: cdmake.c 58431 2013-03-05 08:07:21Z tkreuzer $ */ /* According to his website, this file was released into the public domain by Phillip J. Erdelsky */ diff --git a/reactos/tools/cdmake/llmosrt.c b/reactos/tools/cdmake/llmosrt.c index 7085d9a5731..bc78a10c1c0 100644 --- a/reactos/tools/cdmake/llmosrt.c +++ b/reactos/tools/cdmake/llmosrt.c @@ -1,4 +1,3 @@ -/* $Id: llmosrt.c 21352 2006-03-19 18:18:15Z peterw $ */ /* A Linked-List Memory Sort by Philip J. Erdelsky pje@acm.org diff --git a/reactos/tools/ms2ps/ms2ps.cpp b/reactos/tools/ms2ps/ms2ps.cpp index e683805beac..2a1ef3b53ff 100644 --- a/reactos/tools/ms2ps/ms2ps.cpp +++ b/reactos/tools/ms2ps/ms2ps.cpp @@ -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: ms2ps.cpp 43790 2009-10-27 10:34:16Z dgorbachev $ +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS seh conversion tool * FILE: tools/ms2ps/ms2ps.cpp diff --git a/reactos/tools/rgenstat/llmosrt.c b/reactos/tools/rgenstat/llmosrt.c index fb1a9380cda..bc78a10c1c0 100644 --- a/reactos/tools/rgenstat/llmosrt.c +++ b/reactos/tools/rgenstat/llmosrt.c @@ -1,4 +1,3 @@ -/* $Id: llmosrt.c 51374 2011-04-17 09:50:07Z mkupfer $ */ /* A Linked-List Memory Sort by Philip J. Erdelsky pje@acm.org