I am currently building AOO sources with CygWin under Windows XP x86 using this instruction:
https://wiki.openoffice.org/wiki/Docume ... #Windows_7
According to the link below I must distribute executables under the terms of GPL3+ if the Cygwin DLL is linked:
https://cygwin.com/licensing.html
Is it the case?
Is the Cygwin DLL linked when building AOO?
Is it legal to distribute the AOO executables under the Apache license when CygWin is used?
[Solved] Does GPL apply when building AOO under CygWin?
-
- Posts: 2
- Joined: Mon Oct 26, 2015 7:35 am
[Solved] Does GPL apply when building AOO under CygWin?
Last edited by Hagar Delest on Fri Dec 11, 2015 10:57 pm, edited 1 time in total.
Reason: tagged [Solved].
Reason: tagged [Solved].
OpenOffice 4.1.1 CygWin Windows XP
Re: Does GPL apply when building AOO under CygWin?
You may be better to send your question to the OO developer mailing list at
dev@openoffice.apache.org
dev@openoffice.apache.org
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
Re: Does GPL apply when building AOO under CygWin?
For information, here is a reply from the mailing list
From: Louis Suárez-Potts <luispo@gmail.com>
To: "dev@openoffice.apache.org" <dev@openoffice.apache.org>
Reply-To: dev@openoffice.apache.org
Subject: Re: Does GPL apply when building AOO under CygWin?
Date: Mon, 26 Oct 2015 08:32:06 -0400
X-Mailer: Apple Mail (2.3096.5)
Hi
> On 26 Oct 15, at 04:47, Roman Kuksin <Roman.Kuksin@atapy.com> wrote:
>
> Hello,
>
> I am currently building AOO sources with CygWin under Windows XP x86 using this instruction:
> https://wiki.openoffice.org/wiki/Docume ... #Windows_7
>
> According to the link below I must distribute executables under the terms of GPL3+ if the Cygwin DLL is linked:
> https://cygwin.com/licensing.html
>
> Is it the case?
> Is the Cygwin DLL linked when building AOO?
> Is it legal to distribute the AOO executables under the Apache license when CygWin is used?
I don't think that is the case. See Red Hat's statement on that Cygwin page:
"As a special exception to GPLv3+, Red Hat grants you permission to link software whose sources are distributed under a license that satisfies the Open Source Definition with libcygwin.a, without libcygwin.a itself causing the resulting program to be covered by GPLv3+."
OO is licensed using Apache SL2. I haven't checked very recently, but that likely satisfies the OSI open source definition.
Historically, usage of Cygwin, which has been extensive, and long (I've been advocating it and helping people with it since 2001, at least, and that includes some OO work) has not caused license panic. Red Hat seems intent on ensuring that calm prevails and that people use it freely and regularly without having that heart stopping moment of regret that would turn them to something else.
But, I could be wrong here. About everything.
Cheers,
Louis
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
Re: Does GPL apply when building AOO under CygWin?
And also
From: "Dennis E. Hamilton" <orcmid@apache.org>
To: <dev@openoffice.apache.org>
Reply-To: dev@openoffice.apache.org
Reply-To: <orcmid@apache.org>
Subject: RE: Does GPL apply when building AOO under CygWin?
Date: Mon, 26 Oct 2015 08:29:34 -0700
Organization: Interoperability Architect
X-Mailer: Microsoft Outlook 16.0
Cygwin is used only for building Windows binaries. The resulting binaries
are native Windows and neither use nor distribute the Cygwin DLL.
(The Visual Studio VC++ tool chain is run from within the CygWin shell, and
that is what provides the completely-native Windows binary for Apache
OpenOffice. If you use the same build process, that will be the case for
your builds with respect to Cygwin.)
If your built binaries incorporate essential dependencies on third-party
libraries, you must respect the license requirements on those libraries, as
well as the Apache License version 2.0 (and other licenses) on the Apache
OpenOffice source code.
- Dennis
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
-
- Posts: 2
- Joined: Mon Oct 26, 2015 7:35 am
Re: Does GPL apply when building AOO under CygWin?
Thanks a lot=)
OpenOffice 4.1.1 CygWin Windows XP