[SETUP][USETUP][WELCOME] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69218
This commit is contained in:
Amine Khaldi 2015-09-13 16:40:36 +00:00
parent 828c1b5961
commit 2added2367
45 changed files with 45 additions and 45 deletions

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS GUI/console setup * PROJECT: ReactOS GUI/console setup
* FILE: subsys/system/setup/setup.c * FILE: base/setup/setup/setup.c
* PURPOSE: Second stage setup * PURPOSE: Second stage setup
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/bootsup.c * FILE: base/setup/usetup/bootsup.c
* PURPOSE: Bootloader support functions * PURPOSE: Bootloader support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/bootsup.h * FILE: base/setup/usetup/bootsup.h
* PURPOSE: Bootloader support functions * PURPOSE: Bootloader support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/cabinet.c * FILE: base/setup/usetup/cabinet.c
* PURPOSE: Cabinet routines * PURPOSE: Cabinet routines
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS cabinet manager * PROJECT: ReactOS cabinet manager
* FILE: apps/cabman/cabinet.h * FILE: base/setup/usetup/cabinet.h
* PURPOSE: Cabinet definitions * PURPOSE: Cabinet definitions
*/ */
#pragma once #pragma once

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/chkdsk.c * FILE: base/setup/usetup/chkdsk.c
* PURPOSE: Filesystem chkdsk support functions * PURPOSE: Filesystem chkdsk support functions
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org) * PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/chkdsk.h * FILE: base/setup/usetup/chkdsk.h
* PURPOSE: Filesystem chkdsk support functions * PURPOSE: Filesystem chkdsk support functions
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org) * PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/cmdcons.c * FILE: base/setup/usetup/cmdcons.c
* PURPOSE: Recovery console * PURPOSE: Recovery console
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/cmdcons.h * FILE: base/setup/usetup/cmdcons.h
* PURPOSE: Recovery console * PURPOSE: Recovery console
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/drivesup.c * FILE: base/setup/usetup/drivesup.c
* PURPOSE: Drive support functions * PURPOSE: Drive support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/drivesup.h * FILE: base/setup/usetup/drivesup.h
* PURPOSE: Drive support functions * PURPOSE: Drive support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/errcode.h * FILE: base/setup/usetup/errorcode.h
* PURPOSE: * PURPOSE:
* PROGRAMMER: * PROGRAMMER:
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filequeue.c * FILE: base/setup/usetup/filequeue.c
* PURPOSE: File queue functions * PURPOSE: File queue functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filequeue.h * FILE: base/setup/usetup/filequeue.h
* PURPOSE: File queue functions * PURPOSE: File queue functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filesup.c * FILE: base/setup/usetup/filesup.c
* PURPOSE: File support functions * PURPOSE: File support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filesup.h * FILE: base/setup/usetup/filesup.h
* PURPOSE: File support functions * PURPOSE: File support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/format.c * FILE: base/setup/usetup/format.c
* PURPOSE: Filesystem format support functions * PURPOSE: Filesystem format support functions
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/format.h * FILE: base/setup/usetup/format.h
* PURPOSE: Filesystem format support functions * PURPOSE: Filesystem format support functions
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/fslist.c * FILE: base/setup/usetup/fslist.c
* PURPOSE: Filesystem list functions * PURPOSE: Filesystem list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/fslist.h * FILE: base/setup/usetup/fslist.h
* PURPOSE: Filesystem list functions * PURPOSE: Filesystem list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/genlist.c * FILE: base/setup/usetup/genlist.c
* PURPOSE: Generic list functions * PURPOSE: Generic list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Christoph von Wittich <christoph at reactos.org> * Christoph von Wittich <christoph at reactos.org>

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/genlist.h * FILE: base/setup/usetup/genlist.h
* PURPOSE: Generic list functions * PURPOSE: Generic list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/inffile.c * FILE: base/setup/usetup/inffile.c
* PURPOSE: .inf files support functions * PURPOSE: .inf files support functions
* PROGRAMMER: Hervé Poussineau * PROGRAMMER: Hervé Poussineau
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/inffile.h * FILE: base/setup/usetup/inffile.h
* PURPOSE: .inf files support functions * PURPOSE: .inf files support functions
* PROGRAMMER: Hervé Poussineau * PROGRAMMER: Hervé Poussineau
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/inicache.c * FILE: base/setup/usetup/inicache.c
* PURPOSE: INI file parser that caches contents of INI file in memory * PURPOSE: INI file parser that caches contents of INI file in memory
* PROGRAMMER: Royce Mitchell III * PROGRAMMER: Royce Mitchell III
* Eric Kohl * Eric Kohl

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/inicache.h * FILE: base/setup/usetup/inicache.h
* PURPOSE: INI file parser that caches contents of INI file in memory * PURPOSE: INI file parser that caches contents of INI file in memory
* PROGRAMMER: Royce Mitchell III * PROGRAMMER: Royce Mitchell III
* Eric Kohl * Eric Kohl

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/console.c * FILE: base/setup/usetup/interface/consup.c
* PURPOSE: Console support functions * PURPOSE: Console support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/console.h * FILE: base/setup/usetup/interface/consup.h
* PURPOSE: Console support functions * PURPOSE: Console support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/interface/devinst.c * FILE: base/setup/usetup/interface/devinst.c
* PURPOSE: Device installation * PURPOSE: Device installation
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org) * PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/usetup.c * FILE: base/setup/usetup/interface/usetup.c
* PURPOSE: Text-mode setup * PURPOSE: Text-mode setup
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: ReactOS Setup * PROJECT: ReactOS Setup
* FILE: \base\setup\usetup\lang\sv-SE.h * FILE: base/setup/usetup/lang/sv-SE.h
* PURPOSE: Swedish resource file * PURPOSE: Swedish resource file
* Translation: Jaix Bly plus perhaps GreatLord if blame and translate.reactos.se is consulted. * Translation: Jaix Bly plus perhaps GreatLord if blame and translate.reactos.se is consulted.
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/mui.c * FILE: base/setup/usetup/mui.c
* PURPOSE: Text-mode setup * PURPOSE: Text-mode setup
* PROGRAMMER: * PROGRAMMER:
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/console.c * FILE: base/setup/usetup/native/utils/console.c
* PURPOSE: Console support functions * PURPOSE: Console support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/console.h * FILE: base/setup/usetup/native/utils/console.h
* PURPOSE: Console support functions * PURPOSE: Console support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/keytrans.c * FILE: base/setup/usetup/native/utils/keytrans.c
* PURPOSE: Console support functions: keyboard translation * PURPOSE: Console support functions: keyboard translation
* PROGRAMMER: Tinus * PROGRAMMER: Tinus
* *

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/keytrans.h * FILE: base/setup/usetup/native/utils/keytrans.h
* PURPOSE: Keyboard translation functionality * PURPOSE: Keyboard translation functionality
* PROGRAMMER: Tinus * PROGRAMMER: Tinus
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/partlist.c * FILE: base/setup/usetup/partlist.c
* PURPOSE: Partition list functions * PURPOSE: Partition list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/partlist.h * FILE: base/setup/usetup/partlist.h
* PURPOSE: Partition list functions * PURPOSE: Partition list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/partlist.h * FILE: base/setup/usetup/progress.h
* PURPOSE: Partition list functions * PURPOSE: Partition list functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/registry.c * FILE: base/setup/usetup/registry.c
* PURPOSE: Registry creation functions * PURPOSE: Registry creation functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/registry.h * FILE: base/setup/usetup/registry.h
* PURPOSE: Registry creation functions * PURPOSE: Registry creation functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -18,7 +18,7 @@
*/ */
/* COPYRIGHT: See COPYING in the top level directory /* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/settings.c * FILE: base/setup/usetup/settings.c
* PURPOSE: Device settings support functions * PURPOSE: Device settings support functions
* PROGRAMMERS: Eric Kohl * PROGRAMMERS: Eric Kohl
* Colin Finck * Colin Finck

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/settings.h * FILE: base/setup/usetup/settings.h
* PURPOSE: Device settings support functions * PURPOSE: Device settings support functions
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/usetup.h * FILE: base/setup/usetup/usetup.h
* PURPOSE: Text-mode setup * PURPOSE: Text-mode setup
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS welcome/autorun application * PROJECT: ReactOS welcome/autorun application
* FILE: subsys/system/welcome/welcome.c * FILE: base/setup/welcome/welcome.c
* PROGRAMMERS: Eric Kohl * PROGRAMMERS: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)
* *