Skip to content

Commit 3610840

Browse files
committed
license-update: update license header in ext/intl/rangeformatter sources
RFC: https://wiki.php.net/rfc/php_license_update
1 parent 06b3376 commit 3610840

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ext/intl/rangeformatter/rangeformatter_class.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| This source file is subject to version 3.01 of the PHP license, |
4-
| that is bundled with this package in the file LICENSE, and is |
5-
| available through the world-wide-web at the following url: |
6-
| https://www.php.net/license/3_01.txt |
7-
| If you did not receive a copy of the PHP license and are unable to |
8-
| obtain it through the world-wide-web, please send a note to |
9-
| license@php.net so we can mail you a copy immediately. |
3+
| Copyright © The PHP Group and Contributors. |
4+
+----------------------------------------------------------------------+
5+
| This source file is subject to the Modified BSD License that is |
6+
| bundled with this package in the file LICENSE, and is available |
7+
| through the World Wide Web at <https://www.php.net/license/>. |
8+
| |
9+
| SPDX-License-Identifier: BSD-3-Clause |
1010
+----------------------------------------------------------------------+
1111
| Authors: Bogdan Ungureanu <bogdanungureanu21@gmail.com> |
1212
+----------------------------------------------------------------------+

ext/intl/rangeformatter/rangeformatter_class.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| This source file is subject to version 3.01 of the PHP license, |
4-
| that is bundled with this package in the file LICENSE, and is |
5-
| available through the world-wide-web at the following url: |
6-
| https://www.php.net/license/3_01.txt |
7-
| If you did not receive a copy of the PHP license and are unable to |
8-
| obtain it through the world-wide-web, please send a note to |
9-
| license@php.net so we can mail you a copy immediately. |
3+
| Copyright © The PHP Group and Contributors. |
4+
+----------------------------------------------------------------------+
5+
| This source file is subject to the Modified BSD License that is |
6+
| bundled with this package in the file LICENSE, and is available |
7+
| through the World Wide Web at <https://www.php.net/license/>. |
8+
| |
9+
| SPDX-License-Identifier: BSD-3-Clause |
1010
+----------------------------------------------------------------------+
1111
| Authors: Bogdan Ungureanu <bogdanungureanu21@gmail.com> |
1212
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)