[zeromq-dev] x64 build target for Windows?
Martin Lucina
martin at lucina.net
Fri Nov 18 13:32:44 CET 2011
sustrik at 250bpm.com said:
> On 11/11/2011 10:43 AM, Mikko Koppanen wrote:
>
> > Looking at
> > http://code.google.com/p/encmq/source/browse/trunk/src/zeromq/CMakeLists.txt
> > it's under GPL license. Is this problematic for us? Maybe we could
> > start from Steven's CMakeLists and expand from there.
>
> I would say the license of the build tool doesn't affect the license of
> the built product.
Technically true, but things rapidly get confusing for distributors
(Debian, etc.) if files in a single package are covered by multiple
licenses.
Therefore, to avoid any such problems we should not mix licenses in libzmq,
i.e. stay with the current status where the contents of the core libzmq
package are licensed in their entirety[*] under the same terms (LGPL v3 +
static linking exception).
[*] with the exception of the included OpenPGM library, since this is
included verbatim and not used by distributors anyway)
The other issue with CMake is obviously the extra maintenance involved. We
can see that there have been a couple of mostly one-off efforts to provide
a CMake build but until someone steps up to actually maintain such a build
there's no point in making it "official".
-mato
More information about the zeromq-dev
mailing list