diff --git a/LICENSE b/LICENSE index 3932723..9422ddb 100644 --- a/LICENSE +++ b/LICENSE @@ -18,3 +18,7 @@ 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. + +The name and characters used in the demo of this software are property of their +respective owners. + diff --git a/README.md b/README.md index bd2ffda..d35b878 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ imageView.setAnimatableImage(data: NSData(...)) You can start/stop the animation using `UIImageView`'s `startAnimating()` and `stopAnimating()`. -You can find a demo [here](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6 Beta-7). +You can find a demo in this [branch](https://github.com/kaishin/gifu/tree/demo) (requires Xcode 6). @@ -65,8 +65,7 @@ Needless to say, you are welcome to contribute. - Kudos to my colleague [Tony DiPasquale](https://github.com/tonyd256) for helping out with the factory methods. -- The characters used in the icon and example image in the demo are from [Samurai Champloo](https://en.wikipedia.org/wiki/Samurai_Champloo). The name and characters are property of their respective owners. - +- The characters used in the icon and example image in the demo are from [Samurai Champloo](https://en.wikipedia.org/wiki/Samurai_Champloo). #### License See LICENSE.