From da11a11fbc9685b03b872d1d7c6e43a62909e320 Mon Sep 17 00:00:00 2001 From: Banana Date: Thu, 5 Oct 2023 11:23:52 +0200 Subject: [PATCH] c-client-win license notice updated --- client/c-client-win/makefile.bat | 17 ++++++++++++----- client/c-client-win/selfpaste-win.c | 17 ++++++++++++----- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/client/c-client-win/makefile.bat b/client/c-client-win/makefile.bat index c326ead..24e5178 100644 --- a/client/c-client-win/makefile.bat +++ b/client/c-client-win/makefile.bat @@ -1,10 +1,17 @@ :: This program is free software: you can redistribute it and/or modify -:: it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE -:: You should have received a copy of the -:: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -:: along with this program. If not, see http://www.sun.com/cddl/cddl.html +:: 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. :: -:: 2019 - 2020 https://://www.bananas-playground.net/projekt/selfpaste +:: 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. +:: +:: You should have received a copy of the GNU General Public License +:: along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0. +:: +:: 2019 - 2023 https://://www.bananas-playground.net/projekt/selfpaste :: :: !WARNING! :: This is a very simple, with limited experience written, bat file to execute the build. diff --git a/client/c-client-win/selfpaste-win.c b/client/c-client-win/selfpaste-win.c index b3b884a..b55d33e 100644 --- a/client/c-client-win/selfpaste-win.c +++ b/client/c-client-win/selfpaste-win.c @@ -1,11 +1,18 @@ /** * This program is free software: you can redistribute it and/or modify - * it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE - * You should have received a copy of the - * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 - * along with this program. If not, see http://www.sun.com/cddl/cddl.html + * 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. * - * 2019 - 2020 https://://www.bananas-playground.net/projekt/selfpaste + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0. + * + * 2019 - 2023 https://://www.bananas-playground.net/projekt/selfpaste */ /** -- 2.39.5