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>2016-06-29 15:11:25 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-06-29 15:11:25 +0300
commitbc741637ad633494c08a03bba79b66a714264454 (patch)
treeab3839ac06e14ff8f6f3ce58d613dc01c77d47d2 /Duplicati/License
parent1659aa77724a6238b93be8c4c5f4af2f00a19d9d (diff)
Updated licenses section to include BouncyCastle and MimeKit
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 5483e46a8..7c8fa936f 100644
--- a/Duplicati/License/Duplicati.License.csproj
+++ b/Duplicati/License/Duplicati.License.csproj
@@ -320,6 +320,30 @@
<Link>licenses\MailKit\licensedata.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="..\..\thirdparty\MimeKit\Homepage.txt">
+ <Link>licenses\MimeKit\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\MimeKit\license.txt">
+ <Link>licenses\MimeKit\license.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\MimeKit\licensedata.json">
+ <Link>licenses\MimeKit\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\BoncyCastle\Homepage.txt">
+ <Link>licenses\BouncyCastle\Homepage.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\BoncyCastle\license.txt">
+ <Link>licenses\BouncyCastle\license.txt</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\thirdparty\BoncyCastle\licensedata.json">
+ <Link>licenses\BouncyCastle\licensedata.json</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -348,5 +372,7 @@
<Folder Include="licenses\CoCoL\" />
<Folder Include="licenses\rumps\" />
<Folder Include="licenses\System.Net.FtpClient\" />
+ <Folder Include="licenses\MimeKit\" />
+ <Folder Include="licenses\BouncyCastle\" />
</ItemGroup>
</Project> \ No newline at end of file