monero-project / monero-gui

Monero: the secure, private, untraceable cryptocurrency
Other
1.75k stars 770 forks source link

Abide by the LGPL #800

Open moneromooo-monero opened 7 years ago

moneromooo-monero commented 7 years ago

Including Qt copyright notices in the binary releases, and include prominent iinks to the source, including exact revisions used for this particular binary. Might also need to host Qt source ourselves.

Ashaman- commented 6 years ago

Since it is the act of distribution that triggers the relevant clauses of the LGPL, aside from possibly inclusion of a QT copyrigh notice, the fact that both on the github repo and at getmonero.org there are prominently displayed links to the source right next to the links to the binaries is sufficient to comply with the terms of the license.

pazos commented 6 years ago

@moneromooo-monero:

Including Qt copyright notices in the binary releases, and include prominent iinks to the source

You mean a text file or something in the GUI? Most qt based projects add an "about qt" page somewhere which includes the link to the official page and/or sources

including exact revisions used for this particular binary

This is done in #1239, it uses runtime qt, but should match the build time qt in static builds.

Might also need to host Qt source ourselves.

Not needed unless we modify those sources ourselves

pazos commented 6 years ago

A screen like this should be a good starting point (from bitcoin-core):

qt