From: rnayabed Date: Sun, 31 Jan 2021 23:38:26 +0530 Subject: Documentation - 2 --- Documentation - 2 --- --- 'a/src/main/java/com/StreamPi/Server/Info/License.java' +++ b/src/main/java/com/StreamPi/Server/Info/License.java @@ -1,9 +1,28 @@ +/* +Stream-Pi - Free & Open-Source Modular Cross-Platform Programmable Macropad +Copyright (C) 2019-2021 Debayan Sutradhar (rnayabed), Samuel QuiƱones (SamuelQuinones) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +Written by : Debayan Sutradhar (rnayabed) +*/ + package com.StreamPi.Server.Info; public class License { + /** + * @return Formatted String containing the Stream-Pi License an also licenses of other opensource libraries used. + */ public static String getLicense() { - return "Stream-Pi - Free & Opensource Modular Cross-Platform Programmable Macropad\n" + + return "Stream-Pi - Free & Open-Source Modular Cross-Platform Programmable Macro Pad\n" + "Copyright (C) 2019-2021 Debayan Sutradhar (rnayabed), Samuel QuiƱones (SamuelQuinones)\n" + "\n" + "This program is free software: you can redistribute it and/or modify\n" +