]> 91.132.146.200 Git - selfpaste.git/commitdiff
licence and some additional notes in readme
authorBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:20:24 +0000 (11:20 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:20:24 +0000 (11:20 +0200)
client/c-client-linux/README
client/c-client-linux/selfpaste.c

index 9fa51574ccbb5b4c0de99bce8c6868917fa1aa6d..967fbbde848b9f6bfde0f84deb19cc38c60e8ca6 100644 (file)
@@ -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
index 244564f36916334512e2678d4326a1729fdbc306..a7d1d4e7243ee28c5075f8f66aaef8d8ca72b635 100644 (file)
@@ -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
  */
 
 /**