diff --git a/reactos/lib/aclui/aclui.c b/reactos/lib/aclui/aclui.c index 098e94cd5c6..36faee3c414 100644 --- a/reactos/lib/aclui/aclui.c +++ b/reactos/lib/aclui/aclui.c @@ -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 diff --git a/reactos/lib/aclui/stubs.c b/reactos/lib/aclui/stubs.c index 865f48b1774..a89f0b0b4b2 100644 --- a/reactos/lib/aclui/stubs.c +++ b/reactos/lib/aclui/stubs.c @@ -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 * 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 #include