From c3b7ba0acf7b1e00aa2dbd43355f9ae3a212a635 Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 13 Feb 2024 08:44:19 -0500 Subject: [PATCH] revert bisq license and add haveno license --- src/main/groovy/haveno.post-build.gradle | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/groovy/haveno.post-build.gradle b/src/main/groovy/haveno.post-build.gradle index c3ff8ad..7d33099 100644 --- a/src/main/groovy/haveno.post-build.gradle +++ b/src/main/groovy/haveno.post-build.gradle @@ -1,3 +1,20 @@ +/* + * This file is part of Bisq. + * + * Bisq is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * Bisq 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 Affero General Public + * License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Bisq. If not, see . + */ + /* * This file is part of Haveno. * @@ -14,6 +31,7 @@ * You should have received a copy of the GNU Affero General Public License * along with Haveno. If not, see . */ + plugins { id 'java' }