Skip to content

Commit bdc722b

Browse files
committed
Update license and change version number
1 parent d743f4a commit bdc722b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+954
-742
lines changed

src/Bubble/Attributes/ConditionAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -38,7 +42,7 @@
3842
* @category Attributes
3943
* @package Bubble
4044
* @author Axel Nana <[email protected]>
41-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
45+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4246
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/ConditionAttribute
4347
*/
4448
class ConditionAttribute extends GenericAttribute

src/Bubble/Attributes/ElementAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -36,7 +40,7 @@
3640
* @category Attributes
3741
* @package Bubble
3842
* @author Axel Nana <[email protected]>
39-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
43+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4044
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/ElementAttribute
4145
*/
4246
class ElementAttribute extends GenericAttribute

src/Bubble/Attributes/ForAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -36,7 +40,7 @@
3640
* @category Attributes
3741
* @package Bubble
3842
* @author Axel Nana <[email protected]>
39-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
43+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4044
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/ForAttribute
4145
*/
4246
class ForAttribute extends GenericAttribute

src/Bubble/Attributes/FromAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -36,7 +40,7 @@
3640
* @category Attributes
3741
* @package Bubble
3842
* @author Axel Nana <[email protected]>
39-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
43+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4044
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/FromAttribute
4145
*/
4246
class FromAttribute extends GenericAttribute

src/Bubble/Attributes/GenericAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -37,7 +41,7 @@
3741
* @category Attributes
3842
* @package Bubble
3943
* @author Axel Nana <[email protected]>
40-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
44+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4145
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/GenericAttribute
4246
*/
4347
class GenericAttribute implements IAttribute

src/Bubble/Attributes/IAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -39,7 +43,7 @@
3943
* @category Tokens
4044
* @package Bubble
4145
* @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>
4347
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/IAttribute
4448
*/
4549
interface IAttribute extends IParser, IRenderer

src/Bubble/Attributes/ItemsAttribute.php

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@
33
/**
44
* Bubble - A PHP template engine
55
*
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:
1012
*
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.
1515
*
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.
1923
*
2024
* @category Library
2125
* @package Bubble
2226
* @author Axel Nana <[email protected]>
2327
* @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
2630
* @link http://bubble.na2axl.tk
2731
*/
2832

@@ -36,7 +40,7 @@
3640
* @category Attributes
3741
* @package Bubble
3842
* @author Axel Nana <[email protected]>
39-
* @license LGPL-3.0 <https://opensource.org/licenses/LGPL-3.0>
43+
* @license MIT <https://github.com/na2axl/bubble/blob/master/LICENSE>
4044
* @link http://bubble.na2axl.tk/docs/api/Bubble/Attributes/ItemsAttribute
4145
*/
4246
class ItemsAttribute extends GenericAttribute

0 commit comments

Comments
 (0)