Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2020-05-17 22:08:04 +0300
committerTopperDEL <github_com@tparth.de>2020-05-17 22:08:04 +0300
commitafa76753394f403b1b2fcde19b3de9ffd81584f9 (patch)
treea85617e20b5cbee48bd3a0d29b1a15fd54992eae /thirdparty
parentfd5a4f058d9bc3b03bdf5657e94f8e437bc06c9b (diff)
feat: Add license-info
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/uplink.NET/Homepage.txt1
-rw-r--r--thirdparty/uplink.NET/license.txt21
-rw-r--r--thirdparty/uplink.NET/licensedata.json7
3 files changed, 29 insertions, 0 deletions
diff --git a/thirdparty/uplink.NET/Homepage.txt b/thirdparty/uplink.NET/Homepage.txt
new file mode 100644
index 000000000..667d57911
--- /dev/null
+++ b/thirdparty/uplink.NET/Homepage.txt
@@ -0,0 +1 @@
+https://github.com/TopperDEL/uplink.net \ No newline at end of file
diff --git a/thirdparty/uplink.NET/license.txt b/thirdparty/uplink.NET/license.txt
new file mode 100644
index 000000000..f1e51a491
--- /dev/null
+++ b/thirdparty/uplink.NET/license.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 TopperDEL
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE. \ No newline at end of file
diff --git a/thirdparty/uplink.NET/licensedata.json b/thirdparty/uplink.NET/licensedata.json
new file mode 100644
index 000000000..a3d917e86
--- /dev/null
+++ b/thirdparty/uplink.NET/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "uplink.NET",
+ "description": "A .Net-wrapper to connect to the storj v3 network.",
+ "link": "https://github.com/TopperDEL/uplink.net",
+ "license": "MIT",
+ "notes": ""
+} \ No newline at end of file