updated license + version info

This commit is contained in:
nathan 2016-02-11 01:27:35 +01:00
parent 1ecd9316e7
commit dc97a6d013
2 changed files with 27 additions and 2 deletions

26
LICENSE
View File

@ -1,4 +1,4 @@
- Dorkbox Growl - Apache 2.0 License - Dorkbox Notify - Apache 2.0 License
https://github.com/dorkbox https://github.com/dorkbox
Copyright 2015, dorkbox, llc Copyright 2015, dorkbox, llc
@ -7,3 +7,27 @@
https://bitbucket.org/controlsfx/controlsfx/ https://bitbucket.org/controlsfx/controlsfx/
Copyright 2013, 2014, ControlsFX Copyright 2013, 2014, ControlsFX
Dialog icons by the ControlsFX project Dialog icons by the ControlsFX project
- Dorkbox ObjectPool - Apache 2.0 License
https://github.com/dorkbox
Copyright 2014, dorkbox, llc
Fast and compatible java object pool
- Dorkbox TweenEngine - Apache 2.0 License
https://github.com/dorkbox
Copyright 2015, dorkbox, llc
Animation/Tween framework for java
- Java Universal Tween Engine - Apache 2.0 License
https://code.google.com/p/java-universal-tween-engine/
Copyright 2012, Aurelien Ribon
Abandoned project, origin of TweenEngine code fork.
- Robert Penner's Easing Functions - BSD 3-clause License
http://robertpenner.com/easing/
Copyright 2001, Robert Penner
Tween easing algorithms

View File

@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId> <artifactId>Notify</artifactId>
<version>2.0</version> <version>1.1</version>
</dependency> </dependency>
``` ```
@ -62,3 +62,4 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/Notify-Dorkbo
<h2>License</h2> <h2>License</h2>
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.