Index: base/applications/charmap_new/Cell.cpp =================================================================== --- base/applications/charmap_new/Cell.cpp (revision 70775) +++ base/applications/charmap_new/Cell.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Character Map * LICENSE: GPL - See COPYING in the top level directory -* FILE: base/applications/charmap/cell.cpp +* FILE: base/applications/charmap_new/Cell.cpp * PURPOSE: Class for each individual cell * COPYRIGHT: Copyright 2015 Ged Murphy */ Index: base/applications/charmap_new/charmap.cpp =================================================================== --- base/applications/charmap_new/charmap.cpp (revision 70775) +++ base/applications/charmap_new/charmap.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Device Managment * LICENSE: GPL - See COPYING in the top level directory -* FILE: base/applications/mscutils/devmgmt/devmgmt.c +* FILE: base/applications/charmap_new/charmap.cpp * PURPOSE: Bootstrap for the device manager * COPYRIGHT: Copyright 2006 Ged Murphy */ Index: base/applications/charmap_new/GridView.cpp =================================================================== --- base/applications/charmap_new/GridView.cpp (revision 70775) +++ base/applications/charmap_new/GridView.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Character Map * LICENSE: GPL - See COPYING in the top level directory -* FILE: base/applications/charmap/GridView.cpp +* FILE: base/applications/charmap_new/GridView.cpp * PURPOSE: Class for for the window which contains the font matrix * COPYRIGHT: Copyright 2015 Ged Murphy */ Index: base/applications/charmap_new/MainWindow.cpp =================================================================== --- base/applications/charmap_new/MainWindow.cpp (revision 70775) +++ base/applications/charmap_new/MainWindow.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Character Map * LICENSE: GPL - See COPYING in the top level directory -* FILE: base/applications/charmap/MainWindow.cpp +* FILE: base/applications/charmap_new/MainWindow.cpp * PURPOSE: Implements the main dialog window * COPYRIGHT: Copyright 2015 Ged Murphy */ Index: base/applications/msconfig_new/comctl32ex/treeview.c =================================================================== --- base/applications/msconfig_new/comctl32ex/treeview.c (revision 70775) +++ base/applications/msconfig_new/comctl32ex/treeview.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig/treeview.c + * FILE: base/applications/msconfig_new/comctl32ex/treeview.c * PURPOSE: Tree-View helper functions. * COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO */ Index: base/applications/msconfig_new/comctl32ex/treeview.h =================================================================== --- base/applications/msconfig_new/comctl32ex/treeview.h (revision 70775) +++ base/applications/msconfig_new/comctl32ex/treeview.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig/treeview.h + * FILE: base/applications/msconfig_new/comctl32ex/treeview.h * PURPOSE: Tree-View helper functions. * COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO */ Index: base/applications/msconfig_new/generalpage.h =================================================================== --- base/applications/msconfig_new/generalpage.h (revision 70775) +++ base/applications/msconfig_new/generalpage.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig_new/generalpage.c + * FILE: base/applications/msconfig_new/generalpage.h * PURPOSE: General page message handler * COPYRIGHT: Copyright 2005-2006 Christoph von Wittich * Copyright 2011-2012 Hermes BELUSCA - MAITO Index: base/applications/msconfig_new/systempage.cpp =================================================================== --- base/applications/msconfig_new/systempage.cpp (revision 70775) +++ base/applications/msconfig_new/systempage.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig_new/systempage.c + * FILE: base/applications/msconfig_new/systempage.cpp * PURPOSE: System page message handler * COPYRIGHT: Copyright 2005-2006 Christoph von Wittich * 2011 Gregor Schneider Index: base/applications/msconfig_new/utils.h =================================================================== --- base/applications/msconfig_new/utils.h (revision 70775) +++ base/applications/msconfig_new/utils.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig_new/utils.c + * FILE: base/applications/msconfig_new/utils.h * PURPOSE: Memory Management, Resources, ... Utility Functions * COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO */ Index: base/applications/msconfig_new/xmldomparser.hpp =================================================================== --- base/applications/msconfig_new/xmldomparser.hpp (revision 70775) +++ base/applications/msconfig_new/xmldomparser.hpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig_new/xmldomparser.cpp + * FILE: base/applications/msconfig_new/xmldomparser.hpp * PURPOSE: XML DOM Parser * COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO */ Index: base/applications/osk/lang/zh-TW.rc =================================================================== --- base/applications/osk/lang/zh-TW.rc (revision 70775) +++ base/applications/osk/lang/zh-TW.rc (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: base/applications/osk/lang/zh-CN.rc + * FILE: base/applications/osk/lang/zh-TW.rc * PURPOSE: On screen keyboard (American resources). * PROGRAMMERS: Denis ROBERT */ Index: base/setup/reactos/reactos.h =================================================================== --- base/setup/reactos/reactos.h (revision 70775) +++ base/setup/reactos/reactos.h (working copy) @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS GUI first stage setup application - * FILE: base/setup/reactos/reactos.c + * FILE: base/setup/reactos/reactos.h * PROGRAMMERS: Eric Kohl * Matthias Kupfer * Dmitry Chapyshev (dmitry@reactos.org) Index: boot/environ/app/bootmgr/bootmgr.c =================================================================== --- boot/environ/app/bootmgr/bootmgr.c (revision 70775) +++ boot/environ/app/bootmgr/bootmgr.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager - * FILE: boot/environ/app/bootmgr/bootmgr.cla + * FILE: boot/environ/app/bootmgr/bootmgr.c * PURPOSE: Boot Manager Entrypoint * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ Index: boot/environ/app/bootmgr/bootmgr.rc =================================================================== --- boot/environ/app/bootmgr/bootmgr.rc (revision 70775) +++ boot/environ/app/bootmgr/bootmgr.rc (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager - * FILE: boot/environ/app/bootmgr.rc + * FILE: boot/environ/app/bootmgr/bootmgr.rc * PURPOSE: Boot Manager Resource File * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ Index: boot/environ/lib/io/display/display.c =================================================================== --- boot/environ/lib/io/display/display.c (revision 70775) +++ boot/environ/lib/io/display/display.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Library - * FILE: boot/environ/lib/platform/display.c + * FILE: boot/environ/lib/io/display/display.c * PURPOSE: Boot Library Display Management Routines * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ Index: boot/freeldr/freeldr/include/conversion.h =================================================================== --- boot/freeldr/freeldr/include/conversion.h (revision 70775) +++ boot/freeldr/freeldr/include/conversion.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/windows/conversion.c + * FILE: boot/freeldr/freeldr/include/conversion.h * PURPOSE: Physical <-> Virtual addressing mode conversions (arch-specific) * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: boot/freeldr/freeldr/lib/peloader.c =================================================================== --- boot/freeldr/freeldr/lib/peloader.c (revision 70775) +++ boot/freeldr/freeldr/lib/peloader.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: FreeLoader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/windows/peloader.c + * FILE: boot/freeldr/freeldr/lib/peloader.c * PURPOSE: Provides routines for loading PE files. * (Deprecated remark) To be merged with arch/i386/loader.c in future. * Index: boot/freeldr/freeldr/ntldr/arch/amd64/winldr.c =================================================================== --- boot/freeldr/freeldr/ntldr/arch/amd64/winldr.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/arch/amd64/winldr.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/arch/amd64/winldr.c + * FILE: boot/freeldr/freeldr/ntldr/arch/amd64/winldr.c * PURPOSE: Memory related routines * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */ Index: boot/freeldr/freeldr/ntldr/arch/arm/winldr.c =================================================================== --- boot/freeldr/freeldr/ntldr/arch/arm/winldr.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/arch/arm/winldr.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/freeldr/arch/arm/winldr.c + * FILE: boot/freeldr/freeldr/ntldr/arch/arm/winldr.c * PURPOSE: ARM Kernel Loader * PROGRAMMERS: ReactOS Portable Systems Group */ Index: boot/freeldr/freeldr/ntldr/arch/i386/winldr.c =================================================================== --- boot/freeldr/freeldr/ntldr/arch/i386/winldr.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/arch/i386/winldr.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/arch/i386/winldr.c + * FILE: boot/freeldr/freeldr/ntldr/arch/i386/winldr.c * PURPOSE: Memory related routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: boot/freeldr/freeldr/ntldr/conversion.c =================================================================== --- boot/freeldr/freeldr/ntldr/conversion.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/conversion.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/windows/conversion.c + * FILE: boot/freeldr/freeldr/ntldr/conversion.c * PURPOSE: Physical <-> Virtual addressing mode conversions * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: boot/freeldr/freeldr/ntldr/headless.c =================================================================== --- boot/freeldr/freeldr/ntldr/headless.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/headless.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/freeldr/windows/headless.c + * FILE: boot/freeldr/freeldr/ntldr/headless.c * PURPOSE: Provides support for Windows Emergency Management Services * PROGRAMMERS: ReactOS Portable Systems Group */ Index: boot/freeldr/freeldr/ntldr/wlmemory.c =================================================================== --- boot/freeldr/freeldr/ntldr/wlmemory.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/wlmemory.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/windows/wlmemory.c + * FILE: boot/freeldr/freeldr/ntldr/wlmemory.c * PURPOSE: Memory related routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: boot/freeldr/freeldr/ntldr/wlregistry.c =================================================================== --- boot/freeldr/freeldr/ntldr/wlregistry.c (revision 70775) +++ boot/freeldr/freeldr/ntldr/wlregistry.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/windows/wlregistry.c + * FILE: boot/freeldr/freeldr/ntldr/wlregistry.c * PURPOSE: Registry support functions * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: dll/ntdll/dispatch/amd64/dispatch.S =================================================================== --- dll/ntdll/dispatch/amd64/dispatch.S (revision 70775) +++ dll/ntdll/dispatch/amd64/dispatch.S (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntdll/dispatch/amd64/dispatch.S + * FILE: dll/ntdll/dispatch/amd64/dispatch.S * PURPOSE: Usermode dispatcher stubs * * PROGRAMMER: Timo kreuzer (timo.kreuzer@reactos.org) Index: dll/ntdll/dispatch/i386/dispatch.S =================================================================== --- dll/ntdll/dispatch/i386/dispatch.S (revision 70775) +++ dll/ntdll/dispatch/i386/dispatch.S (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NT Library - * FILE: dl/ntdll/dispatch/i386/dispatch.S + * FILE: dll/ntdll/dispatch/i386/dispatch.S * PURPOSE: User-Mode NT Dispatchers * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) */ Index: dll/ntdll/ldr/ldrpe.c =================================================================== --- dll/ntdll/ldr/ldrpe.c (revision 70775) +++ dll/ntdll/ldr/ldrpe.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/ntdll/ldr/ldrpe.c + * FILE: dll/ntdll/ldr/ldrpe.c * PURPOSE: Loader Functions dealing low-level PE Format structures * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) */ Index: dll/ntdll/rtl/libsupp.c =================================================================== --- dll/ntdll/rtl/libsupp.c (revision 70775) +++ dll/ntdll/rtl/libsupp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NT User-Mode DLL - * FILE: lib/ntdll/rtl/libsup.c + * FILE: dll/ntdll/rtl/libsupp.c * PURPOSE: RTL Support Routines * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) * Gunnar Dalsnes Index: dll/ntdll/rtl/version.c =================================================================== --- dll/ntdll/rtl/version.c (revision 70775) +++ dll/ntdll/rtl/version.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/ntdll/rtl/process.c + * FILE: dll/ntdll/rtl/version.c * PURPOSE: Process functions * PROGRAMMER: Ariadne (ariadne@xs4all.nl) * UPDATE HISTORY: Index: dll/opengl/opengl32/apistubs.c =================================================================== --- dll/opengl/opengl32/apistubs.c (revision 70775) +++ dll/opengl/opengl32/apistubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/opengl32/apistubs.c + * FILE: dll/opengl/opengl32/apistubs.c * PURPOSE: OpenGL32 lib, glXXX functions */ Index: dll/opengl/opengl32/icd.h =================================================================== --- dll/opengl/opengl32/icd.h (revision 70775) +++ dll/opengl/opengl32/icd.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/opengl32/icd.h + * FILE: dll/opengl/opengl32/icd.h * PURPOSE: OpenGL32 lib, ICD specific definitions */ Index: dll/opengl/opengl32/icdload.c =================================================================== --- dll/opengl/opengl32/icdload.c (revision 70775) +++ dll/opengl/opengl32/icdload.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/opengl32/icdload.c + * FILE: dll/opengl/opengl32/icdload.c * PURPOSE: OpenGL32 lib, ICD dll loader */ Index: dll/opengl/opengl32/opengl32.h =================================================================== --- dll/opengl/opengl32/opengl32.h (revision 70775) +++ dll/opengl/opengl32/opengl32.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/opengl32/opengl.h + * FILE: dll/opengl/opengl32/opengl32.h * PURPOSE: OpenGL32 lib, general header */ Index: dll/win32/acledit/acledit.c =================================================================== --- dll/win32/acledit/acledit.c (revision 70775) +++ dll/win32/acledit/acledit.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Access Control List Editor - * FILE: lib/acledit/acledit.c + * FILE: dll/win32/acledit/acledit.c * PURPOSE: Access Control List Editor * PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net) * Index: dll/win32/acledit/stubs.c =================================================================== --- dll/win32/acledit/stubs.c (revision 70775) +++ dll/win32/acledit/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Access Control List Editor - * FILE: lib/acledit/stubs.c + * FILE: dll/win32/acledit/stubs.c * PURPOSE: acledit.dll stubs * PROGRAMMER: Thomas Weidenmueller * NOTES: If you implement a function, remove it from this file Index: dll/win32/aclui/aclui.c =================================================================== --- dll/win32/aclui/aclui.c (revision 70775) +++ dll/win32/aclui/aclui.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Access Control List Editor - * FILE: lib/aclui/aclui.c + * FILE: dll/win32/aclui/aclui.c * PURPOSE: Access Control List Editor * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/aclui/checklist.c =================================================================== --- dll/win32/aclui/checklist.c (revision 70775) +++ dll/win32/aclui/checklist.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Access Control List Editor - * FILE: lib/aclui/checklist.c + * FILE: dll/win32/aclui/checklist.c * PURPOSE: Access Control List Editor * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/aclui/lang/ro-RO.rc =================================================================== --- dll/win32/aclui/lang/ro-RO.rc (revision 70775) +++ dll/win32/aclui/lang/ro-RO.rc (working copy) @@ -1,5 +1,5 @@ /* - * FILE: dll/win32/aclui/lang/to-RO.rc + * FILE: dll/win32/aclui/lang/ro-RO.rc * ReactOS Project (http://www.reactos.org) * TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum to fulea.stefan) * CHANGE LOG: 2011-09-03 initial translation Index: dll/win32/aclui/misc.c =================================================================== --- dll/win32/aclui/misc.c (revision 70775) +++ dll/win32/aclui/misc.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Access Control List Editor - * FILE: lib/aclui/misc.c + * FILE: dll/win32/aclui/misc.c * PURPOSE: Access Control List Editor * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/aclui/sidcache.c =================================================================== --- dll/win32/aclui/sidcache.c (revision 70775) +++ dll/win32/aclui/sidcache.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Access Control List Editor - * FILE: lib/aclui/sidcache.c + * FILE: dll/win32/aclui/sidcache.c * PURPOSE: Access Control List Editor * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/advapi32/advapi32.h =================================================================== --- dll/win32/advapi32/advapi32.h (revision 70775) +++ dll/win32/advapi32/advapi32.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS System Libraries - * FILE: lib/advapi32/advapi32.h + * FILE: dll/win32/advapi32/advapi32.h * PURPOSE: Win32 Advanced API Libary Header * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ Index: dll/win32/advapi32/misc/dllmain.c =================================================================== --- dll/win32/advapi32/misc/dllmain.c (revision 70775) +++ dll/win32/advapi32/misc/dllmain.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/misc/dllmain.c + * FILE: dll/win32/advapi32/misc/dllmain.c * PURPOSE: Library main function * PROGRAMMER: ??? * UPDATE HISTORY: Index: dll/win32/advapi32/misc/efs.c =================================================================== --- dll/win32/advapi32/misc/efs.c (revision 70775) +++ dll/win32/advapi32/misc/efs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: dlls/win32/advapi32/misc/efs.c + * FILE: dll/win32/advapi32/misc/efs.c * PURPOSE: Encrypted File System support * PROGRAMMER: Christoph_vW */ Index: dll/win32/advapi32/misc/logon.c =================================================================== --- dll/win32/advapi32/misc/logon.c (revision 70775) +++ dll/win32/advapi32/misc/logon.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/misc/logon.c + * FILE: dll/win32/advapi32/misc/logon.c * PURPOSE: Logon functions * PROGRAMMER: Eric Kohl */ Index: dll/win32/advapi32/misc/msi.c =================================================================== --- dll/win32/advapi32/misc/msi.c (revision 70775) +++ dll/win32/advapi32/misc/msi.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/misc/msi.c + * FILE: dll/win32/advapi32/misc/msi.c * PURPOSE: advapi32.dll MSI interface funcs * NOTES: Copied from Wine * Copyright 1995 Sven Verdoolaege Index: dll/win32/advapi32/misc/sysfunc.c =================================================================== --- dll/win32/advapi32/misc/sysfunc.c (revision 70775) +++ dll/win32/advapi32/misc/sysfunc.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: dll/win32/advapi32/misc/sysfun.c + * FILE: dll/win32/advapi32/misc/sysfunc.c * PURPOSE: advapi32.dll system functions (undocumented) * PROGRAMMER: Emanuele Aliberti * UPDATE HISTORY: Index: dll/win32/advapi32/reg/hkcr.c =================================================================== --- dll/win32/advapi32/reg/hkcr.c (revision 70775) +++ dll/win32/advapi32/reg/hkcr.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/reg/hkcr.c + * FILE: dll/win32/advapi32/reg/hkcr.c * PURPOSE: Registry functions - HKEY_CLASSES_ROOT abstraction * PROGRAMMER: Jerôme Gardou (jerome.gardou@reactos.org) */ Index: dll/win32/advapi32/reg/reg.c =================================================================== --- dll/win32/advapi32/reg/reg.c (revision 70775) +++ dll/win32/advapi32/reg/reg.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/reg/reg.c + * FILE: dll/win32/advapi32/reg/reg.c * PURPOSE: Registry functions * PROGRAMMER: Ariadne ( ariadne@xs4all.nl) * Thomas Weidenmueller Index: dll/win32/advapi32/reg/reg.h =================================================================== --- dll/win32/advapi32/reg/reg.h (revision 70775) +++ dll/win32/advapi32/reg/reg.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/reg/reg.c + * FILE: dll/win32/advapi32/reg/reg.h * PURPOSE: Registry functions */ Index: dll/win32/advapi32/sec/ac.c =================================================================== --- dll/win32/advapi32/sec/ac.c (revision 70775) +++ dll/win32/advapi32/sec/ac.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/sec/ac.c + * FILE: dll/win32/advapi32/sec/ac.c * PURPOSE: ACL/ACE functions */ Index: dll/win32/advapi32/sec/audit.c =================================================================== --- dll/win32/advapi32/sec/audit.c (revision 70775) +++ dll/win32/advapi32/sec/audit.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/sec/audit.c + * FILE: dll/win32/advapi32/sec/audit.c * PURPOSE: Audit functions * PROGRAMMER: Eric Kohl * UPDATE HISTORY: Index: dll/win32/advapi32/sec/sec.c =================================================================== --- dll/win32/advapi32/sec/sec.c (revision 70775) +++ dll/win32/advapi32/sec/sec.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/sec/sec.c + * FILE: dll/win32/advapi32/sec/sec.c * PURPOSE: Security descriptor functions * PROGRAMMER: Ariadne ( ariadne@xs4all.nl) * Steven Edwards ( Steven_Ed4153@yahoo.com ) Index: dll/win32/advapi32/sec/trustee.c =================================================================== --- dll/win32/advapi32/sec/trustee.c (revision 70775) +++ dll/win32/advapi32/sec/trustee.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/sec/trustee.c + * FILE: dll/win32/advapi32/sec/trustee.c * PURPOSE: Trustee functions */ Index: dll/win32/advapi32/service/rpc.c =================================================================== --- dll/win32/advapi32/service/rpc.c (revision 70775) +++ dll/win32/advapi32/service/rpc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/service/rpc.c + * FILE: dll/win32/advapi32/service/rpc.c * PURPOSE: RPC support routines * PROGRAMMER: Eric Kohl */ Index: dll/win32/advapi32/service/scm.c =================================================================== --- dll/win32/advapi32/service/scm.c (revision 70775) +++ dll/win32/advapi32/service/scm.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/service/scm.c + * FILE: dll/win32/advapi32/service/scm.c * PURPOSE: Service control manager functions * PROGRAMMER: Emanuele Aliberti * Eric Kohl Index: dll/win32/advapi32/service/winreg.c =================================================================== --- dll/win32/advapi32/service/winreg.c (revision 70775) +++ dll/win32/advapi32/service/winreg.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/service/winreg.c + * FILE: dll/win32/advapi32/service/winreg.c * PURPOSE: Remote registry functions * PROGRAMMER: Eric Kohl */ Index: dll/win32/advapi32/token/token.c =================================================================== --- dll/win32/advapi32/token/token.c (revision 70775) +++ dll/win32/advapi32/token/token.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/advapi32/token/token.c + * FILE: dll/win32/advapi32/token/token.c * PURPOSE: Token functions * PROGRAMMER: Ariadne ( ariadne@xs4all.nl) * UPDATE HISTORY: Index: dll/win32/authz/authz.c =================================================================== --- dll/win32/authz/authz.c (revision 70775) +++ dll/win32/authz/authz.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Authorization Framework - * FILE: lib/authz/authz.c + * FILE: dll/win32/authz/authz.c * PURPOSE: Authorization Framework * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/authz/clictx.c =================================================================== --- dll/win32/authz/clictx.c (revision 70775) +++ dll/win32/authz/clictx.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Authorization Framework - * FILE: lib/authz/clictx.c + * FILE: dll/win32/authz/clictx.c * PURPOSE: Authorization Framework * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/authz/resman.c =================================================================== --- dll/win32/authz/resman.c (revision 70775) +++ dll/win32/authz/resman.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Authorization Framework - * FILE: lib/authz/resman.c + * FILE: dll/win32/authz/resman.c * PURPOSE: Authorization Framework * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/avicap32/avicap32.c =================================================================== --- dll/win32/avicap32/avicap32.c (revision 70775) +++ dll/win32/avicap32/avicap32.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: avicap32 - * FILE: dll\win32\avicap32\avicap32.c + * FILE: dll/win32/avicap32/avicap32.c * PURPOSE: Main file * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org) */ Index: dll/win32/batt/batt.c =================================================================== --- dll/win32/batt/batt.c (revision 70775) +++ dll/win32/batt/batt.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS system libraries * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\batt\batt.c + * FILE: dll/win32/batt/batt.c * PURPOSE: Battery Class installers * PROGRAMMERS: Copyright 2010 Eric Kohl */ Index: dll/win32/devmgr/devmgmt/DeviceNode.cpp =================================================================== --- dll/win32/devmgr/devmgmt/DeviceNode.cpp (revision 70775) +++ dll/win32/devmgr/devmgmt/DeviceNode.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Device Manager * LICENSE: GPL - See COPYING in the top level directory -* FILE: dll/win32/devmgr/devmgmt/ClassNode.cpp +* FILE: dll/win32/devmgr/devmgmt/DeviceNode.cpp * PURPOSE: Class object for * COPYRIGHT: Copyright 2015 Ged Murphy * Index: dll/win32/devmgr/devmgmt/Node.cpp =================================================================== --- dll/win32/devmgr/devmgmt/Node.cpp (revision 70775) +++ dll/win32/devmgr/devmgmt/Node.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Device Manager * LICENSE: GPL - See COPYING in the top level directory -* FILE: dll/win32/devmgr/devmgmt/node.cpp +* FILE: dll/win32/devmgr/devmgmt/Node.cpp * PURPOSE: Abstract base object for each node in the tree * COPYRIGHT: Copyright 2015 Ged Murphy * Index: dll/win32/devmgr/properties/advprop.cpp =================================================================== --- dll/win32/devmgr/properties/advprop.cpp (revision 70775) +++ dll/win32/devmgr/properties/advprop.cpp (working copy) @@ -19,7 +19,7 @@ /* * * PROJECT: ReactOS devmgr.dll - * FILE: lib/devmgr/advprop.c + * FILE: dll/win32/devmgr/properties/advprop.cpp * PURPOSE: ReactOS Device Manager * PROGRAMMER: Thomas Weidenmueller * Ged Murphy Index: dll/win32/devmgr/properties/devprblm.cpp =================================================================== --- dll/win32/devmgr/properties/devprblm.cpp (revision 70775) +++ dll/win32/devmgr/properties/devprblm.cpp (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS devmgr.dll - * FILE: lib/devmgr/devprblm.c + * FILE: dll/win32/devmgr/properties/devprblm.cpp * PURPOSE: ReactOS Device Manager * PROGRAMMER: Thomas Weidenmueller * UPDATE HISTORY: Index: dll/win32/devmgr/properties/hwpage.cpp =================================================================== --- dll/win32/devmgr/properties/hwpage.cpp (revision 70775) +++ dll/win32/devmgr/properties/hwpage.cpp (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS devmgr.dll - * FILE: lib/devmgr/hwpage.c + * FILE: dll/win32/devmgr/properties/hwpage.cpp * PURPOSE: ReactOS Device Manager * PROGRAMMER: Thomas Weidenmueller * UPDATE HISTORY: Index: dll/win32/devmgr/properties/hwresource.cpp =================================================================== --- dll/win32/devmgr/properties/hwresource.cpp (revision 70775) +++ dll/win32/devmgr/properties/hwresource.cpp (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS devmgr.dll - * FILE: dll/win32/devmgr/hwresource.c + * FILE: dll/win32/devmgr/properties/hwresource.cpp * PURPOSE: ReactOS Device Manager * PROGRAMMER: Johannes Anderwald * UPDATE HISTORY: Index: dll/win32/devmgr/properties/misc.cpp =================================================================== --- dll/win32/devmgr/properties/misc.cpp (revision 70775) +++ dll/win32/devmgr/properties/misc.cpp (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS devmgr.dll - * FILE: lib/devmgr/misc.c + * FILE: dll/win32/devmgr/properties/misc.cpp * PURPOSE: ReactOS Device Manager * PROGRAMMER: Thomas Weidenmueller * UPDATE HISTORY: Index: dll/win32/devmgr/properties/stubs.cpp =================================================================== --- dll/win32/devmgr/properties/stubs.cpp (revision 70775) +++ dll/win32/devmgr/properties/stubs.cpp (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS devmgr.dll - * FILE: lib/devmgr/stubs.c + * FILE: dll/win32/devmgr/properties/stubs.cpp * PURPOSE: devmgr.dll stubs * PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net) * NOTES: If you implement a function, remove it from this file Index: dll/win32/dhcpcsvc/dhcp/api.c =================================================================== --- dll/win32/dhcpcsvc/dhcp/api.c (revision 70775) +++ dll/win32/dhcpcsvc/dhcp/api.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: subsys/system/dhcp/api.c + * FILE: dll/win32/dhcpcsvc/dhcp/api.c * PURPOSE: DHCP client api handlers * PROGRAMMER: arty */ Index: dll/win32/dhcpcsvc/dhcp/pipe.c =================================================================== --- dll/win32/dhcpcsvc/dhcp/pipe.c (revision 70775) +++ dll/win32/dhcpcsvc/dhcp/pipe.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: subsys/system/dhcp/pipe.c + * FILE: dll/win32/dhcpcsvc/dhcp/pipe.c * PURPOSE: DHCP client pipe * PROGRAMMER: arty */ Index: dll/win32/dhcpcsvc/dhcpcsvc.c =================================================================== --- dll/win32/dhcpcsvc/dhcpcsvc.c (revision 70775) +++ dll/win32/dhcpcsvc/dhcpcsvc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/dhcpcapi/dhcpcapi.c + * FILE: dll/win32/dhcpcsvc/dhcpcsvc.c * PURPOSE: Client API for DHCP * COPYRIGHT: Copyright 2005 Art Yerkes */ Index: dll/win32/dhcpcsvc/dhcpcsvc.spec =================================================================== --- dll/win32/dhcpcsvc/dhcpcsvc.spec (revision 70775) +++ dll/win32/dhcpcsvc/dhcpcsvc.spec (working copy) @@ -1,7 +1,7 @@ # # PROJECT: ReactOS Networking # LICENSE: GPL - See COPYING in the top level directory -# FILE: lib/dhcpcsvc/dhcpcsvc.spec +# FILE: dll/win32/dhcpcsvc/dhcpcsvc.spec # PURPOSE: dhcpcsvc exports # COPYRIGHT: Copyright 2006 Ge van Geldorp # Index: dll/win32/dhcpcsvc/include/debug.h =================================================================== --- dll/win32/dhcpcsvc/include/debug.h (revision 70775) +++ dll/win32/dhcpcsvc/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/debug.h + * FILE: dll/win32/dhcpcsvc/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: dll/win32/dnsapi/dnsapi/adns.c =================================================================== --- dll/win32/dnsapi/dnsapi/adns.c (revision 70775) +++ dll/win32/dnsapi/dnsapi/adns.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/dnsapi/dnsapi/context.c + * FILE: dll/win32/dnsapi/dnsapi/adns.c * PURPOSE: ADNS translation. * PROGRAMER: Art Yerkes * UPDATE HISTORY: Index: dll/win32/dnsapi/dnsapi/context.c =================================================================== --- dll/win32/dnsapi/dnsapi/context.c (revision 70775) +++ dll/win32/dnsapi/dnsapi/context.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/dnsapi/dnsapi/context.c + * FILE: dll/win32/dnsapi/dnsapi/context.c * PURPOSE: DNSAPI functions built on the ADNS library. * PROGRAMER: Art Yerkes * UPDATE HISTORY: Index: dll/win32/dnsapi/dnsapi/memory.c =================================================================== --- dll/win32/dnsapi/dnsapi/memory.c (revision 70775) +++ dll/win32/dnsapi/dnsapi/memory.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/dnsapi/dnsapi/memory.c + * FILE: dll/win32/dnsapi/dnsapi/memory.c * PURPOSE: DNSAPI functions built on the ADNS library. * PROGRAMER: Art Yerkes * UPDATE HISTORY: Index: dll/win32/dnsapi/dnsapi/precomp.h =================================================================== --- dll/win32/dnsapi/dnsapi/precomp.h (revision 70775) +++ dll/win32/dnsapi/dnsapi/precomp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS System Libraries - * FILE: lib/dnsapi/precomp.h + * FILE: dll/win32/dnsapi/dnsapi/precomp.h * PURPOSE: Win32 DNS API Libary Header * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ Index: dll/win32/dnsapi/dnsapi/query.c =================================================================== --- dll/win32/dnsapi/dnsapi/query.c (revision 70775) +++ dll/win32/dnsapi/dnsapi/query.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/dnsapi/dnsapi/query.c + * FILE: dll/win32/dnsapi/dnsapi/query.c * PURPOSE: DNSAPI functions built on the ADNS library. * PROGRAMER: Art Yerkes * UPDATE HISTORY: Index: dll/win32/fmifs/chkdsk.c =================================================================== --- dll/win32/fmifs/chkdsk.c (revision 70775) +++ dll/win32/fmifs/chkdsk.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/chkdsk.c + * FILE: dll/win32/fmifs/chkdsk.c * PURPOSE: Chkdsk * * PROGRAMMERS: (none) Index: dll/win32/fmifs/compress.c =================================================================== --- dll/win32/fmifs/compress.c (revision 70775) +++ dll/win32/fmifs/compress.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/compress.c + * FILE: dll/win32/fmifs/compress.c * PURPOSE: Volume compression * * PROGRAMMERS: Emanuele Aliberti Index: dll/win32/fmifs/diskcopy.c =================================================================== --- dll/win32/fmifs/diskcopy.c (revision 70775) +++ dll/win32/fmifs/diskcopy.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/diskcopy.c + * FILE: dll/win32/fmifs/diskcopy.c * PURPOSE: Disk copy * * PROGRAMMERS: (none) Index: dll/win32/fmifs/extend.c =================================================================== --- dll/win32/fmifs/extend.c (revision 70775) +++ dll/win32/fmifs/extend.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/extend.c + * FILE: dll/win32/fmifs/extend.c * PURPOSE: Volume extension * * PROGRAMMERS: (none) Index: dll/win32/fmifs/format.c =================================================================== --- dll/win32/fmifs/format.c (revision 70775) +++ dll/win32/fmifs/format.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/format.c + * FILE: dll/win32/fmifs/format.c * PURPOSE: Volume format * * PROGRAMMERS: Emanuele Aliberti Index: dll/win32/fmifs/init.c =================================================================== --- dll/win32/fmifs/init.c (revision 70775) +++ dll/win32/fmifs/init.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/init.c + * FILE: dll/win32/fmifs/init.c * PURPOSE: Initialisation * * PROGRAMMERS: Emanuele Aliberti Index: dll/win32/fmifs/media.c =================================================================== --- dll/win32/fmifs/media.c (revision 70775) +++ dll/win32/fmifs/media.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/media.c + * FILE: dll/win32/fmifs/media.c * PURPOSE: Media * * PROGRAMMERS: (none) Index: dll/win32/fmifs/precomp.h =================================================================== --- dll/win32/fmifs/precomp.h (revision 70775) +++ dll/win32/fmifs/precomp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/precomp.h + * FILE: dll/win32/fmifs/precomp.h * PURPOSE: Win32 FMIFS API Library Header * * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) Index: dll/win32/fmifs/query.c =================================================================== --- dll/win32/fmifs/query.c (revision 70775) +++ dll/win32/fmifs/query.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: File Management IFS Utility functions - * FILE: reactos/dll/win32/fmifs/query.c + * FILE: dll/win32/fmifs/query.c * PURPOSE: Query volume information * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: dll/win32/getuname/getuname.c =================================================================== --- dll/win32/getuname/getuname.c (revision 70775) +++ dll/win32/getuname/getuname.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Unicode name dll - * FILE: dll\win32\getuname\getuname.c + * FILE: dll/win32/getuname/getuname.c * PURPOSE: Main file * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org) * Baruch Rutman (peterooch at gmail dot com) Index: dll/win32/getuname/lang/ro-RO.rc =================================================================== --- dll/win32/getuname/lang/ro-RO.rc (revision 70775) +++ dll/win32/getuname/lang/ro-RO.rc (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Unicode name dll - * FILE: dll\win32\getuname\lang\ro-RO.rc + * FILE: dll/win32/getuname/lang/ro-RO.rc * PURPOSE: Unicode Description Strings * PROGRAMMERS: Baruch Rutman (peterooch at gmail dot com) * TRANSLATOR: Ștefan Fulea (stefan dot fulea at mail dot md) Index: dll/win32/hid/hid.c =================================================================== --- dll/win32/hid/hid.c (revision 70775) +++ dll/win32/hid/hid.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS Hid User Library - * FILE: lib/hid/hid.c + * FILE: dll/win32/hid/hid.c * PURPOSE: ReactOS Hid User Library * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/hid/stubs.c =================================================================== --- dll/win32/hid/stubs.c (revision 70775) +++ dll/win32/hid/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Hid User Library - * FILE: lib/hid/stubs.c + * FILE: dll/win32/hid/stubs.c * PURPOSE: hid.dll stubs * NOTES: If you implement a function, remove it from this file * Index: dll/win32/iernonce/iernonce.c =================================================================== --- dll/win32/iernonce/iernonce.c (revision 70775) +++ dll/win32/iernonce/iernonce.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS system libraries * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\iernonce\iernonce.c + * FILE: dll/win32/iernonce/iernonce.c * PURPOSE: DLL for RunOnceEx Keys * PROGRAMMERS: Copyright 2013 Robert Naumann */ Index: dll/win32/iphlpapi/dhcp.h =================================================================== --- dll/win32/iphlpapi/dhcp.h (revision 70775) +++ dll/win32/iphlpapi/dhcp.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Networking * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/iphlpapi/dhcp_reactos.c + * FILE: dll/win32/iphlpapi/dhcp.h * PURPOSE: DHCP helper functions for ReactOS * COPYRIGHT: Copyright 2006 Ge van Geldorp */ Index: dll/win32/iphlpapi/dhcp_reactos.c =================================================================== --- dll/win32/iphlpapi/dhcp_reactos.c (revision 70775) +++ dll/win32/iphlpapi/dhcp_reactos.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Networking * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/iphlpapi/dhcp_reactos.c + * FILE: dll/win32/iphlpapi/dhcp_reactos.c * PURPOSE: DHCP helper functions for ReactOS * COPYRIGHT: Copyright 2006 Ge van Geldorp */ Index: dll/win32/iprtprio/iprtprio.c =================================================================== --- dll/win32/iprtprio/iprtprio.c (revision 70775) +++ dll/win32/iprtprio/iprtprio.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS IP Route Priority API DLL - * FILE: iprtprio.c + * FILE: dll/win32/iprtprio/iprtprio.c * PURPOSE: DLL entry * PROGRAMMERS: Robert Dickenson (robd@reactos.org) * REVISIONS: Index: dll/win32/lsasrv/dssetup.c =================================================================== --- dll/win32/lsasrv/dssetup.c (revision 70775) +++ dll/win32/lsasrv/dssetup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server - * FILE: reactos/dll/win32/lsasrv/dssetup.c + * FILE: dll/win32/lsasrv/dssetup.c * PURPOSE: Directory Service setup functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/lookup.c =================================================================== --- dll/win32/lsasrv/lookup.c (revision 70775) +++ dll/win32/lsasrv/lookup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server - * FILE: reactos/dll/win32/lsasrv/lookup.c + * FILE: dll/win32/lsasrv/lookup.c * PURPOSE: Sid / Name lookup functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/lsarpc.c =================================================================== --- dll/win32/lsasrv/lsarpc.c (revision 70775) +++ dll/win32/lsasrv/lsarpc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server - * FILE: reactos/dll/win32/lsasrv/lsarpc.h + * FILE: dll/win32/lsasrv/lsarpc.c * PURPOSE: RPC interface functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/lsasrv.h =================================================================== --- dll/win32/lsasrv/lsasrv.h (revision 70775) +++ dll/win32/lsasrv/lsasrv.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server - * FILE: reactos/dll/win32/lsasrv/lsasrv.h + * FILE: dll/win32/lsasrv/lsasrv.h * PURPOSE: Common header file * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/privileges.c =================================================================== --- dll/win32/lsasrv/privileges.c (revision 70775) +++ dll/win32/lsasrv/privileges.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Local Security Authority (LSA) Server - * FILE: reactos/dll/win32/lsasrv/privileges.c + * FILE: dll/win32/lsasrv/privileges.c * PURPOSE: Privilege lookup functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/registry.c =================================================================== --- dll/win32/lsasrv/registry.c (revision 70775) +++ dll/win32/lsasrv/registry.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/registry.c + * FILE: dll/win32/lsasrv/registry.c * PURPOSE: Registry helper functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/lsasrv/resources.h =================================================================== --- dll/win32/lsasrv/resources.h (revision 70775) +++ dll/win32/lsasrv/resources.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Local Security Authority Server DLL * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/win32/lsasrv/resource.h + * FILE: dll/win32/lsasrv/resources.h * PURPOSE: Resource IDs * COPYRIGHT: Copyright 2013 Eric Kohl */ Index: dll/win32/lsasrv/utils.c =================================================================== --- dll/win32/lsasrv/utils.c (revision 70775) +++ dll/win32/lsasrv/utils.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/lsasrv/utils.c + * FILE: dll/win32/lsasrv/utils.c * PURPOSE: Utility functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/mmdrv/auxil.c =================================================================== --- dll/win32/mmdrv/auxil.c (revision 70775) +++ dll/win32/mmdrv/auxil.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Multimedia - * FILE: lib/mmdrv/auxil.c + * FILE: dll/win32/mmdrv/auxil.c * PURPOSE: Multimedia User Mode Driver * PROGRAMMER: Andrew Greenwood * Aleksey Bragin Index: dll/win32/mmdrv/midi.c =================================================================== --- dll/win32/mmdrv/midi.c (revision 70775) +++ dll/win32/mmdrv/midi.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Multimedia - * FILE: lib/mmdrv/midi.c + * FILE: dll/win32/mmdrv/midi.c * PURPOSE: Multimedia User Mode Driver * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: dll/win32/mmdrv/mmdef.h =================================================================== --- dll/win32/mmdrv/mmdef.h (revision 70775) +++ dll/win32/mmdrv/mmdef.h (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/mmdrv/mmdef.h + * FILE: dll/win32/mmdrv/mmdef.h * PURPOSE: Multimedia Definitions (for mmdrv.dll) * PROGRAMMER: Andrew Greenwood * Index: dll/win32/mmdrv/utils.c =================================================================== --- dll/win32/mmdrv/utils.c (revision 70775) +++ dll/win32/mmdrv/utils.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Multimedia - * FILE: lib/mmdrv/utils.c + * FILE: dll/win32/mmdrv/utils.c * PURPOSE: Multimedia User Mode Driver (utility functions) * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: dll/win32/msgina/lsa.c =================================================================== --- dll/win32/msgina/lsa.c (revision 70775) +++ dll/win32/msgina/lsa.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS msgina.dll - * FILE: dll/win32/msgina/gui.c + * FILE: dll/win32/msgina/lsa.c * PURPOSE: ReactOS Logon GINA DLL * PROGRAMMER: Eric Kohl */ Index: dll/win32/msgina/shutdown.c =================================================================== --- dll/win32/msgina/shutdown.c (revision 70775) +++ dll/win32/msgina/shutdown.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS msgina.dll - * FILE: lib/msgina/shutdown.c + * FILE: dll/win32/msgina/shutdown.c * PURPOSE: Shutdown Dialog Box * PROGRAMMER: Lee Schroeder (spaceseel at gmail dot com) */ Index: dll/win32/msgina/stubs.c =================================================================== --- dll/win32/msgina/stubs.c (revision 70775) +++ dll/win32/msgina/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS msgina.dll - * FILE: lib/msgina/stubs.c + * FILE: dll/win32/msgina/stubs.c * PURPOSE: msgina.dll stubs * PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net) * NOTES: If you implement a function, remove it from this file Index: dll/win32/msports/classinst.c =================================================================== --- dll/win32/msports/classinst.c (revision 70775) +++ dll/win32/msports/classinst.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS system libraries * LICENSE: GPL - See COPYING in the top level directory - * FILE: dlls\win32\msports\classinst.c + * FILE: dll/win32/msports/classinst.c * PURPOSE: Ports class installer * PROGRAMMERS: Copyright 2011 Eric Kohl */ Index: dll/win32/msports/comdb.c =================================================================== --- dll/win32/msports/comdb.c (revision 70775) +++ dll/win32/msports/comdb.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Ports installer library * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\msports\comdb.c + * FILE: dll/win32/msports/comdb.c * PURPOSE: COM port database * COPYRIGHT: Copyright 2011 Eric Kohl */ Index: dll/win32/msports/internal.h =================================================================== --- dll/win32/msports/internal.h (revision 70775) +++ dll/win32/msports/internal.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Ports installer library * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\msports\internal.h + * FILE: dll/win32/msports/internal.h * PURPOSE: Global declarations * COPYRIGHT: Copyright 2011 Eric Kohl */ Index: dll/win32/msports/msports.c =================================================================== --- dll/win32/msports/msports.c (revision 70775) +++ dll/win32/msports/msports.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Ports installer library * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\msports\msports.c + * FILE: dll/win32/msports/msports.c * PURPOSE: Library main function * COPYRIGHT: Copyright 2011 Eric Kohl */ Index: dll/win32/msports/parallel.c =================================================================== --- dll/win32/msports/parallel.c (revision 70775) +++ dll/win32/msports/parallel.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Ports installer library * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\msports\parallel.c + * FILE: dll/win32/msports/parallel.c * PURPOSE: Parallel Port property functions * COPYRIGHT: Copyright 2013 Eric Kohl */ Index: dll/win32/msports/serial.c =================================================================== --- dll/win32/msports/serial.c (revision 70775) +++ dll/win32/msports/serial.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Ports installer library * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\msports\serial.c + * FILE: dll/win32/msports/serial.c * PURPOSE: Serial Port property functions * COPYRIGHT: Copyright 2011 Eric Kohl */ Index: dll/win32/mswsock/extensions.c =================================================================== --- dll/win32/mswsock/extensions.c (revision 70775) +++ dll/win32/mswsock/extensions.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock DLL - * FILE: stubs.c + * FILE: dll/win32/mswsock/extensions.c * PURPOSE: WSAIoctl wrappers for Microsoft extensions to Winsock * PROGRAMMERS: KJK::Hyperion * REVISIONS: Index: dll/win32/mswsock/stubs.c =================================================================== --- dll/win32/mswsock/stubs.c (revision 70775) +++ dll/win32/mswsock/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock DLL - * FILE: stubs.c + * FILE: dll/win32/mswsock/stubs.c * PURPOSE: Stub functions * PROGRAMMERS: Ge van Geldorp (ge@gse.nl) * REVISIONS: Index: dll/win32/netapi32/dssetup.c =================================================================== --- dll/win32/netapi32/dssetup.c (revision 70775) +++ dll/win32/netapi32/dssetup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: NetAPI DLL - * FILE: reactos/dll/win32/netapi32/dssetup.c + * FILE: dll/win32/netapi32/dssetup.c * PURPOSE: Directory Service Setup interface code * PROGRAMMERS: Eric Kohl */ Index: dll/win32/netapi32/misc.c =================================================================== --- dll/win32/netapi32/misc.c (revision 70775) +++ dll/win32/netapi32/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: NetAPI DLL - * FILE: reactos/dll/win32/netapi32/misc.c + * FILE: dll/win32/netapi32/misc.c * PURPOSE: Helper functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/netapi32/schedule.c =================================================================== --- dll/win32/netapi32/schedule.c (revision 70775) +++ dll/win32/netapi32/schedule.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: NetAPI DLL - * FILE: reactos/dll/win32/netapi32/schedule.c + * FILE: dll/win32/netapi32/schedule.c * PURPOSE: Scheduler service interface code * * PROGRAMMERS: Eric Kohl Index: dll/win32/netapi32/srvsvc.c =================================================================== --- dll/win32/netapi32/srvsvc.c (revision 70775) +++ dll/win32/netapi32/srvsvc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: NetAPI DLL - * FILE: reactos/dll/win32/netapi32/schedule.c + * FILE: dll/win32/netapi32/srvsvc.c * PURPOSE: Server service interface code * * PROGRAMMERS: Eric Kohl Index: dll/win32/netapi32/wksta_new.c =================================================================== --- dll/win32/netapi32/wksta_new.c (revision 70775) +++ dll/win32/netapi32/wksta_new.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: NetAPI DLL - * FILE: reactos/dll/win32/netapi32/wksta_new.c + * FILE: dll/win32/netapi32/wksta_new.c * PURPOSE: Workstation service interface code * * PROGRAMMERS: Eric Kohl Index: dll/win32/ntlanman/ntlanman.c =================================================================== --- dll/win32/ntlanman/ntlanman.c (revision 70775) +++ dll/win32/ntlanman/ntlanman.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: LAN Manager - * FILE: dll\win32\ntlanman\ntlanman.c + * FILE: dll/win32/ntlanman/ntlanman.c * PURPOSE: Main file * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org) */ Index: dll/win32/ntmarta/ntmarta.c =================================================================== --- dll/win32/ntmarta/ntmarta.c (revision 70775) +++ dll/win32/ntmarta/ntmarta.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS MARTA provider - * FILE: lib/ntmarta/ntmarta.c + * FILE: dll/win32/ntmarta/ntmarta.c * PURPOSE: ReactOS MARTA provider * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/psapi/psapi.c =================================================================== --- dll/win32/psapi/psapi.c (revision 70775) +++ dll/win32/psapi/psapi.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * LICENSE: See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries - * FILE: reactos/lib/psapi/misc/win32.c + * FILE: dll/win32/psapi/psapi.c * PURPOSE: Win32 interfaces for PSAPI * PROGRAMMER: KJK::Hyperion * Thomas Weidenmueller Index: dll/win32/rasadhlp/autodial.c =================================================================== --- dll/win32/rasadhlp/autodial.c (revision 70775) +++ dll/win32/rasadhlp/autodial.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Winsock 2 SPI - * FILE: lib/mswsock/lib/init.c + * FILE: dll/win32/rasadhlp/autodial.c * PURPOSE: DLL Initialization */ Index: dll/win32/rasadhlp/init.c =================================================================== --- dll/win32/rasadhlp/init.c (revision 70775) +++ dll/win32/rasadhlp/init.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Winsock 2 SPI - * FILE: lib/mswsock/lib/init.c + * FILE: dll/win32/rasadhlp/init.c * PURPOSE: DLL Initialization */ Index: dll/win32/rasadhlp/winsock.c =================================================================== --- dll/win32/rasadhlp/winsock.c (revision 70775) +++ dll/win32/rasadhlp/winsock.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Winsock 2 SPI - * FILE: lib/mswsock/lib/init.c + * FILE: dll/win32/rasadhlp/winsock.c * PURPOSE: DLL Initialization */ Index: dll/win32/rsaenh/sha2.c =================================================================== --- dll/win32/rsaenh/sha2.c (revision 70775) +++ dll/win32/rsaenh/sha2.c (working copy) @@ -1,5 +1,5 @@ /* - * FILE: sha2.c + * FILE: dll/win32/rsaenh/sha2.c * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ * * Copyright (c) 2000-2001, Aaron D. Gifford Index: dll/win32/rsaenh/sha2.h =================================================================== --- dll/win32/rsaenh/sha2.h (revision 70775) +++ dll/win32/rsaenh/sha2.h (working copy) @@ -1,5 +1,5 @@ /* - * FILE: sha2.h + * FILE: dll/win32/rsaenh/sha2.h * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ * * Copyright (c) 2000-2001, Aaron D. Gifford Index: dll/win32/samlib/dllmain.c =================================================================== --- dll/win32/samlib/dllmain.c (revision 70775) +++ dll/win32/samlib/dllmain.c (working copy) @@ -20,7 +20,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * PURPOSE: SAM interface library - * FILE: lib/samlib/dllmain.c + * FILE: dll/win32/samlib/dllmain.c * PROGRAMER: Eric Kohl */ Index: dll/win32/samlib/samlib.c =================================================================== --- dll/win32/samlib/samlib.c (revision 70775) +++ dll/win32/samlib/samlib.c (working copy) @@ -20,7 +20,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * PURPOSE: SAM interface library - * FILE: lib/samlib/samlib.c + * FILE: dll/win32/samlib/samlib.c * PROGRAMER: Eric Kohl */ Index: dll/win32/samsrv/registry.c =================================================================== --- dll/win32/samsrv/registry.c (revision 70775) +++ dll/win32/samsrv/registry.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/registry.c + * FILE: dll/win32/samsrv/registry.c * PURPOSE: Registry helper functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/samsrv/resources.h =================================================================== --- dll/win32/samsrv/resources.h (revision 70775) +++ dll/win32/samsrv/resources.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Local Security Authority Server DLL * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/win32/samsrv/resource.h + * FILE: dll/win32/samsrv/resources.h * PURPOSE: Resource IDs * COPYRIGHT: Copyright 2013 Eric Kohl */ Index: dll/win32/samsrv/samrpc.c =================================================================== --- dll/win32/samsrv/samrpc.c (revision 70775) +++ dll/win32/samsrv/samrpc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/samrpc.c + * FILE: dll/win32/samsrv/samrpc.c * PURPOSE: RPC interface functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/samsrv/samsrv.h =================================================================== --- dll/win32/samsrv/samsrv.h (revision 70775) +++ dll/win32/samsrv/samsrv.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (LSA) Server - * FILE: reactos/dll/win32/samsrv/samsrv.h + * FILE: dll/win32/samsrv/samsrv.h * PURPOSE: Common header file * * PROGRAMMERS: Eric Kohl Index: dll/win32/samsrv/security.c =================================================================== --- dll/win32/samsrv/security.c (revision 70775) +++ dll/win32/samsrv/security.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/security.c + * FILE: dll/win32/samsrv/security.c * PURPOSE: Security descriptor functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/samsrv/setup.c =================================================================== --- dll/win32/samsrv/setup.c (revision 70775) +++ dll/win32/samsrv/setup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/setup.c + * FILE: dll/win32/samsrv/setup.c * PURPOSE: Registry setup routines * * PROGRAMMERS: Eric Kohl Index: dll/win32/samsrv/utils.c =================================================================== --- dll/win32/samsrv/utils.c (revision 70775) +++ dll/win32/samsrv/utils.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Security Account Manager (SAM) Server - * FILE: reactos/dll/win32/samsrv/utils.c + * FILE: dll/win32/samsrv/utils.c * PURPOSE: Utility functions * * PROGRAMMERS: Eric Kohl Index: dll/win32/secur32/dllmain.c =================================================================== --- dll/win32/secur32/dllmain.c (revision 70775) +++ dll/win32/secur32/dllmain.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/secur32/lsa.c + * FILE: dll/win32/secur32/dllmain.c * PURPOSE: Client-side LSA functions * UPDATE HISTORY: * Created 05/08/00 Index: dll/win32/secur32/precomp.h =================================================================== --- dll/win32/secur32/precomp.h (revision 70775) +++ dll/win32/secur32/precomp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS System Libraries - * FILE: lib/secur32/precomp.h + * FILE: dll/win32/secur32/precomp.h * PURPOSE: Security Library Header * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ Index: dll/win32/serialui/serialui.c =================================================================== --- dll/win32/serialui/serialui.c (revision 70775) +++ dll/win32/serialui/serialui.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS SerialUI DLL - * FILE: serialui.c + * FILE: dll/win32/serialui/serialui.c * PUROPSE: A dialog box to configure COM port. * Functions to set (and get too) default configuration. * PROGRAMMERS: Saveliy Tretiakov (saveliyt@mail.ru) Index: dll/win32/serialui/serialui.h =================================================================== --- dll/win32/serialui/serialui.h (revision 70775) +++ dll/win32/serialui/serialui.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS SerialUI DLL - * FILE: serialui.h + * FILE: dll/win32/serialui/serialui.h * PURPOSE: header file * PROGRAMMERS: Saveliy Tretiakov (saveliyt@mail.ru) */ Index: dll/win32/shell32/CDefaultContextMenu.cpp =================================================================== --- dll/win32/shell32/CDefaultContextMenu.cpp (revision 70775) +++ dll/win32/shell32/CDefaultContextMenu.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: shell32 * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/win32/shell32/shv_item_new.c + * FILE: dll/win32/shell32/CDefaultContextMenu.cpp * PURPOSE: provides default context menu implementation * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org) */ Index: dll/win32/shell32/CExtractIcon.cpp =================================================================== --- dll/win32/shell32/CExtractIcon.cpp (revision 70775) +++ dll/win32/shell32/CExtractIcon.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Registry namespace extension - * FILE: dll/win32/shell32/extracticon.c + * FILE: dll/win32/shell32/CExtractIcon.cpp * PURPOSE: Icon extraction * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: dll/win32/shell32/stubs.cpp =================================================================== --- dll/win32/shell32/stubs.cpp (revision 70775) +++ dll/win32/shell32/stubs.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: shell32.dll - * FILE: dll/win32/shell32/stubs.c + * FILE: dll/win32/shell32/stubs.cpp * PURPOSE: shell32.dll stubs * PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org) * NOTES: If you implement a function, remove it from this file Index: dll/win32/shell32/vista.c =================================================================== --- dll/win32/shell32/vista.c (revision 70775) +++ dll/win32/shell32/vista.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: Copied from advapi32/reg/reg.c + * FILE: dll/win32/shell32/vista.c from advapi32/reg/reg.c * PURPOSE: Registry functions * PROGRAMMER: Ariadne ( ariadne@xs4all.nl) * Thomas Weidenmueller Index: dll/win32/smdll/dllmain.c =================================================================== --- dll/win32/smdll/dllmain.c (revision 70775) +++ dll/win32/smdll/dllmain.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS - * FILE: lib/smdll/dllmain.c + * FILE: dll/win32/smdll/dllmain.c * PURPOSE: SM Helper Library */ Index: dll/win32/smdll/query.c =================================================================== --- dll/win32/smdll/query.c (revision 70775) +++ dll/win32/smdll/query.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/smdll/query.c + * FILE: dll/win32/smdll/query.c * PURPOSE: Call SM API SM_API_QUERY_INFORMATION (not in NT) */ Index: dll/win32/syssetup/dllmain.c =================================================================== --- dll/win32/syssetup/dllmain.c (revision 70775) +++ dll/win32/syssetup/dllmain.c (working copy) @@ -20,7 +20,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * PURPOSE: Main file - * FILE: lib/syssetup/dllmain.c + * FILE: dll/win32/syssetup/dllmain.c * PROGRAMER: Eric Kohl */ Index: dll/win32/syssetup/logfile.c =================================================================== --- dll/win32/syssetup/logfile.c (revision 70775) +++ dll/win32/syssetup/logfile.c (working copy) @@ -20,7 +20,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * PURPOSE: Log file functions - * FILE: lib/syssetup/logfile.c + * FILE: dll/win32/syssetup/logfile.c * PROGRAMER: Eric Kohl */ Index: dll/win32/t2embed/stubs.c =================================================================== --- dll/win32/t2embed/stubs.c (revision 70775) +++ dll/win32/t2embed/stubs.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Font Embedding Dll - * FILE: dll\win32\t2embed\stubs.c + * FILE: dll/win32/t2embed/stubs.c * PURPOSE: Stubs file * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org) */ Index: dll/win32/ufat/ufat.c =================================================================== --- dll/win32/ufat/ufat.c (revision 70775) +++ dll/win32/ufat/ufat.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FAT File System Management - * FILE: reactos/dll/win32/fmifs/init.c + * FILE: dll/win32/ufat/ufat.c * PURPOSE: Initialisation * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: dll/win32/userenv/resources.h =================================================================== --- dll/win32/userenv/resources.h (revision 70775) +++ dll/win32/userenv/resources.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: dll/win32/userenv/resource.h + * FILE: dll/win32/userenv/resources.h * PURPOSE: Resource IDs * PROGRAMMER: Eric Kohl */ Index: dll/win32/wdmaud.drv/legacy.c =================================================================== --- dll/win32/wdmaud.drv/legacy.c (revision 70775) +++ dll/win32/wdmaud.drv/legacy.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/win32/wdmaud.drv/wdmaud.c + * FILE: dll/win32/wdmaud.drv/legacy.c * * PURPOSE: WDM Audio Driver (User-mode part) * PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org) Index: dll/win32/winfax/winfax.c =================================================================== --- dll/win32/winfax/winfax.c (revision 70775) +++ dll/win32/winfax/winfax.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS FAX API Support - * FILE: lib/winfax/winfax.c + * FILE: dll/win32/winfax/winfax.c * PURPOSE: ReactOS FAX API Support * PROGRAMMER: Thomas Weidenmueller * Index: dll/win32/winspool/stubs.c =================================================================== --- dll/win32/winspool/stubs.c (revision 70775) +++ dll/win32/winspool/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS winspool DRV - * FILE: stubs.c + * FILE: dll/win32/winspool/stubs.c * PURPOSE: Stub functions * PROGRAMMERS: Ge van Geldorp (ge@gse.nl) * REVISIONS: Index: dll/win32/winsta/logon.c =================================================================== --- dll/win32/winsta/logon.c (revision 70775) +++ dll/win32/winsta/logon.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/logon.c + * FILE: dll/win32/winsta/logon.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * NOTES: This file contains exported functions relevant to Index: dll/win32/winsta/main.c =================================================================== --- dll/win32/winsta/main.c (revision 70775) +++ dll/win32/winsta/main.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/main.c + * FILE: dll/win32/winsta/main.c * PURPOSE: WinStation * PROGRAMMER: Emanuele Aliberti * Samuel Serapi?n Index: dll/win32/winsta/misc.c =================================================================== --- dll/win32/winsta/misc.c (revision 70775) +++ dll/win32/winsta/misc.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/misc.c + * FILE: dll/win32/winsta/misc.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * NOTES: Misc functions. Index: dll/win32/winsta/query.c =================================================================== --- dll/win32/winsta/query.c (revision 70775) +++ dll/win32/winsta/query.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/query.c + * FILE: dll/win32/winsta/query.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * NOTE: Get, query and enum functions. Index: dll/win32/winsta/security.c =================================================================== --- dll/win32/winsta/security.c (revision 70775) +++ dll/win32/winsta/security.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/security.c + * FILE: dll/win32/winsta/security.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * NOTE: Not needed, just here for the show. Index: dll/win32/winsta/server.c =================================================================== --- dll/win32/winsta/server.c (revision 70775) +++ dll/win32/winsta/server.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/server.c + * FILE: dll/win32/winsta/server.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * Index: dll/win32/winsta/ws.c =================================================================== --- dll/win32/winsta/ws.c (revision 70775) +++ dll/win32/winsta/ws.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS winsta.dll - * FILE: lib/winsta/ws.c + * FILE: dll/win32/winsta/ws.c * PURPOSE: WinStation * PROGRAMMER: Samuel Serapi?n * Index: dll/win32/ws2help/apc.c =================================================================== --- dll/win32/ws2help/apc.c (revision 70775) +++ dll/win32/ws2help/apc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2help/apc.c * PURPOSE: WinSock 2 DLL header */ Index: dll/win32/ws2help/context.c =================================================================== --- dll/win32/ws2help/context.c (revision 70775) +++ dll/win32/ws2help/context.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2help/context.c * PURPOSE: WinSock 2 DLL header */ Index: dll/win32/ws2help/dllmain.c =================================================================== --- dll/win32/ws2help/dllmain.c (revision 70775) +++ dll/win32/ws2help/dllmain.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2help/dllmain.c * PURPOSE: WinSock 2 DLL header */ Index: dll/win32/ws2help/handle.c =================================================================== --- dll/win32/ws2help/handle.c (revision 70775) +++ dll/win32/ws2help/handle.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2help/handle.c * PURPOSE: WinSock 2 DLL header */ Index: dll/win32/ws2help/notify.c =================================================================== --- dll/win32/ws2help/notify.c (revision 70775) +++ dll/win32/ws2help/notify.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/ws2_32.h + * FILE: dll/win32/ws2help/notify.c * PURPOSE: WinSock 2 DLL header */ Index: dll/win32/ws2help/precomp.h =================================================================== --- dll/win32/ws2help/precomp.h (revision 70775) +++ dll/win32/ws2help/precomp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 Helper DLL - * FILE: lib/ws2help/precomp.h + * FILE: dll/win32/ws2help/precomp.h * PURPOSE: WinSock 2 Helper DLL */ Index: dll/win32/ws2help/wshdrv.h =================================================================== --- dll/win32/ws2help/wshdrv.h (revision 70775) +++ dll/win32/ws2help/wshdrv.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 DLL - * FILE: include/drivers/ws2ifsl/wshdrv.h + * FILE: dll/win32/ws2help/wshdrv.h * PURPOSE: WinSock 2 Helper Driver header */ Index: dll/win32/wshirda/debug.h =================================================================== --- dll/win32/wshirda/debug.h (revision 70775) +++ dll/win32/wshirda/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 Helper DLL for TCP/IP - * FILE: include/debug.h + * FILE: dll/win32/wshirda/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: dll/win32/wshirda/wshirda.c =================================================================== --- dll/win32/wshirda/wshirda.c (revision 70775) +++ dll/win32/wshirda/wshirda.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Winsock 2 IRDA Helper DLL - * FILE: wshirda.c + * FILE: dll/win32/wshirda/wshirda.c * PURPOSE: DLL entry * PROGRAMMERS: Robert D. Dickenson (robertdickenson@users.sourceforge.net) * REVISIONS: Index: dll/win32/wshirda/wshirda.h =================================================================== --- dll/win32/wshirda/wshirda.h (revision 70775) +++ dll/win32/wshirda/wshirda.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Winsock 2 IRDA Helper DLL - * FILE: include/ws2help.h + * FILE: dll/win32/wshirda/wshirda.h * PURPOSE: WinSock 2 IRDA Helper DLL */ #ifndef __WSHIRDA_H Index: dll/win32/wshtcpip/wshtcpip.c =================================================================== --- dll/win32/wshtcpip/wshtcpip.c (revision 70775) +++ dll/win32/wshtcpip/wshtcpip.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock Helper DLL for TCP/IP - * FILE: wshtcpip.c + * FILE: dll/win32/wshtcpip/wshtcpip.c * PURPOSE: DLL entry * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: dll/win32/wshtcpip/wshtcpip.h =================================================================== --- dll/win32/wshtcpip/wshtcpip.h (revision 70775) +++ dll/win32/wshtcpip/wshtcpip.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock Helper DLL for TCP/IP - * FILE: include/wshtcpip.h + * FILE: dll/win32/wshtcpip/wshtcpip.h * PURPOSE: WinSock Helper DLL for TCP/IP header */ #ifndef __WSHTCPIP_H Index: dll/win32/wsock32/stubs.c =================================================================== --- dll/win32/wsock32/stubs.c (revision 70775) +++ dll/win32/wsock32/stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock DLL - * FILE: stubs.c + * FILE: dll/win32/wsock32/stubs.c * PURPOSE: Stub functions * PROGRAMMERS: Ge van Geldorp (ge@gse.nl) * REVISIONS: Index: drivers/base/kdcom/kdcom.c =================================================================== --- drivers/base/kdcom/kdcom.c (revision 70775) +++ drivers/base/kdcom/kdcom.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kdcom.c + * FILE: drivers/base/kdcom/kdcom.c * PURPOSE: COM port functions for the kernel debugger. * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ Index: drivers/base/kdcom/kddll.c =================================================================== --- drivers/base/kdcom/kddll.c (revision 70775) +++ drivers/base/kdcom/kddll.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kddll.c + * FILE: drivers/base/kdcom/kddll.c * PURPOSE: Base functions for the kernel debugger. * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ Index: drivers/base/kdcom/kddll.h =================================================================== --- drivers/base/kdcom/kddll.h (revision 70775) +++ drivers/base/kdcom/kddll.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kddll.h + * FILE: drivers/base/kdcom/kddll.h * PURPOSE: Base definitions for the kernel debugger. * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ Index: drivers/base/kdcom/kdserial.c =================================================================== --- drivers/base/kdcom/kdserial.c (revision 70775) +++ drivers/base/kdcom/kdserial.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kdserial.c + * FILE: drivers/base/kdcom/kdserial.c * PURPOSE: Serial communication functions for the kernel debugger. * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ Index: drivers/base/kdgdb/gdb_input.c =================================================================== --- drivers/base/kdgdb/gdb_input.c (revision 70775) +++ drivers/base/kdgdb/gdb_input.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/gdb_input.c + * FILE: drivers/base/kdgdb/gdb_input.c * PURPOSE: Base functions for the kernel debugger. */ Index: drivers/base/kdgdb/gdb_receive.c =================================================================== --- drivers/base/kdgdb/gdb_receive.c (revision 70775) +++ drivers/base/kdgdb/gdb_receive.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/gdb_receive.c + * FILE: drivers/base/kdgdb/gdb_receive.c * PURPOSE: Base functions for the kernel debugger. */ Index: drivers/base/kdgdb/gdb_send.c =================================================================== --- drivers/base/kdgdb/gdb_send.c (revision 70775) +++ drivers/base/kdgdb/gdb_send.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/gdb_send.c + * FILE: drivers/base/kdgdb/gdb_send.c * PURPOSE: Base functions for the kernel debugger. */ Index: drivers/base/kdgdb/i386_sup.c =================================================================== --- drivers/base/kdgdb/i386_sup.c (revision 70775) +++ drivers/base/kdgdb/i386_sup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/gdb_input.c + * FILE: drivers/base/kdgdb/i386_sup.c * PURPOSE: Base functions for the kernel debugger. */ Index: drivers/base/kdgdb/kdgdb.h =================================================================== --- drivers/base/kdgdb/kdgdb.h (revision 70775) +++ drivers/base/kdgdb/kdgdb.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kddll.h + * FILE: drivers/base/kdgdb/kdgdb.h * PURPOSE: Base definitions for the kernel debugger. */ Index: drivers/base/kdgdb/kdpacket.c =================================================================== --- drivers/base/kdgdb/kdpacket.c (revision 70775) +++ drivers/base/kdgdb/kdpacket.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/kdpacket.c + * FILE: drivers/base/kdgdb/kdpacket.c * PURPOSE: Base functions for the kernel debugger. */ Index: drivers/base/kdgdb/utils.c =================================================================== --- drivers/base/kdgdb/utils.c (revision 70775) +++ drivers/base/kdgdb/utils.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL, see COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kddll/utils.c + * FILE: drivers/base/kdgdb/utils.c * PURPOSE: Misc helper functions. */ Index: drivers/base/kdrosdbg/kdrosdbg.c =================================================================== --- drivers/base/kdrosdbg/kdrosdbg.c (revision 70775) +++ drivers/base/kdrosdbg/kdrosdbg.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kdcom/kdbg.c + * FILE: drivers/base/kdrosdbg/kdrosdbg.c * PURPOSE: Serial i/o functions for the kernel debugger. * PROGRAMMER: Alex Ionescu * Hervé Poussineau Index: drivers/bus/acpi/acpienum.c =================================================================== --- drivers/bus/acpi/acpienum.c (revision 70775) +++ drivers/bus/acpi/acpienum.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ACPI bus driver - * FILE: acpi/ospm/acpienum.c + * FILE: drivers/bus/acpi/acpienum.c * PURPOSE: ACPI namespace enumerator * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * UPDATE HISTORY: Index: drivers/bus/acpi/cmbatt/cmbatt.c =================================================================== --- drivers/bus/acpi/cmbatt/cmbatt.c (revision 70775) +++ drivers/bus/acpi/cmbatt/cmbatt.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ACPI-Compliant Control Method Battery * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/cmbatt/cmbatt.c + * FILE: drivers/bus/acpi/cmbatt/cmbatt.c * PURPOSE: Main Initialization Code and IRP Handling * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/cmbatt/cmbatt.h =================================================================== --- drivers/bus/acpi/cmbatt/cmbatt.h (revision 70775) +++ drivers/bus/acpi/cmbatt/cmbatt.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ACPI-Compliant Control Method Battery * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/cmbatt/cmbatt.h + * FILE: drivers/bus/acpi/cmbatt/cmbatt.h * PURPOSE: Main Header File * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/cmbatt/cmbpnp.c =================================================================== --- drivers/bus/acpi/cmbatt/cmbpnp.c (revision 70775) +++ drivers/bus/acpi/cmbatt/cmbpnp.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ACPI-Compliant Control Method Battery * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/cmbatt/cmbpnp.c + * FILE: drivers/bus/acpi/cmbatt/cmbpnp.c * PURPOSE: Plug-and-Play IOCTL/IRP Handling * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/cmbatt/cmbwmi.c =================================================================== --- drivers/bus/acpi/cmbatt/cmbwmi.c (revision 70775) +++ drivers/bus/acpi/cmbatt/cmbwmi.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ACPI-Compliant Control Method Battery * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/cmbatt/cmbwmi.c + * FILE: drivers/bus/acpi/cmbatt/cmbwmi.c * PURPOSE: WMI Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/cmbatt/cmexec.c =================================================================== --- drivers/bus/acpi/cmbatt/cmexec.c (revision 70775) +++ drivers/bus/acpi/cmbatt/cmexec.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ACPI-Compliant Control Method Battery * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/cmbatt/cmexec.c + * FILE: drivers/bus/acpi/cmbatt/cmexec.c * PURPOSE: ACPI Method Execution/Evaluation Glue * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/compbatt/compbatt.c =================================================================== --- drivers/bus/acpi/compbatt/compbatt.c (revision 70775) +++ drivers/bus/acpi/compbatt/compbatt.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Composite Battery Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/compbatt/compbatt.c + * FILE: drivers/bus/acpi/compbatt/compbatt.c * PURPOSE: Main Initialization Code and IRP Handling * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/compbatt/compbatt.h =================================================================== --- drivers/bus/acpi/compbatt/compbatt.h (revision 70775) +++ drivers/bus/acpi/compbatt/compbatt.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Composite Battery Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/compbatt/compbatt.h + * FILE: drivers/bus/acpi/compbatt/compbatt.h * PURPOSE: Main Header File * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/compbatt/compmisc.c =================================================================== --- drivers/bus/acpi/compbatt/compmisc.c (revision 70775) +++ drivers/bus/acpi/compbatt/compmisc.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Composite Battery Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/compbatt/compmisc.c + * FILE: drivers/bus/acpi/compbatt/compmisc.c * PURPOSE: Miscellaneous Support Routines * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/compbatt/comppnp.c =================================================================== --- drivers/bus/acpi/compbatt/comppnp.c (revision 70775) +++ drivers/bus/acpi/compbatt/comppnp.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Composite Battery Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/drivers/bus/acpi/compbatt/comppnp.c + * FILE: drivers/bus/acpi/compbatt/comppnp.c * PURPOSE: Plug-and-Play IOCTL/IRP Handling * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/acpi/include/acpisys.h =================================================================== --- drivers/bus/acpi/include/acpisys.h (revision 70775) +++ drivers/bus/acpi/include/acpisys.h (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ACPI bus driver - * FILE: acpi/ospm/include/acpisys.h + * FILE: drivers/bus/acpi/include/acpisys.h * PURPOSE: ACPI bus driver definitions */ Index: drivers/bus/isapnp/fdo.c =================================================================== --- drivers/bus/isapnp/fdo.c (revision 70775) +++ drivers/bus/isapnp/fdo.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ISA PnP Bus driver - * FILE: fdo.c + * FILE: drivers/bus/isapnp/fdo.c * PURPOSE: FDO-specific code * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/bus/isapnp/hardware.c =================================================================== --- drivers/bus/isapnp/hardware.c (revision 70775) +++ drivers/bus/isapnp/hardware.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ISA PnP Bus driver - * FILE: hardware.c + * FILE: drivers/bus/isapnp/hardware.c * PURPOSE: Hardware support code * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/bus/isapnp/isapnp.c =================================================================== --- drivers/bus/isapnp/isapnp.c (revision 70775) +++ drivers/bus/isapnp/isapnp.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ISA PnP Bus driver - * FILE: isapnp.c + * FILE: drivers/bus/isapnp/isapnp.c * PURPOSE: Driver entry * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/bus/isapnp/pdo.c =================================================================== --- drivers/bus/isapnp/pdo.c (revision 70775) +++ drivers/bus/isapnp/pdo.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS ISA PnP Bus driver - * FILE: pdo.c + * FILE: drivers/bus/isapnp/pdo.c * PURPOSE: PDO-specific code * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/bus/pci/fdo.c =================================================================== --- drivers/bus/pci/fdo.c (revision 70775) +++ drivers/bus/pci/fdo.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS PCI bus driver - * FILE: fdo.c + * FILE: drivers/bus/pci/fdo.c * PURPOSE: PCI device object dispatch routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * UPDATE HISTORY: Index: drivers/bus/pci/pci.c =================================================================== --- drivers/bus/pci/pci.c (revision 70775) +++ drivers/bus/pci/pci.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS PCI Bus driver - * FILE: pci.c + * FILE: drivers/bus/pci/pci.c * PURPOSE: Driver entry * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * UPDATE HISTORY: Index: drivers/bus/pci/pdo.c =================================================================== --- drivers/bus/pci/pdo.c (revision 70775) +++ drivers/bus/pci/pdo.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS PCI bus driver - * FILE: pdo.c + * FILE: drivers/bus/pci/pdo.c * PURPOSE: Child device object dispatch routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * UPDATE HISTORY: Index: drivers/bus/pcix/arb/ar_busno.c =================================================================== --- drivers/bus/pcix/arb/ar_busno.c (revision 70775) +++ drivers/bus/pcix/arb/ar_busno.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/arb/ar_busno.c + * FILE: drivers/bus/pcix/arb/ar_busno.c * PURPOSE: Bus Number Arbitration * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/arb/ar_memio.c =================================================================== --- drivers/bus/pcix/arb/ar_memio.c (revision 70775) +++ drivers/bus/pcix/arb/ar_memio.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/arb/ar_memiono.c + * FILE: drivers/bus/pcix/arb/ar_memio.c * PURPOSE: Memory and I/O Port Resource Arbitration * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/arb/arb_comn.c =================================================================== --- drivers/bus/pcix/arb/arb_comn.c (revision 70775) +++ drivers/bus/pcix/arb/arb_comn.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/arb/arb_comn.c + * FILE: drivers/bus/pcix/arb/arb_comn.c * PURPOSE: Common Arbitration Code * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/arb/tr_irq.c =================================================================== --- drivers/bus/pcix/arb/tr_irq.c (revision 70775) +++ drivers/bus/pcix/arb/tr_irq.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/tr_irq.c + * FILE: drivers/bus/pcix/arb/tr_irq.c * PURPOSE: IRQ Translator Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/debug.c =================================================================== --- drivers/bus/pcix/debug.c (revision 70775) +++ drivers/bus/pcix/debug.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/debug.c + * FILE: drivers/bus/pcix/debug.c * PURPOSE: Debug Helpers * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/device.c =================================================================== --- drivers/bus/pcix/device.c (revision 70775) +++ drivers/bus/pcix/device.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/device.c + * FILE: drivers/bus/pcix/device.c * PURPOSE: Device Management * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/dispatch.c =================================================================== --- drivers/bus/pcix/dispatch.c (revision 70775) +++ drivers/bus/pcix/dispatch.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/dispatch.c + * FILE: drivers/bus/pcix/dispatch.c * PURPOSE: WDM Dispatch Routines * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/enum.c =================================================================== --- drivers/bus/pcix/enum.c (revision 70775) +++ drivers/bus/pcix/enum.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/enum.c + * FILE: drivers/bus/pcix/enum.c * PURPOSE: PCI Bus/Device Enumeration * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/fdo.c =================================================================== --- drivers/bus/pcix/fdo.c (revision 70775) +++ drivers/bus/pcix/fdo.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/fdo.c + * FILE: drivers/bus/pcix/fdo.c * PURPOSE: FDO Device Management * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/hookhal.c =================================================================== --- drivers/bus/pcix/hookhal.c (revision 70775) +++ drivers/bus/pcix/hookhal.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/hookhal.c + * FILE: drivers/bus/pcix/hookhal.c * PURPOSE: HAL Bus Handler Dispatch Routine Support * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/init.c =================================================================== --- drivers/bus/pcix/init.c (revision 70775) +++ drivers/bus/pcix/init.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/init.c + * FILE: drivers/bus/pcix/init.c * PURPOSE: Driver Initialization * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/agpintrf.c =================================================================== --- drivers/bus/pcix/intrface/agpintrf.c (revision 70775) +++ drivers/bus/pcix/intrface/agpintrf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/agpintrf.c + * FILE: drivers/bus/pcix/intrface/agpintrf.c * PURPOSE: AGP Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/busintrf.c =================================================================== --- drivers/bus/pcix/intrface/busintrf.c (revision 70775) +++ drivers/bus/pcix/intrface/busintrf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/busintrf.c + * FILE: drivers/bus/pcix/intrface/busintrf.c * PURPOSE: Bus Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/cardbus.c =================================================================== --- drivers/bus/pcix/intrface/cardbus.c (revision 70775) +++ drivers/bus/pcix/intrface/cardbus.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/cardbus.c + * FILE: drivers/bus/pcix/intrface/cardbus.c * PURPOSE: CardBus Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/devhere.c =================================================================== --- drivers/bus/pcix/intrface/devhere.c (revision 70775) +++ drivers/bus/pcix/intrface/devhere.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/devhere.c + * FILE: drivers/bus/pcix/intrface/devhere.c * PURPOSE: Device Presence Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/ideintrf.c =================================================================== --- drivers/bus/pcix/intrface/ideintrf.c (revision 70775) +++ drivers/bus/pcix/intrface/ideintrf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/ideintrf.c + * FILE: drivers/bus/pcix/intrface/ideintrf.c * PURPOSE: IDE Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/intrface.c =================================================================== --- drivers/bus/pcix/intrface/intrface.c (revision 70775) +++ drivers/bus/pcix/intrface/intrface.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/intrface.c + * FILE: drivers/bus/pcix/intrface/intrface.c * PURPOSE: Common Interface Support Routines * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/lddintrf.c =================================================================== --- drivers/bus/pcix/intrface/lddintrf.c (revision 70775) +++ drivers/bus/pcix/intrface/lddintrf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/lddintrf.c + * FILE: drivers/bus/pcix/intrface/lddintrf.c * PURPOSE: Legacy Device Detection Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/locintrf.c =================================================================== --- drivers/bus/pcix/intrface/locintrf.c (revision 70775) +++ drivers/bus/pcix/intrface/locintrf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/locintrf.c + * FILE: drivers/bus/pcix/intrface/locintrf.c * PURPOSE: Location Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/pmeintf.c =================================================================== --- drivers/bus/pcix/intrface/pmeintf.c (revision 70775) +++ drivers/bus/pcix/intrface/pmeintf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/pmeintf.c + * FILE: drivers/bus/pcix/intrface/pmeintf.c * PURPOSE: Power Management Event# Signal Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/intrface/routintf.c =================================================================== --- drivers/bus/pcix/intrface/routintf.c (revision 70775) +++ drivers/bus/pcix/intrface/routintf.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/intrface/routinf.c + * FILE: drivers/bus/pcix/intrface/routintf.c * PURPOSE: Routing Interface * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci.h =================================================================== --- drivers/bus/pcix/pci.h (revision 70775) +++ drivers/bus/pcix/pci.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci.h + * FILE: drivers/bus/pcix/pci.h * PURPOSE: Main Header File * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/busno.c =================================================================== --- drivers/bus/pcix/pci/busno.c (revision 70775) +++ drivers/bus/pcix/pci/busno.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/busno.c + * FILE: drivers/bus/pcix/pci/busno.c * PURPOSE: Bus Number Management * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/config.c =================================================================== --- drivers/bus/pcix/pci/config.c (revision 70775) +++ drivers/bus/pcix/pci/config.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/config.c + * FILE: drivers/bus/pcix/pci/config.c * PURPOSE: PCI Configuration Space Routines * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/devhere.c =================================================================== --- drivers/bus/pcix/pci/devhere.c (revision 70775) +++ drivers/bus/pcix/pci/devhere.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/devhere.c + * FILE: drivers/bus/pcix/pci/devhere.c * PURPOSE: PCI Device Detection and Location * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/id.c =================================================================== --- drivers/bus/pcix/pci/id.c (revision 70775) +++ drivers/bus/pcix/pci/id.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/id.c + * FILE: drivers/bus/pcix/pci/id.c * PURPOSE: PCI Device Identification * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/ppbridge.c =================================================================== --- drivers/bus/pcix/pci/ppbridge.c (revision 70775) +++ drivers/bus/pcix/pci/ppbridge.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/ppbridge.c + * FILE: drivers/bus/pcix/pci/ppbridge.c * PURPOSE: PCI-to-PCI Bridge Support * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/romimage.c =================================================================== --- drivers/bus/pcix/pci/romimage.c (revision 70775) +++ drivers/bus/pcix/pci/romimage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/romimage.c + * FILE: drivers/bus/pcix/pci/romimage.c * PURPOSE: PCI ROM Image Support * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pci/state.c =================================================================== --- drivers/bus/pcix/pci/state.c (revision 70775) +++ drivers/bus/pcix/pci/state.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pci/state.c + * FILE: drivers/bus/pcix/pci/state.c * PURPOSE: Bus/Device State Support * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pcivrify.c =================================================================== --- drivers/bus/pcix/pcivrify.c (revision 70775) +++ drivers/bus/pcix/pcivrify.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pcivrify.c + * FILE: drivers/bus/pcix/pcivrify.c * PURPOSE: PCI Driver Verifier Support * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/pdo.c =================================================================== --- drivers/bus/pcix/pdo.c (revision 70775) +++ drivers/bus/pcix/pdo.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/pdo.c + * FILE: drivers/bus/pcix/pdo.c * PURPOSE: PDO Device Management * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/power.c =================================================================== --- drivers/bus/pcix/power.c (revision 70775) +++ drivers/bus/pcix/power.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/power.c + * FILE: drivers/bus/pcix/power.c * PURPOSE: Bus/Device Power Management * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/usage.c =================================================================== --- drivers/bus/pcix/usage.c (revision 70775) +++ drivers/bus/pcix/usage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/usage.c + * FILE: drivers/bus/pcix/usage.c * PURPOSE: Bus/Device Usage Reporting * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/bus/pcix/utils.c =================================================================== --- drivers/bus/pcix/utils.c (revision 70775) +++ drivers/bus/pcix/utils.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS PCI Bus Driver * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/bus/pci/utils.c + * FILE: drivers/bus/pcix/utils.c * PURPOSE: Utility/Helper Support Code * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/filesystems/cdfs/create.c =================================================================== --- drivers/filesystems/cdfs/create.c (revision 70775) +++ drivers/filesystems/cdfs/create.c (working copy) @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/cdfs/cdfs.c + * FILE: drivers/filesystems/cdfs/create.c * PURPOSE: CDROM (ISO 9660) filesystem driver * PROGRAMMER: Art Yerkes * Eric Kohl Index: drivers/filesystems/cdfs/volinfo.c =================================================================== --- drivers/filesystems/cdfs/volinfo.c (revision 70775) +++ drivers/filesystems/cdfs/volinfo.c (working copy) @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystems/cdfs/volume.c + * FILE: drivers/filesystems/cdfs/volinfo.c * PURPOSE: CDROM (ISO 9660) filesystem driver * PROGRAMMER: Art Yerkes * Eric Kohl Index: drivers/filesystems/ext2/inc/ext2fs.h =================================================================== --- drivers/filesystems/ext2/inc/ext2fs.h (revision 70775) +++ drivers/filesystems/ext2/inc/ext2fs.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: Ext2fs.h + * FILE: drivers/filesystems/ext2/inc/ext2fs.h * PURPOSE: Header file: ext2 structures * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net Index: drivers/filesystems/ext2/inc/linux/module.h =================================================================== --- drivers/filesystems/ext2/inc/linux/module.h (revision 70775) +++ drivers/filesystems/ext2/inc/linux/module.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: Modules.h + * FILE: drivers/filesystems/ext2/inc/linux/module.h * PURPOSE: Header file: nls structures & linux kernel ... * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net Index: drivers/filesystems/ext2/src/block.c =================================================================== --- drivers/filesystems/ext2/src/block.c (revision 70775) +++ drivers/filesystems/ext2/src/block.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: block.c + * FILE: drivers/filesystems/ext2/src/block.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/cleanup.c =================================================================== --- drivers/filesystems/ext2/src/cleanup.c (revision 70775) +++ drivers/filesystems/ext2/src/cleanup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: cleanup.c + * FILE: drivers/filesystems/ext2/src/cleanup.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/close.c =================================================================== --- drivers/filesystems/ext2/src/close.c (revision 70775) +++ drivers/filesystems/ext2/src/close.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: close.c + * FILE: drivers/filesystems/ext2/src/close.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/cmcb.c =================================================================== --- drivers/filesystems/ext2/src/cmcb.c (revision 70775) +++ drivers/filesystems/ext2/src/cmcb.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: cmcb.c + * FILE: drivers/filesystems/ext2/src/cmcb.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/create.c =================================================================== --- drivers/filesystems/ext2/src/create.c (revision 70775) +++ drivers/filesystems/ext2/src/create.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: create.c + * FILE: drivers/filesystems/ext2/src/create.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/debug.c =================================================================== --- drivers/filesystems/ext2/src/debug.c (revision 70775) +++ drivers/filesystems/ext2/src/debug.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: Debug.c + * FILE: drivers/filesystems/ext2/src/debug.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/devctl.c =================================================================== --- drivers/filesystems/ext2/src/devctl.c (revision 70775) +++ drivers/filesystems/ext2/src/devctl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: devctl.c + * FILE: drivers/filesystems/ext2/src/devctl.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/dirctl.c =================================================================== --- drivers/filesystems/ext2/src/dirctl.c (revision 70775) +++ drivers/filesystems/ext2/src/dirctl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: dirctl.c + * FILE: drivers/filesystems/ext2/src/dirctl.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/dispatch.c =================================================================== --- drivers/filesystems/ext2/src/dispatch.c (revision 70775) +++ drivers/filesystems/ext2/src/dispatch.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: dispatch.c + * FILE: drivers/filesystems/ext2/src/dispatch.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/except.c =================================================================== --- drivers/filesystems/ext2/src/except.c (revision 70775) +++ drivers/filesystems/ext2/src/except.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: except.c + * FILE: drivers/filesystems/ext2/src/except.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/ext3/generic.c =================================================================== --- drivers/filesystems/ext2/src/ext3/generic.c (revision 70775) +++ drivers/filesystems/ext2/src/ext3/generic.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: generic.c + * FILE: drivers/filesystems/ext2/src/ext3/generic.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/ext3/htree.c =================================================================== --- drivers/filesystems/ext2/src/ext3/htree.c (revision 70775) +++ drivers/filesystems/ext2/src/ext3/htree.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: lock.c + * FILE: drivers/filesystems/ext2/src/ext3/htree.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/ext3/indirect.c =================================================================== --- drivers/filesystems/ext2/src/ext3/indirect.c (revision 70775) +++ drivers/filesystems/ext2/src/ext3/indirect.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: indirect.c + * FILE: drivers/filesystems/ext2/src/ext3/indirect.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/ext3/recover.c =================================================================== --- drivers/filesystems/ext2/src/ext3/recover.c (revision 70775) +++ drivers/filesystems/ext2/src/ext3/recover.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: recover.c + * FILE: drivers/filesystems/ext2/src/ext3/recover.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/ext4/extents.c =================================================================== --- drivers/filesystems/ext2/src/ext4/extents.c (revision 70775) +++ drivers/filesystems/ext2/src/ext4/extents.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: extents.c + * FILE: drivers/filesystems/ext2/src/ext4/extents.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/fastio.c =================================================================== --- drivers/filesystems/ext2/src/fastio.c (revision 70775) +++ drivers/filesystems/ext2/src/fastio.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: fastio.c + * FILE: drivers/filesystems/ext2/src/fastio.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/fileinfo.c =================================================================== --- drivers/filesystems/ext2/src/fileinfo.c (revision 70775) +++ drivers/filesystems/ext2/src/fileinfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: fileinfo.c + * FILE: drivers/filesystems/ext2/src/fileinfo.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/flush.c =================================================================== --- drivers/filesystems/ext2/src/flush.c (revision 70775) +++ drivers/filesystems/ext2/src/flush.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: flush.c + * FILE: drivers/filesystems/ext2/src/flush.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/fsctl.c =================================================================== --- drivers/filesystems/ext2/src/fsctl.c (revision 70775) +++ drivers/filesystems/ext2/src/fsctl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: fsctl.c + * FILE: drivers/filesystems/ext2/src/fsctl.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/init.c =================================================================== --- drivers/filesystems/ext2/src/init.c (revision 70775) +++ drivers/filesystems/ext2/src/init.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: init.c + * FILE: drivers/filesystems/ext2/src/init.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/linux.c =================================================================== --- drivers/filesystems/ext2/src/linux.c (revision 70775) +++ drivers/filesystems/ext2/src/linux.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: linux.c + * FILE: drivers/filesystems/ext2/src/linux.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/lock.c =================================================================== --- drivers/filesystems/ext2/src/lock.c (revision 70775) +++ drivers/filesystems/ext2/src/lock.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: lock.c + * FILE: drivers/filesystems/ext2/src/lock.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/memory.c =================================================================== --- drivers/filesystems/ext2/src/memory.c (revision 70775) +++ drivers/filesystems/ext2/src/memory.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: memory.c + * FILE: drivers/filesystems/ext2/src/memory.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/misc.c =================================================================== --- drivers/filesystems/ext2/src/misc.c (revision 70775) +++ drivers/filesystems/ext2/src/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: misc.c + * FILE: drivers/filesystems/ext2/src/misc.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/nls.c =================================================================== --- drivers/filesystems/ext2/src/nls.c (revision 70775) +++ drivers/filesystems/ext2/src/nls.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: nls.c + * FILE: drivers/filesystems/ext2/src/nls.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/pnp.c =================================================================== --- drivers/filesystems/ext2/src/pnp.c (revision 70775) +++ drivers/filesystems/ext2/src/pnp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: pnp.c + * FILE: drivers/filesystems/ext2/src/pnp.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/read.c =================================================================== --- drivers/filesystems/ext2/src/read.c (revision 70775) +++ drivers/filesystems/ext2/src/read.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: read.c + * FILE: drivers/filesystems/ext2/src/read.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/shutdown.c =================================================================== --- drivers/filesystems/ext2/src/shutdown.c (revision 70775) +++ drivers/filesystems/ext2/src/shutdown.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: shutdown.c + * FILE: drivers/filesystems/ext2/src/shutdown.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/volinfo.c =================================================================== --- drivers/filesystems/ext2/src/volinfo.c (revision 70775) +++ drivers/filesystems/ext2/src/volinfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: volinfo.c + * FILE: drivers/filesystems/ext2/src/volinfo.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/ext2/src/write.c =================================================================== --- drivers/filesystems/ext2/src/write.c (revision 70775) +++ drivers/filesystems/ext2/src/write.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYRIGHT.TXT * PROJECT: Ext2 File System Driver for WinNT/2K/XP - * FILE: write.c + * FILE: drivers/filesystems/ext2/src/write.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://www.ext2fsd.com * UPDATE HISTORY: Index: drivers/filesystems/fastfat/blockdev.c =================================================================== --- drivers/filesystems/fastfat/blockdev.c (revision 70775) +++ drivers/filesystems/fastfat/blockdev.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/blockdev.c + * FILE: drivers/filesystems/fastfat/blockdev.c * PURPOSE: Temporary sector reading support * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY: Index: drivers/filesystems/fastfat/cleanup.c =================================================================== --- drivers/filesystems/fastfat/cleanup.c (revision 70775) +++ drivers/filesystems/fastfat/cleanup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/cleanup.c + * FILE: drivers/filesystems/fastfat/cleanup.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) */ Index: drivers/filesystems/fastfat/dir.c =================================================================== --- drivers/filesystems/fastfat/dir.c (revision 70775) +++ drivers/filesystems/fastfat/dir.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/dir.c + * FILE: drivers/filesystems/fastfat/dir.c * PURPOSE: VFAT Filesystem : directory control * UPDATE HISTORY: 19-12-1998 : created Index: drivers/filesystems/fastfat/direntry.c =================================================================== --- drivers/filesystems/fastfat/direntry.c (revision 70775) +++ drivers/filesystems/fastfat/direntry.c (working copy) @@ -1,5 +1,5 @@ /* - * FILE: DirEntry.c + * FILE: drivers/filesystems/fastfat/direntry.c * PURPOSE: Routines to manipulate directory entries. * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel Index: drivers/filesystems/fastfat/ea.c =================================================================== --- drivers/filesystems/fastfat/ea.c (revision 70775) +++ drivers/filesystems/fastfat/ea.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/ea.c + * FILE: drivers/filesystems/fastfat/ea.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) */ Index: drivers/filesystems/fastfat/fat.c =================================================================== --- drivers/filesystems/fastfat/fat.c (revision 70775) +++ drivers/filesystems/fastfat/fat.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/fat.c + * FILE: drivers/filesystems/fastfat/fat.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) * Index: drivers/filesystems/fastfat/flush.c =================================================================== --- drivers/filesystems/fastfat/flush.c (revision 70775) +++ drivers/filesystems/fastfat/flush.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/flush.c + * FILE: drivers/filesystems/fastfat/flush.c * PURPOSE: VFAT Filesystem * PROGRAMMER: */ Index: drivers/filesystems/fastfat/fsctl.c =================================================================== --- drivers/filesystems/fastfat/fsctl.c (revision 70775) +++ drivers/filesystems/fastfat/fsctl.c (working copy) @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/fsctl.c + * FILE: drivers/filesystems/fastfat/fsctl.c * PURPOSE: VFAT Filesystem */ Index: drivers/filesystems/fastfat/iface.c =================================================================== --- drivers/filesystems/fastfat/iface.c (revision 70775) +++ drivers/filesystems/fastfat/iface.c (working copy) @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/iface.c + * FILE: drivers/filesystems/fastfat/iface.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) */ Index: drivers/filesystems/fastfat/misc.c =================================================================== --- drivers/filesystems/fastfat/misc.c (revision 70775) +++ drivers/filesystems/fastfat/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/misc.c + * FILE: drivers/filesystems/fastfat/misc.c * PURPOSE: VFAT Filesystem * PROGRAMMER: * Index: drivers/filesystems/fastfat/rw.c =================================================================== --- drivers/filesystems/fastfat/rw.c (revision 70775) +++ drivers/filesystems/fastfat/rw.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/rw.c + * FILE: drivers/filesystems/fastfat/rw.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) * Index: drivers/filesystems/fastfat/shutdown.c =================================================================== --- drivers/filesystems/fastfat/shutdown.c (revision 70775) +++ drivers/filesystems/fastfat/shutdown.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/shutdown.c + * FILE: drivers/filesystems/fastfat/shutdown.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Eric Kohl */ Index: drivers/filesystems/fastfat/string.c =================================================================== --- drivers/filesystems/fastfat/string.c (revision 70775) +++ drivers/filesystems/fastfat/string.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/string.c + * FILE: drivers/filesystems/fastfat/string.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) * Index: drivers/filesystems/fastfat/volume.c =================================================================== --- drivers/filesystems/fastfat/volume.c (revision 70775) +++ drivers/filesystems/fastfat/volume.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/fs/vfat/volume.c + * FILE: drivers/filesystems/fastfat/volume.c * PURPOSE: VFAT Filesystem * PROGRAMMER: Jason Filby (jasonfilby@yahoo.com) * Herve Poussineau (reactos@poussine.freesurf.fr) Index: drivers/filesystems/fastfat_new/cleanup.c =================================================================== --- drivers/filesystems/fastfat_new/cleanup.c (revision 70775) +++ drivers/filesystems/fastfat_new/cleanup.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/cleanup.c + * FILE: drivers/filesystems/fastfat_new/cleanup.c * PURPOSE: Cleanup routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/close.c =================================================================== --- drivers/filesystems/fastfat_new/close.c (revision 70775) +++ drivers/filesystems/fastfat_new/close.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/close.c + * FILE: drivers/filesystems/fastfat_new/close.c * PURPOSE: Closing routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/create.c =================================================================== --- drivers/filesystems/fastfat_new/create.c (revision 70775) +++ drivers/filesystems/fastfat_new/create.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/create.c + * FILE: drivers/filesystems/fastfat_new/create.c * PURPOSE: Create routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/device.c =================================================================== --- drivers/filesystems/fastfat_new/device.c (revision 70775) +++ drivers/filesystems/fastfat_new/device.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/device.c + * FILE: drivers/filesystems/fastfat_new/device.c * PURPOSE: Device control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/dir.c =================================================================== --- drivers/filesystems/fastfat_new/dir.c (revision 70775) +++ drivers/filesystems/fastfat_new/dir.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/dir.c + * FILE: drivers/filesystems/fastfat_new/dir.c * PURPOSE: Directory Control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/ea.c =================================================================== --- drivers/filesystems/fastfat_new/ea.c (revision 70775) +++ drivers/filesystems/fastfat_new/ea.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/ea.c + * FILE: drivers/filesystems/fastfat_new/ea.c * PURPOSE: Extended Attributes support * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/fastfat.c =================================================================== --- drivers/filesystems/fastfat_new/fastfat.c (revision 70775) +++ drivers/filesystems/fastfat_new/fastfat.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fastfat.c + * FILE: drivers/filesystems/fastfat_new/fastfat.c * PURPOSE: Initialization routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/fastio.c =================================================================== --- drivers/filesystems/fastfat_new/fastio.c (revision 70775) +++ drivers/filesystems/fastfat_new/fastio.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fastio.c + * FILE: drivers/filesystems/fastfat_new/fastio.c * PURPOSE: Fast IO routines * PROGRAMMERS: Herve Poussineau (hpoussin@reactos.org) */ Index: drivers/filesystems/fastfat_new/fat.c =================================================================== --- drivers/filesystems/fastfat_new/fat.c (revision 70775) +++ drivers/filesystems/fastfat_new/fat.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fat.c + * FILE: drivers/filesystems/fastfat_new/fat.c * PURPOSE: FAT support routines * PROGRAMMERS: Aleksey Bragin */ Index: drivers/filesystems/fastfat_new/fcb.c =================================================================== --- drivers/filesystems/fastfat_new/fcb.c (revision 70775) +++ drivers/filesystems/fastfat_new/fcb.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fcb.c + * FILE: drivers/filesystems/fastfat_new/fcb.c * PURPOSE: FCB manipulation routines. * PROGRAMMERS: Aleksey Bragin */ Index: drivers/filesystems/fastfat_new/finfo.c =================================================================== --- drivers/filesystems/fastfat_new/finfo.c (revision 70775) +++ drivers/filesystems/fastfat_new/finfo.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/finfo.c + * FILE: drivers/filesystems/fastfat_new/finfo.c * PURPOSE: File Information support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/flush.c =================================================================== --- drivers/filesystems/fastfat_new/flush.c (revision 70775) +++ drivers/filesystems/fastfat_new/flush.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/flush.c + * FILE: drivers/filesystems/fastfat_new/flush.c * PURPOSE: Flushing routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/fsctl.c =================================================================== --- drivers/filesystems/fastfat_new/fsctl.c (revision 70775) +++ drivers/filesystems/fastfat_new/fsctl.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fsctl.c + * FILE: drivers/filesystems/fastfat_new/fsctl.c * PURPOSE: Filesystem control * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/fullfat.c =================================================================== --- drivers/filesystems/fastfat_new/fullfat.c (revision 70775) +++ drivers/filesystems/fastfat_new/fullfat.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/fullfat.c + * FILE: drivers/filesystems/fastfat_new/fullfat.c * PURPOSE: FullFAT integration routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/lock.c =================================================================== --- drivers/filesystems/fastfat_new/lock.c (revision 70775) +++ drivers/filesystems/fastfat_new/lock.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/lock.c + * FILE: drivers/filesystems/fastfat_new/lock.c * PURPOSE: Lock support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/rw.c =================================================================== --- drivers/filesystems/fastfat_new/rw.c (revision 70775) +++ drivers/filesystems/fastfat_new/rw.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/rw.c + * FILE: drivers/filesystems/fastfat_new/rw.c * PURPOSE: Read/write support * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/shutdown.c =================================================================== --- drivers/filesystems/fastfat_new/shutdown.c (revision 70775) +++ drivers/filesystems/fastfat_new/shutdown.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/shutdown.c + * FILE: drivers/filesystems/fastfat_new/shutdown.c * PURPOSE: Shutdown support routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/fastfat_new/volume.c =================================================================== --- drivers/filesystems/fastfat_new/volume.c (revision 70775) +++ drivers/filesystems/fastfat_new/volume.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS FAT file system driver * LICENSE: GNU GPLv3 as published by the Free Software Foundation - * FILE: drivers/filesystems/fastfat/volume.c + * FILE: drivers/filesystems/fastfat_new/volume.c * PURPOSE: Volume information * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/filesystems/ntfs/attrib.c =================================================================== --- drivers/filesystems/ntfs/attrib.c (revision 70775) +++ drivers/filesystems/ntfs/attrib.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/attrib.c + * FILE: drivers/filesystems/ntfs/attrib.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Valentin Verkhovsky Index: drivers/filesystems/ntfs/blockdev.c =================================================================== --- drivers/filesystems/ntfs/blockdev.c (revision 70775) +++ drivers/filesystems/ntfs/blockdev.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/blockdev.c + * FILE: drivers/filesystems/ntfs/blockdev.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Eric Kohl */ Index: drivers/filesystems/ntfs/cleanup.c =================================================================== --- drivers/filesystems/ntfs/cleanup.c (revision 70775) +++ drivers/filesystems/ntfs/cleanup.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/cleanup.c + * FILE: drivers/filesystems/ntfs/cleanup.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Pierre Schweitzer (pierre@reactos.org) * UPDATE HISTORY: Index: drivers/filesystems/ntfs/close.c =================================================================== --- drivers/filesystems/ntfs/close.c (revision 70775) +++ drivers/filesystems/ntfs/close.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/close.c + * FILE: drivers/filesystems/ntfs/close.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Art Yerkes * UPDATE HISTORY: Index: drivers/filesystems/ntfs/create.c =================================================================== --- drivers/filesystems/ntfs/create.c (revision 70775) +++ drivers/filesystems/ntfs/create.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/create.c + * FILE: drivers/filesystems/ntfs/create.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Pierre Schweitzer (pierre@reactos.org) Index: drivers/filesystems/ntfs/devctl.c =================================================================== --- drivers/filesystems/ntfs/devctl.c (revision 70775) +++ drivers/filesystems/ntfs/devctl.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/devctl.c + * FILE: drivers/filesystems/ntfs/devctl.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Pierre Schweitzer (pierre@reactos.org) */ Index: drivers/filesystems/ntfs/dirctl.c =================================================================== --- drivers/filesystems/ntfs/dirctl.c (revision 70775) +++ drivers/filesystems/ntfs/dirctl.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/dirctl.c + * FILE: drivers/filesystems/ntfs/dirctl.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Pierre Schweitzer (pierre@reactos.org) Index: drivers/filesystems/ntfs/dispatch.c =================================================================== --- drivers/filesystems/ntfs/dispatch.c (revision 70775) +++ drivers/filesystems/ntfs/dispatch.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/dispatch.c + * FILE: drivers/filesystems/ntfs/dispatch.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Pierre Schweitzer * UPDATE HISTORY: Index: drivers/filesystems/ntfs/fastio.c =================================================================== --- drivers/filesystems/ntfs/fastio.c (revision 70775) +++ drivers/filesystems/ntfs/fastio.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/fastio.c + * FILE: drivers/filesystems/ntfs/fastio.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Pierre Schweitzer */ Index: drivers/filesystems/ntfs/fcb.c =================================================================== --- drivers/filesystems/ntfs/fcb.c (revision 70775) +++ drivers/filesystems/ntfs/fcb.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/fcb.c + * FILE: drivers/filesystems/ntfs/fcb.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Pierre Schweitzer (pierre@reactos.org) Index: drivers/filesystems/ntfs/finfo.c =================================================================== --- drivers/filesystems/ntfs/finfo.c (revision 70775) +++ drivers/filesystems/ntfs/finfo.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/dirctl.c + * FILE: drivers/filesystems/ntfs/finfo.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Hervé Poussineau (hpoussin@reactos.org) Index: drivers/filesystems/ntfs/mft.c =================================================================== --- drivers/filesystems/ntfs/mft.c (revision 70775) +++ drivers/filesystems/ntfs/mft.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/mft.c + * FILE: drivers/filesystems/ntfs/mft.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Valentin Verkhovsky Index: drivers/filesystems/ntfs/misc.c =================================================================== --- drivers/filesystems/ntfs/misc.c (revision 70775) +++ drivers/filesystems/ntfs/misc.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/misc.c + * FILE: drivers/filesystems/ntfs/misc.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Pierre Schweitzer * UPDATE HISTORY: Index: drivers/filesystems/ntfs/ntfs.c =================================================================== --- drivers/filesystems/ntfs/ntfs.c (revision 70775) +++ drivers/filesystems/ntfs/ntfs.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/ntfs.c + * FILE: drivers/filesystems/ntfs/ntfs.c * PURPOSE: NTFS filesystem driver * PROGRAMMER: Eric Kohl * Pierre Schweitzer Index: drivers/filesystems/ntfs/rw.c =================================================================== --- drivers/filesystems/ntfs/rw.c (revision 70775) +++ drivers/filesystems/ntfs/rw.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/rw.c + * FILE: drivers/filesystems/ntfs/rw.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Art Yerkes * Pierre Schweitzer (pierre@reactos.org) Index: drivers/filesystems/ntfs/volinfo.c =================================================================== --- drivers/filesystems/ntfs/volinfo.c (revision 70775) +++ drivers/filesystems/ntfs/volinfo.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/ntfs/volume.c + * FILE: drivers/filesystems/ntfs/volinfo.c * PURPOSE: NTFS filesystem driver * PROGRAMMERS: Eric Kohl * Pierre Schweitzer (pierre@reactos.org) Index: drivers/filters/mountmgr/database.c =================================================================== --- drivers/filters/mountmgr/database.c (revision 70775) +++ drivers/filters/mountmgr/database.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/mountmgr.c + * FILE: drivers/filters/mountmgr/database.c * PURPOSE: Mount Manager - remote/local database handler * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) */ Index: drivers/filters/mountmgr/device.c =================================================================== --- drivers/filters/mountmgr/device.c (revision 70775) +++ drivers/filters/mountmgr/device.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/device.c + * FILE: drivers/filters/mountmgr/device.c * PURPOSE: Mount Manager - Device Control * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) */ Index: drivers/filters/mountmgr/mountmgr.c =================================================================== --- drivers/filters/mountmgr/mountmgr.c (revision 70775) +++ drivers/filters/mountmgr/mountmgr.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/mountmgr.c + * FILE: drivers/filters/mountmgr/mountmgr.c * PURPOSE: Mount Manager * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) * Alex Ionescu (alex.ionescu@reactos.org) Index: drivers/filters/mountmgr/notify.c =================================================================== --- drivers/filters/mountmgr/notify.c (revision 70775) +++ drivers/filters/mountmgr/notify.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/notify.c + * FILE: drivers/filters/mountmgr/notify.c * PURPOSE: Mount Manager - Notifications handlers * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) * Alex Ionescu (alex.ionescu@reactos.org) Index: drivers/filters/mountmgr/point.c =================================================================== --- drivers/filters/mountmgr/point.c (revision 70775) +++ drivers/filters/mountmgr/point.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/point.c + * FILE: drivers/filters/mountmgr/point.c * PURPOSE: Mount Manager - Mount points * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) */ Index: drivers/filters/mountmgr/symlink.c =================================================================== --- drivers/filters/mountmgr/symlink.c (revision 70775) +++ drivers/filters/mountmgr/symlink.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/symlink.c + * FILE: drivers/filters/mountmgr/symlink.c * PURPOSE: Mount Manager - Symbolic links functions * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) */ Index: drivers/filters/mountmgr/uniqueid.c =================================================================== --- drivers/filters/mountmgr/uniqueid.c (revision 70775) +++ drivers/filters/mountmgr/uniqueid.c (working copy) @@ -18,7 +18,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/filesystem/mountmgr/uniqueid.c + * FILE: drivers/filters/mountmgr/uniqueid.c * PURPOSE: Mount Manager - Unique ID * PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org) */ Index: drivers/fs_minifilter/fltmgr/Interface.c =================================================================== --- drivers/fs_minifilter/fltmgr/Interface.c (revision 70775) +++ drivers/fs_minifilter/fltmgr/Interface.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: Filesystem Filter Manager * LICENSE: GPL - See COPYING in the top level directory -* FILE: drivers/fs_minifilter/fltmgr/interface.c +* FILE: drivers/fs_minifilter/fltmgr/Interface.c * PURPOSE: Implements the driver interface * PROGRAMMERS: Ged Murphy (gedmurphy@reactos.org) */ Index: drivers/hid/hidclass/pdo.c =================================================================== --- drivers/hid/hidclass/pdo.c (revision 70775) +++ drivers/hid/hidclass/pdo.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Human Interface Device Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/hid/hidclass/fdo.c + * FILE: drivers/hid/hidclass/pdo.c * PURPOSE: HID Class Driver * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/hid/hidparse/hidparse.c =================================================================== --- drivers/hid/hidparse/hidparse.c (revision 70775) +++ drivers/hid/hidparse/hidparse.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/hidparse/hidparse.c + * FILE: drivers/hid/hidparse/hidparse.c * PURPOSE: HID Parser * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/hid/hidusb/hidusb.c =================================================================== --- drivers/hid/hidusb/hidusb.c (revision 70775) +++ drivers/hid/hidusb/hidusb.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Human Interface Device Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/hidusb/hidusb.c + * FILE: drivers/hid/hidusb/hidusb.c * PURPOSE: HID USB Interface Driver * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/input/i8042prt/registry.c =================================================================== --- drivers/input/i8042prt/registry.c (revision 70775) +++ drivers/input/i8042prt/registry.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS i8042 (ps/2 keyboard-mouse controller) driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/input/i8042prt/i8042prt.c + * FILE: drivers/input/i8042prt/registry.c * PURPOSE: Reading the registry * PROGRAMMERS: Copyright Victor Kirhenshtein (sauros@iname.com) Copyright Jason Filby (jasonfilby@yahoo.com) Index: drivers/input/kbdclass/kbdclass.c =================================================================== --- drivers/input/kbdclass/kbdclass.c (revision 70775) +++ drivers/input/kbdclass/kbdclass.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Keyboard class driver - * FILE: drivers/kbdclass/kbdclass.c + * FILE: drivers/input/kbdclass/kbdclass.c * PURPOSE: Keyboard class driver * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/input/mouclass/mouclass.c =================================================================== --- drivers/input/mouclass/mouclass.c (revision 70775) +++ drivers/input/mouclass/mouclass.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Mouse class driver - * FILE: drivers/mouclass/mouclass.c + * FILE: drivers/input/mouclass/mouclass.c * PURPOSE: Mouse class driver * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/input/sermouse/internaldevctl.c =================================================================== --- drivers/input/sermouse/internaldevctl.c (revision 70775) +++ drivers/input/sermouse/internaldevctl.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Serial mouse driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/input/sermouse/fdo.c + * FILE: drivers/input/sermouse/internaldevctl.c * PURPOSE: IRP_MJ_INTERNAL_DEVICE_CONTROL operations * PROGRAMMERS: Copyright 2005-2006 Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/input/sermouse/misc.c =================================================================== --- drivers/input/sermouse/misc.c (revision 70775) +++ drivers/input/sermouse/misc.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Serial mouse driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/input/sermouse/fdo.c + * FILE: drivers/input/sermouse/misc.c * PURPOSE: Misceallenous operations * PROGRAMMERS: Copyright 2005-2006 Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/input/sermouse/readmouse.c =================================================================== --- drivers/input/sermouse/readmouse.c (revision 70775) +++ drivers/input/sermouse/readmouse.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Serial mouse driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/input/sermouse/fdo.c + * FILE: drivers/input/sermouse/readmouse.c * PURPOSE: Read mouse moves and send them to mouclass * PROGRAMMERS: Copyright Jason Filby (jasonfilby@yahoo.com) Copyright Filip Navara (xnavara@volny.cz) Index: drivers/input/sermouse/sermouse.c =================================================================== --- drivers/input/sermouse/sermouse.c (revision 70775) +++ drivers/input/sermouse/sermouse.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Serial mouse driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/input/sermouse/fdo.c + * FILE: drivers/input/sermouse/sermouse.c * PURPOSE: Serial mouse driver entry point * PROGRAMMERS: Copyright 2005-2006 Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/ksfilter/ks/image.c =================================================================== --- drivers/ksfilter/ks/image.c (revision 70775) +++ drivers/ksfilter/ks/image.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/allocators.c + * FILE: drivers/ksfilter/ks/image.c * PURPOSE: KS Allocator functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/ksfilter/ks/irp.c =================================================================== --- drivers/ksfilter/ks/irp.c (revision 70775) +++ drivers/ksfilter/ks/irp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/factory.c + * FILE: drivers/ksfilter/ks/irp.c * PURPOSE: KS Allocator functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/ksfilter/ks/kcom.c =================================================================== --- drivers/ksfilter/ks/kcom.c (revision 70775) +++ drivers/ksfilter/ks/kcom.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/allocators.c + * FILE: drivers/ksfilter/ks/kcom.c * PURPOSE: KS Allocator functions * PROGRAMMER: Johannes Anderwald Andrew Greenwood Index: drivers/ksfilter/ks/pin.c =================================================================== --- drivers/ksfilter/ks/pin.c (revision 70775) +++ drivers/ksfilter/ks/pin.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/worker.c + * FILE: drivers/ksfilter/ks/pin.c * PURPOSE: KS pin functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/ksfilter/ks/property.c =================================================================== --- drivers/ksfilter/ks/property.c (revision 70775) +++ drivers/ksfilter/ks/property.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/event.c + * FILE: drivers/ksfilter/ks/property.c * PURPOSE: KS property handling functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/ksfilter/ks/topology.c =================================================================== --- drivers/ksfilter/ks/topology.c (revision 70775) +++ drivers/ksfilter/ks/topology.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/topoology.c + * FILE: drivers/ksfilter/ks/topology.c * PURPOSE: KS Allocator functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/ksfilter/ks/unknown.c =================================================================== --- drivers/ksfilter/ks/unknown.c (revision 70775) +++ drivers/ksfilter/ks/unknown.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/ksfilter/ks/topoology.c + * FILE: drivers/ksfilter/ks/unknown.c * PURPOSE: KS CBaseUnknown functions * PROGRAMMER: Johannes Anderwald * KJK::Hyperion Index: drivers/multimedia/audio/mpu401_nt4/mpu401.c =================================================================== --- drivers/multimedia/audio/mpu401_nt4/mpu401.c (revision 70775) +++ drivers/multimedia/audio/mpu401_nt4/mpu401.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/mpu401/mpu401.c + * FILE: drivers/multimedia/audio/mpu401_nt4/mpu401.c * PURPOSE: MPU-401 MIDI device driver * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/mpu401_nt4/mpu401.h =================================================================== --- drivers/multimedia/audio/mpu401_nt4/mpu401.h (revision 70775) +++ drivers/multimedia/audio/mpu401_nt4/mpu401.h (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/mpu401/mpu401.h + * FILE: drivers/multimedia/audio/mpu401_nt4/mpu401.h * PURPOSE: MPU-401 MIDI device driver header * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/mpu401_nt4/portio.c =================================================================== --- drivers/multimedia/audio/mpu401_nt4/portio.c (revision 70775) +++ drivers/multimedia/audio/mpu401_nt4/portio.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/mpu401/portio.c (see also mpu401.h) + * FILE: drivers/multimedia/audio/mpu401_nt4/portio.c (see also mpu401.h) * PURPOSE: MPU-401 MIDI port I/O helper * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/mpu401_nt4/settings.c =================================================================== --- drivers/multimedia/audio/mpu401_nt4/settings.c (revision 70775) +++ drivers/multimedia/audio/mpu401_nt4/settings.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/mpu401/settings.c + * FILE: drivers/multimedia/audio/mpu401_nt4/settings.c * PURPOSE: MPU-401 MIDI device driver setting management * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/sndblst.old/portio.c =================================================================== --- drivers/multimedia/audio/sndblst.old/portio.c (revision 70775) +++ drivers/multimedia/audio/sndblst.old/portio.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/dd/sndblst/portio.c (see also sndblst.h) + * FILE: drivers/multimedia/audio/sndblst.old/portio.c (see also sndblst.h) * PURPOSE: Sound Blaster port I/O helper * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/sndblst.old/settings.c =================================================================== --- drivers/multimedia/audio/sndblst.old/settings.c (revision 70775) +++ drivers/multimedia/audio/sndblst.old/settings.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/dd/sndblst/settings.c + * FILE: drivers/multimedia/audio/sndblst.old/settings.c * PURPOSE: MPU-401 MIDI device driver setting management * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/sndblst.old/sndblst.c =================================================================== --- drivers/multimedia/audio/sndblst.old/sndblst.c (revision 70775) +++ drivers/multimedia/audio/sndblst.old/sndblst.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/sndblst/sndblst.c + * FILE: drivers/multimedia/audio/sndblst.old/sndblst.c * PURPOSE: Sound Blaster / SB Pro / SB 16 driver * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/sndblst.old/sndblst.h =================================================================== --- drivers/multimedia/audio/sndblst.old/sndblst.h (revision 70775) +++ drivers/multimedia/audio/sndblst.old/sndblst.h (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/dd/sndblst/sndblst.h + * FILE: drivers/multimedia/audio/sndblst.old/sndblst.h * PURPOSE: Sound Blaster driver header * PROGRAMMER: Andrew Greenwood * UPDATE HISTORY: Index: drivers/multimedia/audio/sndblst_sys/sndblst.c =================================================================== --- drivers/multimedia/audio/sndblst_sys/sndblst.c (revision 70775) +++ drivers/multimedia/audio/sndblst_sys/sndblst.c (working copy) @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Sound System - * FILE: drivers/multimedia/audio/sndblst/sndblst.c + * FILE: drivers/multimedia/audio/sndblst_sys/sndblst.c * PURPOSE: Sound Blaster / Pro / 16 driver * PROGRAMMER: Andrew Greenwood (silverblade@reactos.org) * Index: drivers/multimedia/audio/sound/dsp.c =================================================================== --- drivers/multimedia/audio/sound/dsp.c (revision 70775) +++ drivers/multimedia/audio/sound/dsp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/dd/sound/dsp.c + * FILE: drivers/multimedia/audio/sound/dsp.c * PURPOSE: Digital Signal Processing ? * PROGRAMMER: Snatched from ? * Index: drivers/multimedia/audio/sound/mixer.c =================================================================== --- drivers/multimedia/audio/sound/mixer.c (revision 70775) +++ drivers/multimedia/audio/sound/mixer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/dd/sound/mixer.c + * FILE: drivers/multimedia/audio/sound/mixer.c * PURPOSE: Wave Mixer? * PROGRAMMER: ? * Index: drivers/multimedia/audio/sound/sb16.c =================================================================== --- drivers/multimedia/audio/sound/sb16.c (revision 70775) +++ drivers/multimedia/audio/sound/sb16.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/sound/sb16.c + * FILE: drivers/multimedia/audio/sound/sb16.c * PURPOSE: SB16 device driver * PROGRAMMER: Steven Edwards * UPDATE HISTORY: Index: drivers/multimedia/audio/sound/sound.c =================================================================== --- drivers/multimedia/audio/sound/sound.c (revision 70775) +++ drivers/multimedia/audio/sound/sound.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: mkernel/modules/sound/sound.c + * FILE: drivers/multimedia/audio/sound/sound.c * PURPOSE: SoundBlaster 16 Driver * PROGRAMMER: Snatched from David Welch (welch@mcmail.com) * Modified for Soundblaster by Robert Bergkvist (fragdance@hotmail.com) Index: drivers/multimedia/audio/sound/wave.c =================================================================== --- drivers/multimedia/audio/sound/wave.c (revision 70775) +++ drivers/multimedia/audio/sound/wave.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: mkernel/modules/sound/sound.c + * FILE: drivers/multimedia/audio/sound/wave.c * PURPOSE: SoundBlaster 16 Driver * PROGRAMMER: Snatched from David Welch (welch@mcmail.com) * Modified for Soundblaster by Robert Bergkvist (fragdance@hotmail.com) Index: drivers/network/acd/acd/main.c =================================================================== --- drivers/network/acd/acd/main.c (revision 70775) +++ drivers/network/acd/acd/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS RAS Automatic Connection Driver - * FILE: acd/main.c + * FILE: drivers/network/acd/acd/main.c * PURPOSE: Driver entry point * PROGRAMMERS: Dmitry Chapyshev(dmitry@reactos.org) * REVISIONS: Index: drivers/network/acd/include/acdapi.h =================================================================== --- drivers/network/acd/include/acdapi.h (revision 70775) +++ drivers/network/acd/include/acdapi.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS RAS Automatic Connection Driver - * FILE: include/acdapi.h + * FILE: drivers/network/acd/include/acdapi.h * PURPOSE: Header file * PROGRAMMERS: Dmitry Chapyshev(dmitry@reactos.org) * REVISIONS: Index: drivers/network/afd/afd/bind.c =================================================================== --- drivers/network/afd/afd/bind.c (revision 70775) +++ drivers/network/afd/afd/bind.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/bind.c + * FILE: drivers/network/afd/afd/bind.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/connect.c =================================================================== --- drivers/network/afd/afd/connect.c (revision 70775) +++ drivers/network/afd/afd/connect.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/connect.c + * FILE: drivers/network/afd/afd/connect.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/context.c =================================================================== --- drivers/network/afd/afd/context.c (revision 70775) +++ drivers/network/afd/afd/context.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/context.c + * FILE: drivers/network/afd/afd/context.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/event.c =================================================================== --- drivers/network/afd/afd/event.c (revision 70775) +++ drivers/network/afd/afd/event.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Ancillary Function Driver - * FILE: afd/event.c + * FILE: drivers/network/afd/afd/event.c * PURPOSE: TDI event handlers * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/afd/afd/info.c =================================================================== --- drivers/network/afd/afd/info.c (revision 70775) +++ drivers/network/afd/afd/info.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/info.c + * FILE: drivers/network/afd/afd/info.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/listen.c =================================================================== --- drivers/network/afd/afd/listen.c (revision 70775) +++ drivers/network/afd/afd/listen.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/listen.c + * FILE: drivers/network/afd/afd/listen.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/lock.c =================================================================== --- drivers/network/afd/afd/lock.c (revision 70775) +++ drivers/network/afd/afd/lock.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/lock.c + * FILE: drivers/network/afd/afd/lock.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/main.c =================================================================== --- drivers/network/afd/afd/main.c (revision 70775) +++ drivers/network/afd/afd/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/main.c + * FILE: drivers/network/afd/afd/main.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/read.c =================================================================== --- drivers/network/afd/afd/read.c (revision 70775) +++ drivers/network/afd/afd/read.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/read.c + * FILE: drivers/network/afd/afd/read.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/select.c =================================================================== --- drivers/network/afd/afd/select.c (revision 70775) +++ drivers/network/afd/afd/select.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/select.c + * FILE: drivers/network/afd/afd/select.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/tdi.c =================================================================== --- drivers/network/afd/afd/tdi.c (revision 70775) +++ drivers/network/afd/afd/tdi.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Ancillary Function Driver - * FILE: afd/tdi.c + * FILE: drivers/network/afd/afd/tdi.c * PURPOSE: Transport Driver Interface functions * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/afd/afd/tdiconn.c =================================================================== --- drivers/network/afd/afd/tdiconn.c (revision 70775) +++ drivers/network/afd/afd/tdiconn.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/tdiconn.c + * FILE: drivers/network/afd/afd/tdiconn.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/afd/write.c =================================================================== --- drivers/network/afd/afd/write.c (revision 70775) +++ drivers/network/afd/afd/write.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/afd/write.c + * FILE: drivers/network/afd/afd/write.c * PURPOSE: Ancillary functions driver * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/include/afd.h =================================================================== --- drivers/network/afd/include/afd.h (revision 70775) +++ drivers/network/afd/include/afd.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/net/afd/include/afd.h + * FILE: drivers/network/afd/include/afd.h * PURPOSE: Ancillary functions driver -- constants and structures * PROGRAMMER: Art Yerkes (ayerkes@speakeasy.net) * UPDATE HISTORY: Index: drivers/network/afd/include/debug.h =================================================================== --- drivers/network/afd/include/debug.h (revision 70775) +++ drivers/network/afd/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Ancillary Function Driver - * FILE: include/debug.h + * FILE: drivers/network/afd/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: drivers/network/dd/ne2000/include/8390.h =================================================================== --- drivers/network/dd/ne2000/include/8390.h (revision 70775) +++ drivers/network/dd/ne2000/include/8390.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: include/8390.h + * FILE: drivers/network/dd/ne2000/include/8390.h * PURPOSE: National Semiconductor 8390 NIC definitions */ Index: drivers/network/dd/ne2000/include/debug.h =================================================================== --- drivers/network/dd/ne2000/include/debug.h (revision 70775) +++ drivers/network/dd/ne2000/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: include/debug.h + * FILE: drivers/network/dd/ne2000/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: drivers/network/dd/ne2000/include/ne2000.h =================================================================== --- drivers/network/dd/ne2000/include/ne2000.h (revision 70775) +++ drivers/network/dd/ne2000/include/ne2000.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: include/ne2000.h + * FILE: drivers/network/dd/ne2000/include/ne2000.h * PURPOSE: NE2000 driver definitions */ Index: drivers/network/dd/ne2000/ne2000/8390.c =================================================================== --- drivers/network/dd/ne2000/ne2000/8390.c (revision 70775) +++ drivers/network/dd/ne2000/ne2000/8390.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: ne2000/8390.c + * FILE: drivers/network/dd/ne2000/ne2000/8390.c * PURPOSE: DP8390 NIC specific routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/dd/ne2000/ne2000/main.c =================================================================== --- drivers/network/dd/ne2000/ne2000/main.c (revision 70775) +++ drivers/network/dd/ne2000/ne2000/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: ne2000/main.c + * FILE: drivers/network/dd/ne2000/ne2000/main.c * PURPOSE: Driver entry point * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/dd/rtl8139/debug.h =================================================================== --- drivers/network/dd/rtl8139/debug.h (revision 70775) +++ drivers/network/dd/rtl8139/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Novell Eagle 2000 driver - * FILE: include/debug.h + * FILE: drivers/network/dd/rtl8139/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: drivers/network/dd/rtl8139/nic.h =================================================================== --- drivers/network/dd/rtl8139/nic.h (revision 70775) +++ drivers/network/dd/rtl8139/nic.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Realtek 8139 driver - * FILE: rtl8139.h + * FILE: drivers/network/dd/rtl8139/nic.h * PURPOSE: RTL8139 driver definitions */ Index: drivers/network/dd/rtl8139/rtlhw.h =================================================================== --- drivers/network/dd/rtl8139/rtlhw.h (revision 70775) +++ drivers/network/dd/rtl8139/rtlhw.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS RTL8139 Driver - * FILE: rtlhw.h + * FILE: drivers/network/dd/rtl8139/rtlhw.h * PURPOSE: 8139 NIC definitions */ Index: drivers/network/lan/include/debug.h =================================================================== --- drivers/network/lan/include/debug.h (revision 70775) +++ drivers/network/lan/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/debug.h + * FILE: drivers/network/lan/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: drivers/network/lan/include/lan.h =================================================================== --- drivers/network/lan/include/lan.h (revision 70775) +++ drivers/network/lan/include/lan.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/lan.h + * FILE: drivers/network/lan/include/lan.h * PURPOSE: LAN adapter definitions */ Index: drivers/network/lan/lan/lan.c =================================================================== --- drivers/network/lan/lan/lan.c (revision 70775) +++ drivers/network/lan/lan/lan.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: datalink/lan.c + * FILE: drivers/network/lan/lan/lan.c * PURPOSE: Local Area Network media routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/include/buffer.h =================================================================== --- drivers/network/ndis/include/buffer.h (revision 70775) +++ drivers/network/ndis/include/buffer.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: include/buffer.h + * FILE: drivers/network/ndis/include/buffer.h * PURPOSE: Buffer management routine definitions */ Index: drivers/network/ndis/include/debug.h =================================================================== --- drivers/network/ndis/include/debug.h (revision 70775) +++ drivers/network/ndis/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: include/debug.h + * FILE: drivers/network/ndis/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output */ Index: drivers/network/ndis/include/efilter.h =================================================================== --- drivers/network/ndis/include/efilter.h (revision 70775) +++ drivers/network/ndis/include/efilter.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/miniport.h + * FILE: drivers/network/ndis/include/efilter.h * PURPOSE: Definitions for Ethernet filter */ Index: drivers/network/ndis/include/miniport.h =================================================================== --- drivers/network/ndis/include/miniport.h (revision 70775) +++ drivers/network/ndis/include/miniport.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/miniport.h + * FILE: drivers/network/ndis/include/miniport.h * PURPOSE: Definitions for routines used by NDIS miniport drivers */ Index: drivers/network/ndis/include/ndissys.h =================================================================== --- drivers/network/ndis/include/ndissys.h (revision 70775) +++ drivers/network/ndis/include/ndissys.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndissys.h + * FILE: drivers/network/ndis/include/ndissys.h * PURPOSE: NDIS library definitions * NOTES: Spin lock acquire order: * - Miniport list lock Index: drivers/network/ndis/include/protocol.h =================================================================== --- drivers/network/ndis/include/protocol.h (revision 70775) +++ drivers/network/ndis/include/protocol.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/protocol.h + * FILE: drivers/network/ndis/include/protocol.h * PURPOSE: Definitions for routines used by NDIS protocol drivers */ Index: drivers/network/ndis/ndis/30stubs.c =================================================================== --- drivers/network/ndis/ndis/30stubs.c (revision 70775) +++ drivers/network/ndis/ndis/30stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/30stubs.c + * FILE: drivers/network/ndis/ndis/30stubs.c * PURPOSE: NDIS 3.0 Stubs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/40stubs.c =================================================================== --- drivers/network/ndis/ndis/40stubs.c (revision 70775) +++ drivers/network/ndis/ndis/40stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/40stubs.c + * FILE: drivers/network/ndis/ndis/40stubs.c * PURPOSE: NDIS 4.0 stubs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/50stubs.c =================================================================== --- drivers/network/ndis/ndis/50stubs.c (revision 70775) +++ drivers/network/ndis/ndis/50stubs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/50stubs.c + * FILE: drivers/network/ndis/ndis/50stubs.c * PURPOSE: NDIS 5.0 Stubs * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/buffer.c =================================================================== --- drivers/network/ndis/ndis/buffer.c (revision 70775) +++ drivers/network/ndis/ndis/buffer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/buffer.c + * FILE: drivers/network/ndis/ndis/buffer.c * PURPOSE: Buffer management routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/cl.c =================================================================== --- drivers/network/ndis/ndis/cl.c (revision 70775) +++ drivers/network/ndis/ndis/cl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/cl.c + * FILE: drivers/network/ndis/ndis/cl.c * PURPOSE: Services for connectionless NDIS drivers * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/cm.c =================================================================== --- drivers/network/ndis/ndis/cm.c (revision 70775) +++ drivers/network/ndis/ndis/cm.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/cm.c + * FILE: drivers/network/ndis/ndis/cm.c * PURPOSE: Call Manager services * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/co.c =================================================================== --- drivers/network/ndis/ndis/co.c (revision 70775) +++ drivers/network/ndis/ndis/co.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/co.c + * FILE: drivers/network/ndis/ndis/co.c * PURPOSE: Services for connection-oriented NDIS drivers * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/ndis/ndis/config.c =================================================================== --- drivers/network/ndis/ndis/config.c (revision 70775) +++ drivers/network/ndis/ndis/config.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/config.c + * FILE: drivers/network/ndis/ndis/config.c * PURPOSE: NDIS Configuration Services * PROGRAMMERS: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/network/ndis/ndis/control.c =================================================================== --- drivers/network/ndis/ndis/control.c (revision 70775) +++ drivers/network/ndis/ndis/control.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/control.c + * FILE: drivers/network/ndis/ndis/control.c * PURPOSE: Program control routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/efilter.c =================================================================== --- drivers/network/ndis/ndis/efilter.c (revision 70775) +++ drivers/network/ndis/ndis/efilter.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/efilter.c + * FILE: drivers/network/ndis/ndis/efilter.c * PURPOSE: Ethernet filter functions * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/hardware.c =================================================================== --- drivers/network/ndis/ndis/hardware.c (revision 70775) +++ drivers/network/ndis/ndis/hardware.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/hardware.c + * FILE: drivers/network/ndis/ndis/hardware.c * PURPOSE: Hardware related routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/io.c =================================================================== --- drivers/network/ndis/ndis/io.c (revision 70775) +++ drivers/network/ndis/ndis/io.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/io.c + * FILE: drivers/network/ndis/ndis/io.c * PURPOSE: I/O related routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/main.c =================================================================== --- drivers/network/ndis/ndis/main.c (revision 70775) +++ drivers/network/ndis/ndis/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/main.c + * FILE: drivers/network/ndis/ndis/main.c * PURPOSE: Driver entry point * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/memory.c =================================================================== --- drivers/network/ndis/ndis/memory.c (revision 70775) +++ drivers/network/ndis/ndis/memory.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/memory.c + * FILE: drivers/network/ndis/ndis/memory.c * PURPOSE: Memory management routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/miniport.c =================================================================== --- drivers/network/ndis/ndis/miniport.c (revision 70775) +++ drivers/network/ndis/ndis/miniport.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/miniport.c + * FILE: drivers/network/ndis/ndis/miniport.c * PURPOSE: Routines used by NDIS miniport drivers * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/misc.c =================================================================== --- drivers/network/ndis/ndis/misc.c (revision 70775) +++ drivers/network/ndis/ndis/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/misc.c + * FILE: drivers/network/ndis/ndis/misc.c */ #include "ndissys.h" Index: drivers/network/ndis/ndis/object.c =================================================================== --- drivers/network/ndis/ndis/object.c (revision 70775) +++ drivers/network/ndis/ndis/object.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: object.c + * FILE: drivers/network/ndis/ndis/object.c * PURPOSE: Implements the NDIS 6.0 object interface * PROGRAMMERS: Cameron Gutman (aicommander@gmail.com) */ Index: drivers/network/ndis/ndis/protocol.c =================================================================== --- drivers/network/ndis/ndis/protocol.c (revision 70775) +++ drivers/network/ndis/ndis/protocol.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/protocol.c + * FILE: drivers/network/ndis/ndis/protocol.c * PURPOSE: Routines used by NDIS protocol drivers * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/string.c =================================================================== --- drivers/network/ndis/ndis/string.c (revision 70775) +++ drivers/network/ndis/ndis/string.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/string.c + * FILE: drivers/network/ndis/ndis/string.c * PURPOSE: String management routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/time.c =================================================================== --- drivers/network/ndis/ndis/time.c (revision 70775) +++ drivers/network/ndis/ndis/time.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: ndis/time.c + * FILE: drivers/network/ndis/ndis/time.c * PURPOSE: Time related routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Vizzini (vizzini@plasmic.com) Index: drivers/network/ndis/ndis/workitem.c =================================================================== --- drivers/network/ndis/ndis/workitem.c (revision 70775) +++ drivers/network/ndis/ndis/workitem.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library - * FILE: workitem.c + * FILE: drivers/network/ndis/ndis/workitem.c * PURPOSE: Implements the NDIS 6.0 work item interface * PROGRAMMERS: Cameron Gutman (aicommander@gmail.com) */ Index: drivers/network/ndisuio/createclose.c =================================================================== --- drivers/network/ndisuio/createclose.c (revision 70775) +++ drivers/network/ndisuio/createclose.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: createclose.c + * FILE: drivers/network/ndisuio/createclose.c * PURPOSE: IRP_MJ_CREATE and IRP_MJ_CLOSE handling * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/ndisuio/ioctl.c =================================================================== --- drivers/network/ndisuio/ioctl.c (revision 70775) +++ drivers/network/ndisuio/ioctl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: ioctl.c + * FILE: drivers/network/ndisuio/ioctl.c * PURPOSE: IOCTL handling * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/ndisuio/main.c =================================================================== --- drivers/network/ndisuio/main.c (revision 70775) +++ drivers/network/ndisuio/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: main.c + * FILE: drivers/network/ndisuio/main.c * PURPOSE: Driver entry point and protocol initialization * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/ndisuio/misc.c =================================================================== --- drivers/network/ndisuio/misc.c (revision 70775) +++ drivers/network/ndisuio/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: misc.c + * FILE: drivers/network/ndisuio/misc.c * PURPOSE: Helper functions * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/ndisuio/ndisuio.h =================================================================== --- drivers/network/ndisuio/ndisuio.h (revision 70775) +++ drivers/network/ndisuio/ndisuio.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: ndisuio.h + * FILE: drivers/network/ndisuio/ndisuio.h * PURPOSE: NDISUIO definitions */ Index: drivers/network/ndisuio/protocol.c =================================================================== --- drivers/network/ndisuio/protocol.c (revision 70775) +++ drivers/network/ndisuio/protocol.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: protocol.c + * FILE: drivers/network/ndisuio/protocol.c * PURPOSE: Protocol stuff * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/ndisuio/readwrite.c =================================================================== --- drivers/network/ndisuio/readwrite.c (revision 70775) +++ drivers/network/ndisuio/readwrite.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS User I/O driver - * FILE: readwrite.c + * FILE: drivers/network/ndisuio/readwrite.c * PURPOSE: Handles IRP_MJ_READ and IRP_MJ_WRITE * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: drivers/network/tcpip/datalink/lan.c =================================================================== --- drivers/network/tcpip/datalink/lan.c (revision 70775) +++ drivers/network/tcpip/datalink/lan.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: datalink/lan.c + * FILE: drivers/network/tcpip/datalink/lan.c * PURPOSE: Local Area Network media routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/include/address.h =================================================================== --- drivers/network/tcpip/include/address.h (revision 70775) +++ drivers/network/tcpip/include/address.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/address.h + * FILE: drivers/network/tcpip/include/address.h * PURPOSE: Address manipulation prototypes */ Index: drivers/network/tcpip/include/arp.h =================================================================== --- drivers/network/tcpip/include/arp.h (revision 70775) +++ drivers/network/tcpip/include/arp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/arp.h + * FILE: drivers/network/tcpip/include/arp.h * PURPOSE: Address Resolution Protocol definitions */ Index: drivers/network/tcpip/include/checksum.h =================================================================== --- drivers/network/tcpip/include/checksum.h (revision 70775) +++ drivers/network/tcpip/include/checksum.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/checksum.h + * FILE: drivers/network/tcpip/include/checksum.h * PURPOSE: Checksum routine definitions */ Index: drivers/network/tcpip/include/datagram.h =================================================================== --- drivers/network/tcpip/include/datagram.h (revision 70775) +++ drivers/network/tcpip/include/datagram.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/datagram.h + * FILE: drivers/network/tcpip/include/datagram.h * PURPOSE: Datagram types and constants */ Index: drivers/network/tcpip/include/debug.h =================================================================== --- drivers/network/tcpip/include/debug.h (revision 70775) +++ drivers/network/tcpip/include/debug.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/debug.h + * FILE: drivers/network/tcpip/include/debug.h * PURPOSE: Debugging support macros * DEFINES: DBG - Enable debug output * NASSERT - Disable assertions Index: drivers/network/tcpip/include/dispatch.h =================================================================== --- drivers/network/tcpip/include/dispatch.h (revision 70775) +++ drivers/network/tcpip/include/dispatch.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/dispatch.h + * FILE: drivers/network/tcpip/include/dispatch.h * PURPOSE: Dispatch routine prototypes */ Index: drivers/network/tcpip/include/fileobjs.h =================================================================== --- drivers/network/tcpip/include/fileobjs.h (revision 70775) +++ drivers/network/tcpip/include/fileobjs.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/fileobjs.h + * FILE: drivers/network/tcpip/include/fileobjs.h * PURPOSE: File object routine prototypes */ Index: drivers/network/tcpip/include/icmp.h =================================================================== --- drivers/network/tcpip/include/icmp.h (revision 70775) +++ drivers/network/tcpip/include/icmp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/icmp.h + * FILE: drivers/network/tcpip/include/icmp.h * PURPOSE: Internet Control Message Protocol definitions */ Index: drivers/network/tcpip/include/info.h =================================================================== --- drivers/network/tcpip/include/info.h (revision 70775) +++ drivers/network/tcpip/include/info.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/info.h + * FILE: drivers/network/tcpip/include/info.h * PURPOSE: TdiQueryInformation definitions */ Index: drivers/network/tcpip/include/ip.h =================================================================== --- drivers/network/tcpip/include/ip.h (revision 70775) +++ drivers/network/tcpip/include/ip.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/ip.h + * FILE: drivers/network/tcpip/include/ip.h * PURPOSE: Internet Protocol related definitions */ Index: drivers/network/tcpip/include/lan.h =================================================================== --- drivers/network/tcpip/include/lan.h (revision 70775) +++ drivers/network/tcpip/include/lan.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/lan.h + * FILE: drivers/network/tcpip/include/lan.h * PURPOSE: LAN adapter definitions */ Index: drivers/network/tcpip/include/loopback.h =================================================================== --- drivers/network/tcpip/include/loopback.h (revision 70775) +++ drivers/network/tcpip/include/loopback.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/loopback.h + * FILE: drivers/network/tcpip/include/loopback.h * PURPOSE: Loopback adapter definitions */ Index: drivers/network/tcpip/include/neighbor.h =================================================================== --- drivers/network/tcpip/include/neighbor.h (revision 70775) +++ drivers/network/tcpip/include/neighbor.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/neighbor.h + * FILE: drivers/network/tcpip/include/neighbor.h * PURPOSE: Neighbor definitions */ Index: drivers/network/tcpip/include/pool.h =================================================================== --- drivers/network/tcpip/include/pool.h (revision 70775) +++ drivers/network/tcpip/include/pool.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/pool.h + * FILE: drivers/network/tcpip/include/pool.h * PURPOSE: Prototypes for memory pooling */ Index: drivers/network/tcpip/include/ports.h =================================================================== --- drivers/network/tcpip/include/ports.h (revision 70775) +++ drivers/network/tcpip/include/ports.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/ports.h + * FILE: drivers/network/tcpip/include/ports.h * PURPOSE: Port allocation * PROGRAMMERS: arty (ayerkes@speakeasy.net) * REVISIONS: Index: drivers/network/tcpip/include/rawip.h =================================================================== --- drivers/network/tcpip/include/rawip.h (revision 70775) +++ drivers/network/tcpip/include/rawip.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/rawip.h + * FILE: drivers/network/tcpip/include/rawip.h * PURPOSE: Raw IP types and constants */ Index: drivers/network/tcpip/include/receive.h =================================================================== --- drivers/network/tcpip/include/receive.h (revision 70775) +++ drivers/network/tcpip/include/receive.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/receive.h + * FILE: drivers/network/tcpip/include/receive.h * PURPOSE: Internet Protocol receive prototypes */ Index: drivers/network/tcpip/include/route.h =================================================================== --- drivers/network/tcpip/include/route.h (revision 70775) +++ drivers/network/tcpip/include/route.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/route.h + * FILE: drivers/network/tcpip/include/route.h * PURPOSE: Routing cache definitions */ Index: drivers/network/tcpip/include/router.h =================================================================== --- drivers/network/tcpip/include/router.h (revision 70775) +++ drivers/network/tcpip/include/router.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/router.h + * FILE: drivers/network/tcpip/include/router.h * PURPOSE: IP routing definitions */ Index: drivers/network/tcpip/include/routines.h =================================================================== --- drivers/network/tcpip/include/routines.h (revision 70775) +++ drivers/network/tcpip/include/routines.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/routines.h + * FILE: drivers/network/tcpip/include/routines.h * PURPOSE: Common routine prototypes */ Index: drivers/network/tcpip/include/tags.h =================================================================== --- drivers/network/tcpip/include/tags.h (revision 70775) +++ drivers/network/tcpip/include/tags.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/tags.h + * FILE: drivers/network/tcpip/include/tags.h * PURPOSE: Memory tags */ Index: drivers/network/tcpip/include/tcp.h =================================================================== --- drivers/network/tcpip/include/tcp.h (revision 70775) +++ drivers/network/tcpip/include/tcp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/tcp.h + * FILE: drivers/network/tcpip/include/tcp.h * PURPOSE: Transmission Control Protocol definitions */ Index: drivers/network/tcpip/include/tcpcore.h =================================================================== --- drivers/network/tcpip/include/tcpcore.h (revision 70775) +++ drivers/network/tcpip/include/tcpcore.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/tcpcore.h + * FILE: drivers/network/tcpip/include/tcpcore.h * PURPOSE: Transmission Control Protocol definitions * REVISIONS: * CSH 01/01-2003 Ported from linux kernel 2.4.20 Index: drivers/network/tcpip/include/tcpip.h =================================================================== --- drivers/network/tcpip/include/tcpip.h (revision 70775) +++ drivers/network/tcpip/include/tcpip.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/tcpip.h + * FILE: drivers/network/tcpip/include/tcpip.h * PURPOSE: TCP/IP protocol driver definitions * NOTES: Spin lock acquire order: * - Net table list lock Index: drivers/network/tcpip/include/ticonsts.h =================================================================== --- drivers/network/tcpip/include/ticonsts.h (revision 70775) +++ drivers/network/tcpip/include/ticonsts.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/ticonsts.h + * FILE: drivers/network/tcpip/include/ticonsts.h * PURPOSE: TCP/IP protocol driver constants */ Index: drivers/network/tcpip/include/titypes.h =================================================================== --- drivers/network/tcpip/include/titypes.h (revision 70775) +++ drivers/network/tcpip/include/titypes.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/titypes.h + * FILE: drivers/network/tcpip/include/titypes.h * PURPOSE: TCP/IP protocol driver types */ Index: drivers/network/tcpip/include/transmit.h =================================================================== --- drivers/network/tcpip/include/transmit.h (revision 70775) +++ drivers/network/tcpip/include/transmit.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/transmit.h + * FILE: drivers/network/tcpip/include/transmit.h * PURPOSE: Internet Protocol transmit prototypes */ Index: drivers/network/tcpip/include/udp.h =================================================================== --- drivers/network/tcpip/include/udp.h (revision 70775) +++ drivers/network/tcpip/include/udp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: include/udp.h + * FILE: drivers/network/tcpip/include/udp.h * PURPOSE: User Datagram Protocol definitions */ Index: drivers/network/tcpip/tcpip/ainfo.c =================================================================== --- drivers/network/tcpip/tcpip/ainfo.c (revision 70775) +++ drivers/network/tcpip/tcpip/ainfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/ainfo.c + * FILE: drivers/network/tcpip/tcpip/ainfo.c * PURPOSE: Per-socket information. * PROGRAMMER: Cameron Gutman */ Index: drivers/network/tcpip/tcpip/buffer.c =================================================================== --- drivers/network/tcpip/tcpip/buffer.c (revision 70775) +++ drivers/network/tcpip/tcpip/buffer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/buffer.c + * FILE: drivers/network/tcpip/tcpip/buffer.c * PURPOSE: Miscellaneous operations on NDIS_BUFFERs and packets. * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/cinfo.c =================================================================== --- drivers/network/tcpip/tcpip/cinfo.c (revision 70775) +++ drivers/network/tcpip/tcpip/cinfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/cinfo.c + * FILE: drivers/network/tcpip/tcpip/cinfo.c * PURPOSE: Per-socket connection information. * PROGRAMMER: Jérôme Gardou */ Index: drivers/network/tcpip/tcpip/dispatch.c =================================================================== --- drivers/network/tcpip/tcpip/dispatch.c (revision 70775) +++ drivers/network/tcpip/tcpip/dispatch.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/dispatch.h + * FILE: drivers/network/tcpip/tcpip/dispatch.c * PURPOSE: TDI dispatch routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/fileobjs.c =================================================================== --- drivers/network/tcpip/tcpip/fileobjs.c (revision 70775) +++ drivers/network/tcpip/tcpip/fileobjs.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/fileobjs.c + * FILE: drivers/network/tcpip/tcpip/fileobjs.c * PURPOSE: Routines for handling file objects * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/iinfo.c =================================================================== --- drivers/network/tcpip/tcpip/iinfo.c (revision 70775) +++ drivers/network/tcpip/tcpip/iinfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/iinfo.c + * FILE: drivers/network/tcpip/tcpip/iinfo.c * PURPOSE: Per-interface information. * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/info.c =================================================================== --- drivers/network/tcpip/tcpip/info.c (revision 70775) +++ drivers/network/tcpip/tcpip/info.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/info.c + * FILE: drivers/network/tcpip/tcpip/info.c * PURPOSE: TDI query and set information routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/lock.c =================================================================== --- drivers/network/tcpip/tcpip/lock.c (revision 70775) +++ drivers/network/tcpip/tcpip/lock.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/lock.c + * FILE: drivers/network/tcpip/tcpip/lock.c * PURPOSE: Locking and unlocking * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/main.c =================================================================== --- drivers/network/tcpip/tcpip/main.c (revision 70775) +++ drivers/network/tcpip/tcpip/main.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/main.c + * FILE: drivers/network/tcpip/tcpip/main.c * PURPOSE: Driver entry point * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/mockbuffer.c =================================================================== --- drivers/network/tcpip/tcpip/mockbuffer.c (revision 70775) +++ drivers/network/tcpip/tcpip/mockbuffer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/buffer.c + * FILE: drivers/network/tcpip/tcpip/mockbuffer.c * PURPOSE: Miscellaneous operations on NDIS_BUFFERs and packets. * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/mocklock.c =================================================================== --- drivers/network/tcpip/tcpip/mocklock.c (revision 70775) +++ drivers/network/tcpip/tcpip/mocklock.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/lock.c + * FILE: drivers/network/tcpip/tcpip/mocklock.c * PURPOSE: Locking and unlocking * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/mockpool.c =================================================================== --- drivers/network/tcpip/tcpip/mockpool.c (revision 70775) +++ drivers/network/tcpip/tcpip/mockpool.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/pool.c + * FILE: drivers/network/tcpip/tcpip/mockpool.c * PURPOSE: Routines for controling pools * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: drivers/network/tcpip/tcpip/mockwait.c =================================================================== --- drivers/network/tcpip/tcpip/mockwait.c (revision 70775) +++ drivers/network/tcpip/tcpip/mockwait.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/lock.c + * FILE: drivers/network/tcpip/tcpip/mockwait.c * PURPOSE: Waiting and signalling * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/ninfo.c =================================================================== --- drivers/network/tcpip/tcpip/ninfo.c (revision 70775) +++ drivers/network/tcpip/tcpip/ninfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/ninfo.c + * FILE: drivers/network/tcpip/tcpip/ninfo.c * PURPOSE: Network information * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/tinfo.c =================================================================== --- drivers/network/tcpip/tcpip/tinfo.c (revision 70775) +++ drivers/network/tcpip/tcpip/tinfo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/tinfo.c + * FILE: drivers/network/tcpip/tcpip/tinfo.c * PURPOSE: Transport layer information * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/network/tcpip/tcpip/wait.c =================================================================== --- drivers/network/tcpip/tcpip/wait.c (revision 70775) +++ drivers/network/tcpip/tcpip/wait.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/lock.c + * FILE: drivers/network/tcpip/tcpip/wait.c * PURPOSE: Waiting and signalling * PROGRAMMERS: Art Yerkes * REVISIONS: Index: drivers/parallel/parallel/parallel.c =================================================================== --- drivers/parallel/parallel/parallel.c (revision 70775) +++ drivers/parallel/parallel/parallel.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/parallel/parallel.c + * FILE: drivers/parallel/parallel/parallel.c * PURPOSE: Parallel port driver * PROGRAMMER: David Welch (welch@mcmail.com) * UPDATE HISTORY: Index: drivers/sac/driver/sacdrv.rc =================================================================== --- drivers/sac/driver/sacdrv.rc (revision 70775) +++ drivers/sac/driver/sacdrv.rc (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Drivers * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/base/sac/driver/sacdrv.rc + * FILE: drivers/sac/driver/sacdrv.rc * PURPOSE: Resource File for EMS SAC Driver * PROGRAMMERS: ReactOS Portable Systems Group */ Index: drivers/serial/serenum/detect.c =================================================================== --- drivers/serial/serenum/detect.c (revision 70775) +++ drivers/serial/serenum/detect.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/bus/serenum/detect.c + * FILE: drivers/serial/serenum/detect.c * PURPOSE: Detection of serial devices * * PROGRAMMERS: Jason Filby (jasonfilby@yahoo.com) Index: drivers/serial/serenum/fdo.c =================================================================== --- drivers/serial/serenum/fdo.c (revision 70775) +++ drivers/serial/serenum/fdo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/bus/serenum/fdo.c + * FILE: drivers/serial/serenum/fdo.c * PURPOSE: IRP_MJ_PNP operations for FDOs * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serenum/misc.c =================================================================== --- drivers/serial/serenum/misc.c (revision 70775) +++ drivers/serial/serenum/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/dd/serenum/misc.c + * FILE: drivers/serial/serenum/misc.c * PURPOSE: Misceallenous operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.com) Index: drivers/serial/serenum/pdo.c =================================================================== --- drivers/serial/serenum/pdo.c (revision 70775) +++ drivers/serial/serenum/pdo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/bus/serenum/pdo.c + * FILE: drivers/serial/serenum/pdo.c * PURPOSE: IRP_MJ_PNP operations for PDOs * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serenum/serenum.c =================================================================== --- drivers/serial/serenum/serenum.c (revision 70775) +++ drivers/serial/serenum/serenum.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/bus/serenum/serenum.c + * FILE: drivers/serial/serenum/serenum.c * PURPOSE: Serial enumerator driver entry point * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serenum/serenum.h =================================================================== --- drivers/serial/serenum/serenum.h (revision 70775) +++ drivers/serial/serenum/serenum.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Serial enumerator driver - * FILE: drivers/bus/serenum/serenum.h + * FILE: drivers/serial/serenum/serenum.h * PURPOSE: Serial enumerator driver header * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/circularbuffer.c =================================================================== --- drivers/serial/serial/circularbuffer.c (revision 70775) +++ drivers/serial/serial/circularbuffer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/circularbuffer.c + * FILE: drivers/serial/serial/circularbuffer.c * PURPOSE: Operations on a circular buffer * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/cleanup.c =================================================================== --- drivers/serial/serial/cleanup.c (revision 70775) +++ drivers/serial/serial/cleanup.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/cleanup.c + * FILE: drivers/serial/serial/cleanup.c * PURPOSE: Serial IRP_MJ_CLEANUP operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/close.c =================================================================== --- drivers/serial/serial/close.c (revision 70775) +++ drivers/serial/serial/close.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/close.c + * FILE: drivers/serial/serial/close.c * PURPOSE: Serial IRP_MJ_CLOSE operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/create.c =================================================================== --- drivers/serial/serial/create.c (revision 70775) +++ drivers/serial/serial/create.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/create.c + * FILE: drivers/serial/serial/create.c * PURPOSE: Serial IRP_MJ_CREATE operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/devctrl.c =================================================================== --- drivers/serial/serial/devctrl.c (revision 70775) +++ drivers/serial/serial/devctrl.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/devctrl.c + * FILE: drivers/serial/serial/devctrl.c * PURPOSE: Serial IRP_MJ_DEVICE_CONTROL operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/info.c =================================================================== --- drivers/serial/serial/info.c (revision 70775) +++ drivers/serial/serial/info.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/info.c + * FILE: drivers/serial/serial/info.c * PURPOSE: Serial IRP_MJ_QUERY_INFORMATION operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/legacy.c =================================================================== --- drivers/serial/serial/legacy.c (revision 70775) +++ drivers/serial/serial/legacy.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/bus/serial/legacy.c + * FILE: drivers/serial/serial/legacy.c * PURPOSE: Legacy serial port enumeration * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/misc.c =================================================================== --- drivers/serial/serial/misc.c (revision 70775) +++ drivers/serial/serial/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/misc.c + * FILE: drivers/serial/serial/misc.c * PURPOSE: Misceallenous operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/pnp.c =================================================================== --- drivers/serial/serial/pnp.c (revision 70775) +++ drivers/serial/serial/pnp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/pnp.c + * FILE: drivers/serial/serial/pnp.c * PURPOSE: Serial IRP_MJ_PNP operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/power.c =================================================================== --- drivers/serial/serial/power.c (revision 70775) +++ drivers/serial/serial/power.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/power.c + * FILE: drivers/serial/serial/power.c * PURPOSE: Serial IRP_MJ_POWER operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/rw.c =================================================================== --- drivers/serial/serial/rw.c (revision 70775) +++ drivers/serial/serial/rw.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial port driver - * FILE: drivers/dd/serial/create.c + * FILE: drivers/serial/serial/rw.c * PURPOSE: Serial IRP_MJ_READ/IRP_MJ_WRITE operations * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/serial.c =================================================================== --- drivers/serial/serial/serial.c (revision 70775) +++ drivers/serial/serial/serial.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial driver - * FILE: drivers/dd/serial/serial.c + * FILE: drivers/serial/serial/serial.c * PURPOSE: Serial driver loading/unloading * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/serial/serial/serial.h =================================================================== --- drivers/serial/serial/serial.h (revision 70775) +++ drivers/serial/serial/serial.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Serial driver - * FILE: drivers/dd/serial/serial.h + * FILE: drivers/serial/serial/serial.h * PURPOSE: Serial driver header * * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) Index: drivers/setup/blue/blue.c =================================================================== --- drivers/setup/blue/blue.c (revision 70775) +++ drivers/setup/blue/blue.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/dd/blue/blue.c + * FILE: drivers/setup/blue/blue.c * PURPOSE: Console (blue screen) device driver * PROGRAMMER: Eric Kohl * UPDATE HISTORY: Index: drivers/setup/blue/blue.h =================================================================== --- drivers/setup/blue/blue.h (revision 70775) +++ drivers/setup/blue/blue.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Setup Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/setup/blue/font.h + * FILE: drivers/setup/blue/blue.h * PURPOSE: Loading specific fonts into VGA * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ Index: drivers/storage/class/cdrom/cdrom.c =================================================================== --- drivers/storage/class/cdrom/cdrom.c (revision 70775) +++ drivers/storage/class/cdrom/cdrom.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/cdrom/cdrom.c + * FILE: drivers/storage/class/cdrom/cdrom.c * PURPOSE: CDROM driver * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/class/cdrom/findscsi.c =================================================================== --- drivers/storage/class/cdrom/findscsi.c (revision 70775) +++ drivers/storage/class/cdrom/findscsi.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/cdrom/cdrom.c + * FILE: drivers/storage/class/cdrom/findscsi.c * PURPOSE: CDROM driver * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/class/class2/class2.c =================================================================== --- drivers/storage/class/class2/class2.c (revision 70775) +++ drivers/storage/class/class2/class2.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/class2/class2.c + * FILE: drivers/storage/class/class2/class2.c * PURPOSE: SCSI Class driver routines * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/class/disk/disk.c =================================================================== --- drivers/storage/class/disk/disk.c (revision 70775) +++ drivers/storage/class/disk/disk.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/disk/disk.c + * FILE: drivers/storage/class/disk/disk.c * PURPOSE: Disk class driver * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/class/include/class2.h =================================================================== --- drivers/storage/class/include/class2.h (revision 70775) +++ drivers/storage/class/include/class2.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: services/storage/include/class2.h + * FILE: drivers/storage/class/include/class2.h * PURPOSE: SCSI class driver definitions * PROGRAMMER: Eric Kohl */ Index: drivers/storage/floppy/csqrtns.c =================================================================== --- drivers/storage/floppy/csqrtns.c (revision 70775) +++ drivers/storage/floppy/csqrtns.c (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: csqrtns.c + * FILE: drivers/storage/floppy/csqrtns.c * PURPOSE: Cancel-safe queue routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/csqrtns.h =================================================================== --- drivers/storage/floppy/csqrtns.h (revision 70775) +++ drivers/storage/floppy/csqrtns.h (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: csqrtns.h + * FILE: drivers/storage/floppy/csqrtns.h * PURPOSE: Header for Cancel-safe queue routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/floppy.c =================================================================== --- drivers/storage/floppy/floppy.c (revision 70775) +++ drivers/storage/floppy/floppy.c (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: floppy.c + * FILE: drivers/storage/floppy/floppy.c * PURPOSE: Main floppy driver routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/floppy.h =================================================================== --- drivers/storage/floppy/floppy.h (revision 70775) +++ drivers/storage/floppy/floppy.h (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: floppy.h + * FILE: drivers/storage/floppy/floppy.h * PURPOSE: Header for Main floppy driver routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/hardware.c =================================================================== --- drivers/storage/floppy/hardware.c (revision 70775) +++ drivers/storage/floppy/hardware.c (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: hardware.c + * FILE: drivers/storage/floppy/hardware.c * PURPOSE: FDC Hardware control routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/hardware.h =================================================================== --- drivers/storage/floppy/hardware.h (revision 70775) +++ drivers/storage/floppy/hardware.h (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: hardware.h + * FILE: drivers/storage/floppy/hardware.h * PURPOSE: Header for FDC control routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/ioctl.c =================================================================== --- drivers/storage/floppy/ioctl.c (revision 70775) +++ drivers/storage/floppy/ioctl.c (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: ioctl.c + * FILE: drivers/storage/floppy/ioctl.c * PURPOSE: IOCTL Routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/ioctl.h =================================================================== --- drivers/storage/floppy/ioctl.h (revision 70775) +++ drivers/storage/floppy/ioctl.h (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: ioctl.h + * FILE: drivers/storage/floppy/ioctl.h * PURPOSE: Header for IOCTL routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/readwrite.c =================================================================== --- drivers/storage/floppy/readwrite.c (revision 70775) +++ drivers/storage/floppy/readwrite.c (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: readwrite.c + * FILE: drivers/storage/floppy/readwrite.c * PURPOSE: Read/Write handler routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/readwrite.h =================================================================== --- drivers/storage/floppy/readwrite.h (revision 70775) +++ drivers/storage/floppy/readwrite.h (working copy) @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * PROJECT: ReactOS Floppy Driver - * FILE: readwrite.h + * FILE: drivers/storage/floppy/readwrite.h * PURPOSE: Header for read/write routines * PROGRAMMER: Vizzini (vizzini@plasmic.com) * REVISIONS: Index: drivers/storage/floppy/SOURCES =================================================================== --- drivers/storage/floppy/SOURCES (revision 70775) +++ drivers/storage/floppy/SOURCES (working copy) @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # PROJECT: ReactOS Floppy Driver -# FILE: SOURCES +# FILE: drivers/storage/floppy/SOURCES # PURPOSE: SOURCES file for Microsoft DDK build system # PROGRAMMER: Vizzini (vizzini@plasmic.com) # REVISIONS: Index: drivers/storage/ide/atapi/atapi.c =================================================================== --- drivers/storage/ide/atapi/atapi.c (revision 70775) +++ drivers/storage/ide/atapi/atapi.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/atapi/atapi.c + * FILE: drivers/storage/ide/atapi/atapi.c * PURPOSE: ATAPI IDE miniport driver * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/ide/atapi/atapi.h =================================================================== --- drivers/storage/ide/atapi/atapi.h (revision 70775) +++ drivers/storage/ide/atapi/atapi.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Storage Stack * LICENSE: DDK - see license.txt in the root dir - * FILE: drivers/storage/atapi/atapi.h + * FILE: drivers/storage/ide/atapi/atapi.h * PURPOSE: ATAPI IDE miniport driver * PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK */ Index: drivers/storage/ide/pciide/pciide.c =================================================================== --- drivers/storage/ide/pciide/pciide.c (revision 70775) +++ drivers/storage/ide/pciide/pciide.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver - * FILE: drivers/storage/pciide/pciide.c + * FILE: drivers/storage/ide/pciide/pciide.c * PURPOSE: Main file * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/storage/ide/pciidex/fdo.c =================================================================== --- drivers/storage/ide/pciidex/fdo.c (revision 70775) +++ drivers/storage/ide/pciidex/fdo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension - * FILE: drivers/storage/pciidex/fdo.c + * FILE: drivers/storage/ide/pciidex/fdo.c * PURPOSE: IRP_MJ_PNP operations for FDOs * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/storage/ide/pciidex/miniport.c =================================================================== --- drivers/storage/ide/pciidex/miniport.c (revision 70775) +++ drivers/storage/ide/pciidex/miniport.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension - * FILE: drivers/storage/pciidex/miniport.c + * FILE: drivers/storage/ide/pciidex/miniport.c * PURPOSE: Miniport functions * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/storage/ide/pciidex/misc.c =================================================================== --- drivers/storage/ide/pciidex/misc.c (revision 70775) +++ drivers/storage/ide/pciidex/misc.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension - * FILE: drivers/storage/pciidex/misc.c + * FILE: drivers/storage/ide/pciidex/misc.c * PURPOSE: Misceallenous operations * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/storage/ide/pciidex/pciidex.c =================================================================== --- drivers/storage/ide/pciidex/pciidex.c (revision 70775) +++ drivers/storage/ide/pciidex/pciidex.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension - * FILE: drivers/storage/pciidex/pciidex.c + * FILE: drivers/storage/ide/pciidex/pciidex.c * PURPOSE: Main file * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/storage/ide/pciidex/pdo.c =================================================================== --- drivers/storage/ide/pciidex/pdo.c (revision 70775) +++ drivers/storage/ide/pciidex/pdo.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: PCI IDE bus driver extension - * FILE: drivers/storage/pciidex/pdo.c + * FILE: drivers/storage/ide/pciidex/pdo.c * PURPOSE: IRP_MJ_PNP operations for PDOs * PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org) */ Index: drivers/usb/usbccgp/function.c =================================================================== --- drivers/usb/usbccgp/function.c (revision 70775) +++ drivers/usb/usbccgp/function.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbccgp/descriptor.c + * FILE: drivers/usb/usbccgp/function.c * PURPOSE: USB device driver. * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/usb/usbehci/hardware.cpp =================================================================== --- drivers/usb/usbehci/hardware.cpp (revision 70775) +++ drivers/usb/usbehci/hardware.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbehci/hcd_controller.cpp + * FILE: drivers/usb/usbehci/hardware.cpp * PURPOSE: USB EHCI device driver. * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/usb/usbhub/misc.c =================================================================== --- drivers/usb/usbhub/misc.c (revision 70775) +++ drivers/usb/usbhub/misc.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Hub Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbhub/fdo.c + * FILE: drivers/usb/usbhub/misc.c * PURPOSE: Misc helper functions * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/usb/usbhub/pdo.c =================================================================== --- drivers/usb/usbhub/pdo.c (revision 70775) +++ drivers/usb/usbhub/pdo.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Hub Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbhub/fdo.c + * FILE: drivers/usb/usbhub/pdo.c * PURPOSE: Handle PDO * PROGRAMMERS: * Hervé Poussineau (hpoussin@reactos.org) Index: drivers/usb/usbhub/usbhub.c =================================================================== --- drivers/usb/usbhub/usbhub.c (revision 70775) +++ drivers/usb/usbhub/usbhub.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Hub Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbhub/fdo.c + * FILE: drivers/usb/usbhub/usbhub.c * PURPOSE: UsbHub Driver * PROGRAMMERS: * Hervé Poussineau (hpoussin@reactos.org) Index: drivers/usb/usbohci/hardware.cpp =================================================================== --- drivers/usb/usbohci/hardware.cpp (revision 70775) +++ drivers/usb/usbohci/hardware.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbohci/hcd_controller.cpp + * FILE: drivers/usb/usbohci/hardware.cpp * PURPOSE: USB OHCI device driver. * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/usb/usbstor/scsi.c =================================================================== --- drivers/usb/usbstor/scsi.c (revision 70775) +++ drivers/usb/usbstor/scsi.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Storage Driver * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbstor/pdo.c + * FILE: drivers/usb/usbstor/scsi.c * PURPOSE: USB block storage device driver. * PROGRAMMERS: * James Tabor Index: drivers/usb/usbuhci/hardware.cpp =================================================================== --- drivers/usb/usbuhci/hardware.cpp (revision 70775) +++ drivers/usb/usbuhci/hardware.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbuhci/hcd_controller.cpp + * FILE: drivers/usb/usbuhci/hardware.cpp * PURPOSE: USB UHCI device driver. * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/usb/usbuhci/usbuhci.cpp =================================================================== --- drivers/usb/usbuhci/usbuhci.cpp (revision 70775) +++ drivers/usb/usbuhci/usbuhci.cpp (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/usb/usbuhci/usbohci.cpp + * FILE: drivers/usb/usbuhci/usbuhci.cpp * PURPOSE: USB UHCI device driver. * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: drivers/wdm/audio/backpln/portcls/adapter.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/adapter.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/adapter.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/api.cpp + * FILE: drivers/wdm/audio/backpln/portcls/adapter.cpp * PURPOSE: Port Class driver / DriverEntry and IRP handlers * PROGRAMMER: Andrew Greenwood * Johannes Anderwald Index: drivers/wdm/audio/backpln/portcls/connection.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/connection.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/connection.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/connection.c + * FILE: drivers/wdm/audio/backpln/portcls/connection.cpp * PURPOSE: portcls physical connection registration * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/dispatcher.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/dispatcher.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/dispatcher.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/dispatcher.c + * FILE: drivers/wdm/audio/backpln/portcls/dispatcher.cpp * PURPOSE: portcls generic dispatcher * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/dma_slave.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/dma_slave.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/dma_slave.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/dma_init.c + * FILE: drivers/wdm/audio/backpln/portcls/dma_slave.cpp * PURPOSE: portcls dma support object * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/filter_topology.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_topology.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/filter_topology.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/filter_topology.c + * FILE: drivers/wdm/audio/backpln/portcls/filter_topology.cpp * PURPOSE: portcls topology filter * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/filter_wavecyclic.c + * FILE: drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp * PURPOSE: portcls wave cyclic filter * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/purecall.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/purecall.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/purecall.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/connection.c + * FILE: drivers/wdm/audio/backpln/portcls/purecall.cpp * PURPOSE: purecall stub * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/backpln/portcls/undoc.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/undoc.cpp (revision 70775) +++ drivers/wdm/audio/backpln/portcls/undoc.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/backpln/portcls/api.cpp + * FILE: drivers/wdm/audio/backpln/portcls/undoc.cpp * PURPOSE: Port api functions * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/filters/kmixer/pin.c =================================================================== --- drivers/wdm/audio/filters/kmixer/pin.c (revision 70775) +++ drivers/wdm/audio/filters/kmixer/pin.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel Streaming Mixer * LICENSE: GPL - See COPYING in the top level directory - * FILE: drivers/wdm/audio/filters/kmixer/kmixer.c + * FILE: drivers/wdm/audio/filters/kmixer/pin.c * PURPOSE: Pin functions * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org) */ Index: drivers/wdm/audio/hdaudbus/businterface.cpp =================================================================== --- drivers/wdm/audio/hdaudbus/businterface.cpp (revision 70775) +++ drivers/wdm/audio/hdaudbus/businterface.cpp (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming -* FILE: drivers/wdm/audio/hdaudbus/hdaudbus.cpp +* FILE: drivers/wdm/audio/hdaudbus/businterface.cpp * PURPOSE: HDA Driver Entry * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/legacy/stream/control.c =================================================================== --- drivers/wdm/audio/legacy/stream/control.c (revision 70775) +++ drivers/wdm/audio/legacy/stream/control.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/legacy/stream/dll.c + * FILE: drivers/wdm/audio/legacy/stream/control.c * PURPOSE: kernel mode driver initialization * PROGRAMMER: Johannes Anderwald */ Index: drivers/wdm/audio/legacy/wdmaud/control.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/control.c (revision 70775) +++ drivers/wdm/audio/legacy/wdmaud/control.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/legacy/wdmaud/deviface.c + * FILE: drivers/wdm/audio/legacy/wdmaud/control.c * PURPOSE: System Audio graph builder * PROGRAMMER: Andrew Greenwood * Johannes Anderwald Index: drivers/wdm/audio/legacy/wdmaud/entry.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/entry.c (revision 70775) +++ drivers/wdm/audio/legacy/wdmaud/entry.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/legacy/wdmaud/main.c + * FILE: drivers/wdm/audio/legacy/wdmaud/entry.c * PURPOSE: System Audio graph builder * PROGRAMMER: Andrew Greenwood * Johannes Anderwald Index: drivers/wdm/audio/sysaudio/pin.c =================================================================== --- drivers/wdm/audio/sysaudio/pin.c (revision 70775) +++ drivers/wdm/audio/sysaudio/pin.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: drivers/wdm/audio/sysaudio/deviface.c + * FILE: drivers/wdm/audio/sysaudio/pin.c * PURPOSE: System Audio graph builder * PROGRAMMER: Johannes Anderwald */ Index: hal/halx86/mp/mpsboot.asm =================================================================== --- hal/halx86/mp/mpsboot.asm (revision 70775) +++ hal/halx86/mp/mpsboot.asm (working copy) @@ -1,7 +1,7 @@ ; ; COPYRIGHT: See COPYING in the top level directory ; PROJECT: ReactOS kernel -; FILE: hal/halx86/mp/mpsboot.c +; FILE: hal/halx86/mp/mpsboot.asm ; PURPOSE: Bootstrap code for application processors ; PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) ; UPDATE HISTORY: Index: lib/cportlib/cport.c =================================================================== --- lib/cportlib/cport.c (revision 70775) +++ lib/cportlib/cport.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS ComPort Library * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: lib/reactos/cportlib/cport.c + * FILE: lib/cportlib/cport.c * PURPOSE: Provides a serial port library for KDCOM, INIT, and FREELDR * PROGRAMMERS: ReactOS Portable Systems Group */ Index: lib/dnslib/inc/dnslib.h =================================================================== --- lib/dnslib/inc/dnslib.h (revision 70775) +++ lib/dnslib/inc/dnslib.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Ancillary Function Driver DLL - * FILE: include/mswsock.h + * FILE: lib/dnslib/inc/dnslib.h * PURPOSE: Ancillary Function Driver DLL header */ Index: lib/dnslib/inc/precomp.h =================================================================== --- lib/dnslib/inc/precomp.h (revision 70775) +++ lib/dnslib/inc/precomp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DNS Shared Library - * FILE: lib/dnslib/precomp.h + * FILE: lib/dnslib/inc/precomp.h * PURPOSE: DNSLIB Precompiled Header */ Index: lib/dnslib/inc/windnsp.h =================================================================== --- lib/dnslib/inc/windnsp.h (revision 70775) +++ lib/dnslib/inc/windnsp.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS DNSAPI Header - * FILE: include/libs/dns/windnsp.h + * FILE: lib/dnslib/inc/windnsp.h * PURPOSE: DNSLIB Precompiled Header */ Index: lib/drivers/hidparser/hidparser.h =================================================================== --- lib/drivers/hidparser/hidparser.h (revision 70775) +++ lib/drivers/hidparser/hidparser.h (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Universal Serial Bus Bulk Enhanced Host Controller Interface * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/drivers/hidparser/hidparser.c + * FILE: lib/drivers/hidparser/hidparser.h * PURPOSE: HID Parser * PROGRAMMERS: * Michael Martin (michael.martin@reactos.org) Index: lib/drivers/ip/network/address.c =================================================================== --- lib/drivers/ip/network/address.c (revision 70775) +++ lib/drivers/ip/network/address.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/address.c + * FILE: lib/drivers/ip/network/address.c * PURPOSE: Routines for handling addresses * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/arp.c =================================================================== --- lib/drivers/ip/network/arp.c (revision 70775) +++ lib/drivers/ip/network/arp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: datalink/arp.c + * FILE: lib/drivers/ip/network/arp.c * PURPOSE: Address Resolution Protocol routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/checksum.c =================================================================== --- lib/drivers/ip/network/checksum.c (revision 70775) +++ lib/drivers/ip/network/checksum.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/checksum.c + * FILE: lib/drivers/ip/network/checksum.c * PURPOSE: Checksum routines * NOTES: The checksum routine is from RFC 1071 * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) Index: lib/drivers/ip/network/icmp.c =================================================================== --- lib/drivers/ip/network/icmp.c (revision 70775) +++ lib/drivers/ip/network/icmp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/icmp.c + * FILE: lib/drivers/ip/network/icmp.c * PURPOSE: Internet Control Message Protocol routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/interface.c =================================================================== --- lib/drivers/ip/network/interface.c (revision 70775) +++ lib/drivers/ip/network/interface.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/interface.c + * FILE: lib/drivers/ip/network/interface.c * PURPOSE: Convenient abstraction for getting and setting information * in IP_INTERFACE. * PROGRAMMERS: Art Yerkes Index: lib/drivers/ip/network/ip.c =================================================================== --- lib/drivers/ip/network/ip.c (revision 70775) +++ lib/drivers/ip/network/ip.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/ip.c + * FILE: lib/drivers/ip/network/ip.c * PURPOSE: Internet Protocol module * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/loopback.c =================================================================== --- lib/drivers/ip/network/loopback.c (revision 70775) +++ lib/drivers/ip/network/loopback.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: datalink/loopback.c + * FILE: lib/drivers/ip/network/loopback.c * PURPOSE: Loopback adapter * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/neighbor.c =================================================================== --- lib/drivers/ip/network/neighbor.c (revision 70775) +++ lib/drivers/ip/network/neighbor.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/neighbor.c + * FILE: lib/drivers/ip/network/neighbor.c * PURPOSE: Neighbor address cache * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/ports.c =================================================================== --- lib/drivers/ip/network/ports.c (revision 70775) +++ lib/drivers/ip/network/ports.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/ports.c + * FILE: lib/drivers/ip/network/ports.c * PURPOSE: Port allocation * PROGRAMMERS: arty (ayerkes@speakeasy.net) * REVISIONS: Index: lib/drivers/ip/network/receive.c =================================================================== --- lib/drivers/ip/network/receive.c (revision 70775) +++ lib/drivers/ip/network/receive.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/receive.c + * FILE: lib/drivers/ip/network/receive.c * PURPOSE: Internet Protocol receive routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * NOTES: The IP datagram reassembly algorithm is taken from Index: lib/drivers/ip/network/router.c =================================================================== --- lib/drivers/ip/network/router.c (revision 70775) +++ lib/drivers/ip/network/router.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/router.c + * FILE: lib/drivers/ip/network/router.c * PURPOSE: IP routing subsystem * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * NOTES: Index: lib/drivers/ip/network/routines.c =================================================================== --- lib/drivers/ip/network/routines.c (revision 70775) +++ lib/drivers/ip/network/routines.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: tcpip/routines.c + * FILE: lib/drivers/ip/network/routines.c * PURPOSE: Common routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/network/transmit.c =================================================================== --- lib/drivers/ip/network/transmit.c (revision 70775) +++ lib/drivers/ip/network/transmit.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: network/transmit.c + * FILE: lib/drivers/ip/network/transmit.c * PURPOSE: Internet Protocol transmit routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/transport/datagram/datagram.c =================================================================== --- lib/drivers/ip/transport/datagram/datagram.c (revision 70775) +++ lib/drivers/ip/transport/datagram/datagram.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/datagram/datagram.c + * FILE: lib/drivers/ip/transport/datagram/datagram.c * PURPOSE: Routines for sending and receiving datagrams * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/transport/rawip/rawip.c =================================================================== --- lib/drivers/ip/transport/rawip/rawip.c (revision 70775) +++ lib/drivers/ip/transport/rawip/rawip.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/rawip/rawip.c + * FILE: lib/drivers/ip/transport/rawip/rawip.c * PURPOSE: User Datagram Protocol routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/ip/transport/tcp/accept.c =================================================================== --- lib/drivers/ip/transport/tcp/accept.c (revision 70775) +++ lib/drivers/ip/transport/tcp/accept.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/tcp/accept.c + * FILE: lib/drivers/ip/transport/tcp/accept.c * PURPOSE: Transmission Control Protocol Listen/Accept code * PROGRAMMERS: Art Yerkes (arty@users.sf.net) * REVISIONS: Index: lib/drivers/ip/transport/tcp/event.c =================================================================== --- lib/drivers/ip/transport/tcp/event.c (revision 70775) +++ lib/drivers/ip/transport/tcp/event.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/tcp/event.c + * FILE: lib/drivers/ip/transport/tcp/event.c * PURPOSE: Transmission Control Protocol * PROGRAMMERS: Cameron Gutman (cameron.gutman@reactos.org) */ Index: lib/drivers/ip/transport/tcp/tcp.c =================================================================== --- lib/drivers/ip/transport/tcp/tcp.c (revision 70775) +++ lib/drivers/ip/transport/tcp/tcp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/tcp/tcp.c + * FILE: lib/drivers/ip/transport/tcp/tcp.c * PURPOSE: Transmission Control Protocol * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Art Yerkes (arty@users.sf.net) Index: lib/drivers/ip/transport/udp/udp.c =================================================================== --- lib/drivers/ip/transport/udp/udp.c (revision 70775) +++ lib/drivers/ip/transport/udp/udp.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver - * FILE: transport/udp/udp.c + * FILE: lib/drivers/ip/transport/udp/udp.c * PURPOSE: User Datagram Protocol routines * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * REVISIONS: Index: lib/drivers/sound/libusbaudio/parser.c =================================================================== --- lib/drivers/sound/libusbaudio/parser.c (revision 70775) +++ lib/drivers/sound/libusbaudio/parser.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming -* FILE: lib/drivers/sound/libusbaudio/libusbaudio.c +* FILE: lib/drivers/sound/libusbaudio/parser.c * PURPOSE: USB AUDIO Parser * PROGRAMMER: Johannes Anderwald */ Index: lib/drivers/sound/mmebuddy/auxiliary/auxMessage.c =================================================================== --- lib/drivers/sound/mmebuddy/auxiliary/auxMessage.c (revision 70775) +++ lib/drivers/sound/mmebuddy/auxiliary/auxMessage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/auxiliary/auxMessage.c + * FILE: lib/drivers/sound/mmebuddy/auxiliary/auxMessage.c * * PURPOSE: Provides the auxMessage exported function, as required by * the MME API, for auxiliary device support. Index: lib/drivers/sound/mmebuddy/midi/midMessage.c =================================================================== --- lib/drivers/sound/mmebuddy/midi/midMessage.c (revision 70775) +++ lib/drivers/sound/mmebuddy/midi/midMessage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/midi/midMessage.c + * FILE: lib/drivers/sound/mmebuddy/midi/midMessage.c * * PURPOSE: Provides the midMessage exported function, as required by * the MME API, for MIDI input device support. Index: lib/drivers/sound/mmebuddy/midi/modMessage.c =================================================================== --- lib/drivers/sound/mmebuddy/midi/modMessage.c (revision 70775) +++ lib/drivers/sound/mmebuddy/midi/modMessage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/midi/modMessage.c + * FILE: lib/drivers/sound/mmebuddy/midi/modMessage.c * * PURPOSE: Provides the modMessage exported function, as required by * the MME API, for MIDI output device support. Index: lib/drivers/sound/mmebuddy/mixer/mxdMessage.c =================================================================== --- lib/drivers/sound/mmebuddy/mixer/mxdMessage.c (revision 70775) +++ lib/drivers/sound/mmebuddy/mixer/mxdMessage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/mixer/mxdMessage.c + * FILE: lib/drivers/sound/mmebuddy/mixer/mxdMessage.c * * PURPOSE: Provides the mxdMessage exported function, as required by * the MME API, for mixer device support. Index: lib/drivers/sound/mmebuddy/reentrancy.c =================================================================== --- lib/drivers/sound/mmebuddy/reentrancy.c (revision 70775) +++ lib/drivers/sound/mmebuddy/reentrancy.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/reentrancy.c + * FILE: lib/drivers/sound/mmebuddy/reentrancy.c * * PURPOSE: Provides entry-point mutex guards. * Index: lib/drivers/sound/mmebuddy/utility.c =================================================================== --- lib/drivers/sound/mmebuddy/utility.c (revision 70775) +++ lib/drivers/sound/mmebuddy/utility.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/utility.c + * FILE: lib/drivers/sound/mmebuddy/utility.c * * PURPOSE: Provides utility functions used by the library. * Index: lib/drivers/sound/mmebuddy/wave/widMessage.c =================================================================== --- lib/drivers/sound/mmebuddy/wave/widMessage.c (revision 70775) +++ lib/drivers/sound/mmebuddy/wave/widMessage.c (working copy) @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Sound System "MME Buddy" Library * LICENSE: GPL - See COPYING in the top level directory - * FILE: lib/sound/mmebuddy/wave/widMessage.c + * FILE: lib/drivers/sound/mmebuddy/wave/widMessage.c * * PURPOSE: Provides the widMessage exported function, as required by * the MME API, for wave input device support. Index: lib/drivers/sound/mmixer/mixer.c =================================================================== --- lib/drivers/sound/mmixer/mixer.c (revision 70775) +++ lib/drivers/sound/mmixer/mixer.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming - * FILE: lib/drivers/sound/mmixer/mmixer.c + * FILE: lib/drivers/sound/mmixer/mixer.c * PURPOSE: Mixer Handling Functions * PROGRAMMER: Johannes Anderwald */ Index: lib/epsapi/enum/drivers.c =================================================================== --- lib/epsapi/enum/drivers.c (revision 70775) +++ lib/epsapi/enum/drivers.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * LICENSE: See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries - * FILE: reactos/lib/epsapi/enum/drivers.c + * FILE: lib/epsapi/enum/drivers.c * PURPOSE: Enumerate system modules * PROGRAMMER: KJK::Hyperion * UPDATE HISTORY: Index: lib/epsapi/enum/modules.c =================================================================== --- lib/epsapi/enum/modules.c (revision 70775) +++ lib/epsapi/enum/modules.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * LICENSE: See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries - * FILE: reactos/lib/epsapi/enum/module.c + * FILE: lib/epsapi/enum/modules.c * PURPOSE: Enumerate process modules * PROGRAMMER: KJK::Hyperion * UPDATE HISTORY: Index: lib/epsapi/enum/processes.c =================================================================== --- lib/epsapi/enum/processes.c (revision 70775) +++ lib/epsapi/enum/processes.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * LICENSE: See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries - * FILE: reactos/lib/epsapi/enum/processes.c + * FILE: lib/epsapi/enum/processes.c * PURPOSE: Enumerate processes and threads * PROGRAMMER: KJK::Hyperion * UPDATE HISTORY: Index: lib/fslib/ext2lib/Badblock.c =================================================================== --- lib/fslib/ext2lib/Badblock.c (revision 70775) +++ lib/fslib/ext2lib/Badblock.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Badblock.c + * FILE: lib/fslib/ext2lib/Badblock.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Bitmap.c =================================================================== --- lib/fslib/ext2lib/Bitmap.c (revision 70775) +++ lib/fslib/ext2lib/Bitmap.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Bitmap.c + * FILE: lib/fslib/ext2lib/Bitmap.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Disk.c =================================================================== --- lib/fslib/ext2lib/Disk.c (revision 70775) +++ lib/fslib/ext2lib/Disk.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Disk.c + * FILE: lib/fslib/ext2lib/Disk.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Disk.h =================================================================== --- lib/fslib/ext2lib/Disk.h (revision 70775) +++ lib/fslib/ext2lib/Disk.h (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Disk.h + * FILE: lib/fslib/ext2lib/Disk.h * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Group.c =================================================================== --- lib/fslib/ext2lib/Group.c (revision 70775) +++ lib/fslib/ext2lib/Group.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Group.c + * FILE: lib/fslib/ext2lib/Group.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Inode.c =================================================================== --- lib/fslib/ext2lib/Inode.c (revision 70775) +++ lib/fslib/ext2lib/Inode.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Inode.c + * FILE: lib/fslib/ext2lib/Inode.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Memory.c =================================================================== --- lib/fslib/ext2lib/Memory.c (revision 70775) +++ lib/fslib/ext2lib/Memory.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Memory.c + * FILE: lib/fslib/ext2lib/Memory.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Mke2fs.c =================================================================== --- lib/fslib/ext2lib/Mke2fs.c (revision 70775) +++ lib/fslib/ext2lib/Mke2fs.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Disk.c + * FILE: lib/fslib/ext2lib/Mke2fs.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Mke2fs.h =================================================================== --- lib/fslib/ext2lib/Mke2fs.h (revision 70775) +++ lib/fslib/ext2lib/Mke2fs.h (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Mke2fs.h + * FILE: lib/fslib/ext2lib/Mke2fs.h * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Super.c =================================================================== --- lib/fslib/ext2lib/Super.c (revision 70775) +++ lib/fslib/ext2lib/Super.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Super.c + * FILE: lib/fslib/ext2lib/Super.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/ext2lib/Uuid.c =================================================================== --- lib/fslib/ext2lib/Uuid.c (revision 70775) +++ lib/fslib/ext2lib/Uuid.c (working copy) @@ -1,6 +1,6 @@ /* * PROJECT: Mke2fs - * FILE: Timer.c + * FILE: lib/fslib/ext2lib/Uuid.c * PROGRAMMER: Matt Wu * HOMEPAGE: http://ext2.yeah.net */ Index: lib/fslib/vfatlib/common.c =================================================================== --- lib/fslib/vfatlib/common.c (revision 70775) +++ lib/fslib/vfatlib/common.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: lib\fslib\vfatlib\common.c + * FILE: lib/fslib/vfatlib/common.c * PURPOSE: Common code for Fat support * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Eric Kohl Index: lib/fslib/vfatlib/common.h =================================================================== --- lib/fslib/vfatlib/common.h (revision 70775) +++ lib/fslib/vfatlib/common.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: lib\fslib\vfatlib\common.h + * FILE: lib/fslib/vfatlib/common.h * PURPOSE: Common code for Fat support * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Eric Kohl Index: lib/fslib/vfatlib/fat12.c =================================================================== --- lib/fslib/vfatlib/fat12.c (revision 70775) +++ lib/fslib/vfatlib/fat12.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: fat12.c + * FILE: lib/fslib/vfatlib/fat12.c * PURPOSE: Fat12 support * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Eric Kohl Index: lib/fslib/vfatlib/fat16.c =================================================================== --- lib/fslib/vfatlib/fat16.c (revision 70775) +++ lib/fslib/vfatlib/fat16.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: fat16.c + * FILE: lib/fslib/vfatlib/fat16.c * PURPOSE: Fat16 support * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Eric Kohl Index: lib/fslib/vfatlib/fat32.c =================================================================== --- lib/fslib/vfatlib/fat32.c (revision 70775) +++ lib/fslib/vfatlib/fat32.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: fat32.c + * FILE: lib/fslib/vfatlib/fat32.c * PURPOSE: Fat32 support * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * Eric Kohl Index: lib/fslib/vfatlib/vfatlib.c =================================================================== --- lib/fslib/vfatlib/vfatlib.c (revision 70775) +++ lib/fslib/vfatlib/vfatlib.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: lib\fslib\vfatlib\vfatlib.c + * FILE: lib/fslib/vfatlib/vfatlib.c * PURPOSE: Main API * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) */ Index: lib/fslib/vfatlib/vfatlib.h =================================================================== --- lib/fslib/vfatlib/vfatlib.h (revision 70775) +++ lib/fslib/vfatlib/vfatlib.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: vfatlib.h + * FILE: lib/fslib/vfatlib/vfatlib.h */ #ifndef _VFATLIB_H_ Index: lib/fslib/vfatxlib/fatx.c =================================================================== --- lib/fslib/vfatxlib/fatx.c (revision 70775) +++ lib/fslib/vfatxlib/fatx.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFATX filesystem library - * FILE: fatx.c + * FILE: lib/fslib/vfatxlib/fatx.c * PURPOSE: Fatx support * PROGRAMMERS: * REVISIONS: Index: lib/fslib/vfatxlib/vfatxlib.c =================================================================== --- lib/fslib/vfatxlib/vfatxlib.c (revision 70775) +++ lib/fslib/vfatxlib/vfatxlib.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFATx filesystem library - * FILE: vfatxlib.c + * FILE: lib/fslib/vfatxlib/vfatxlib.c * PURPOSE: Main API * PROGRAMMERS: * REVISIONS: Index: lib/fslib/vfatxlib/vfatxlib.h =================================================================== --- lib/fslib/vfatxlib/vfatxlib.h (revision 70775) +++ lib/fslib/vfatxlib/vfatxlib.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS VFAT filesystem library - * FILE: vfatxlib.h + * FILE: lib/fslib/vfatxlib/vfatxlib.h */ #ifndef _VFATXLIB_H_ Index: lib/pseh/amd64/seh.s =================================================================== --- lib/pseh/amd64/seh.s (revision 70775) +++ lib/pseh/amd64/seh.s (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS CRT - * FILE: lib/pseh/amd64/seh.S + * FILE: lib/pseh/amd64/seh.s * PURPOSE: SEH Support for the CRT * PROGRAMMERS: */ Index: lib/pseh/amd64/seh_prolog.s =================================================================== --- lib/pseh/amd64/seh_prolog.s (revision 70775) +++ lib/pseh/amd64/seh_prolog.s (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GNU GPL, see COPYING in the top level directory * PROJECT: ReactOS CRT - * FILE: lib/pseh/amd64/seh_prolog.S + * FILE: lib/pseh/amd64/seh_prolog.s * PURPOSE: SEH Support for MSVC * PROGRAMMERS: Timo Kreuzer */ Index: lib/pseh/arm/seh_prolog.s =================================================================== --- lib/pseh/arm/seh_prolog.s (revision 70775) +++ lib/pseh/arm/seh_prolog.s (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GNU GPL, see COPYING in the top level directory * PROJECT: ReactOS CRT - * FILE: lib/pseh/arm/seh_prolog.S + * FILE: lib/pseh/arm/seh_prolog.s * PURPOSE: SEH Support for MSVC / ARM * PROGRAMMERS: Timo Kreuzer */ Index: lib/pseh/i386/seh.s =================================================================== --- lib/pseh/i386/seh.s (revision 70775) +++ lib/pseh/i386/seh.s (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS CRT - * FILE: lib/crt/misc/i386/seh.S + * FILE: lib/pseh/i386/seh.s * PURPOSE: SEH Support for the CRT * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ Index: lib/pseh/i386/seh_prolog.s =================================================================== --- lib/pseh/i386/seh_prolog.s (revision 70775) +++ lib/pseh/i386/seh_prolog.s (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GNU GPL, see COPYING in the top level directory * PROJECT: ReactOS CRT - * FILE: lib/crt/misc/i386/seh_prolog.S + * FILE: lib/pseh/i386/seh_prolog.s * PURPOSE: SEH Support for MSVC * PROGRAMMERS: Timo Kreuzer */ Index: lib/rossym/fromraw.c =================================================================== --- lib/rossym/fromraw.c (revision 70775) +++ lib/rossym/fromraw.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/frommem.c + * FILE: lib/rossym/fromraw.c * PURPOSE: Creating rossym info from an in-memory image * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym/init.c =================================================================== --- lib/rossym/init.c (revision 70775) +++ lib/rossym/init.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/data.c + * FILE: lib/rossym/init.c * PURPOSE: Definition of external variables * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym/iofile.c =================================================================== --- lib/rossym/iofile.c (revision 70775) +++ lib/rossym/iofile.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/zwfile.c + * FILE: lib/rossym/iofile.c * PURPOSE: File I/O using native functions * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/delete.c =================================================================== --- lib/rossym_new/delete.c (revision 70775) +++ lib/rossym_new/delete.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/delete.c + * FILE: lib/rossym_new/delete.c * PURPOSE: Free rossym info * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/find.c =================================================================== --- lib/rossym_new/find.c (revision 70775) +++ lib/rossym_new/find.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/find.c + * FILE: lib/rossym_new/find.c * PURPOSE: Find symbol info for an address * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/fromfile.c =================================================================== --- lib/rossym_new/fromfile.c (revision 70775) +++ lib/rossym_new/fromfile.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/fromfile.c + * FILE: lib/rossym_new/fromfile.c * PURPOSE: Creating rossym info from a file * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/frommem.c =================================================================== --- lib/rossym_new/frommem.c (revision 70775) +++ lib/rossym_new/frommem.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/frommem.c + * FILE: lib/rossym_new/frommem.c * PURPOSE: Creating rossym info from an in-memory image * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/fromraw.c =================================================================== --- lib/rossym_new/fromraw.c (revision 70775) +++ lib/rossym_new/fromraw.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/frommem.c + * FILE: lib/rossym_new/fromraw.c * PURPOSE: Creating rossym info from an in-memory image * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/getraw.c =================================================================== --- lib/rossym_new/getraw.c (revision 70775) +++ lib/rossym_new/getraw.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/getraw.c + * FILE: lib/rossym_new/getraw.c * PURPOSE: Convert rossym info to raw external format * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/init.c =================================================================== --- lib/rossym_new/init.c (revision 70775) +++ lib/rossym_new/init.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/data.c + * FILE: lib/rossym_new/init.c * PURPOSE: Definition of external variables * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/initkm.c =================================================================== --- lib/rossym_new/initkm.c (revision 70775) +++ lib/rossym_new/initkm.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/initkm.c + * FILE: lib/rossym_new/initkm.c * PURPOSE: Initialize library for use in kernel mode * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/initum.c =================================================================== --- lib/rossym_new/initum.c (revision 70775) +++ lib/rossym_new/initum.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/initum.c + * FILE: lib/rossym_new/initum.c * PURPOSE: Initialize library for use in user mode * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/iofile.c =================================================================== --- lib/rossym_new/iofile.c (revision 70775) +++ lib/rossym_new/iofile.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/zwfile.c + * FILE: lib/rossym_new/iofile.c * PURPOSE: File I/O using native functions * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/rossympriv.h =================================================================== --- lib/rossym_new/rossympriv.h (revision 70775) +++ lib/rossym_new/rossympriv.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/rossympriv.h + * FILE: lib/rossym_new/rossympriv.h * PURPOSE: Private header for rossym * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/rossym_new/zwfile.c =================================================================== --- lib/rossym_new/zwfile.c (revision 70775) +++ lib/rossym_new/zwfile.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: lib/rossym/zwfile.c + * FILE: lib/rossym_new/zwfile.c * PURPOSE: File I/O using native functions * * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com) Index: lib/sdk/nt/entry_point.c =================================================================== --- lib/sdk/nt/entry_point.c (revision 70775) +++ lib/sdk/nt/entry_point.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS - * FILE: lib/nt/entry_point.c + * FILE: lib/sdk/nt/entry_point.c * PURPOSE: Native NT Runtime Library * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) */ Index: lib/smlib/connect.c =================================================================== --- lib/smlib/connect.c (revision 70775) +++ lib/smlib/connect.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: reactos/lib/smlib/connect.c + * FILE: lib/smlib/connect.c * PURPOSE: Connect to the API LPC port exposed by the SM */ Index: lib/tdilib/enum.c =================================================================== --- lib/tdilib/enum.c (revision 70775) +++ lib/tdilib/enum.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TDI interface - * FILE: enum.c + * FILE: lib/tdilib/enum.c * PURPOSE: TDI entity enumeration */ Index: lib/tdilib/handle.c =================================================================== --- lib/tdilib/handle.c (revision 70775) +++ lib/tdilib/handle.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TDI interface - * FILE: handle.c + * FILE: lib/tdilib/handle.c * PURPOSE: TDI transport handle management */ Index: lib/tdilib/tdilib.h =================================================================== --- lib/tdilib/tdilib.h (revision 70775) +++ lib/tdilib/tdilib.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TDI interface - * FILE: tdilib.h + * FILE: lib/tdilib/tdilib.h * PURPOSE: Shared TDI library header */ Index: subsystems/mvdm/dos/asmxtras.inc =================================================================== --- subsystems/mvdm/dos/asmxtras.inc (revision 70775) +++ subsystems/mvdm/dos/asmxtras.inc (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: asmxtras.inc + * FILE: subsystems/mvdm/dos/asmxtras.inc * PURPOSE: Extended ASM macros for GAS and MASM/ML64 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr) * Index: subsystems/mvdm/dos/command.S =================================================================== --- subsystems/mvdm/dos/command.S (revision 70775) +++ subsystems/mvdm/dos/command.S (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine - * FILE: command.S + * FILE: subsystems/mvdm/dos/command.S * PURPOSE: DOS32 command.com for NTVDM * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr) */ Index: subsystems/mvdm/ntvdm/bios/bios32/dskbios32.c =================================================================== --- subsystems/mvdm/ntvdm/bios/bios32/dskbios32.c (revision 70775) +++ subsystems/mvdm/ntvdm/bios/bios32/dskbios32.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine - * FILE: dskbios32.c + * FILE: subsystems/mvdm/ntvdm/bios/bios32/dskbios32.c * PURPOSE: VDM 32-bit Disk BIOS * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr) */ Index: subsystems/mvdm/ntvdm/bios/bios32/dskbios32.h =================================================================== --- subsystems/mvdm/ntvdm/bios/bios32/dskbios32.h (revision 70775) +++ subsystems/mvdm/ntvdm/bios/bios32/dskbios32.h (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine - * FILE: dskbios32.h + * FILE: subsystems/mvdm/ntvdm/bios/bios32/dskbios32.h * PURPOSE: VDM 32-bit Disk BIOS * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr) */ Index: subsystems/mvdm/ntvdm/console/video.c =================================================================== --- subsystems/mvdm/ntvdm/console/video.c (revision 70775) +++ subsystems/mvdm/ntvdm/console/video.c (working copy) @@ -1,7 +1,7 @@ /* * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine - * FILE: subsystems/mvdm/ntvdm/hardware/video/console.c + * FILE: subsystems/mvdm/ntvdm/console/video.c * PURPOSE: Console driver for the video subsystem * PROGRAMMERS: Aleksandar Andrejevic * Hermes Belusca-Maito (hermes.belusca@sfr.fr) Index: win32ss/gdi/gdi32/objects/printdrv.c =================================================================== --- win32ss/gdi/gdi32/objects/printdrv.c (revision 70775) +++ win32ss/gdi/gdi32/objects/printdrv.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel * PURPOSE: GDI Printing Support - * FILE: dll/win32/gdi32/objects/printdrv.c + * FILE: win32ss/gdi/gdi32/objects/printdrv.c * PROGRAMER: * */ Index: win32ss/user/ntuser/desktop.c =================================================================== --- win32ss/user/ntuser/desktop.c (revision 70775) +++ win32ss/user/ntuser/desktop.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Win32k subsystem * PURPOSE: Desktops - * FILE: subsystems/win32/win32k/ntuser/desktop.c + * FILE: win32ss/user/ntuser/desktop.c * PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net) */ Index: win32ss/user/ntuser/monitor.c =================================================================== --- win32ss/user/ntuser/monitor.c (revision 70775) +++ win32ss/user/ntuser/monitor.c (working copy) @@ -2,7 +2,7 @@ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * PURPOSE: pMonitor support - * FILE: subsys/win32k/ntuser/monitor.c + * FILE: win32ss/user/ntuser/monitor.c * PROGRAMERS: Anich Gregor (blight@blight.eu.org) * Rafal Harabien (rafalh@reactos.org) */