From c9d397d59ff5ecd826c810880a5ebb6e839af8a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 20 Mar 2011 02:03:29 +0000 Subject: [PATCH] - Adding copyright headers to the new files, gotta do something about the windows line endings too, but I'm separating the commits. --- ext/sockets/multicast.c | 20 ++++++++++++++++++++ ext/sockets/multicast.h | 20 ++++++++++++++++++++ ext/sockets/sockets.c | 1 + 3 files changed, 41 insertions(+) diff --git a/ext/sockets/multicast.c b/ext/sockets/multicast.c index a22419b4d5..9c54d3f6f1 100644 --- a/ext/sockets/multicast.c +++ b/ext/sockets/multicast.c @@ -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 | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Gustavo Lopes | + +----------------------------------------------------------------------+ + */ + +/* $Id$ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/sockets/multicast.h b/ext/sockets/multicast.h index f5ca064c04..45003c9cc2 100644 --- a/ext/sockets/multicast.h +++ b/ext/sockets/multicast.h @@ -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 | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Gustavo Lopes | + +----------------------------------------------------------------------+ + */ + +/* $Id$ */ + int php_if_index_to_addr4( unsigned if_index, php_socket *php_sock, diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 421e01c9ae..6d03c3fa0c 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -15,6 +15,7 @@ | Authors: Chris Vandomelen | | Sterling Hughes | | Jason Greene | + | Gustavo Lopes | | WinSock: Daniel Beulshausen | +----------------------------------------------------------------------+ */ -- 2.50.1