diff options
author | foobar <sniper@php.net> | 2003-03-07 01:03:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-07 01:03:04 +0000 |
commit | 1b38773eef9754d8b931a2c1b3d38c8ed708653e (patch) | |
tree | 0fea0c51f41d8d85f183f203cebc6c1c350fbce9 /ext/sysvmsg/php_sysvmsg.h | |
parent | 2da432cc19b47a8d0fa181b9b631d47b407a1cff (diff) | |
download | php-git-1b38773eef9754d8b931a2c1b3d38c8ed708653e.tar.gz |
WS & CS fixes
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r-- | ext/sysvmsg/php_sysvmsg.h | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h index ca72f0a3fc..1b13955bb1 100644 --- a/ext/sysvmsg/php_sysvmsg.h +++ b/ext/sysvmsg/php_sysvmsg.h @@ -1,20 +1,22 @@ /* - +----------------------------------------------------------------------+ - | PHP version 4.0 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 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. | - +----------------------------------------------------------------------+ - | Authors: Wez Furlong <wez@thebrainroom.com> | - +----------------------------------------------------------------------+ - */ + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 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: Wez Furlong <wez@thebrainroom.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ #ifndef PHP_SYSVMSG_H #define PHP_SYSVMSG_H |