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:
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/BoncyCastle/Homepage.txt1
-rw-r--r--thirdparty/BoncyCastle/license.txt8
-rw-r--r--thirdparty/BoncyCastle/licensedata.json7
-rw-r--r--thirdparty/Otp.NET/Homepage.txt1
-rwxr-xr-xthirdparty/Otp.NET/license.txt21
-rw-r--r--thirdparty/Otp.NET/licensedata.json7
6 files changed, 29 insertions, 16 deletions
diff --git a/thirdparty/BoncyCastle/Homepage.txt b/thirdparty/BoncyCastle/Homepage.txt
deleted file mode 100644
index 3e4d61d83..000000000
--- a/thirdparty/BoncyCastle/Homepage.txt
+++ /dev/null
@@ -1 +0,0 @@
-http://www.bouncycastle.org/csharp/ \ No newline at end of file
diff --git a/thirdparty/BoncyCastle/license.txt b/thirdparty/BoncyCastle/license.txt
deleted file mode 100644
index 3786ce3d9..000000000
--- a/thirdparty/BoncyCastle/license.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-LICENSE
-Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
-
-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/BoncyCastle/licensedata.json b/thirdparty/BoncyCastle/licensedata.json
deleted file mode 100644
index 220a9b791..000000000
--- a/thirdparty/BoncyCastle/licensedata.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Bouncy Castle",
- "description": "A lightweight cryptography API for Java and C#",
- "link": "http://www.bouncycastle.org/csharp",
- "license": "MIT",
- "notes": ""
-} \ No newline at end of file
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