From: Banana Date: Thu, 5 Oct 2023 09:20:24 +0000 (+0200) Subject: licence and some additional notes in readme X-Git-Tag: 1.5~5 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=475a3091cc1f7828249f419266a6f9cf2e888e66;p=selfpaste.git licence and some additional notes in readme --- diff --git a/client/c-client-linux/README b/client/c-client-linux/README index 9fa5157..967fbbd 100644 --- a/client/c-client-linux/README +++ b/client/c-client-linux/README @@ -1,2 +1,14 @@ Linux client written in C. Can be build with the added Makefile for linux. Depends on libcurl (+ssl) https://curl.haxx.se and json-c https://github.com/json-c/json-c + +Gentoo: +https://packages.gentoo.org/packages/net-misc/curl +https://packages.gentoo.org/packages/dev-libs/json-c + +Fedora: +https://packages.fedoraproject.org/pkgs/json-c/json-c-devel/ +https://packages.fedoraproject.org/pkgs/curl/libcurl-devel/ + +Debian: +https://packages.debian.org/search?keywords=libcurl4-openssl-dev +https://packages.debian.org/search?keywords=json-c \ No newline at end of file diff --git a/client/c-client-linux/selfpaste.c b/client/c-client-linux/selfpaste.c index 244564f..a7d1d4e 100644 --- a/client/c-client-linux/selfpaste.c +++ b/client/c-client-linux/selfpaste.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 - 2022 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 */ /**