Skip to content

Commit 6e2247d

Browse files
committed
chore: add licence header to test helpers
1 parent 00f14b9 commit 6e2247d

8 files changed

Lines changed: 72 additions & 0 deletions

ext/opcache/tests/helpers/explicit_cache_store_delete_zts_threads_001.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
| |
1111
| SPDX-License-Identifier: BSD-3-Clause |
1212
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
1315
*/
1416

1517
#ifdef HAVE_CONFIG_H

ext/opcache/tests/helpers/persistent_static_zts_threads_001.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| Zend OPcache |
4+
+----------------------------------------------------------------------+
5+
| Copyright © The PHP Group and Contributors. |
6+
+----------------------------------------------------------------------+
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 |
12+
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
15+
*/
16+
117
#ifdef HAVE_CONFIG_H
218
# include "php_config.h"
319
#endif

ext/opcache/tests/helpers/volatile_cache_process_lock_mode_001.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| Zend OPcache |
4+
+----------------------------------------------------------------------+
5+
| Copyright © The PHP Group and Contributors. |
6+
+----------------------------------------------------------------------+
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 |
12+
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
15+
*/
16+
117
#ifdef HAVE_CONFIG_H
218
# include "php_config.h"
319
# undef HAVE_CONFIG_H

ext/opcache/tests/helpers/volatile_cache_retired_shared_graph_free_001.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| Zend OPcache |
4+
+----------------------------------------------------------------------+
5+
| Copyright © The PHP Group and Contributors. |
6+
+----------------------------------------------------------------------+
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 |
12+
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
15+
*/
16+
117
#ifdef HAVE_CONFIG_H
218
# include "php_config.h"
319
# undef HAVE_CONFIG_H

ext/opcache/tests/helpers/volatile_cache_zts_request_shared_graph_refs_001.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| Zend OPcache |
4+
+----------------------------------------------------------------------+
5+
| Copyright © The PHP Group and Contributors. |
6+
+----------------------------------------------------------------------+
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 |
12+
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
15+
*/
16+
117
#ifdef HAVE_CONFIG_H
218
# include "php_config.h"
319
# undef HAVE_CONFIG_H

ext/opcache/tests/helpers/volatile_cache_zts_threads_001.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
| |
1111
| SPDX-License-Identifier: BSD-3-Clause |
1212
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
1315
*/
1416

1517
#ifdef HAVE_CONFIG_H

ext/opcache/tests/helpers/volatile_cache_zts_threads_002.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
| |
1111
| SPDX-License-Identifier: BSD-3-Clause |
1212
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
1315
*/
1416

1517
#ifdef HAVE_CONFIG_H

ext/opcache/tests/helpers/volatile_cache_zts_threads_003.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
| |
1111
| SPDX-License-Identifier: BSD-3-Clause |
1212
+----------------------------------------------------------------------+
13+
| Author: Go Kudo <zeriyoshi@php.net> |
14+
+----------------------------------------------------------------------+
1315
*/
1416

1517
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)