|
|
Subscribe / Log in / New account

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 1, 2011 21:20 UTC (Wed) by shmget (guest, #58347)
In reply to: Oracle proposes donating OpenOffice.org to Apache Software Foundation by kragil
Parent article: Oracle proposes donating OpenOffice.org to Apache Software Foundation

"I am not sure that the DF (RH, Novell, Canonical etc) can keep up with ASF, Oracle, IBM etc in the long run."

Oracle is out of the picture. they have no intention to continue contributing at all. so the ASF camp is ... just IBM and wishful thinking that there will be a massive libre-office exodus to join ASF to help IBM continue to build a proprietary fork.... humm...


to post comments

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 2, 2011 9:50 UTC (Thu) by kragil (guest, #34373) [Link] (15 responses)

IBM will probably be in it for the long run and if companies can use the OO.o components for their own products they might get traction over time.

Maybe that is the future of OO.o, a lot of building blocks that can be used to build your own office application, but most of custom UIs will be closed source and the old UI will stay around forever. But if that is the goal then the Eclipse foundation might have been a better parent.

Let's look at this in 2 years. I am not sure the DF will bring a newer more modern and faster UI to LibreOffice .. and lets face it, that is what is needed. Otherwise people should just start to contribute to Calligra, which has way better foundations.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 2, 2011 14:35 UTC (Thu) by nye (subscriber, #51576) [Link] (14 responses)

>Maybe that is the future of OO.o, a lot of building blocks that can be used to build your own office application, but most of custom UIs will be closed source and the old UI will stay around forever. But if that is the goal then the Eclipse foundation might have been a better parent.

At least this way it remains under a GPL-compatible license (though not GPL2); if it went to the Eclipse foundation it would doubtless be EPL, which would mean no code could move between OO.o and LO in either direction.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 3, 2011 9:52 UTC (Fri) by kragil (guest, #34373) [Link] (13 responses)

Yeah, exactly.
If Oracle are really the evil Do-No-Gooders like all the DF people say, then no code move from EPL to LGPL would be totally what they wanted.
There is already no way Oracle or Apache could integrate LibreOffice code.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 3, 2011 21:23 UTC (Fri) by shmget (guest, #58347) [Link]

Oracle has very little to do with that decision... they wanted out and had contractual obligation toward IBM (from SUN times)... so they did what IBM told them to do to be free of these ties...

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 6, 2011 15:42 UTC (Mon) by Wol (subscriber, #4433) [Link] (11 responses)

Why CAN'T Apache use LO code?

Aiui, they probably won't WANT to, but the LO licence is compatible with the Apache licence - hint - the LO *project* licence is not LGPL3. The program may be, but only because of the legacy licence from Oracle.

LO code is licenced LGPL3+/MPL, and I'm told the MPL2 and Apache2 licences are compatible.

Cheers,
Wol

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 6, 2011 18:04 UTC (Mon) by dlang (guest, #313) [Link] (10 responses)

they can't use the LO code because the license is only compatible one way.

you can take apache2 licensed code and put in in GPL3/LGPL3 programs, but you can not take GPL/LGPL code and put it in apache2 programs.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 6, 2011 19:17 UTC (Mon) by Trelane (subscriber, #56877) [Link] (9 responses)

What prevents Apache-licensed code from using LGPLv3+ libraries? Specific license citations are required.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 6, 2011 19:20 UTC (Mon) by dlang (guest, #313) [Link] (8 responses)

as separate libraries, nothing.

but taking code out of a LGPL library and putting it in an apache2 library is not allowed by the LGPL (anything released under the LGPL3 can be under the LGPL3 or GPL3, no other licenses)

so if OOo wants to stop shipping some functions itself and instead use the FO code as a library, that would be allowed.

but if OOo wants to copy fixes that went into FO and put them in their own library, that isn't allowed.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 1:02 UTC (Tue) by Wol (subscriber, #4433) [Link] (7 responses)

But LO is *N*O*T* licenced LGPL3. (The binary is, but that's a historical accident.)

ONLY EX_ORACLE CODE is licenced LGPL3, which Apache will have under ASL2 courtesy of Oracle.

*A*L*L* the LO code (that is, code contributed to LO) is licenced MPL(2) which is ASL2 compatible.

In other words, if Apache want to take LO code then either (a) it is of Oracle origin, in which case Apache can use it under the ASL, or (b) it is of LO origin, in which case Apache can use it under the MPL.

Read the LO licencing guidelines - all code contributed must be LGPL3+/MPL+.

Cheers,
Wol

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 1:47 UTC (Tue) by dlang (guest, #313) [Link]

if code is contributed to LO under LGPL and MPL without copyright assignment, who has the right to put it under the apache2 license? Oracle sure doesn't (as they don't have the copyright)

LO already contains a lot of code that is not Oracle's to relicense

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 13:27 UTC (Tue) by kragil (guest, #34373) [Link] (5 responses)

So?

If ASF wants to integrate LGPL or MPL code into their ASL code it would become LGPL or LGPL. That won't work if they intend to stay ASL.

No cookie for you.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 13:30 UTC (Tue) by kragil (guest, #34373) [Link] (1 responses)

Err, what I mean is that LGPL and MPL cannot be relicensed to ASL. Ask your friendly license lawyer.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 17:27 UTC (Tue) by Wol (subscriber, #4433) [Link]

But they can be mixed. That is the point.

First of all, FORGET THE (L)GPL. ALL CODE IS DUAL-LICENCED.

So if it comes from Oracle/OO it's ASL. If it comes from LO, it's MPL. (The (L)GPL is irrelevant, because if the code is dual-licenced, you can use the other licence instead.)

So, because Apache distribute as source, and the MPL merely requires that any MPL source files (and any modified MPL source files) accompany the executable - at least as I am led to to understood the MPL - then there is no problem mixing ASL and MPL code so long as the MPL source accompanies the binary.

Given that, you don't even need to relicence!

That was my point about "Apache CAN but WON'T". They CAN take LO code if they so desire. But if they insist on relicencing, then they WON'T take the code.

Cheers,
Wol

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 13:33 UTC (Tue) by Trelane (subscriber, #56877) [Link] (2 responses)

> If ASF wants to integrate LGPL or MPL code into their ASL code it would become LGPL or LGPL.

It depends entirely on how they do the integration. If they mutate the libraries, then yes. If they just call the libraries, then no.

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 17:30 UTC (Tue) by Wol (subscriber, #4433) [Link] (1 responses)

How would using MPL code make the program GPL?

And if the code is dual-licenced, it lets the distributor CHOOSE. If I use dual MPL/GPL code, I can use the MPL licence and my code does not become GPL.

Cheers,
Wol

Oracle proposes donating OpenOffice.org to Apache Software Foundation

Posted Jun 7, 2011 18:21 UTC (Tue) by Trelane (subscriber, #56877) [Link]

I was referring specifically to LGPL-licensed code, not dual-licensed. Sorry if that wasn't clear.

Neither MPL nor LGPL will force the distributor to make their program GPL, it should also be noted.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds