]> granicus.if.org Git - php/commitdiff
add license header
authorAnatol Belski <ab@php.net>
Wed, 20 May 2015 17:05:57 +0000 (19:05 +0200)
committerAnatol Belski <ab@php.net>
Wed, 20 May 2015 17:14:07 +0000 (19:14 +0200)
win32/inet.c
win32/inet.h

index ec8018a990c942b640b5b0262573400f26ce5cbb..c0967f6572e56a11f7c740acae3404635467af59 100644 (file)
@@ -1,3 +1,21 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 7                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2015 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.               |
+   +----------------------------------------------------------------------+
+   | Author: Pierre Joye <pierre@php.net>                                 |
+   +----------------------------------------------------------------------+
+ */
+
 #include "inet.h"
 
 int inet_aton(const char *cp, struct in_addr *inp) {
index d71723759fa1032c3662d25f2e9ae384b3927939..f2256427eceb609164e24e1746c2e7d4aa84b267 100644 (file)
@@ -1,3 +1,22 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP Version 7                                                        |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2015 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.               |
+   +----------------------------------------------------------------------+
+   | Author: Pierre Joye <pierre@php.net>                                 |
+   +----------------------------------------------------------------------+
+ */
+
+
 #include <php.h>
 #include <Winsock2.h>