From fbb7f7727c390ff70c0554cda2ea5b7ea9098523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 16 Mar 2013 20:25:38 +0000 Subject: [PATCH] Remove the unneeded $Id$ blabla from the source code, but not in 3rd party code. (Part 6/8) (N == 8) svn path=/trunk/; revision=58525 --- reactos/dll/cpl/access/access.c | 3 +-- reactos/dll/cpl/access/display.c | 3 +-- reactos/dll/cpl/access/general.c | 3 +-- reactos/dll/cpl/access/keyboard.c | 3 +-- reactos/dll/cpl/access/mouse.c | 3 +-- reactos/dll/cpl/access/sound.c | 3 +-- reactos/dll/cpl/appwiz/createlink.c | 15 +++++++-------- reactos/dll/cpl/console/lang/bg-BG.rc | 3 +-- reactos/dll/cpl/console/lang/de-DE.rc | 3 +-- reactos/dll/cpl/console/lang/en-US.rc | 3 +-- reactos/dll/cpl/console/lang/it-IT.rc | 3 +-- reactos/dll/cpl/console/lang/no-NO.rc | 3 +-- reactos/dll/cpl/console/lang/ru-RU.rc | 1 - reactos/dll/cpl/desk/advappdlg.c | 3 +-- reactos/dll/cpl/desk/background.c | 3 +-- reactos/dll/cpl/desk/desk.c | 3 +-- reactos/dll/cpl/desk/dibitmap.c | 3 +-- reactos/dll/cpl/intl/currency.c | 3 +-- reactos/dll/cpl/intl/date.c | 3 +-- reactos/dll/cpl/intl/generalp.c | 3 +-- reactos/dll/cpl/intl/inplocale.c | 3 +-- reactos/dll/cpl/intl/intl.c | 3 +-- reactos/dll/cpl/intl/numbers.c | 3 +-- reactos/dll/cpl/intl/sort.c | 3 +-- reactos/dll/cpl/liccpa/liccpa.c | 3 +-- reactos/dll/cpl/liccpa/liccpa.rc | 1 - reactos/dll/cpl/main/keyboard.c | 3 +-- reactos/dll/cpl/main/main.c | 3 +-- reactos/dll/cpl/main/mouse.c | 3 +-- reactos/dll/cpl/mmsys/sounds.c | 3 +-- reactos/dll/cpl/mmsys/volume.c | 3 +-- reactos/dll/cpl/odbccp32/odbccp32.c | 3 +-- reactos/dll/cpl/powercfg/advanced.c | 3 +-- reactos/dll/cpl/powercfg/alarms.c | 3 +-- reactos/dll/cpl/powercfg/hibernate.c | 3 +-- reactos/dll/cpl/powercfg/powercfg.c | 3 +-- reactos/dll/cpl/powercfg/powershemes.c | 3 +-- reactos/dll/cpl/usrmgr/extra.c | 3 +-- reactos/dll/cpl/usrmgr/usrmgr.c | 3 +-- reactos/dll/directx/d3d8/d3d8.rc | 1 - reactos/dll/directx/d3d9/d3d9.rc | 1 - reactos/dll/directx/ddraw/Clipper/clipper_main.c | 3 +-- reactos/dll/directx/ddraw/Clipper/clipper_stubs.c | 3 +-- reactos/dll/directx/ddraw/Color/color_stubs.c | 3 +-- reactos/dll/directx/ddraw/Ddraw/GetCaps.c | 3 +-- .../dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c | 3 +-- .../dll/directx/ddraw/Ddraw/callbacks_dd_hel.c | 3 +-- .../dll/directx/ddraw/Ddraw/ddraw_displaymode.c | 3 +-- reactos/dll/directx/ddraw/Ddraw/ddraw_main.c | 3 +-- .../ddraw/Ddraw/ddraw_setcooperativelevel.c | 3 +-- reactos/dll/directx/ddraw/Ddraw/ddraw_stubs.c | 3 +-- reactos/dll/directx/ddraw/Gamma/gamma_stubs.c | 3 +-- reactos/dll/directx/ddraw/Kernel/kernel_stubs.c | 3 +-- reactos/dll/directx/ddraw/Palette/createpalette.c | 3 +-- reactos/dll/directx/ddraw/Palette/palette.c | 3 +-- reactos/dll/directx/ddraw/Palette/palette_stubs.c | 3 +-- .../directx/ddraw/Surface/callbacks_surf_hel.c | 3 +-- reactos/dll/directx/ddraw/Surface/createsurface.c | 3 +-- reactos/dll/directx/ddraw/Surface/surface_main.c | 3 +-- reactos/dll/directx/ddraw/Surface/surface_stubs.c | 3 +-- .../dll/directx/ddraw/Videoport/videoport_stubs.c | 3 +-- reactos/dll/directx/ddraw/cleanup.c | 3 +-- reactos/dll/directx/ddraw/ddraw.rc | 1 - reactos/dll/directx/ddraw/main.c | 4 +--- reactos/dll/directx/ddraw/startup.c | 3 +-- reactos/dll/shellext/slayer/slayer.c | 3 +-- 66 files changed, 67 insertions(+), 134 deletions(-) diff --git a/reactos/dll/cpl/access/access.c b/reactos/dll/cpl/access/access.c index 5b33e1436ae..76be27d6a36 100644 --- a/reactos/dll/cpl/access/access.c +++ b/reactos/dll/cpl/access/access.c @@ -1,5 +1,4 @@ -/* $Id: access.c 29112 2007-09-19 21:31:49Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/access.c diff --git a/reactos/dll/cpl/access/display.c b/reactos/dll/cpl/access/display.c index cf09292b118..3154da12983 100644 --- a/reactos/dll/cpl/access/display.c +++ b/reactos/dll/cpl/access/display.c @@ -1,5 +1,4 @@ -/* $Id: display.c 29112 2007-09-19 21:31:49Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/display.c diff --git a/reactos/dll/cpl/access/general.c b/reactos/dll/cpl/access/general.c index 7fb7cf93770..421348aa726 100644 --- a/reactos/dll/cpl/access/general.c +++ b/reactos/dll/cpl/access/general.c @@ -1,5 +1,4 @@ -/* $Id: general.c 29112 2007-09-19 21:31:49Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/general.c diff --git a/reactos/dll/cpl/access/keyboard.c b/reactos/dll/cpl/access/keyboard.c index 1b2f3081eeb..c63711ecba1 100644 --- a/reactos/dll/cpl/access/keyboard.c +++ b/reactos/dll/cpl/access/keyboard.c @@ -1,5 +1,4 @@ -/* $Id: keyboard.c 29170 2007-09-23 22:59:00Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/keyboard.c diff --git a/reactos/dll/cpl/access/mouse.c b/reactos/dll/cpl/access/mouse.c index 0fe19e5b6a1..6473718a724 100644 --- a/reactos/dll/cpl/access/mouse.c +++ b/reactos/dll/cpl/access/mouse.c @@ -1,5 +1,4 @@ -/* $Id: mouse.c 29112 2007-09-19 21:31:49Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/mouse.c diff --git a/reactos/dll/cpl/access/sound.c b/reactos/dll/cpl/access/sound.c index 9190189ece4..dea63e27054 100644 --- a/reactos/dll/cpl/access/sound.c +++ b/reactos/dll/cpl/access/sound.c @@ -1,5 +1,4 @@ -/* $Id: sound.c 29112 2007-09-19 21:31:49Z ekohl $ - * +/* * PROJECT: ReactOS Accessibility Control Panel * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/access/sound.c diff --git a/reactos/dll/cpl/appwiz/createlink.c b/reactos/dll/cpl/appwiz/createlink.c index 58192618509..2c902011326 100644 --- a/reactos/dll/cpl/appwiz/createlink.c +++ b/reactos/dll/cpl/appwiz/createlink.c @@ -1,11 +1,10 @@ -/* $Id: appwiz.c 29364 2007-10-02 23:34:00Z janderwald $ - * - * PROJECT: ReactOS Software Control Panel - * FILE: dll/cpl/appwiz/createlink.c - * PURPOSE: ReactOS Software Control Panel - * PROGRAMMER: Gero Kuehn (reactos.filter@gkware.com) - * Dmitry Chapyshev (lentind@yandex.ru) - * Johannes Anderwald +/* + * PROJECT: ReactOS Software Control Panel + * FILE: dll/cpl/appwiz/createlink.c + * PURPOSE: ReactOS Software Control Panel + * PROGRAMMER: Gero Kuehn (reactos.filter@gkware.com) + * Dmitry Chapyshev (lentind@yandex.ru) + * Johannes Anderwald * UPDATE HISTORY: * 06-17-2004 Created */ diff --git a/reactos/dll/cpl/console/lang/bg-BG.rc b/reactos/dll/cpl/console/lang/bg-BG.rc index 0ed6ad37273..85bb72124b7 100644 --- a/reactos/dll/cpl/console/lang/bg-BG.rc +++ b/reactos/dll/cpl/console/lang/bg-BG.rc @@ -1,5 +1,4 @@ -/* $Id: en-US.rc 49139 2010-10-13 21:23:48Z dreimer $ - * +/* * PROJECT: ReactOS Console Configuration DLL * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/console/lang/en-US.rc diff --git a/reactos/dll/cpl/console/lang/de-DE.rc b/reactos/dll/cpl/console/lang/de-DE.rc index 78233f77fb8..37118c555de 100644 --- a/reactos/dll/cpl/console/lang/de-DE.rc +++ b/reactos/dll/cpl/console/lang/de-DE.rc @@ -1,5 +1,4 @@ -/* $Id: en-US.rc 24928 2006-11-28 19:07:27Z janderwald $ - * +/* * PROJECT: ReactOS Console Configuration DLL * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/win32/console/de-DE.rc diff --git a/reactos/dll/cpl/console/lang/en-US.rc b/reactos/dll/cpl/console/lang/en-US.rc index 11865f312ba..1a9eeb0211d 100644 --- a/reactos/dll/cpl/console/lang/en-US.rc +++ b/reactos/dll/cpl/console/lang/en-US.rc @@ -1,5 +1,4 @@ -/* $Id: en-US.rc 49139 2010-10-13 21:23:48Z dreimer $ - * +/* * PROJECT: ReactOS Console Configuration DLL * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/console/lang/en-US.rc diff --git a/reactos/dll/cpl/console/lang/it-IT.rc b/reactos/dll/cpl/console/lang/it-IT.rc index edcdcfaea79..5a96c8028c1 100644 --- a/reactos/dll/cpl/console/lang/it-IT.rc +++ b/reactos/dll/cpl/console/lang/it-IT.rc @@ -1,5 +1,4 @@ -/* $Id: en-US.rc 29690 2007-10-19 23:21:45Z dreimer $ - * +/* * PROJECT: ReactOS Console Configuration DLL * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/win32/console/it-IT.rc diff --git a/reactos/dll/cpl/console/lang/no-NO.rc b/reactos/dll/cpl/console/lang/no-NO.rc index c8ee130e67b..289598db07b 100644 --- a/reactos/dll/cpl/console/lang/no-NO.rc +++ b/reactos/dll/cpl/console/lang/no-NO.rc @@ -1,5 +1,4 @@ -/* $Id: en-US.rc 31950 2008-01-22 19:08:51Z dreimer $ - * +/* * PROJECT: ReactOS Console Configuration DLL * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/win32/console/lang/en-US.rc diff --git a/reactos/dll/cpl/console/lang/ru-RU.rc b/reactos/dll/cpl/console/lang/ru-RU.rc index 8ee4b565b96..81b7c514ff6 100644 --- a/reactos/dll/cpl/console/lang/ru-RU.rc +++ b/reactos/dll/cpl/console/lang/ru-RU.rc @@ -1,5 +1,4 @@ // Russian language resource file (Dmitry Chapyshev, 2007-06-11) -/* $Id: en-US.rc 24928 2006-11-28 19:07:27Z janderwald $ */ #include diff --git a/reactos/dll/cpl/desk/advappdlg.c b/reactos/dll/cpl/desk/advappdlg.c index 837bc0b18c2..6ccefacc444 100644 --- a/reactos/dll/cpl/desk/advappdlg.c +++ b/reactos/dll/cpl/desk/advappdlg.c @@ -1,5 +1,4 @@ -/* $Id: advappdlg.c 24836 2007-02-12 03:12:56Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Display Control Panel * FILE: dll/cpl/desk/advappdlg.c diff --git a/reactos/dll/cpl/desk/background.c b/reactos/dll/cpl/desk/background.c index e964964a01c..982312fa2a7 100644 --- a/reactos/dll/cpl/desk/background.c +++ b/reactos/dll/cpl/desk/background.c @@ -1,5 +1,4 @@ -/* $Id: background.c 55583 2012-02-13 20:52:20Z rharabien $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Display Control Panel * FILE: dll/cpl/desk/background.c diff --git a/reactos/dll/cpl/desk/desk.c b/reactos/dll/cpl/desk/desk.c index 577ad3ed432..0f3727100e6 100644 --- a/reactos/dll/cpl/desk/desk.c +++ b/reactos/dll/cpl/desk/desk.c @@ -1,5 +1,4 @@ -/* $Id: desk.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Display Control Panel * FILE: dll/cpl/desk/desk.c diff --git a/reactos/dll/cpl/desk/dibitmap.c b/reactos/dll/cpl/desk/dibitmap.c index 4724ccc6289..9486d5afd11 100644 --- a/reactos/dll/cpl/desk/dibitmap.c +++ b/reactos/dll/cpl/desk/dibitmap.c @@ -1,5 +1,4 @@ -/* $Id: dibitmap.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Display Control Panel * FILE: dll/cpl/desk/dibitmap.c diff --git a/reactos/dll/cpl/intl/currency.c b/reactos/dll/cpl/intl/currency.c index af39005f1b4..78423688365 100644 --- a/reactos/dll/cpl/intl/currency.c +++ b/reactos/dll/cpl/intl/currency.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: currency.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/currency.c * PURPOSE: Currency property page diff --git a/reactos/dll/cpl/intl/date.c b/reactos/dll/cpl/intl/date.c index 388fb4ff852..166899a05ed 100644 --- a/reactos/dll/cpl/intl/date.c +++ b/reactos/dll/cpl/intl/date.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: date.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/date.c * PURPOSE: Date property page diff --git a/reactos/dll/cpl/intl/generalp.c b/reactos/dll/cpl/intl/generalp.c index c48e076b7b1..885bd90ef96 100644 --- a/reactos/dll/cpl/intl/generalp.c +++ b/reactos/dll/cpl/intl/generalp.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: generalp.c 56849 2012-07-07 23:02:14Z fireball $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/generalp.c * PURPOSE: General property page diff --git a/reactos/dll/cpl/intl/inplocale.c b/reactos/dll/cpl/intl/inplocale.c index 5eeb6d05c98..0cd3fd12fcd 100644 --- a/reactos/dll/cpl/intl/inplocale.c +++ b/reactos/dll/cpl/intl/inplocale.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: inplocale.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/inplocale.c * PURPOSE: Input Locale property page diff --git a/reactos/dll/cpl/intl/intl.c b/reactos/dll/cpl/intl/intl.c index ea5b82df441..76758edad3d 100644 --- a/reactos/dll/cpl/intl/intl.c +++ b/reactos/dll/cpl/intl/intl.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: intl.c 54972 2012-01-15 13:37:25Z rharabien $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/intl.c * PURPOSE: Property sheet code diff --git a/reactos/dll/cpl/intl/numbers.c b/reactos/dll/cpl/intl/numbers.c index d33a8b8fbb0..2daf993082a 100644 --- a/reactos/dll/cpl/intl/numbers.c +++ b/reactos/dll/cpl/intl/numbers.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: numbers.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/numbers.c * PURPOSE: Numbers property page diff --git a/reactos/dll/cpl/intl/sort.c b/reactos/dll/cpl/intl/sort.c index cefa0915b2a..52a6fad2bbb 100644 --- a/reactos/dll/cpl/intl/sort.c +++ b/reactos/dll/cpl/intl/sort.c @@ -1,5 +1,4 @@ -/* $Id: sort.c 52956 2011-07-28 14:54:48Z akhaldi $ - * +/* * PROJECT: ReactOS International Control Panel * FILE: dll/cpl/intl/sort.c * PURPOSE: Sorting property page diff --git a/reactos/dll/cpl/liccpa/liccpa.c b/reactos/dll/cpl/liccpa/liccpa.c index a8d224464e6..860954bcf2c 100644 --- a/reactos/dll/cpl/liccpa/liccpa.c +++ b/reactos/dll/cpl/liccpa/liccpa.c @@ -1,5 +1,4 @@ -/* $Id: appearance.c 13406 2005-02-04 20:39:10Z weiden $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS License Manager * FILE: dll/cpl/liccpa/liccpa.c diff --git a/reactos/dll/cpl/liccpa/liccpa.rc b/reactos/dll/cpl/liccpa/liccpa.rc index cd33b4bbc90..6e51ca7098b 100644 --- a/reactos/dll/cpl/liccpa/liccpa.rc +++ b/reactos/dll/cpl/liccpa/liccpa.rc @@ -1,4 +1,3 @@ -/* $Id: cplsample.rc 12852 2005-01-06 13:58:04Z mf $ */ #include #include "resource.h" diff --git a/reactos/dll/cpl/main/keyboard.c b/reactos/dll/cpl/main/keyboard.c index 8929524e032..165d66824fb 100644 --- a/reactos/dll/cpl/main/keyboard.c +++ b/reactos/dll/cpl/main/keyboard.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: keyboard.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Main Control Panel * FILE: dll/cpl/main/keyboard.c * PURPOSE: Keyboard Control Panel diff --git a/reactos/dll/cpl/main/main.c b/reactos/dll/cpl/main/main.c index 5cc246b4a92..272aafc52b4 100644 --- a/reactos/dll/cpl/main/main.c +++ b/reactos/dll/cpl/main/main.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: main.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Sample Control Panel * FILE: dll/cpl/main/main.c * PURPOSE: ReactOS Main Control Panel diff --git a/reactos/dll/cpl/main/mouse.c b/reactos/dll/cpl/main/mouse.c index 2e318294ab2..8197e496195 100644 --- a/reactos/dll/cpl/main/mouse.c +++ b/reactos/dll/cpl/main/mouse.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: mouse.c 56254 2012-03-28 07:09:53Z tkreuzer $ - * +/* * PROJECT: ReactOS Main Control Panel * FILE: dll/cpl/main/mouse.c * PURPOSE: Mouse Control Panel diff --git a/reactos/dll/cpl/mmsys/sounds.c b/reactos/dll/cpl/mmsys/sounds.c index f48d8d272be..868606e4574 100644 --- a/reactos/dll/cpl/mmsys/sounds.c +++ b/reactos/dll/cpl/mmsys/sounds.c @@ -1,5 +1,4 @@ -/* $Id: main.c 12852 2005-01-06 13:58:04Z mf $ - * +/* * PROJECT: ReactOS Multimedia Control Panel * FILE: dll/cpl/mmsys/mmsys.c * PURPOSE: ReactOS Multimedia Control Panel diff --git a/reactos/dll/cpl/mmsys/volume.c b/reactos/dll/cpl/mmsys/volume.c index efe050a9739..9d1957a0aa9 100644 --- a/reactos/dll/cpl/mmsys/volume.c +++ b/reactos/dll/cpl/mmsys/volume.c @@ -1,5 +1,4 @@ -/* $Id: main.c 12852 2005-01-06 13:58:04Z mf $ - * +/* * PROJECT: ReactOS Multimedia Control Panel * FILE: dll/cpl/mmsys/mmsys.c * PURPOSE: ReactOS Multimedia Control Panel diff --git a/reactos/dll/cpl/odbccp32/odbccp32.c b/reactos/dll/cpl/odbccp32/odbccp32.c index 2a8403f96d7..ce77120626b 100644 --- a/reactos/dll/cpl/odbccp32/odbccp32.c +++ b/reactos/dll/cpl/odbccp32/odbccp32.c @@ -1,5 +1,4 @@ -/* $Id: odbccp32.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS ODBC Control Panel Applet * FILE: dll/cpl/main/main.c * PURPOSE: applet initialization diff --git a/reactos/dll/cpl/powercfg/advanced.c b/reactos/dll/cpl/powercfg/advanced.c index 0b73f6352cb..f615966cc33 100644 --- a/reactos/dll/cpl/powercfg/advanced.c +++ b/reactos/dll/cpl/powercfg/advanced.c @@ -1,5 +1,4 @@ -/* $Id: advanced.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/powercfg/advanced.c diff --git a/reactos/dll/cpl/powercfg/alarms.c b/reactos/dll/cpl/powercfg/alarms.c index 1d315261574..71f3a2891e7 100644 --- a/reactos/dll/cpl/powercfg/alarms.c +++ b/reactos/dll/cpl/powercfg/alarms.c @@ -1,5 +1,4 @@ -/* $Id: alarms.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/powercfg/alarms.c diff --git a/reactos/dll/cpl/powercfg/hibernate.c b/reactos/dll/cpl/powercfg/hibernate.c index 94e7cde845d..82f54fac114 100644 --- a/reactos/dll/cpl/powercfg/hibernate.c +++ b/reactos/dll/cpl/powercfg/hibernate.c @@ -1,5 +1,4 @@ -/* $Id: hibernate.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/powercfg/hibernate.c diff --git a/reactos/dll/cpl/powercfg/powercfg.c b/reactos/dll/cpl/powercfg/powercfg.c index 7ef11c1986b..9e5b441e3ac 100644 --- a/reactos/dll/cpl/powercfg/powercfg.c +++ b/reactos/dll/cpl/powercfg/powercfg.c @@ -1,5 +1,4 @@ -/* $Id: powercfg.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/powercfg/powershemes.c diff --git a/reactos/dll/cpl/powercfg/powershemes.c b/reactos/dll/cpl/powercfg/powershemes.c index d4bf28735cf..7a6b3fd50c3 100644 --- a/reactos/dll/cpl/powercfg/powershemes.c +++ b/reactos/dll/cpl/powercfg/powershemes.c @@ -1,5 +1,4 @@ -/* $Id: powershemes.c 54535 2011-11-29 14:55:58Z dgorbachev $ - * +/* * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/cpl/powercfg/powershemes.c diff --git a/reactos/dll/cpl/usrmgr/extra.c b/reactos/dll/cpl/usrmgr/extra.c index c057b1380c3..cf9b7c7280f 100644 --- a/reactos/dll/cpl/usrmgr/extra.c +++ b/reactos/dll/cpl/usrmgr/extra.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS User Manager Control Panel * FILE: dll/cpl/usrmgr/extra.c diff --git a/reactos/dll/cpl/usrmgr/usrmgr.c b/reactos/dll/cpl/usrmgr/usrmgr.c index 527af2e5375..2668e18a5c7 100644 --- a/reactos/dll/cpl/usrmgr/usrmgr.c +++ b/reactos/dll/cpl/usrmgr/usrmgr.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS User Manager Control Panel * FILE: dll/cpl/usrmgr/usrmgr.c diff --git a/reactos/dll/directx/d3d8/d3d8.rc b/reactos/dll/directx/d3d8/d3d8.rc index 7856196638f..9030b032e64 100644 --- a/reactos/dll/directx/d3d8/d3d8.rc +++ b/reactos/dll/directx/d3d8/d3d8.rc @@ -1,4 +1,3 @@ -/* $Id: d3d8.rc 33008 2008-04-17 19:15:43Z greatlrd $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0" diff --git a/reactos/dll/directx/d3d9/d3d9.rc b/reactos/dll/directx/d3d9/d3d9.rc index 34b108b141a..0f08fb03693 100644 --- a/reactos/dll/directx/d3d9/d3d9.rc +++ b/reactos/dll/directx/d3d9/d3d9.rc @@ -1,4 +1,3 @@ -/* $Id: d3d9.rc 33008 2008-04-17 19:15:43Z greatlrd $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0" diff --git a/reactos/dll/directx/ddraw/Clipper/clipper_main.c b/reactos/dll/directx/ddraw/Clipper/clipper_main.c index 76b4874679c..77f3e949d64 100644 --- a/reactos/dll/directx/ddraw/Clipper/clipper_main.c +++ b/reactos/dll/directx/ddraw/Clipper/clipper_main.c @@ -1,5 +1,4 @@ -/* $Id: clipper_main.c 36519 2008-09-25 19:26:09Z tkreuzer $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/clipper/clipper_stubs.c diff --git a/reactos/dll/directx/ddraw/Clipper/clipper_stubs.c b/reactos/dll/directx/ddraw/Clipper/clipper_stubs.c index 6f0714902f5..cc39ee4ed64 100644 --- a/reactos/dll/directx/ddraw/Clipper/clipper_stubs.c +++ b/reactos/dll/directx/ddraw/Clipper/clipper_stubs.c @@ -1,5 +1,4 @@ -/* $Id: clipper.c 24690 2006-11-05 21:19:53Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/clipper/clipper_stubs.c diff --git a/reactos/dll/directx/ddraw/Color/color_stubs.c b/reactos/dll/directx/ddraw/Color/color_stubs.c index c4fd61187d9..776832b80dd 100644 --- a/reactos/dll/directx/ddraw/Color/color_stubs.c +++ b/reactos/dll/directx/ddraw/Color/color_stubs.c @@ -1,5 +1,4 @@ -/* $Id: color.c 24690 2006-11-05 21:19:53Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/color/color.c diff --git a/reactos/dll/directx/ddraw/Ddraw/GetCaps.c b/reactos/dll/directx/ddraw/Ddraw/GetCaps.c index 567672b8d54..fa0316609dd 100644 --- a/reactos/dll/directx/ddraw/Ddraw/GetCaps.c +++ b/reactos/dll/directx/ddraw/Ddraw/GetCaps.c @@ -1,5 +1,4 @@ -/* $Id: GetCaps.c 37776 2008-11-30 19:28:11Z hyperion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/GetCaps.c diff --git a/reactos/dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c b/reactos/dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c index 5f2fdeae971..105430a8d41 100644 --- a/reactos/dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c +++ b/reactos/dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c @@ -1,5 +1,4 @@ -/* $Id: GetDeviceIdentifier.c 37776 2008-11-30 19:28:11Z hyperion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/GetDeviceIdentifier.c diff --git a/reactos/dll/directx/ddraw/Ddraw/callbacks_dd_hel.c b/reactos/dll/directx/ddraw/Ddraw/callbacks_dd_hel.c index 57c30e346d8..08bdaf04d68 100644 --- a/reactos/dll/directx/ddraw/Ddraw/callbacks_dd_hel.c +++ b/reactos/dll/directx/ddraw/Ddraw/callbacks_dd_hel.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/callbacks_dd_hel.c diff --git a/reactos/dll/directx/ddraw/Ddraw/ddraw_displaymode.c b/reactos/dll/directx/ddraw/Ddraw/ddraw_displaymode.c index 633286c6724..ccd655a2fe7 100644 --- a/reactos/dll/directx/ddraw/Ddraw/ddraw_displaymode.c +++ b/reactos/dll/directx/ddraw/Ddraw/ddraw_displaymode.c @@ -1,5 +1,4 @@ -/* $Id: ddraw_displaymode.c 37776 2008-11-30 19:28:11Z hyperion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/ddraw_displaymode.c diff --git a/reactos/dll/directx/ddraw/Ddraw/ddraw_main.c b/reactos/dll/directx/ddraw/Ddraw/ddraw_main.c index 4f01b33d10c..5f3355ed35d 100644 --- a/reactos/dll/directx/ddraw/Ddraw/ddraw_main.c +++ b/reactos/dll/directx/ddraw/Ddraw/ddraw_main.c @@ -1,5 +1,4 @@ -/* $Id: ddraw_main.c 49872 2010-11-30 16:29:49Z fireball $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/ddraw_main.c diff --git a/reactos/dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c b/reactos/dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c index 17dfd6f809b..21b98e02c58 100644 --- a/reactos/dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c +++ b/reactos/dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c @@ -1,5 +1,4 @@ -/* $Id: ddraw_setcooperativelevel.c 40864 2009-05-09 12:27:40Z dchapyshev $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/ddraw_main.c diff --git a/reactos/dll/directx/ddraw/Ddraw/ddraw_stubs.c b/reactos/dll/directx/ddraw/Ddraw/ddraw_stubs.c index 17e00c2d833..7b152485c99 100644 --- a/reactos/dll/directx/ddraw/Ddraw/ddraw_stubs.c +++ b/reactos/dll/directx/ddraw/Ddraw/ddraw_stubs.c @@ -1,5 +1,4 @@ -/* $Id: ddraw_stubs.c 49872 2010-11-30 16:29:49Z fireball $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/ddraw/ddraw_stubs.c diff --git a/reactos/dll/directx/ddraw/Gamma/gamma_stubs.c b/reactos/dll/directx/ddraw/Gamma/gamma_stubs.c index 4dd97510f32..5069c7f0afd 100644 --- a/reactos/dll/directx/ddraw/Gamma/gamma_stubs.c +++ b/reactos/dll/directx/ddraw/Gamma/gamma_stubs.c @@ -1,5 +1,4 @@ -/* $Id: gamma.c 24690 2006-11-05 21:19:53Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/gamma/gamma_stubs.c diff --git a/reactos/dll/directx/ddraw/Kernel/kernel_stubs.c b/reactos/dll/directx/ddraw/Kernel/kernel_stubs.c index 16e30ff78f5..add4f04879a 100644 --- a/reactos/dll/directx/ddraw/Kernel/kernel_stubs.c +++ b/reactos/dll/directx/ddraw/Kernel/kernel_stubs.c @@ -1,5 +1,4 @@ -/* $Id: kernel.c 24690 2006-11-05 21:19:53Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/kernel/kernel_stubs.c diff --git a/reactos/dll/directx/ddraw/Palette/createpalette.c b/reactos/dll/directx/ddraw/Palette/createpalette.c index 87bb0a9f141..1b3929c0d29 100644 --- a/reactos/dll/directx/ddraw/Palette/createpalette.c +++ b/reactos/dll/directx/ddraw/Palette/createpalette.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/surface/createsurface.c diff --git a/reactos/dll/directx/ddraw/Palette/palette.c b/reactos/dll/directx/ddraw/Palette/palette.c index c366be9206c..1c5bad67406 100644 --- a/reactos/dll/directx/ddraw/Palette/palette.c +++ b/reactos/dll/directx/ddraw/Palette/palette.c @@ -1,5 +1,4 @@ -/* $Id: palette.c $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/Palette/palette.c diff --git a/reactos/dll/directx/ddraw/Palette/palette_stubs.c b/reactos/dll/directx/ddraw/Palette/palette_stubs.c index 07590f46411..a0ab80cbf56 100644 --- a/reactos/dll/directx/ddraw/Palette/palette_stubs.c +++ b/reactos/dll/directx/ddraw/Palette/palette_stubs.c @@ -1,5 +1,4 @@ -/* $Id: palette.c 24690 2006-11-05 21:19:53Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/palette/palette_stubs.c diff --git a/reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c b/reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c index 5a31199f72b..7d8bda38005 100644 --- a/reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c +++ b/reactos/dll/directx/ddraw/Surface/callbacks_surf_hel.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/surface/callbacks_surf_hel.c diff --git a/reactos/dll/directx/ddraw/Surface/createsurface.c b/reactos/dll/directx/ddraw/Surface/createsurface.c index d6d95579a3d..be030e0172f 100644 --- a/reactos/dll/directx/ddraw/Surface/createsurface.c +++ b/reactos/dll/directx/ddraw/Surface/createsurface.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/surface/createsurface.c diff --git a/reactos/dll/directx/ddraw/Surface/surface_main.c b/reactos/dll/directx/ddraw/Surface/surface_main.c index 096be26a3b8..03bdbaa93e1 100644 --- a/reactos/dll/directx/ddraw/Surface/surface_main.c +++ b/reactos/dll/directx/ddraw/Surface/surface_main.c @@ -1,5 +1,4 @@ -/* $Id: surface_main.c 49872 2010-11-30 16:29:49Z fireball $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/surface/surface_main.c diff --git a/reactos/dll/directx/ddraw/Surface/surface_stubs.c b/reactos/dll/directx/ddraw/Surface/surface_stubs.c index f21a0462603..ffe2d992b04 100644 --- a/reactos/dll/directx/ddraw/Surface/surface_stubs.c +++ b/reactos/dll/directx/ddraw/Surface/surface_stubs.c @@ -1,5 +1,4 @@ -/* $Id: surface_stubs.c 37917 2008-12-07 21:48:44Z dgorbachev $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/surface/surface_stubs.c diff --git a/reactos/dll/directx/ddraw/Videoport/videoport_stubs.c b/reactos/dll/directx/ddraw/Videoport/videoport_stubs.c index f40f03c063e..0fba94ff9cf 100644 --- a/reactos/dll/directx/ddraw/Videoport/videoport_stubs.c +++ b/reactos/dll/directx/ddraw/Videoport/videoport_stubs.c @@ -1,5 +1,4 @@ -/* $Id: videoport.c 22739 2006-07-01 12:08:35Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DirectX * FILE: ddraw/videoport/videoport_stubs.c diff --git a/reactos/dll/directx/ddraw/cleanup.c b/reactos/dll/directx/ddraw/cleanup.c index 5b6d70974e6..2e011d8a497 100644 --- a/reactos/dll/directx/ddraw/cleanup.c +++ b/reactos/dll/directx/ddraw/cleanup.c @@ -1,5 +1,4 @@ -/* $Id: main.c 21434 2006-04-01 19:12:56Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: lib/ddraw/ddraw.c diff --git a/reactos/dll/directx/ddraw/ddraw.rc b/reactos/dll/directx/ddraw/ddraw.rc index 294d53e021e..5e773bc8910 100644 --- a/reactos/dll/directx/ddraw/ddraw.rc +++ b/reactos/dll/directx/ddraw/ddraw.rc @@ -1,4 +1,3 @@ -/* $Id: ddraw.rc 33008 2008-04-17 19:15:43Z greatlrd $ */ #include "resource.h" diff --git a/reactos/dll/directx/ddraw/main.c b/reactos/dll/directx/ddraw/main.c index 3a90f953c40..447eaebb074 100644 --- a/reactos/dll/directx/ddraw/main.c +++ b/reactos/dll/directx/ddraw/main.c @@ -1,6 +1,4 @@ - -/* $Id: main.c 37776 2008-11-30 19:28:11Z hyperion $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: lib/ddraw/ddraw.c diff --git a/reactos/dll/directx/ddraw/startup.c b/reactos/dll/directx/ddraw/startup.c index 6a5c6ba9d33..e838959e443 100644 --- a/reactos/dll/directx/ddraw/startup.c +++ b/reactos/dll/directx/ddraw/startup.c @@ -1,5 +1,4 @@ -/* $Id: main.c 21434 2006-04-01 19:12:56Z greatlrd $ - * +/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: lib/ddraw/ddraw.c diff --git a/reactos/dll/shellext/slayer/slayer.c b/reactos/dll/shellext/slayer/slayer.c index a9df768389c..ee2260ce320 100644 --- a/reactos/dll/shellext/slayer/slayer.c +++ b/reactos/dll/shellext/slayer/slayer.c @@ -16,8 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* $Id: slayer.c 58214 2013-01-24 23:00:42Z akhaldi $ - * +/* * PROJECT: ReactOS Compatibility Layer Shell Extension * FILE: lib/shellext/cplsample/cplsample.c * PURPOSE: ReactOS Compatibility Layer Shell Extension