]> 91.132.146.200 Git - selfpaste.git/commitdiff
go client updates
authorBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:31:55 +0000 (11:31 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:31:55 +0000 (11:31 +0200)
client/go-client/README
client/go-client/selfpaste.go

index f2b8de24722636f5926a3e42a8ea62d591df8aaf..4e13bae07054f0670c08760c5f584aa61ac59864 100644 (file)
@@ -6,4 +6,5 @@ This is a very simple, with limited experience written, go program.
 Use at own risk and feel free to improve.
 
 Howto build:
-Nothing special, just go build -o selfpaste
+Nothing special, just:
+go build -o selfpaste
index 910b75321ed40de9b7c02f5d2c9169cfb0d3a399..edc5ba57c35eb6a10940adb7d3bfe7ad86e4cbbd 100644 (file)
@@ -15,13 +15,22 @@ import (
        "encoding/json"
 )
 
-// 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
-
-// 2019 - 2022 https://://www.bananas-playground.net/projekt/selfpaste
+/**
+ * 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.
+ *
+ * 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!