client

Clone or download

license and about updated

Modified Files

M pom.xml
+9 −16
--- 'a/pom.xml'
+++ b/pom.xml
@@ -80,23 +80,16 @@
</dependency>
<dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20201115</version>
+ <groupId>com.gluonhq.attach</groupId>
+ <artifactId>lifecycle</artifactId>
+ <version>4.0.10</version>
</dependency>
-
- <!-- https://mvnrepository.com/artifact/com.gluonhq.attach/lifecycle -->
-<dependency>
- <groupId>com.gluonhq.attach</groupId>
- <artifactId>lifecycle</artifactId>
- <version>4.0.10</version>
-</dependency>
-<dependency>
- <groupId>com.gluonhq.attach</groupId>
- <artifactId>util</artifactId>
- <version>4.0.10</version>
-</dependency>
+ <dependency>
+ <groupId>com.gluonhq.attach</groupId>
+ <artifactId>util</artifactId>
+ <version>4.0.10</version>
+ </dependency>
</dependencies>
--- 'a/src/main/java/com/StreamPi/Client/Info/License.java'
+++ b/src/main/java/com/StreamPi/Client/Info/License.java
@@ -4,7 +4,7 @@ public class License {
public static String getLicense()
{
return "StreamPi - Free & Opensource Modular Cross-Platform Programmable Macropad\n" +
- "Copyright (C) 2020 StreamPi Team\n" +
+ "Copyright (C) 2020 Debayan Sutradhar (rnayabed), Samuel Quiñones (SamuelQuinones)\n" +
"\n" +
"This program is free software: you can redistribute it and/or modify\n" +
"it under the terms of the GNU General Public License as published by\n" +
@@ -14,6 +14,12 @@ public class License {
"This program is distributed in the hope that it will be useful,\n" +
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +
- "GNU General Public License for more details.\n";
+ "GNU General Public License for more details.\n" +
+ "\n\n"+
+ "Opensource Libraries/Tech used :\n"+
+ "1. JavaFX - GNU General Public License with Classpath Exception\nhttp://openjdk.java.net/legal/gplv2+ce.html\n\n"+
+ "2. Gluon Attach - GPL License\nhttps://github.com/gluonhq/attach/blob/master/LICENSE\n\n"+
+ "3. Gluon Client Maven Plugin - BSD-3 License\nhttps://github.com/gluonhq/client-maven-plugin/blob/master/LICENSE\n\n"
+ "4. Ikonli - Apache License\nhttps://github.com/kordamp/ikonli/blob/master/LICENSE\n\n";
}
}