From c179a4ce9b88e4c872d4f3a89cabd828fb9a2313 Mon Sep 17 00:00:00 2001 From: Dan Fellars Date: Fri, 18 Oct 2013 10:07:27 -0600 Subject: [PATCH] Converted License from GPLv3 to MIT --- src/Handlebars/Autoloader.php | 4 ++-- src/Handlebars/Cache.php | 4 ++-- src/Handlebars/Cache/APC.php | 4 ++-- src/Handlebars/Cache/Dummy.php | 4 ++-- src/Handlebars/Context.php | 4 ++-- src/Handlebars/Engine.php | 4 ++-- src/Handlebars/Helpers.php | 4 ++-- src/Handlebars/Loader.php | 4 ++-- src/Handlebars/Loader/FilesystemLoader.php | 4 ++-- src/Handlebars/Loader/StringLoader.php | 4 ++-- src/Handlebars/Parser.php | 4 ++-- src/Handlebars/String.php | 4 ++-- src/Handlebars/Template.php | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) mode change 100644 => 100755 src/Handlebars/Autoloader.php mode change 100644 => 100755 src/Handlebars/Cache.php mode change 100644 => 100755 src/Handlebars/Cache/APC.php mode change 100644 => 100755 src/Handlebars/Cache/Dummy.php mode change 100644 => 100755 src/Handlebars/Context.php mode change 100644 => 100755 src/Handlebars/Engine.php mode change 100644 => 100755 src/Handlebars/Helpers.php mode change 100644 => 100755 src/Handlebars/Loader.php mode change 100644 => 100755 src/Handlebars/Loader/FilesystemLoader.php mode change 100644 => 100755 src/Handlebars/Loader/StringLoader.php mode change 100644 => 100755 src/Handlebars/Parser.php mode change 100644 => 100755 src/Handlebars/String.php mode change 100644 => 100755 src/Handlebars/Template.php diff --git a/src/Handlebars/Autoloader.php b/src/Handlebars/Autoloader.php old mode 100644 new mode 100755 index b70e77d..d95d370 --- a/src/Handlebars/Autoloader.php +++ b/src/Handlebars/Autoloader.php @@ -11,7 +11,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -24,7 +24,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Cache.php b/src/Handlebars/Cache.php old mode 100644 new mode 100755 index ea4efa7..b2a5f86 --- a/src/Handlebars/Cache.php +++ b/src/Handlebars/Cache.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -24,7 +24,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Cache/APC.php b/src/Handlebars/Cache/APC.php old mode 100644 new mode 100755 index e9af1d1..3cf6f27 --- a/src/Handlebars/Cache/APC.php +++ b/src/Handlebars/Cache/APC.php @@ -9,7 +9,7 @@ * @package Handlebars * @author Joey Baker * @copyright 2013 (c) Meraki, LLP - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -22,7 +22,7 @@ * @package Handlebars * @author Joey Baker * @copyright 2012 (c) Meraki, LLP - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Cache/Dummy.php b/src/Handlebars/Cache/Dummy.php old mode 100644 new mode 100755 index 6095b33..a862b58 --- a/src/Handlebars/Cache/Dummy.php +++ b/src/Handlebars/Cache/Dummy.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -22,7 +22,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Context.php b/src/Handlebars/Context.php old mode 100644 new mode 100755 index cec9b78..49532ff --- a/src/Handlebars/Context.php +++ b/src/Handlebars/Context.php @@ -10,7 +10,7 @@ * @author fzerorubigd * @author Behrooz Shabani * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -24,7 +24,7 @@ * @author fzerorubigd * @author Behrooz Shabani * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Engine.php b/src/Handlebars/Engine.php old mode 100644 new mode 100755 index 99d80fc..11e60a8 --- a/src/Handlebars/Engine.php +++ b/src/Handlebars/Engine.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -23,7 +23,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Helpers.php b/src/Handlebars/Helpers.php old mode 100644 new mode 100755 index a0396e3..9a7d1db --- a/src/Handlebars/Helpers.php +++ b/src/Handlebars/Helpers.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -25,7 +25,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Loader.php b/src/Handlebars/Loader.php old mode 100644 new mode 100755 index 91c7c0e..489f4e3 --- a/src/Handlebars/Loader.php +++ b/src/Handlebars/Loader.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -22,7 +22,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Loader/FilesystemLoader.php b/src/Handlebars/Loader/FilesystemLoader.php old mode 100644 new mode 100755 index 93c9212..664602b --- a/src/Handlebars/Loader/FilesystemLoader.php +++ b/src/Handlebars/Loader/FilesystemLoader.php @@ -10,7 +10,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -22,7 +22,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir * * @implements Loader diff --git a/src/Handlebars/Loader/StringLoader.php b/src/Handlebars/Loader/StringLoader.php old mode 100644 new mode 100755 index def3f8a..9ab0fec --- a/src/Handlebars/Loader/StringLoader.php +++ b/src/Handlebars/Loader/StringLoader.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -21,7 +21,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir * * @implements Loader diff --git a/src/Handlebars/Parser.php b/src/Handlebars/Parser.php old mode 100644 new mode 100755 index df9e15b..c07bcb4 --- a/src/Handlebars/Parser.php +++ b/src/Handlebars/Parser.php @@ -10,7 +10,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -23,7 +23,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/String.php b/src/Handlebars/String.php old mode 100644 new mode 100755 index 3cb321e..17cc233 --- a/src/Handlebars/String.php +++ b/src/Handlebars/String.php @@ -8,7 +8,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2013 Authors - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -21,7 +21,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2013 Authors - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ diff --git a/src/Handlebars/Template.php b/src/Handlebars/Template.php old mode 100644 new mode 100755 index 25a176d..6a78705 --- a/src/Handlebars/Template.php +++ b/src/Handlebars/Template.php @@ -9,7 +9,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ @@ -23,7 +23,7 @@ * @package Handlebars * @author fzerorubigd * @copyright 2012 (c) ParsPooyesh Co - * @license GPLv3 + * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */