Skip to content

Commit 74229ab

Browse files
committed
Update file's header
1 parent 8ab0bde commit 74229ab

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

ide/zephir_parser.php

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
22

3-
/*
4-
+--------------------------------------------------------------------------+
5-
| Zephir Parser |
6-
| Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
7-
| |
8-
| This source file is subject the MIT license, that is bundled with this |
9-
| package in the file LICENSE, and is available through the world-wide-web |
10-
| at the following url: http://zephir-lang.com/license.html |
11-
+--------------------------------------------------------------------------+
12-
*/
3+
/**
4+
* This file is part of the Zephir.
5+
*
6+
* (c) Phalcon Team <[email protected]>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
1311

1412
/**
1513
* Parses a file and returning an intermediate representation.

0 commit comments

Comments
 (0)