|
3 | 3 | /** |
4 | 4 | * Bubble - A PHP template engine |
5 | 5 | * |
6 | | - * This library is free software; you can redistribute it and/or |
7 | | - * modify it under the terms of the GNU Lesser General Public |
8 | | - * License as published by the Free Software Foundation; either |
9 | | - * version 3 of the License, or (at your option) any later version. |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 7 | + * of this software and associated documentation files (the "Software"), to deal |
| 8 | + * in the Software without restriction, including without limitation the rights |
| 9 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 10 | + * copies of the Software, and to permit persons to whom the Software is |
| 11 | + * furnished to do so, subject to the following conditions: |
10 | 12 | * |
11 | | - * This library is distributed in the hope that it will be useful, |
12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 | | - * Lesser General Public License for more details. |
| 13 | + * The above copyright notice and this permission notice shall be included in all |
| 14 | + * copies or substantial portions of the Software. |
15 | 15 | * |
16 | | - * You should have received a copy of the GNU Lesser General Public |
17 | | - * License along with this library; if not, write to the Free Software |
18 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 16 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 17 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 19 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 20 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 21 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 22 | + * SOFTWARE. |
19 | 23 | * |
20 | 24 | * @category Library |
21 | 25 | * @package Bubble |
22 | 26 | * @author Axel Nana <[email protected]> |
23 | 27 | * @copyright 2018 Aliens Group, Inc. |
24 | | - * @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0> |
25 | | - * @version GIT: 0.0.1 |
| 28 | + * @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE> |
| 29 | + * @version GIT: 1.1.0 |
26 | 30 | * @link http://bubble.na2axl.tk |
27 | 31 | */ |
28 | 32 |
|
|
39 | 43 | * @category Tokens |
40 | 44 | * @package Bubble |
41 | 45 | * @author Axel Nana <[email protected]> |
42 | | - * @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0> |
| 46 | + * @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE> |
43 | 47 | * @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/IAttribute |
44 | 48 | */ |
45 | 49 | interface IAttribute extends IParser, IRenderer |
|
0 commit comments