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:
authorValentin <fritz.valentin@live.fr>2021-07-05 22:10:14 +0300
committerValentin <fritz.valentin@live.fr>2021-07-05 22:10:14 +0300
commit0351fa6b4575127965dd98918c214ea77c00760f (patch)
treeb07f5687b72657ef57b9701153a464d653802dfe /thirdparty
parenteda3666bc7e4ea81501c9cc406f485a61384db65 (diff)
Add Otp.NET licensing info
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/Otp.NET/Homepage.txt1
-rwxr-xr-xthirdparty/Otp.NET/license.txt21
-rw-r--r--thirdparty/Otp.NET/licensedata.json7
3 files changed, 29 insertions, 0 deletions
diff --git a/thirdparty/Otp.NET/Homepage.txt b/thirdparty/Otp.NET/Homepage.txt
new file mode 100644
index 000000000..1f46ecb7e
--- /dev/null
+++ b/thirdparty/Otp.NET/Homepage.txt
@@ -0,0 +1 @@
+https://github.com/kspearrin/Otp.NET \ No newline at end of file
diff --git a/thirdparty/Otp.NET/license.txt b/thirdparty/Otp.NET/license.txt
new file mode 100755
index 000000000..0b41517cb
--- /dev/null
+++ b/thirdparty/Otp.NET/license.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Kyle Spearrin
+
+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/Otp.NET/licensedata.json b/thirdparty/Otp.NET/licensedata.json
new file mode 100644
index 000000000..3c098b67f
--- /dev/null
+++ b/thirdparty/Otp.NET/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "Otp.NET",
+ "description": "An implementation TOTP RFC 6238 and HOTP RFC 4226 in C#.",
+ "link": "https://github.com/kspearrin/Otp.NET",
+ "license": "MIT",
+ "notes": ""
+} \ No newline at end of file