fixed file headers

svn path=/trunk/; revision=10463
This commit is contained in:
Thomas Bluemel 2004-08-10 00:12:31 +00:00
parent a201e6c460
commit 757eac9cfb
2 changed files with 7 additions and 13 deletions

View file

@ -16,18 +16,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: aclui.c,v 1.1 2004/08/10 00:09:40 weiden Exp $
/* $Id: aclui.c,v 1.2 2004/08/10 00:12:31 weiden Exp $
*
* PROJECT: ReactOS Access Control List Editor
* FILE: lib/acledit/acledit.c
* FILE: lib/aclui/aclui.c
* PURPOSE: Access Control List Editor
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
*
* Based on guess work and on this nice article:
* http://www.sysinternals.com/ntw2k/info/acledit.shtml
*
* UPDATE HISTORY:
* 07/09/2004 Created
* 08/10/2004 Created
*/
#define INITGUID
#include <windows.h>

View file

@ -1,17 +1,14 @@
/* $Id: stubs.c,v 1.1 2004/08/10 00:09:40 weiden Exp $
/* $Id: stubs.c,v 1.2 2004/08/10 00:12:31 weiden Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Access Control List Editor
* FILE: lib/acledit/stubs.c
* PURPOSE: acledit.dll stubs
* FILE: lib/aclui/stubs.c
* PURPOSE: aclui.dll stubs
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
* NOTES: If you implement a function, remove it from this file
*
* Based on guess work and on this nice article:
* http://www.sysinternals.com/ntw2k/info/acledit.shtml
*
* UPDATE HISTORY:
* 07/09/2004 Created
* 08/10/2004 Created
*/
#include <windows.h>
#include <aclui.h>