diff --git a/reactos/boot/armllb/hw/omap3-zoom2/hwinfo.c b/reactos/boot/armllb/hw/omap3-zoom2/hwinfo.c index 3fd7edcbaac..f88a746308d 100644 --- a/reactos/boot/armllb/hw/omap3-zoom2/hwinfo.c +++ b/reactos/boot/armllb/hw/omap3-zoom2/hwinfo.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/armllb/hw/omap3-zoom2/hwuart.c + * FILE: boot/armllb/hw/omap3-zoom2/hwinfo.c * PURPOSE: LLB Hardware Info Routines for OMAP3 ZOOM2 * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/armllb/hw/omap3-zoom2/hwsynkp.c b/reactos/boot/armllb/hw/omap3-zoom2/hwsynkp.c index 39ccdcda4a6..9f0104af4e9 100644 --- a/reactos/boot/armllb/hw/omap3-zoom2/hwsynkp.c +++ b/reactos/boot/armllb/hw/omap3-zoom2/hwsynkp.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/armllb/hw/omap3-zoom2/hwsynkpd.c + * FILE: boot/armllb/hw/omap3-zoom2/hwsynkp.c * PURPOSE: LLB Synpatics Keypad Support for OMAP3 ZOOM 2 * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/armllb/hw/omap3-zoom2/hwtwl40x.c b/reactos/boot/armllb/hw/omap3-zoom2/hwtwl40x.c index faca51789ad..8dbc0c4679f 100644 --- a/reactos/boot/armllb/hw/omap3-zoom2/hwtwl40x.c +++ b/reactos/boot/armllb/hw/omap3-zoom2/hwtwl40x.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/armllb/hw/omap3-zoom2/hwsynkpd.c + * FILE: boot/armllb/hw/omap3-zoom2/hwtwl40x.c * PURPOSE: LLB Synpatics Keypad Support for OMAP3 ZOOM 2 * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/environ/app/bootmgr/bootmgr.c b/reactos/boot/environ/app/bootmgr/bootmgr.c index abaa92bae5d..45c6542db5e 100644 --- a/reactos/boot/environ/app/bootmgr/bootmgr.c +++ b/reactos/boot/environ/app/bootmgr/bootmgr.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager - * FILE: boot/environ/app/bootmgr.c + * FILE: boot/environ/app/bootmgr/bootmgr.c * PURPOSE: Boot Manager Entrypoint * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/environ/app/bootmgr/bootmgr.h b/reactos/boot/environ/app/bootmgr/bootmgr.h index de39b772939..fd8b73b860c 100644 --- a/reactos/boot/environ/app/bootmgr/bootmgr.h +++ b/reactos/boot/environ/app/bootmgr/bootmgr.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager - * FILE: boot/environ/app/bootmgr.h + * FILE: boot/environ/app/bootmgr/bootmgr.h * PURPOSE: Main Boot Manager Header * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/environ/app/bootmgr/efiemu.c b/reactos/boot/environ/app/bootmgr/efiemu.c index 40b94872b08..0616ddd625c 100644 --- a/reactos/boot/environ/app/bootmgr/efiemu.c +++ b/reactos/boot/environ/app/bootmgr/efiemu.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager - * FILE: boot/environ/app/efiemu.c + * FILE: boot/environ/app/bootmgr/efiemu.c * PURPOSE: UEFI Entrypoint for Boot Manager * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/environ/app/bootmgr/rtlcompat.c b/reactos/boot/environ/app/bootmgr/rtlcompat.c index 1aeaa5719ab..0590c2cc1c8 100644 --- a/reactos/boot/environ/app/bootmgr/rtlcompat.c +++ b/reactos/boot/environ/app/bootmgr/rtlcompat.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING.ARM in the top level directory * PROJECT: ReactOS UEFI Boot Manager -* FILE: boot/environ/app/rtlcompat.c +* FILE: boot/environ/app/bootmgr/rtlcompat.c * PURPOSE: RTL Library Compatibility Routines * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/freeldr/bootsect/fat32.S b/reactos/boot/freeldr/bootsect/fat32.S index f2a91c20a5d..b8d7173ff1d 100644 --- a/reactos/boot/freeldr/bootsect/fat32.S +++ b/reactos/boot/freeldr/bootsect/fat32.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Bootsector - * FILE: + * FILE: boot/freeldr/bootsect/fat32.S * PURPOSE: * PROGRAMMERS: ? */ diff --git a/reactos/boot/freeldr/bootsect/fatx.S b/reactos/boot/freeldr/bootsect/fatx.S index 4a0d8a90034..e51598d57b7 100644 --- a/reactos/boot/freeldr/bootsect/fatx.S +++ b/reactos/boot/freeldr/bootsect/fatx.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Bootsector - * FILE: fatx.S + * FILE: boot/freeldr/bootsect/fatx.S * PURPOSE: Combined FAT16 and FAT32 boot sector * PROGRAMMERS: Brian Palmer * Timo Kreuzer diff --git a/reactos/boot/freeldr/bootsect/isoboot.S b/reactos/boot/freeldr/bootsect/isoboot.S index ee200b2c877..a3733e076b6 100644 --- a/reactos/boot/freeldr/bootsect/isoboot.S +++ b/reactos/boot/freeldr/bootsect/isoboot.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Bootsector for ISO file system - * FILE: + * FILE: boot/freeldr/bootsect/isoboot.S * PURPOSE: * PROGRAMMERS: ? */ diff --git a/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c b/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c index e0b8ffe1f8f..e82a4e6da3f 100644 --- a/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c +++ b/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/amd64/wlmemory.c + * FILE: boot/freeldr/freeldr/arch/amd64/winldr.c * PURPOSE: Memory related routines * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/arch/archwsup.c b/reactos/boot/freeldr/freeldr/arch/archwsup.c index 03c399dac65..bbe1d2aca7e 100644 --- a/reactos/boot/freeldr/freeldr/arch/archwsup.c +++ b/reactos/boot/freeldr/freeldr/arch/archwsup.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader (FreeLDR) * LICENSE: GPL - See COPYING in the top level directory - * FILE: boot/freeldr/freeldr/reactos/archwsup.c + * FILE: boot/freeldr/freeldr/arch/archwsup.c * PURPOSE: Routines for ARC Hardware Tree and Configuration Data * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/arch/arm/boot.S b/reactos/boot/freeldr/freeldr/arch/arm/boot.S index 4c5082d4a07..b664e9fbfce 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/boot.S +++ b/reactos/boot/freeldr/freeldr/arch/arm/boot.S @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/arch/arm/boot.s + * FILE: boot/freeldr/freeldr/arch/arm/boot.S * PURPOSE: Implements the entry point for ARM machines * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/arch/arm/macharm.c b/reactos/boot/freeldr/freeldr/arch/arm/macharm.c index 6ec47129d1d..1b0dde8703d 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/macharm.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/macharm.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/arch/arm/marcharm.c + * FILE: boot/freeldr/freeldr/arch/arm/macharm.c * PURPOSE: Provides abstraction between the ARM Boot Loader and FreeLDR * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c index 0afb7ebf9f2..0ea593f42df 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/arch/arm/loader.c + * FILE: boot/freeldr/freeldr/arch/arm/winldr.c * PURPOSE: ARM Kernel Loader * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/arch/i386/halstub.c b/reactos/boot/freeldr/freeldr/arch/i386/halstub.c index 583f33ef981..9db6410a7b8 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/halstub.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/halstub.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: boot/freeldr/freeldr/arch/i386/hal/halstub.c +* FILE: boot/freeldr/freeldr/arch/i386/halstub.c * PURPOSE: I/O Stub HAL Routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/arch/i386/winldr.c b/reactos/boot/freeldr/freeldr/arch/i386/winldr.c index a6e1e90f9a5..729989f771e 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/winldr.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/winldr.c @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/winldr/i386/wlmemory.c + * FILE: boot/freeldr/freeldr/arch/i386/winldr.c * PURPOSE: Memory related routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/cmdline.c b/reactos/boot/freeldr/freeldr/cmdline.c index 12eebde60fd..05de8e50b11 100644 --- a/reactos/boot/freeldr/freeldr/cmdline.c +++ b/reactos/boot/freeldr/freeldr/cmdline.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/cmdline.c + * FILE: boot/freeldr/freeldr/cmdline.c * PURPOSE: FreeLDR Command Line Parsing * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h b/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h index 67d1f9a30c1..51ed5a8ebcf 100644 --- a/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h +++ b/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/include/arch/arm/hardware.h + * FILE: boot/freeldr/freeldr/include/arch/arm/hardware.h * PURPOSE: Header for ARC definitions (to be cleaned up) * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/include/inffile.h b/reactos/boot/freeldr/freeldr/include/inffile.h index 2f5a30bd779..5d8ad81b42b 100644 --- a/reactos/boot/freeldr/freeldr/include/inffile.h +++ b/reactos/boot/freeldr/freeldr/include/inffile.h @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS text-mode setup - * FILE: subsys/system/usetup/infcache.h + * FILE: boot/freeldr/freeldr/include/inffile.h * PURPOSE: INF file parser that caches contents of INF file in memory * PROGRAMMER: Royce Mitchell III * Eric Kohl diff --git a/reactos/boot/freeldr/freeldr/include/ramdisk.h b/reactos/boot/freeldr/freeldr/include/ramdisk.h index ee3e5beb7ba..2e56a37b270 100644 --- a/reactos/boot/freeldr/freeldr/include/ramdisk.h +++ b/reactos/boot/freeldr/freeldr/include/ramdisk.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/include/ramdisk.h + * FILE: boot/freeldr/freeldr/include/ramdisk.h * PURPOSE: Header file for ramdisk support * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/include/ui/minitui.h b/reactos/boot/freeldr/freeldr/include/ui/minitui.h index d845c5202ed..0e568526f70 100644 --- a/reactos/boot/freeldr/freeldr/include/ui/minitui.h +++ b/reactos/boot/freeldr/freeldr/include/ui/minitui.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FreeLoader - * FILE: freeldr/include/ui/minitui.h + * FILE: boot/freeldr/freeldr/include/ui/minitui.h * PURPOSE: Mini Text UI interface header * PROGRAMMERS: Hervé Poussineau */ diff --git a/reactos/boot/freeldr/freeldr/include/ui/noui.h b/reactos/boot/freeldr/freeldr/include/ui/noui.h index cc4e1eb42c8..c619834c4be 100644 --- a/reactos/boot/freeldr/freeldr/include/ui/noui.h +++ b/reactos/boot/freeldr/freeldr/include/ui/noui.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FreeLoader - * FILE: freeldr/include/ui/noui.h + * FILE: boot/freeldr/freeldr/include/ui/noui.h * PURPOSE: No UI interface header * PROGRAMMERS: Hervé Poussineau */ diff --git a/reactos/boot/freeldr/freeldr/lib/inffile/inffile.c b/reactos/boot/freeldr/freeldr/lib/inffile/inffile.c index 4894e9cbb60..aa5aa547e55 100644 --- a/reactos/boot/freeldr/freeldr/lib/inffile/inffile.c +++ b/reactos/boot/freeldr/freeldr/lib/inffile/inffile.c @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS text-mode setup - * FILE: subsys/system/usetup/infcache.c + * FILE: boot/freeldr/freeldr/lib/inffile/inffile.c * PURPOSE: INF file parser that caches contents of INF file in memory * PROGRAMMER: Royce Mitchell III * Eric Kohl diff --git a/reactos/boot/freeldr/freeldr/ui/minitui.c b/reactos/boot/freeldr/freeldr/ui/minitui.c index 256f5c5ab27..e90e13d399b 100644 --- a/reactos/boot/freeldr/freeldr/ui/minitui.c +++ b/reactos/boot/freeldr/freeldr/ui/minitui.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FreeLoader - * FILE: freeldr/ui/minitui.c + * FILE: boot/freeldr/freeldr/ui/minitui.c * PURPOSE: Mini Text UI interface * PROGRAMMERS: Brian Palmer * Hervé Poussineau diff --git a/reactos/boot/freeldr/freeldr/ui/noui.c b/reactos/boot/freeldr/freeldr/ui/noui.c index 1abc5a72d73..3d16b04f5db 100644 --- a/reactos/boot/freeldr/freeldr/ui/noui.c +++ b/reactos/boot/freeldr/freeldr/ui/noui.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FreeLoader - * FILE: freeldr/ui/noui.c + * FILE: boot/freeldr/freeldr/ui/noui.c * PURPOSE: No Text UI interface * PROGRAMMERS: Hervé Poussineau */ diff --git a/reactos/boot/freeldr/freeldr/ui/tuimenu.c b/reactos/boot/freeldr/freeldr/ui/tuimenu.c index 69ab50bfa59..fa950b3ccf3 100644 --- a/reactos/boot/freeldr/freeldr/ui/tuimenu.c +++ b/reactos/boot/freeldr/freeldr/ui/tuimenu.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: FreeLoader - * FILE: freeldr/ui/tuimenu.c + * FILE: boot/freeldr/freeldr/ui/tuimenu.c * PURPOSE: UI Menu Functions * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) * Brian Palmer (brianp@sginet.com) diff --git a/reactos/boot/freeldr/freeldr/windows/conversion.c b/reactos/boot/freeldr/freeldr/windows/conversion.c index 5a62b6401d6..94ac93a42f0 100644 --- a/reactos/boot/freeldr/freeldr/windows/conversion.c +++ b/reactos/boot/freeldr/freeldr/windows/conversion.c @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/winldr/conversion.c + * FILE: boot/freeldr/freeldr/windows/conversion.c * PURPOSE: Physical <-> Virtual addressing mode conversions * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/windows/headless.c b/reactos/boot/freeldr/freeldr/windows/headless.c index af57ab6b27d..f5ee58697f2 100644 --- a/reactos/boot/freeldr/freeldr/windows/headless.c +++ b/reactos/boot/freeldr/freeldr/windows/headless.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: boot/freeldr/windows/headless.c + * FILE: boot/freeldr/freeldr/windows/headless.c * PURPOSE: Provides support for Windows Emergency Management Services * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/boot/freeldr/freeldr/windows/peloader.c b/reactos/boot/freeldr/freeldr/windows/peloader.c index 916a1ed8fcd..1b5bed60fed 100644 --- a/reactos/boot/freeldr/freeldr/windows/peloader.c +++ b/reactos/boot/freeldr/freeldr/windows/peloader.c @@ -1,7 +1,7 @@ /* * PROJECT: FreeLoader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/winldr/peloader.c + * FILE: boot/freeldr/freeldr/windows/peloader.c * PURPOSE: Provides routines for loading PE files. To be merged with * arch/i386/loader.c in future * This article was very handy during development: diff --git a/reactos/boot/freeldr/freeldr/windows/wlmemory.c b/reactos/boot/freeldr/freeldr/windows/wlmemory.c index ef89b4ca0a6..09638d82e5c 100644 --- a/reactos/boot/freeldr/freeldr/windows/wlmemory.c +++ b/reactos/boot/freeldr/freeldr/windows/wlmemory.c @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/winldr/wlmemory.c + * FILE: boot/freeldr/freeldr/windows/wlmemory.c * PURPOSE: Memory related routines * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */ diff --git a/reactos/boot/freeldr/freeldr/windows/wlregistry.c b/reactos/boot/freeldr/freeldr/windows/wlregistry.c index bebf15c0350..f2afd2af5fe 100644 --- a/reactos/boot/freeldr/freeldr/windows/wlregistry.c +++ b/reactos/boot/freeldr/freeldr/windows/wlregistry.c @@ -1,7 +1,7 @@ /* * PROJECT: EFI Windows Loader * LICENSE: GPL - See COPYING in the top level directory - * FILE: freeldr/winldr/wlregistry.c + * FILE: boot/freeldr/freeldr/windows/wlregistry.c * PURPOSE: Registry support functions * PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org) */