File tree Expand file tree Collapse file tree 10 files changed +32
-54
lines changed Expand file tree Collapse file tree 10 files changed +32
-54
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2013-2017 Zephir Team and contributors
3+ Copyright (c) 2013-present Zephir Team
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
33# Zephir Parser
4+ # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
45#
5- # Copyright (c) 2013-2017 Zephir Team and contributors
6- #
7- # This source file is subject the MIT license, that is bundled with
8- # this package in the file LICENSE, and is available through the
9- # world-wide-web at the following url:
10- # http://zephir-lang.com/license.html
11- #
12- # If you did not receive a copy of the MIT license and are unable
13- # to obtain it through the world-wide-web, please send a note to
14- # license@zephir-lang.com so we can mail you a copy immediately.
6+ # This source file is subject the MIT license, that is bundled with this
7+ # package in the file LICENSE, and is available through the world-wide-web
8+ # at the following url: http://zephir-lang.com/license.html
159
1610# Available params:
1711# --phpize
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
33# Zephir Parser
4+ # Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
45#
5- # Copyright (c) 2013-2017 Zephir Team and contributors
6- #
7- # This source file is subject the MIT license, that is bundled with
8- # this package in the file LICENSE, and is available through the
9- # world-wide-web at the following url:
10- # http://zephir-lang.com/license.html
11- #
12- # If you did not receive a copy of the MIT license and are unable
13- # to obtain it through the world-wide-web, please send a note to
14- # license@zephir-lang.com so we can mail you a copy immediately.
6+ # This source file is subject the MIT license, that is bundled with this
7+ # package in the file LICENSE, and is available through the world-wide-web
8+ # at the following url: http://zephir-lang.com/license.html
159
1610# Available params:
1711# --phpize
Original file line number Diff line number Diff line change 22/*
33 +--------------------------------------------------------------------------+
44 | Zephir Parser |
5- | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
66 | |
77 | This source file is subject the MIT license, that is bundled with this |
88 | package in the file LICENSE, and is available through the world-wide-web |
Original file line number Diff line number Diff line change 22/*
33+--------------------------------------------------------------------------+
44| Zephir Parser |
5- | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
66| |
77| This source file is subject the MIT license, that is bundled with this |
88| package in the file LICENSE, and is available through the world-wide-web |
Original file line number Diff line number Diff line change 22/*
33+--------------------------------------------------------------------------+
44| Zephir Parser |
5- | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
66| |
77| This source file is subject the MIT license, that is bundled with this |
88| package in the file LICENSE, and is available through the world-wide-web |
Original file line number Diff line number Diff line change 22/*
33 +--------------------------------------------------------------------------+
44 | Zephir Parser |
5- | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
66 | |
77 | This source file is subject the MIT license, that is bundled with this |
88 | package in the file LICENSE, and is available through the world-wide-web |
Original file line number Diff line number Diff line change 22/*
33 +--------------------------------------------------------------------------+
44 | Zephir Parser |
5- | Copyright (c) 2013-present Zephir (https://zephir-lang.com/) |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
66 | |
77 | This source file is subject the MIT license, that is bundled with this |
88 | package in the file LICENSE, and is available through the world-wide-web |
Original file line number Diff line number Diff line change 1+
12/*
2- +--------------------------------------------------------------------------+
3- | Zephir Parser |
4- +--------------------------------------------------------------------------+
5- | Copyright (c) 2013-2017 Zephir Team and contributors |
6- +--------------------------------------------------------------------------+
7- | This source file is subject the MIT license, that is bundled with |
8- | this package in the file LICENSE, and is available through the |
9- | world-wide-web at the following url: |
10- | https://zephir-lang.com/license.html |
11- | |
12- | If you did not receive a copy of the MIT license and are unable |
13- | to obtain it through the world-wide-web, please send a note to |
14- | license@zephir-lang.com so we can mail you a copy immediately. |
15- +--------------------------------------------------------------------------+
3+ +--------------------------------------------------------------------------+
4+ | Zephir Parser |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
6+ | |
7+ | This source file is subject the MIT license, that is bundled with this |
8+ | package in the file LICENSE, and is available through the world-wide-web |
9+ | at the following url: http://zephir-lang.com/license.html |
10+ +--------------------------------------------------------------------------+
1611*/
1712
1813/* $Id$ */
Original file line number Diff line number Diff line change 1+
12/*
2- +--------------------------------------------------------------------------+
3- | Zephir Parser |
4- +--------------------------------------------------------------------------+
5- | Copyright (c) 2013-2017 Zephir Team and contributors |
6- +--------------------------------------------------------------------------+
7- | This source file is subject the MIT license, that is bundled with |
8- | this package in the file LICENSE, and is available through the |
9- | world-wide-web at the following url: |
10- | https://zephir-lang.com/license.html |
11- | |
12- | If you did not receive a copy of the MIT license and are unable |
13- | to obtain it through the world-wide-web, please send a note to |
14- | license@zephir-lang.com so we can mail you a copy immediately. |
15- +--------------------------------------------------------------------------+
3+ +--------------------------------------------------------------------------+
4+ | Zephir Parser |
5+ | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
6+ | |
7+ | This source file is subject the MIT license, that is bundled with this |
8+ | package in the file LICENSE, and is available through the world-wide-web |
9+ | at the following url: http://zephir-lang.com/license.html |
10+ +--------------------------------------------------------------------------+
1611*/
1712
1813/* $Id$ */
You can’t perform that action at this time.
0 commit comments