File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Elasticsearch PHP client
3
+ * Elasticsearch PHP Client
4
4
*
5
- * @link https://github.com/elastic/elasticsearch-php/
5
+ * @link https://github.com/elastic/elasticsearch-php
6
6
* @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
9
8
*
10
9
* 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.
13
11
* See the LICENSE file in the project root for more information.
14
12
*/
15
13
declare (strict_types = 1 );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Elasticsearch PHP client
3
+ * Elasticsearch PHP Client
4
4
*
5
- * @link https://github.com/elastic/elasticsearch-php/
5
+ * @link https://github.com/elastic/elasticsearch-php
6
6
* @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
9
8
*
10
9
* 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.
13
11
* See the LICENSE file in the project root for more information.
14
12
*/
15
13
declare (strict_types = 1 );
You can’t perform that action at this time.
0 commit comments