]> granicus.if.org Git - php/commitdiff
i of course am the brilliant author of these files
authorSterling Hughes <sterling@php.net>
Thu, 4 Apr 2002 20:22:03 +0000 (20:22 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 4 Apr 2002 20:22:03 +0000 (20:22 +0000)
win32/grp.h
win32/pwd.c
win32/pwd.h
win32/syslog.h

index 1bdb1538dc6c023e7a28785c5abc8b5dd525c69a..87b127bfd9d903037baf507df6d72430608450c3 100644 (file)
@@ -1,3 +1,23 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 4                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2002 The PHP Group                                |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.02 of the PHP license,      |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_02.txt.                                 |
+   | If you did not receive a copy of the PHP license and are unable to   |
+   | obtain it through the world-wide-web, please send a note to          |
+   | license@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Author: Sterling Hughes <sterling@php.net>                           |
+   +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 struct group {
        char *gr_name;                  
        char *gr_passwd;        
index 65675d2a7860fc656a88cc87e18a9eacf07aff83..b44836c7d32432de2f9246a465d563d784cbfe54 100644 (file)
@@ -1,3 +1,23 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 4                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2002 The PHP Group                                |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.02 of the PHP license,      |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_02.txt.                                 |
+   | If you did not receive a copy of the PHP license and are unable to   |
+   | obtain it through the world-wide-web, please send a note to          |
+   | license@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Author: Sterling Hughes <sterling@php.net>                           |
+   +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 #include "php.h"                               /*php specific */
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
index 8b58e2bbfd2ae2c4de4ade84d1c50f56055fef65..0aa59050e0918bf7ec417aaa1d2c2b3a4e64c4dc 100644 (file)
@@ -1,3 +1,23 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 4                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2002 The PHP Group                                |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.02 of the PHP license,      |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_02.txt.                                 |
+   | If you did not receive a copy of the PHP license and are unable to   |
+   | obtain it through the world-wide-web, please send a note to          |
+   | license@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Author: Sterling Hughes <sterling@php.net>                           |
+   +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 #ifndef PWD_H
 #define PWD_H
 
index 4e635cbcd03dd526a0511ccf25652bf8c2421053..ae88db50c79af4bcb3e25da8e90a4462d802f3dc 100644 (file)
@@ -1,3 +1,23 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 4                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2002 The PHP Group                                |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.02 of the PHP license,      |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_02.txt.                                 |
+   | If you did not receive a copy of the PHP license and are unable to   |
+   | obtain it through the world-wide-web, please send a note to          |
+   | license@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Author: Sterling Hughes <sterling@php.net>                           |
+   +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 #ifndef SYSLOG_H
 #define        SYSLOG_H
 #define WIN32_LEAN_AND_MEAN