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 /Duplicati/License
parent8933e424dd5e233b5cd47e49bb9829d250ffa9a7 (diff)
Added Angular and jQuery to the licenses section
Diffstat (limited to 'Duplicati/License')
-rw-r--r--Duplicati/License/Duplicati.License.csproj26
1 files changed, 26 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