]> granicus.if.org Git - php/commitdiff
- Adding copyright headers to the new files, gotta do something about the
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 20 Mar 2011 02:03:29 +0000 (02:03 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 20 Mar 2011 02:03:29 +0000 (02:03 +0000)
  windows line endings too, but I'm separating the commits.

ext/sockets/multicast.c
ext/sockets/multicast.h
ext/sockets/sockets.c

index a22419b4d560c10d775c4d2f8558640da7a7c7fa..9c54d3f6f1f250afd3a2c2205ff456ca8e95e8a7 100644 (file)
@@ -1,3 +1,23 @@
+/*\r
+   +----------------------------------------------------------------------+\r
+   | PHP Version 5                                                        |\r
+   +----------------------------------------------------------------------+\r
+   | Copyright (c) 1997-2011 The PHP Group                                |\r
+   +----------------------------------------------------------------------+\r
+   | This source file is subject to version 3.01 of the PHP license,      |\r
+   | that is bundled with this package in the file LICENSE, and is        |\r
+   | available through the world-wide-web at the following url:           |\r
+   | http://www.php.net/license/3_01.txt                                  |\r
+   | If you did not receive a copy of the PHP license and are unable to   |\r
+   | obtain it through the world-wide-web, please send a note to          |\r
+   | license@php.net so we can mail you a copy immediately.               |\r
+   +----------------------------------------------------------------------+\r
+   | Authors: Gustavo Lopes    <cataphract@php.net>                       |\r
+   +----------------------------------------------------------------------+\r
+ */\r
+\r
+/* $Id$ */\r
+\r
 #ifdef HAVE_CONFIG_H\r
 #include "config.h"\r
 #endif\r
index f5ca064c04915bdb23df53570710b1b2d65490e5..45003c9cc262acc57095e9909667c25b00760a43 100644 (file)
@@ -1,3 +1,23 @@
+/*\r
+   +----------------------------------------------------------------------+\r
+   | PHP Version 5                                                        |\r
+   +----------------------------------------------------------------------+\r
+   | Copyright (c) 1997-2011 The PHP Group                                |\r
+   +----------------------------------------------------------------------+\r
+   | This source file is subject to version 3.01 of the PHP license,      |\r
+   | that is bundled with this package in the file LICENSE, and is        |\r
+   | available through the world-wide-web at the following url:           |\r
+   | http://www.php.net/license/3_01.txt                                  |\r
+   | If you did not receive a copy of the PHP license and are unable to   |\r
+   | obtain it through the world-wide-web, please send a note to          |\r
+   | license@php.net so we can mail you a copy immediately.               |\r
+   +----------------------------------------------------------------------+\r
+   | Authors: Gustavo Lopes    <cataphract@php.net>                       |\r
+   +----------------------------------------------------------------------+\r
+ */\r
+\r
+/* $Id$ */\r
+\r
 int php_if_index_to_addr4(\r
         unsigned if_index,\r
         php_socket *php_sock,\r
index 421e01c9ae98ce4b3c7de6d234f827e9eb712b3d..6d03c3fa0c97fe42f63cc8386290d1befe815a29 100644 (file)
@@ -15,6 +15,7 @@
    | Authors: Chris Vandomelen <chrisv@b0rked.dhs.org>                    |
    |          Sterling Hughes  <sterling@php.net>                         |
    |          Jason Greene     <jason@php.net>                            |
+   |          Gustavo Lopes    <cataphract@php.net>                       |
    | WinSock: Daniel Beulshausen <daniel@php4win.de>                      |
    +----------------------------------------------------------------------+
  */