From 7e2e3f2d7fc444fe9873c508db1fb78ba535938c Mon Sep 17 00:00:00 2001 From: Yoky Ben Stevanus Date: Wed, 8 Feb 2023 18:41:14 +0700 Subject: [PATCH 1/2] Create LICENSE.md --- LICENSE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d514caa --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Uzziel Pelawak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From abfa9ecb114e80b9497f405a01826ad749e78d8c Mon Sep 17 00:00:00 2001 From: uzzielpelawak Date: Wed, 8 Feb 2023 18:44:57 +0700 Subject: [PATCH 2/2] change to uzzielpelawak repo --- Image.php | 4 ++-- Kohana/Image/GD.php | 6 +++--- Kohana/Image/Imagick.php | 6 +++--- Kohana/Kohana_Image.php | 6 +++--- README.md | 10 +++++----- composer.json | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Image.php b/Image.php index 30edb25..18052a0 100644 --- a/Image.php +++ b/Image.php @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/Kohana/Image/GD.php b/Kohana/Image/GD.php index 3cea45b..5fe4814 100644 --- a/Kohana/Image/GD.php +++ b/Kohana/Image/GD.php @@ -1,8 +1,8 @@ [ - 'class'=>'webvimark\modules\migrations\MigrationModule' + 'class'=>'uzzielpelawak\modules\migrations\MigrationModule' ], ... @@ -45,7 +45,7 @@ In you config/console.php 'controllerMap'=>[ 'migrate'=>[ - 'class'=>'webvimark\modules\migrations\components\MigrateController', + 'class'=>'uzzielpelawak\modules\migrations\components\MigrateController', ], ], @@ -58,5 +58,5 @@ Usage ----- ```php -\webvimark\image\Image::factory($pathFromFile)->resize(500, 300)->save($pathToFile); +\uzzielpelawak\image\Image::factory($pathFromFile)->resize(500, 300)->save($pathToFile); ``` \ No newline at end of file diff --git a/composer.json b/composer.json index 532b489..4fe9e53 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "webvimark/image", + "name": "uzzielpelawak/image", "description": "Kohana image lib wrapper for yii 2", "autoload": { "psr-4": { - "webvimark\\image\\": "" + "uzzielpelawak\\image\\": "" } } }