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          |
+   | lice...@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Authors: Gustavo Lopes    <cataphr...@php.net>                       |
+   +----------------------------------------------------------------------+
+ */
+
+/* $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          |
+   | lice...@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Authors: Gustavo Lopes    <cataphr...@php.net>                       |
+   +----------------------------------------------------------------------+
+ */
+
+/* $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 <chr...@b0rked.dhs.org>                    |
    |          Sterling Hughes  <sterl...@php.net>                         |
    |          Jason Greene     <ja...@php.net>                            |
+   |          Gustavo Lopes    <cataphr...@php.net>                       |
    | WinSock: Daniel Beulshausen <dan...@php4win.de>                      |
    +----------------------------------------------------------------------+
  */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to