Skip to content

Commit 888abf0

Browse files
author
cataphract
committed
- Adding copyright headers to the new files, gotta do something about the
windows line endings too, but I'm separating the commits. git-svn-id: http://svn.php.net/repository/php/php-src/php/php-src/trunk@309457 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent dbac5a5 commit 888abf0

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

ext/sockets/multicast.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP Version 5 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997-2011 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 3.01 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available through the world-wide-web at the following url: |
10+
| http://www.php.net/license/3_01.txt |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| [email protected] so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Authors: Gustavo Lopes <[email protected]> |
16+
+----------------------------------------------------------------------+
17+
*/
18+
19+
/* $Id$ */
20+
121
#ifdef HAVE_CONFIG_H
222
#include "config.h"
323
#endif

ext/sockets/multicast.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP Version 5 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997-2011 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 3.01 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available through the world-wide-web at the following url: |
10+
| http://www.php.net/license/3_01.txt |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| [email protected] so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Authors: Gustavo Lopes <[email protected]> |
16+
+----------------------------------------------------------------------+
17+
*/
18+
19+
/* $Id$ */
20+
121
int php_if_index_to_addr4(
222
unsigned if_index,
323
php_socket *php_sock,

ext/sockets/sockets.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| Authors: Chris Vandomelen <[email protected]> |
1616
| Sterling Hughes <[email protected]> |
1717
| Jason Greene <[email protected]> |
18+
| Gustavo Lopes <[email protected]> |
1819
| WinSock: Daniel Beulshausen <[email protected]> |
1920
+----------------------------------------------------------------------+
2021
*/

0 commit comments

Comments
 (0)