Skip to content

Commit 21b7b8f

Browse files
committed
Copy license into file
1 parent c60b1ac commit 21b7b8f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/ASTConverter/ASTConverter.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,33 @@
2020
* so it's possible to have multiple callers use this without affecting each other.
2121
*
2222
* Compatibility: PHP 7.0 and 7.1
23+
*
24+
* ----------------------------------------------------------------------------
25+
*
26+
*
27+
* License for ASTConverter.php:
28+
*
29+
* The MIT License (MIT)
30+
*
31+
* Copyright (c) 2017 Tyson Andre
32+
*
33+
* Permission is hereby granted, free of charge, to any person obtaining a copy
34+
* of this software and associated documentation files (the "Software"), to deal
35+
* in the Software without restriction, including without limitation the rights
36+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37+
* copies of the Software, and to permit persons to whom the Software is
38+
* furnished to do so, subject to the following conditions:
39+
*
40+
* The above copyright notice and this permission notice shall be included in all
41+
* copies or substantial portions of the Software.
42+
*
43+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49+
* SOFTWARE.
2350
*/
2451
final class ASTConverter {
2552
// The latest stable version of php-ast.

0 commit comments

Comments
 (0)