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

svn path=/trunk/; revision=69314
This commit is contained in:
Amine Khaldi 2015-09-22 17:04:32 +00:00
parent d18e3d9664
commit 0391638490
21 changed files with 21 additions and 21 deletions

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Console Configuration DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/console/colors.c
* FILE: dll/cpl/console/colors.c
* PURPOSE: Colors dialog
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
*/

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Console Configuration DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/console/console.c
* FILE: dll/cpl/console/console.c
* PURPOSE: Initialization
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Console Configuration DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/console/font.c
* FILE: dll/cpl/console/font.c
* PURPOSE: Font dialog
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Console Configuration DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/console/layout.c
* FILE: dll/cpl/console/layout.c
* PURPOSE: Layout dialog
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Console Configuration DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/console/options.c
* FILE: dll/cpl/console/options.c
* PURPOSE: Options dialog
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
*/

View file

@ -1,7 +1,7 @@
/*
* PROJECT: Safely Remove Hardware Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/hotplug/hotplug.c
* FILE: dll/cpl/hotplug/enum.c
* PURPOSE: device enumeration
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
*/

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/add.c
* FILE: dll/cpl/input/add.c
* PURPOSE: input.dll
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
* Colin Finck

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/advsettings.c
* FILE: dll/cpl/input/advsettings.c
* PURPOSE: input.dll
* PROGRAMMER: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
*

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/changekeyseq.c
* FILE: dll/cpl/input/changekeyseq.c
* PURPOSE: input.dll
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
* UPDATE HISTORY:

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/input.c
* FILE: dll/cpl/input/input.c
* PURPOSE: input.dll
* PROGRAMMER: Dmitry Chapyshev (lentind@yandex.ru)
* Colin Finck

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/keysettings.c
* FILE: dll/cpl/input/keysettings.c
* PURPOSE: input.dll
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
* Colin Finck

View file

@ -1,6 +1,6 @@
/*
* PROJECT: input.dll
* FILE: dll/win32/input/settings.c
* FILE: dll/cpl/input/settings.c
* PURPOSE: input.dll
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
* Colin Finck

View file

@ -1,7 +1,7 @@
/*
*
* PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c
* FILE: dll/cpl/mmsys/audio.c
* PURPOSE: ReactOS Multimedia Control Panel
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
* Johannes Anderwald <janderwald@reactos.com>

View file

@ -1,7 +1,7 @@
/*
* PROJECT: Multimedia Control Panel Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/mmsys/uk-UA.rc
* FILE: dll/cpl/mmsys/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for Multimedia Control Panel Applet
* TRANSLATORS: Artem Reznikov, Igor Paliychuk
*/

View file

@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c
* FILE: dll/cpl/mmsys/sounds.c
* PURPOSE: ReactOS Multimedia Control Panel
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
* Johannes Anderwald <janderwald@reactos.com>

View file

@ -1,7 +1,7 @@
/*
*
* PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c
* FILE: dll/cpl/mmsys/voice.c
* PURPOSE: ReactOS Multimedia Control Panel
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
* Johannes Anderwald <janderwald@reactos.com>

View file

@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c
* FILE: dll/cpl/mmsys/volume.c
* PURPOSE: ReactOS Multimedia Control Panel
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
* Johannes Anderwald <janderwald@reactos.com>

View file

@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS ODBC Control Panel Applet
* FILE: dll/cpl/main/main.c
* FILE: dll/cpl/odbccp32/odbccp32.c
* PURPOSE: applet initialization
* PROGRAMMER: Johannes Anderwald
*/

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/powershemes.c
* FILE: dll/cpl/powercfg/powercfg.c
* PURPOSE: initialization of applet
* PROGRAMMERS: Alexander Wurzinger (Lohnegrim at gmx dot net)
* Johannes Anderwald (johannes.anderwald@reactos.org)

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS System Control Panel Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/sysdm/general.c
* FILE: dll/cpl/sysdm/licence.c
* PURPOSE: Licence dialog box message handler
* COPYRIGHT: Copyright 2006 Ged Murphy <gedmurphy@gmail.com>
*

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS system properties, control panel applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/sysdm/virtual.c
* FILE: dll/cpl/sysdm/virtmem.c
* PURPOSE: Virtual memory control dialog
* COPYRIGHT: Copyright 2006 Ged Murphy <gedmurphy@gmail.com>
*