From a440eababc47c496f3fed8b0de7c1bbd53bed1a4 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 30 Jan 2017 13:41:11 +0100 Subject: [PATCH] Updated license and readme --- LICENSE | 2 +- README.md | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index c665dc39..8db30fb8 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 296c7f51..20b470ea 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,9 @@ ISSUES:

We now release to maven!

-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. ``` com.dorkbox @@ -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/

License