Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Posted Jun 1, 2011 17:59 UTC (Wed) by DOT (subscriber, #58786)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
If LibreOffice closes up shop, and continue with ASF OOo, they would have to throw away the code that is LGPL-only, and set development back a few years.
Posted Jun 1, 2011 18:20 UTC (Wed)
by kragil (guest, #34373)
[Link] (21 responses)
I am not sure that the DF (RH, Novell, Canonical etc) can keep up with ASF, Oracle, IBM etc in the long run.
Posted Jun 1, 2011 18:45 UTC (Wed)
by AlexHudson (guest, #41828)
[Link] (1 responses)
The only people who are interested in the code under that license at this point are IBM, and that's only so they can ship their proprietary version "Symphony". Why are other people going to give them a leg-up to do that?
Given that Oracle have basically shut up shop, IBM have promised that the Symphony people would be "more active" and the active hackers are at LibreOffice, I think it's the other way around: I don't see how the ASF project can possibly keep up with LibreOffice, which has a head start as well.
Posted Jun 1, 2011 21:01 UTC (Wed)
by jhoger (guest, #33302)
[Link]
Posted Jun 1, 2011 20:44 UTC (Wed)
by khim (subscriber, #9252)
[Link]
Sure, but why will they want to do that? When people refused to contribute code to OOo in the past (and contributed to GO-OO and later LibreOffice instead) they apparently did that because they wanted to contribute to open source project, not to be free sweatshop for proprietary forks. Apache stewardship does not change anything in this regard: the code will still be used in proprietary forks (such as IBM's one).
Posted Jun 1, 2011 21:17 UTC (Wed)
by shmget (guest, #58347)
[Link]
They can be asked, but very very unlikely to agree to it.
So, while technically the Apache CLA does not 'technically' include a copyright assignment, the end result is the same: the lost of the copy-left protection.
I can't imagine that people that where against the former will agree to the later...
Posted Jun 1, 2011 21:20 UTC (Wed)
by shmget (guest, #58347)
[Link] (16 responses)
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...
Posted Jun 2, 2011 9:50 UTC (Thu)
by kragil (guest, #34373)
[Link] (15 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.
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.
Posted Jun 2, 2011 14:35 UTC (Thu)
by nye (subscriber, #51576)
[Link] (14 responses)
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.
Posted Jun 3, 2011 9:52 UTC (Fri)
by kragil (guest, #34373)
[Link] (13 responses)
Posted Jun 3, 2011 21:23 UTC (Fri)
by shmget (guest, #58347)
[Link]
Posted Jun 6, 2011 15:42 UTC (Mon)
by Wol (subscriber, #4433)
[Link] (11 responses)
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,
Posted Jun 6, 2011 18:04 UTC (Mon)
by dlang (guest, #313)
[Link] (10 responses)
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.
Posted Jun 6, 2011 19:17 UTC (Mon)
by Trelane (subscriber, #56877)
[Link] (9 responses)
Posted Jun 6, 2011 19:20 UTC (Mon)
by dlang (guest, #313)
[Link] (8 responses)
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.
Posted Jun 7, 2011 1:02 UTC (Tue)
by Wol (subscriber, #4433)
[Link] (7 responses)
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,
Posted Jun 7, 2011 1:47 UTC (Tue)
by dlang (guest, #313)
[Link]
LO already contains a lot of code that is not Oracle's to relicense
Posted Jun 7, 2011 13:27 UTC (Tue)
by kragil (guest, #34373)
[Link] (5 responses)
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.
Posted Jun 7, 2011 13:30 UTC (Tue)
by kragil (guest, #34373)
[Link] (1 responses)
Posted Jun 7, 2011 17:27 UTC (Tue)
by Wol (subscriber, #4433)
[Link]
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,
Posted Jun 7, 2011 13:33 UTC (Tue)
by Trelane (subscriber, #56877)
[Link] (2 responses)
It depends entirely on how they do the integration. If they mutate the libraries, then yes. If they just call the libraries, then no.
Posted Jun 7, 2011 17:30 UTC (Tue)
by Wol (subscriber, #4433)
[Link] (1 responses)
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,
Posted Jun 7, 2011 18:21 UTC (Tue)
by Trelane (subscriber, #56877)
[Link]
Neither MPL nor LGPL will force the distributor to make their program GPL, it should also be noted.
Posted Jun 2, 2011 11:07 UTC (Thu)
by mchehab (subscriber, #41156)
[Link] (12 responses)
What I see is the opposite happening: new code from Oracle/Apache/IBM/... will likely be licensed with ASF only, and such code can't be added into LibreOffice without re-licensing LibreOffice from LGPL into ASF, with may not happen. So, at the end of the day, each OO fork will follow its own way, without much code exchange between them.
Posted Jun 2, 2011 12:01 UTC (Thu)
by tzafrir (subscriber, #11501)
[Link]
Posted Jun 2, 2011 14:39 UTC (Thu)
by nye (subscriber, #51576)
[Link] (10 responses)
The ASL is GPL-compatible, so code can be incorporated into OO without relicensing.
Posted Jun 2, 2011 17:01 UTC (Thu)
by rahvin (guest, #16953)
[Link] (8 responses)
I really don't understand why anyone wouldn't want the TDF to go back to OO.org, even if it is run by the ASF.
Posted Jun 2, 2011 17:11 UTC (Thu)
by DOT (subscriber, #58786)
[Link] (2 responses)
Posted Jun 2, 2011 18:22 UTC (Thu)
by rahvin (guest, #16953)
[Link] (1 responses)
Posted Jun 3, 2011 0:29 UTC (Fri)
by Wol (subscriber, #4433)
[Link]
The preferred licence is MPL which is, from my non-lawyer perspective, apparently a very weak copyleft licence.
The only reason LO is (at present) an LGPL3-only project, is because that is licence on the code they forked from Oracle. What effect any licence change from Oracle's LGPL3 to ASL will have, I don't know, but if ASL and MPL are compatible then there'll probably be a very rapid convergence - in both directions - between OO and LO.
Cheers,
Posted Jun 2, 2011 18:26 UTC (Thu)
by rahvin (guest, #16953)
[Link] (4 responses)
Posted Jun 3, 2011 10:25 UTC (Fri)
by kragil (guest, #34373)
[Link] (2 responses)
Millions of people already know and like OpenOffice, I see it on computers of very normal people (who have no interest in computing whatsoever) all the time.
LibreOffice may soon be really big in the Linux world, but in the real world people, magazine, etc will contiunue to use OpenOffice if they continue to provide good Windows binaries. To normal users the differences on Windows are so small that they will not change away from something they already know. They will not care PERIOD
Releasing OO.o under ASL is a really big gift to the community. I really fail to see all the evil people try to read into it.
Posted Jun 5, 2011 10:35 UTC (Sun)
by khim (subscriber, #9252)
[Link] (1 responses)
It's funny how you define "real world" - like Linux is somehow unreal. As for users who "will not care PERIOD"... if don't see why we should care about these users. The final goal here is to move said users to Linux (well, *BSD will Ok too). If we can not even move them to different office suite because they can not learn the new name... then what's the point? I'm sick and tired of looking on "bigger picture". It's not pretty: people (LibreOffice developers, Linux developers, etc) are spending a lot of time trying to help other people - but said other people "will not care PERIOD". IMNSHO it's well past time to stop looking on "bigger picture" and start fixing bugs which affect the life of the people who do care. Leave the people who don't care to IBM and Canonical. It's gift to the IBM. Which can not use latest version of OpenOffice.org codebase. Community can pick some pieces too, but there are absolutely no sense to do the IBM's work for free. P.S. As for the name... who still remember (or care?) about Netscape or Mozilla? They were big names just a ten years ago. Today... Mozilla is the organization which produced Firefox - and that's it. If LibreOffice will indeed be more usable then OpenOffice.org then people will use it - fundamentalist name or not. If it'll be indistinguishable from OpenOffice.org... then will it really matter?
Posted Jun 7, 2011 13:36 UTC (Tue)
by kragil (guest, #34373)
[Link]
Posted Jun 3, 2011 18:32 UTC (Fri)
by zeekec (subscriber, #2414)
[Link]
Posted Jun 3, 2011 0:24 UTC (Fri)
by Wol (subscriber, #4433)
[Link]
Cheers,
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Maybe just look at how things are evolving and do the wise thing in the end and that may be to relicense and claim victory. If the ASF handles OO.o like all their other projects there isn't a real reason to do your own thing IMO.
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
This is just stupid...
Is that really true? I think most of the LGPL authors are still alive and can be asked to relicense.
Oracle proposes donating OpenOffice.org to Apache Software Foundation
after-all the copyright assignment clause(which negate the LGPL for the assignee, here Sun then Oracle, which where free to re-license all that GPL code under the license of their choice... and Oracle is doing just that once more) was a big motivation for the fork of libreoffice to start with, and why most of the code we are talking about was maintained prior to that as a collection of patches used to build GO-OO.
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
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
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
That is also probably what most businesses will think. Maybe not as bad as I do, but it will be the gerneral direction I guess. Most Corparate types hate GPL, FSF, Libre-something etc.
Keeping the name and joying the two projects is the hands down the best solution. Everybody who works against that needs step aside and have a look at the bigger picture.(Maybe even get his head checked) The more I read about the DF and how opposed they are to help Apache the more I think that Marks words about the people who run the DF are probably more true than I at first thought.
It's funny
LibreOffice may soon be really big in the Linux world, but in the real world people, magazine, etc will contiunue to use OpenOffice if they continue to provide good Windows binaries. To normal users the differences on Windows are so small that they will not change away from something they already know. They will not care PERIOD
Everybody who works against that needs step aside and have a look at the bigger picture.
Releasing OO.o under ASL is a really big gift to the community.
It's funny
A sucky name is probably not helping.
My problem with the LibreOffice name is that it looks too much like a library (What is this reoffice library, and why is it taking an hour to compile (Gentoo)?!?).
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Oracle proposes donating OpenOffice.org to Apache Software Foundation
Wol