From: Debayan Sutradhar Date: Sun, 30 May 2021 22:26:37 +0530 Subject: Updated license, removed contributor tab completely. --- Updated license, removed contributor tab completely. --- --- 'a/src/main/java/com/stream_pi/server/info/License.java' +++ b/src/main/java/com/stream_pi/server/info/License.java @@ -39,6 +39,7 @@ public class License { "1. JavaFX - GNU General Public License with Classpath Exception\nhttp://openjdk.java.net/legal/gplv2+ce.html\n\n"+ "2. JSON - The JSON License\nhttps://www.json.org/license.html\n\n"+ "3. Ikonli - Apache License\nhttps://github.com/kordamp/ikonli/blob/master/LICENSE\n\n"+ - "4. Roboto Font - Apache License 2.0\nhttp://www.apache.org/licenses/LICENSE-2.0\n\n"; + "4. Roboto Font - Apache License 2.0\nhttp://www.apache.org/licenses/LICENSE-2.0\n\n" + + "5. ControlsFX - BSD 3-Clause License\nhttps://github.com/controlsfx/controlsfx/blob/jfx-13/license.txt\n\n"; } }