Files
duplicati/thirdparty
Kenneth Hsu 3d51e9153b Avoid signing assemblies.
Using strong-named assemblies can cause difficulties with the GNU LGPL
license, which allows for one to recombine or relink their application
with modified versions of the code.  While one solution is to share the
private key so that people can sign the assemblies themselves, this
would break the trust that is expected from signed assemblies.  For now,
the easiest fix is to simply not sign the assemblies.  Note that by
doing so, we prevent the code from being referenced from other signed
assemblies.

This also fixes an issue introduced in revision ba94d36a80 ("Added
auto-update for WindowsService and Service."), where the WindowsService
project (signed) referenced the AutoUpdater project (not signed).

We also removed instances of <SignAssembly>false</SignAssembly> to be
consistent with newly created .csproj files that do not contain the
SignAssembly element.

This was motivated by the discussion in issue #2814.
2017-10-15 22:00:23 -07:00
..
2013-05-25 22:04:08 +02:00
2016-06-25 22:34:53 +02:00
2014-03-24 17:07:00 +01:00
2017-10-15 22:00:23 -07:00
2010-01-17 20:21:08 +00:00

The files and folders here are not owned by Duplicati.

Each folder has a "license.txt" file that describes the license for that item.

Each folder has a "download.txt" file that contains a link to the page where the files were originally downloaded.



Each project is belived to be open source and the files present here are unmodified binaries,

unless stated otherwise in the respective folders.