Add some useful information to the popen header
authorGregor Schneider <grschneider@gmail.com>
Sun, 16 Aug 2009 18:58:25 +0000 (18:58 +0000)
committerGregor Schneider <grschneider@gmail.com>
Sun, 16 Aug 2009 18:58:25 +0000 (18:58 +0000)
svn path=/trunk/; revision=42740

reactos/lib/sdk/crt/stdio/popen.c

index ab5efa8..10a7303 100644 (file)
@@ -1,11 +1,10 @@
 /*
 * COPYRIGHT:   See COPYING in the top level directory
 /*
 * 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>
 */
 
 #include <precomp.h>