mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
[TOOLS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69405
This commit is contained in:
parent
de6cadc60c
commit
f320087017
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS bin2c
|
* PROJECT: ReactOS bin2c
|
||||||
* FILE: tools/bin2c/bin2c.c
|
* FILE: tools/bin2c.c
|
||||||
* PURPOSE: Converts a binary file into a byte array
|
* PURPOSE: Converts a binary file into a byte array
|
||||||
* PROGRAMMER: Hermès Bélusca - Maïto
|
* PROGRAMMER: Hermès Bélusca - Maïto
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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: tools/cabman/cabinet.cpp
|
* FILE: tools/cabman/cabinet.cxx
|
||||||
* PURPOSE: Cabinet routines
|
* PURPOSE: Cabinet routines
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Colin Finck <mail@colinfinck.de>
|
* Colin Finck <mail@colinfinck.de>
|
||||||
|
|
|
@ -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: tools/cabman/dfp.cpp
|
* FILE: tools/cabman/dfp.cxx
|
||||||
* PURPOSE: Directive file parser
|
* PURPOSE: Directive file parser
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Colin Finck <mail@colinfinck.de>
|
* Colin Finck <mail@colinfinck.de>
|
||||||
|
|
|
@ -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: tools/cabman/main.cpp
|
* FILE: tools/cabman/main.cxx
|
||||||
* PURPOSE: Main program
|
* PURPOSE: Main program
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Colin Finck <mail@colinfinck.de>
|
* Colin Finck <mail@colinfinck.de>
|
||||||
|
|
|
@ -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: tools/cabman/mszip.cpp
|
* FILE: tools/cabman/mszip.cxx
|
||||||
* PURPOSE: CAB codec for MSZIP compressed data
|
* PURPOSE: CAB codec for MSZIP compressed data
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Colin Finck <mail@colinfinck.de>
|
* Colin Finck <mail@colinfinck.de>
|
||||||
|
|
|
@ -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: tools/cabman/raw.cpp
|
* FILE: tools/cabman/raw.cxx
|
||||||
* PURPOSE: CAB codec for uncompressed "raw" data
|
* PURPOSE: CAB codec for uncompressed "raw" data
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Colin Finck <mail@colinfinck.de>
|
* Colin Finck <mail@colinfinck.de>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
/* COPYRIGHT: See COPYING in the top level directory
|
/* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS hive maker
|
* PROJECT: ReactOS hive maker
|
||||||
* FILE: tools/mkhive/reginf.h
|
* FILE: tools/mkhive/reginf.c
|
||||||
* PURPOSE: Inf file import code
|
* PURPOSE: Inf file import code
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
* Hervé Poussineau
|
* Hervé Poussineau
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue