Skip to content

Commit afad5df

Browse files
authored
Update licenses to PHP 3.01 (#109)
1 parent 99fbf5d commit afad5df

28 files changed

+134
-191
lines changed

configure.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33

44
/*
55
+----------------------------------------------------------------------+
6-
| PHP Version 5 |
6+
| Copyright (c) 1997-2023 The PHP Group |
77
+----------------------------------------------------------------------+
8-
| Copyright (c) 1997-2014 The PHP Group |
9-
+----------------------------------------------------------------------+
10-
| This source file is subject to version 3.0 of the PHP license, |
8+
| This source file is subject to version 3.01 of the PHP license, |
119
| that is bundled with this package in the file LICENSE, and is |
1210
| available through the world-wide-web at the following url: |
13-
| http://www.php.net/license/3_0.txt. |
11+
| https://www.php.net/license/3_01.txt. |
1412
| If you did not receive a copy of the PHP license and are unable to |
1513
| obtain it through the world-wide-web, please send a note to |
16-
| [email protected] so we can mail you a copy immediately. |
14+
| [email protected], so we can mail you a copy immediately. |
1715
+----------------------------------------------------------------------+
1816
| Authors: Dave Barr <[email protected]> |
1917
| Hannes Magnusson <[email protected]> |
2018
| Gwynne Raskind <[email protected]> |
2119
+----------------------------------------------------------------------+
22-
23-
$Id$
2420
*/
2521

2622
error_reporting(-1);

scripts/aspell.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
<?php
33
/*
44
+----------------------------------------------------------------------+
5-
| PHP Version 4 |
5+
| Copyright (c) 1997-2023 The PHP Group |
66
+----------------------------------------------------------------------+
7-
| Copyright (c) 1997-2011 The PHP Group |
8-
+----------------------------------------------------------------------+
9-
| This source file is subject to version 3.0 of the PHP license, |
7+
| This source file is subject to version 3.01 of the PHP license, |
108
| that is bundled with this package in the file LICENSE, and is |
119
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
10+
| https://www.php.net/license/3_01.txt. |
1311
| If you did not receive a copy of the PHP license and are unable to |
1412
| obtain it through the world-wide-web, please send a note to |
15-
| [email protected] so we can mail you a copy immediately. |
13+
| [email protected], so we can mail you a copy immediately. |
1614
+----------------------------------------------------------------------+
1715
| Authors: Jakub Vrana <[email protected]> |
1816
+----------------------------------------------------------------------+

scripts/build-chms-config.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
22
/**
33
* +----------------------------------------------------------------------+
4-
* | PHP Version 5 |
5-
* +----------------------------------------------------------------------+
6-
* | Copyright (c) 1997-2013 The PHP Group |
4+
* | Copyright (c) 1997-2023 The PHP Group |
75
* +----------------------------------------------------------------------+
86
* | This source file is subject to version 3.01 of the PHP license, |
97
* | that is bundled with this package in the file LICENSE, and is |
108
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
9+
* | https://www.php.net/license/3_01.txt. |
1210
* | If you did not receive a copy of the PHP license and are unable to |
1311
* | obtain it through the world-wide-web, please send a note to |
14-
* | [email protected] so we can mail you a copy immediately. |
12+
* | [email protected], so we can mail you a copy immediately. |
1513
* +----------------------------------------------------------------------+
1614
* | Authors: Kalle Sommer Nielsen <[email protected]> |
1715
* +----------------------------------------------------------------------+

scripts/build-chms-history.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<?php
22
/**
33
* +----------------------------------------------------------------------+
4-
* | PHP Version 5 |
5-
* +----------------------------------------------------------------------+
6-
* | Copyright (c) 1997-2013 The PHP Group |
4+
* | Copyright (c) 1997-2023 The PHP Group |
75
* +----------------------------------------------------------------------+
86
* | This source file is subject to version 3.01 of the PHP license, |
97
* | that is bundled with this package in the file LICENSE, and is |
108
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
9+
* | https://www.php.net/license/3_01.txt. |
1210
* | If you did not receive a copy of the PHP license and are unable to |
1311
* | obtain it through the world-wide-web, please send a note to |
14-
* | [email protected] so we can mail you a copy immediately. |
12+
* | [email protected], so we can mail you a copy immediately. |
1513
* +----------------------------------------------------------------------+
1614
* | Authors: Kalle Sommer Nielsen <[email protected]> |
1715
* +----------------------------------------------------------------------+
18-
*
16+
*
1917
* $Id$
2018
*/
2119

scripts/build-chms.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
22
/**
33
* +----------------------------------------------------------------------+
4-
* | PHP Version 5 |
5-
* +----------------------------------------------------------------------+
6-
* | Copyright (c) 1997-2013 The PHP Group |
4+
* | Copyright (c) 1997-2023 The PHP Group |
75
* +----------------------------------------------------------------------+
86
* | This source file is subject to version 3.01 of the PHP license, |
97
* | that is bundled with this package in the file LICENSE, and is |
108
* | available through the world-wide-web at the following url: |
11-
* | http://www.php.net/license/3_01.txt. |
9+
* | https://www.php.net/license/3_01.txt. |
1210
* | If you did not receive a copy of the PHP license and are unable to |
1311
* | obtain it through the world-wide-web, please send a note to |
14-
* | [email protected] so we can mail you a copy immediately. |
12+
* | [email protected], so we can mail you a copy immediately. |
1513
* +----------------------------------------------------------------------+
1614
* | Authors: Kalle Sommer Nielsen <[email protected]> |
1715
* | Hannes Magnusson <[email protected]> |

scripts/check-trans-maint.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
/*
44
+----------------------------------------------------------------------+
5-
| PHP Version 5 |
5+
| Copyright (c) 1997-2023 The PHP Group |
66
+----------------------------------------------------------------------+
7-
| Copyright (c) 1997-2011 The PHP Group |
8-
+----------------------------------------------------------------------+
9-
| This source file is subject to version 3.0 of the PHP license, |
7+
| This source file is subject to version 3.01 of the PHP license, |
108
| that is bundled with this package in the file LICENSE, and is |
119
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
10+
| https://www.php.net/license/3_01.txt. |
1311
| If you did not receive a copy of the PHP license and are unable to |
1412
| obtain it through the world-wide-web, please send a note to |
15-
| [email protected] so we can mail you a copy immediately. |
13+
| [email protected], so we can mail you a copy immediately. |
1614
+----------------------------------------------------------------------+
1715
| Authors : Carola Sammy Kummert <[email protected]> |
1816
+----------------------------------------------------------------------+

scripts/check-trans-params.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
<?php
33
/*
44
+----------------------------------------------------------------------+
5-
| PHP Version 4 |
5+
| Copyright (c) 1997-2023 The PHP Group |
66
+----------------------------------------------------------------------+
7-
| Copyright (c) 1997-2011 The PHP Group |
8-
+----------------------------------------------------------------------+
9-
| This source file is subject to version 3.0 of the PHP license, |
7+
| This source file is subject to version 3.01 of the PHP license, |
108
| that is bundled with this package in the file LICENSE, and is |
119
| available through the world-wide-web at the following url: |
12-
| http://www.php.net/license/3_0.txt. |
10+
| https://www.php.net/license/3_01.txt. |
1311
| If you did not receive a copy of the PHP license and are unable to |
1412
| obtain it through the world-wide-web, please send a note to |
15-
| [email protected] so we can mail you a copy immediately. |
13+
| [email protected], so we can mail you a copy immediately. |
1614
+----------------------------------------------------------------------+
1715
| Authors: Philip Olson <[email protected]> |
1816
| Jakub Vrana <[email protected]> |

scripts/check-trans.php

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55

66
/*
77
+----------------------------------------------------------------------+
8-
| PHP Version 5 |
8+
| Copyright (c) 1997-2023 The PHP Group |
99
+----------------------------------------------------------------------+
10-
| Copyright (c) 1997-2011 The PHP Group |
11-
+----------------------------------------------------------------------+
12-
| This source file is subject to version 3.0 of the PHP license, |
10+
| This source file is subject to version 3.01 of the PHP license, |
1311
| that is bundled with this package in the file LICENSE, and is |
1412
| available through the world-wide-web at the following url: |
15-
| http://www.php.net/license/3_0.txt. |
13+
| https://www.php.net/license/3_01.txt. |
1614
| If you did not receive a copy of the PHP license and are unable to |
1715
| obtain it through the world-wide-web, please send a note to |
18-
| [email protected] so we can mail you a copy immediately. |
16+
| [email protected], so we can mail you a copy immediately. |
1917
+----------------------------------------------------------------------+
20-
| Authors : Yannick Torrès <[email protected]> |
18+
| Authors : Yannick Torres <[email protected]> |
2119
+----------------------------------------------------------------------+
2220
*/
2321

@@ -34,7 +32,7 @@
3432
Usage:
3533
<?php echo $argv[0]; ?> <language-code>
3634

37-
Authors:Yannick Torrès <[email protected]>
35+
Authors:Yannick Torres <[email protected]>
3836

3937
<?php
4038
exit;
@@ -240,7 +238,7 @@ function do_check($en_content, $lang_content) {
240238
if( isset($lang_linkend[$i]) && $en_linkend[$i] != $lang_linkend[$i] && $en_linkend[$i] != 'somethingelse' ) {
241239
$nb_error['link'] ++;
242240
$result_error[] = array(
243-
"libel" => "Error in link, attribut : linkend $i",
241+
"libel" => "Error in link, attribut : linkend $i",
244242
"value_en" => $en_linkend[$i],
245243
"value_lang" => $lang_linkend[$i],
246244
"type" => "link",
@@ -614,7 +612,7 @@ function do_check($en_content, $lang_content) {
614612
}
615613

616614

617-
// Vérif
615+
// Verify
618616
for( $i=0; $i < count($en_methodsynopsis); $i++) {
619617

620618
if( isset($en_methodsynopsis[$i]['methodname']['name']) ) {
@@ -756,7 +754,7 @@ function do_check($en_content, $lang_content) {
756754

757755
// END : methodsynopsis
758756

759-
// Check if tere is a space or a point at the end of refpurpose
757+
// Check if there is a space or a point at the end of refpurpose
760758

761759
preg_match_all("/<refpurpose>.*([^A-Za-z1-9 ])<\/refpurpose>/s", $lang_content, $match2);
762760

@@ -875,7 +873,7 @@ function do_check($en_content, $lang_content) {
875873

876874
}
877875

878-
// Vérif
876+
// Verify
879877
for( $i=0; $i < count($en_classsynopsis); $i++) {
880878

881879
if( !isset($lang_classsynopsis[$i]['ooclass']['classname']) ) { $lang_classsynopsis[$i]['ooclass']['classname'] = ''; }
@@ -1045,7 +1043,7 @@ function check($lang_file, $en_file) {
10451043
// Grabs the revision tag and stores credits from the file given
10461044
function get_tags($file, $val = "en-rev") {
10471045
// Read the first 500 chars. The comment should be at
1048-
// the begining of the file
1046+
// the beginning of the file
10491047

10501048
if( !is_file($file) ) {
10511049
return false;
@@ -1080,13 +1078,13 @@ function get_tags($file, $val = "en-rev") {
10801078
// A function to check directory status in translated directory
10811079
// =========================================================================
10821080

1083-
// Check the status of files in a diretory of phpdoc XML files
1081+
// Check the status of files in a directory of phpdoc XML files
10841082
// The English directory is passed to this function to check
10851083
function get_dir_status($dir) {
10861084

10871085
global $LANG;
10881086

1089-
//echo "Entrée dans le répertoire : ".$dir."\n";
1087+
//echo "Enter in directory: ".$dir."\n";
10901088

10911089
$en_dir = str_replace("/$LANG/", "/en/", $dir);
10921090

scripts/check_phpdoc/build.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
2-
/*
2+
/*
33
+----------------------------------------------------------------------+
4-
| PHP Version 4 |
4+
| Copyright (c) 1997-2023 The PHP Group |
55
+----------------------------------------------------------------------+
6-
| Copyright (c) 1997-2011 The PHP Group |
7-
+----------------------------------------------------------------------+
8-
| This source file is subject to version 3.0 of the PHP license, |
6+
| This source file is subject to version 3.01 of the PHP license, |
97
| that is bundled with this package in the file LICENSE, and is |
108
| available through the world-wide-web at the following url: |
11-
| http://www.php.net/license/3_0.txt. |
9+
| https://www.php.net/license/3_01.txt. |
1210
| If you did not receive a copy of the PHP license and are unable to |
1311
| obtain it through the world-wide-web, please send a note to |
14-
| [email protected] so we can mail you a copy immediately. |
12+
| [email protected], so we can mail you a copy immediately. |
1513
+----------------------------------------------------------------------+
1614
| Authors: Mehdi Achour <[email protected]> |
1715
+----------------------------------------------------------------------+

scripts/check_phpdoc/view_check_phpdoc.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
2-
/*
2+
/*
33
+----------------------------------------------------------------------+
4-
| PHP Version 4 |
4+
| Copyright (c) 1997-2023 The PHP Group |
55
+----------------------------------------------------------------------+
6-
| Copyright (c) 1997-2011 The PHP Group |
7-
+----------------------------------------------------------------------+
8-
| This source file is subject to version 3.0 of the PHP license, |
6+
| This source file is subject to version 3.01 of the PHP license, |
97
| that is bundled with this package in the file LICENSE, and is |
108
| available through the world-wide-web at the following url: |
11-
| http://www.php.net/license/3_0.txt. |
9+
| https://www.php.net/license/3_01.txt. |
1210
| If you did not receive a copy of the PHP license and are unable to |
1311
| obtain it through the world-wide-web, please send a note to |
14-
| [email protected] so we can mail you a copy immediately. |
12+
| [email protected], so we can mail you a copy immediately. |
1513
+----------------------------------------------------------------------+
1614
| Authors: Mehdi Achour <[email protected]> |
1715
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)