cataphract Sun, 20 Mar 2011 02:03:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=309457
Log:
- Adding copyright headers to the new files, gotta do something about the
windows line endings too, but I'm separating the commits.
Changed paths:
UU php/php-src/trunk/ext/sockets/multicast.c
UU php/php-src/trunk/ext/sockets/multicast.h
U php/php-src/trunk/ext/sockets/sockets.c
Modified: php/php-src/trunk/ext/sockets/multicast.c
===================================================================
--- php/php-src/trunk/ext/sockets/multicast.c 2011-03-19 23:15:04 UTC (rev
309456)
+++ php/php-src/trunk/ext/sockets/multicast.c 2011-03-20 02:03:29 UTC (rev
309457)
@@ -1,3 +1,23 @@
+/*
+ +----------------------------------------------------------------------+
+ | PHP Version 5 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2011 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.01 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | http://www.php.net/license/3_01.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 |
+ | [email protected] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Gustavo Lopes <[email protected]> |
+ +----------------------------------------------------------------------+
+ */
+
+/* $Id$ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Property changes on: php/php-src/trunk/ext/sockets/multicast.c
___________________________________________________________________
Added: svn:mime-type
+ text/x-c
Added: svn:keywords
+ Id
Modified: php/php-src/trunk/ext/sockets/multicast.h
===================================================================
--- php/php-src/trunk/ext/sockets/multicast.h 2011-03-19 23:15:04 UTC (rev
309456)
+++ php/php-src/trunk/ext/sockets/multicast.h 2011-03-20 02:03:29 UTC (rev
309457)
@@ -1,3 +1,23 @@
+/*
+ +----------------------------------------------------------------------+
+ | PHP Version 5 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2011 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.01 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | http://www.php.net/license/3_01.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 |
+ | [email protected] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Gustavo Lopes <[email protected]> |
+ +----------------------------------------------------------------------+
+ */
+
+/* $Id$ */
+
int php_if_index_to_addr4(
unsigned if_index,
php_socket *php_sock,
Property changes on: php/php-src/trunk/ext/sockets/multicast.h
___________________________________________________________________
Added: svn:mime-type
+ text/x-c
Added: svn:keywords
+ Id
Modified: php/php-src/trunk/ext/sockets/sockets.c
===================================================================
--- php/php-src/trunk/ext/sockets/sockets.c 2011-03-19 23:15:04 UTC (rev
309456)
+++ php/php-src/trunk/ext/sockets/sockets.c 2011-03-20 02:03:29 UTC (rev
309457)
@@ -15,6 +15,7 @@
| Authors: Chris Vandomelen <[email protected]> |
| Sterling Hughes <[email protected]> |
| Jason Greene <[email protected]> |
+ | Gustavo Lopes <[email protected]> |
| WinSock: Daniel Beulshausen <[email protected]> |
+----------------------------------------------------------------------+
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php