Author: gschneider
Date: Sun Aug 16 20:58:25 2009
New Revision: 42740
URL:
http://svn.reactos.org/svn/reactos?rev=42740&view=rev
Log:
Add some useful information to the popen header
Modified:
trunk/reactos/lib/sdk/crt/stdio/popen.c
Modified: trunk/reactos/lib/sdk/crt/stdio/popen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/popen.c?…
==============================================================================
--- trunk/reactos/lib/sdk/crt/stdio/popen.c [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/stdio/popen.c [iso-8859-1] Sun Aug 16 20:58:25 2009
@@ -1,11 +1,10 @@
/*
* COPYRIGHT: See COPYING in the top level directory
-* PROJECT: ReactOS system libraries
-* FILE: lib/crt/??????
-* PURPOSE: Unknown
-* PROGRAMER: Unknown
-* UPDATE HISTORY:
-* 25/11/05: Created
+* PROJECT: ReactOS C runtime library
+* FILE: lib/sdk/crt/stdio/popen.c
+* PURPOSE: Pipe Functions
+* PROGRAMERS: Eric Kohl
+ Hartmut Birr
*/
#include <precomp.h>