Updated license and readme

This commit is contained in:
nathan 2017-01-30 13:41:11 +01:00
parent 8dddee95dd
commit a440eababc
2 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,7 @@
- Dorkbox SystemTray - Apache 2.0 License
https://github.com/dorkbox
Copyright 2014, dorkbox, llc
Cross-platform SystemTray, GtkStatusIcon, and AppIndicator support for Java 6+
Cross-platform SystemTray, GtkStatusIcon, and AppIndicator support for applications for Java 6+
- Dorkbox Utils - Apache 2.0 License

View File

@ -231,9 +231,9 @@ ISSUES:
<h4>We now release to maven!</h4>
There is a hard dependency in the POM file for the utilities library, which is an extremely small subset of a much larger library; including only what is *necessary* for this particular project to function.
This project is **kept in sync** with the utilities library, so "jar hell" is not an issue. Please note that the util library (in it's entirety) is not added since there are **many** dependencies that are not *necessary* for this project. No reason to require a massive amount of dependencies for one or two classes/methods.
This project **includes** some utility classes, which are an extremely small subset of a much larger library; including only what is *necessary* for this particular project to function. Additionally this project is **kept in sync** with the utilities library, so "jar hell" is not an issue, and the latest release will always include the same utility files as all other projects in the dorkbox repository at that time.
Please note that the utility classes have their source code included in the release, and eventually, the utility library (in it's entirety) will be added to github.
```
<dependency>
<groupId>com.dorkbox</groupId>
@ -243,16 +243,13 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
```
TODO::: add dorkbox UTILs to github (need to add copyright/license/notes to everything first)
Or if you don't want to use Maven, you can access the files and source-code directly from here:
Or if you don't want to use Maven, you can access the latest files and source-code directly from here:
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray-Dorkbox-Util/
https://repo1.maven.org/maven2/net/java/dev/jna/jna/
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
https://repo1.maven.org/maven2/org/javassist/javassist/
<h2>License</h2>