diff --git a/LICENSE b/LICENSE index dd09c85..3c7e840 100644 --- a/LICENSE +++ b/LICENSE @@ -1,27 +1,25 @@ -Copyright (c) 2016, Bernardette Maryan Rostenkowski +Copyright (c) 2016, Bernardette Maryann Rostenkowski All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of imagestore nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/composer.json b/composer.json index 16c1bcc..1910b02 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rostenkowski/imagestore", + "name": "rostenkowski/resize", "type": "library", "minimum-stability": "dev", "require": { diff --git a/readme.md b/readme.md index e1d8da5..6f1fa78 100644 --- a/readme.md +++ b/readme.md @@ -2,21 +2,21 @@ *High Performance Image Storage Library for PHP 7* -[![release](http://github-release-version.herokuapp.com/github/rostenkowski/imagestore/release.svg?style=flat)](https://github.com/rostenkowski/imagestore/releases/latest) -[![Build Status](https://travis-ci.org/rostenkowski/imagestore.svg?branch=master)](https://travis-ci.org/rostenkowski/imagestore) -[![Coverage Status](https://coveralls.io/repos/github/rostenkowski/imagestore/badge.svg)](https://coveralls.io/github/rostenkowski/imagestore) -[![Code Climate](https://codeclimate.com/github/rostenkowski/imagestore/badges/gpa.svg)](https://codeclimate.com/github/rostenkowski/imagestore) -[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/rostenkowski/imagestore/blob/master/LICENSE) +[![release](http://github-release-version.herokuapp.com/github/rostenkowski/resize/release.svg?style=flat)](https://github.com/rostenkowski/imagestore/releases/latest) +[![Build Status](https://travis-ci.org/rostenkowski/resize.svg?branch=master)](https://travis-ci.org/rostenkowski/imagestore) +[![Coverage Status](https://coveralls.io/repos/github/rostenkowski/resize/badge.svg)](https://coveralls.io/github/rostenkowski/imagestore) +[![Code Climate](https://codeclimate.com/github/rostenkowski/resize/badges/gpa.svg)](https://codeclimate.com/github/rostenkowski/imagestore) +[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/rostenkowski/resize/blob/master/LICENSE) ## Installation -Download the latest [package](https://github.com/rostenkowski/imagestore/releases) manually +Download the latest [package](https://github.com/rostenkowski/resize/releases) manually or better use the [composer](https://getcomposer.org/doc/00-intro.md#globally) ```bash -composer require rostenkowski/imagestore +composer require rostenkowski/resize ``` ## Configuration @@ -53,7 +53,7 @@ services: The library is tested against PHP **5.5**, **5.6** and **7.0** and Nette **2.3** but it should be compatible with previous stable Nette **2.2** and the latest Nette **2.4-dev** as well. -For the full list of dependencies see the [`composer.json`](https://github.com/rostenkowski/imagestore/blob/master/composer.json) file. +For the full list of dependencies see the [`composer.json`](https://github.com/rostenkowski/resize/blob/master/composer.json) file. ## API @@ -112,7 +112,7 @@ $storage->send(Request $request); ## Contribution -Feel free to open an [Issue](https://github.com/rostenkowski/imagestore/issues) or [Pull Request](https://github.com/rostenkowski/imagestore/pulls). +Feel free to open an [Issue](https://github.com/rostenkowski/resize/issues) or [Pull Request](https://github.com/rostenkowski/imagestore/pulls). The source code of the library is fully covered by [Nette Tester](https://tester.nette.org/) tests. @@ -136,5 +136,5 @@ To check the code coverage see the `docs/coverage.html` file. ## Example code -Please see the [**Usage**](https://github.com/rostenkowski/imagestore/wiki/usage) wiki page. +Please see the [**Usage**](https://github.com/rostenkowski/resize/wiki/usage) wiki page.