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:
authorKenneth Skovhede <kenneth@hexad.dk>2017-09-23 01:13:03 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-09-23 01:13:03 +0300
commit01c429b176389d01cfc2890ff3070c59abad7f4b (patch)
treece0f0459d98ac020368414cfaabb4e1a93bb4e18 /thirdparty
parent401f1f3104306f4cea9ecd298fa6818a70b67a77 (diff)
Switched hash library to use FasterHashing
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/FasterHashing/download.txt1
-rw-r--r--thirdparty/FasterHashing/license.txt21
-rw-r--r--thirdparty/FasterHashing/licensedata.json7
3 files changed, 29 insertions, 0 deletions
diff --git a/thirdparty/FasterHashing/download.txt b/thirdparty/FasterHashing/download.txt
new file mode 100644
index 000000000..b9cd1a7a8
--- /dev/null
+++ b/thirdparty/FasterHashing/download.txt
@@ -0,0 +1 @@
+https://github.com/kenkendk/FasterHashing \ No newline at end of file
diff --git a/thirdparty/FasterHashing/license.txt b/thirdparty/FasterHashing/license.txt
new file mode 100644
index 000000000..27431b657
--- /dev/null
+++ b/thirdparty/FasterHashing/license.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Kenneth Skovhede
+
+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/FasterHashing/licensedata.json b/thirdparty/FasterHashing/licensedata.json
new file mode 100644
index 000000000..396c46ed6
--- /dev/null
+++ b/thirdparty/FasterHashing/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "FasterHashing",
+ "description": "An native hashing library wrapper",
+ "link": "https://github.com/kenkendk/FasterHashing",
+ "license": "MIT",
+ "notes": ""
+} \ No newline at end of file