Skip to content

Commit 7be0fa9

Browse files
committed
test file license header fix
1 parent 64fa5e0 commit 7be0fa9

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

tests/Helper/Iterators/SearchHitIteratorTest.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
22
/**
3-
* Elasticsearch PHP client
3+
* Elasticsearch PHP Client
44
*
5-
* @link https://github.com/elastic/elasticsearch-php/
5+
* @link https://github.com/elastic/elasticsearch-php
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
7-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
7+
* @license https://opensource.org/licenses/MIT MIT License
98
*
109
* Licensed to Elasticsearch B.V under one or more agreements.
11-
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
12-
* the GNU Lesser General Public License, Version 2.1, at your option.
10+
* Elasticsearch B.V licenses this file to you under the MIT License.
1311
* See the LICENSE file in the project root for more information.
1412
*/
1513
declare(strict_types = 1);

tests/Helper/Iterators/SearchResponseIteratorTest.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
22
/**
3-
* Elasticsearch PHP client
3+
* Elasticsearch PHP Client
44
*
5-
* @link https://github.com/elastic/elasticsearch-php/
5+
* @link https://github.com/elastic/elasticsearch-php
66
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
7-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
8-
* @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
7+
* @license https://opensource.org/licenses/MIT MIT License
98
*
109
* Licensed to Elasticsearch B.V under one or more agreements.
11-
* Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
12-
* the GNU Lesser General Public License, Version 2.1, at your option.
10+
* Elasticsearch B.V licenses this file to you under the MIT License.
1311
* See the LICENSE file in the project root for more information.
1412
*/
1513
declare(strict_types = 1);

0 commit comments

Comments
 (0)