Skip to content

Commit ac0b05d

Browse files
committed
license-update: scripts source headers
RFC: https://wiki.php.net/rfc/php_license_update
1 parent e1984cb commit ac0b05d

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

scripts/dev/check_parameters.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
<?php
33
/*
44
+----------------------------------------------------------------------+
5-
| Copyright (c) The PHP Group |
5+
| Copyright © The PHP Group and Contributors. |
66
+----------------------------------------------------------------------+
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-
| https://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-
| license@php.net so we can mail you a copy immediately. |
7+
| This source file is subject to the Modified BSD License that is |
8+
| bundled with this package in the file LICENSE, and is available |
9+
| through the World Wide Web at <https://www.php.net/license/>. |
10+
| |
11+
| SPDX-License-Identifier: BSD-3-Clause |
1412
+----------------------------------------------------------------------+
1513
| Author: Nuno Lopes <nlopess@php.net> |
1614
+----------------------------------------------------------------------+

scripts/dev/genfiles

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#!/bin/sh
22
#
33
# +----------------------------------------------------------------------+
4-
# | Copyright (c) The PHP Group |
4+
# | Copyright © The PHP Group and Contributors. |
55
# +----------------------------------------------------------------------+
6-
# | This source file is subject to version 3.01 of the PHP license, |
7-
# | that is bundled with this package in the file LICENSE, and is |
8-
# | available through the world-wide-web at the following url: |
9-
# | https://www.php.net/license/3_01.txt |
10-
# | If you did not receive a copy of the PHP license and are unable to |
11-
# | obtain it through the world-wide-web, please send a note to |
12-
# | license@php.net so we can mail you a copy immediately. |
6+
# | This source file is subject to the Modified BSD License that is |
7+
# | bundled with this package in the file LICENSE, and is available |
8+
# | through the World Wide Web at <https://www.php.net/license/>. |
9+
# | |
10+
# | SPDX-License-Identifier: BSD-3-Clause |
1311
# +----------------------------------------------------------------------+
1412
# | Authors: Sascha Schumann <sascha@schumann.cx> |
1513
# +----------------------------------------------------------------------+

scripts/dev/search_underscores.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
/*
55
+----------------------------------------------------------------------+
6-
| Copyright (c) The PHP Group |
6+
| Copyright © The PHP Group and Contributors. |
77
+----------------------------------------------------------------------+
8-
| This source file is subject to version 3.01 of the PHP license, |
9-
| that is bundled with this package in the file LICENSE, and is |
10-
| available through the world-wide-web at the following url: |
11-
| https://www.php.net/license/3_01.txt |
12-
| If you did not receive a copy of the PHP license and are unable to |
13-
| obtain it through the world-wide-web, please send a note to |
14-
| license@php.net so we can mail you a copy immediately. |
8+
| This source file is subject to the Modified BSD License that is |
9+
| bundled with this package in the file LICENSE, and is available |
10+
| through the World Wide Web at <https://www.php.net/license/>. |
11+
| |
12+
| SPDX-License-Identifier: BSD-3-Clause |
1513
+----------------------------------------------------------------------+
1614
| Authors: Marcus Boerger <helly@php.net> |
1715
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)