Updated license. Added ObjectPool library. Added version info

This commit is contained in:
nathan 2015-02-02 02:51:25 +01:00
parent 61a42a2c4d
commit f7d5f5e35c
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Dorkbox-Util"/>
<classpathentry combineaccessrules="false" kind="src" path="/JavaLauncher-Util"/>
<classpathentry kind="lib" path="libs/dorkboxUtil_v1.0.jar" sourcepath="libs/dorkboxUtil_v1.0_src.zip"/>
<classpathentry kind="output" path="classes"/>
</classpath>

View File

@ -6,3 +6,8 @@
- Dorkbox Utils - Apache 2.0 License
https://github.com/dorkbox
Copyright 2010, dorkbox, llc
- jOOU, Unsigned Numbers for Java - Apache 2.0 License
https://github.com/jOOQ/jOOU
Copyright 2011-2013, Lukas Eder, lukas.eder@gmail.com