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>2015-12-07 12:08:31 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-12-07 12:08:31 +0300
commitbeaa8ccedaa78326546dedfeb619c8051729b139 (patch)
tree135d162d517b4b653ffd5bea87c166c9e8a6a928
parent8933e424dd5e233b5cd47e49bb9829d250ffa9a7 (diff)
Added Angular and jQuery to the licenses section
-rw-r--r--Duplicati/License/Duplicati.License.csproj26
-rw-r--r--thirdparty/AngularJS/Homepage.txt1
-rw-r--r--thirdparty/AngularJS/License.txt21
-rw-r--r--thirdparty/AngularJS/licensedata.json7
-rw-r--r--thirdparty/jQuery/Homepage.txt1
-rw-r--r--thirdparty/jQuery/License.txt9
-rw-r--r--thirdparty/jQuery/licensedata.json7
7 files changed, 72 insertions, 0 deletions
diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj
index 787be9bb4..f1838d7f3 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -234,6 +234,30 @@
<Link>licenses\MegaApi\license.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\AngularJS\Homepage.txt">
+ <Link>licenses\AngularJS\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\AngularJS\License.txt">
+ <Link>licenses\AngularJS\License.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\AngularJS\licensedata.json">
+ <Link>licenses\AngularJS\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\jQuery\Homepage.txt">
+ <Link>licenses\jQuery\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\jQuery\License.txt">
+ <Link>licenses\jQuery\License.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\jQuery\licensedata.json">
+ <Link>licenses\jQuery\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -259,5 +283,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="licenses\MegaApi\" />
+ <Folder Include="licenses\AngularJS\" />
+ <Folder Include="licenses\jQuery\" />
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/thirdparty/AngularJS/Homepage.txt b/thirdparty/AngularJS/Homepage.txt
new file mode 100644
index 000000000..39fe67b22
--- /dev/null
+++ b/thirdparty/AngularJS/Homepage.txt
@@ -0,0 +1 @@
+https://angularjs.org/ \ No newline at end of file
diff --git a/thirdparty/AngularJS/License.txt b/thirdparty/AngularJS/License.txt
new file mode 100644
index 000000000..92f11eb0d
--- /dev/null
+++ b/thirdparty/AngularJS/License.txt
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2010-2015 Google, Inc. http://angularjs.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/AngularJS/licensedata.json b/thirdparty/AngularJS/licensedata.json
new file mode 100644
index 000000000..db55dfd3a
--- /dev/null
+++ b/thirdparty/AngularJS/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "AngularJS",
+ "description": "Superheroic JavaScript MVW Framework",
+ "link": "https://angularjs.org/",
+ "license": "MIT",
+ "notes": ""
+} \ No newline at end of file
diff --git a/thirdparty/jQuery/Homepage.txt b/thirdparty/jQuery/Homepage.txt
new file mode 100644
index 000000000..0762b31d5
--- /dev/null
+++ b/thirdparty/jQuery/Homepage.txt
@@ -0,0 +1 @@
+https://jquery.com/ \ No newline at end of file
diff --git a/thirdparty/jQuery/License.txt b/thirdparty/jQuery/License.txt
new file mode 100644
index 000000000..b9e8dba94
--- /dev/null
+++ b/thirdparty/jQuery/License.txt
@@ -0,0 +1,9 @@
+The MIT License (MIT)
+
+Copyright (c) <year> <copyright holders>
+
+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/jQuery/licensedata.json b/thirdparty/jQuery/licensedata.json
new file mode 100644
index 000000000..7829ce02a
--- /dev/null
+++ b/thirdparty/jQuery/licensedata.json
@@ -0,0 +1,7 @@
+{
+ "name": "jQuery",
+ "description": "The Write Less, Do More, JavaScript Library",
+ "link": "https://jquery.com/",
+ "license": "MIT",
+ "notes": ""
+} \ No newline at end of file