Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re: Apache Harmony is dead, but GNU lives? (Score 2) 98

Why? A couple of reasons. First of all, it was the basis for Apache entering into the EC and the JCP. Our involvement was predicted on the ability to obtain TCKs for Apache projects. Secondly, the ASF was promised it, but then denied the TCK (actually, an *open source compatible* TCK), and that's simply Not Right. Finally, the goal of creating s/w is that it be used, and the lack of certification significantly hampers that, as well as opens the project to submarine patents. Think Oracle is going to sue itself?

Comment Re:Software freedom (Score 4) 98

Also, to be clear, even though I'm mostly associated with the ALv2, I hack and develop code under a bunch of other license as well, including GPL, et.al.

A license is a tool, and you pick the license based on how you want, or don't want, your code to be distributed, used and shared. There is no one-size-fits-all license, and your choice of license should be done with some thought, not based on who has the longest or bushiest beard. :)=

Comment Re:Would Outercurve have accepted the OpenOffice f (Score 5) 98

Well, the question assumes that Oracle would have donated OpenOffice to Outercurve... I think it's kind of obvious that Oracle wanted it to go to the ASF and that other options weren't on the table. Now this could be implied as a Good Thing (a sort of olive branch towards Apache after the Java fiasco), or a Bad Thing (let those SOBs at Apache take all the heat), depending on one's world-view and mindset.

IMO, the "community" is much larger than "just" the LibreOffice community or the old OpenOffice community. The various versions and offshoots of OpenOffice are all part of this larger community, and so the question also assumes that "the community" is just LibreOffice itself, which I disagree with.

In all cases, IMO Outercurve would have handled it similarly to the way the ASF did: accept the code donation and welcome any and all comers with open arms. What would have happened after *that* is anyone's guess.

Comment Re:Why do I need a license (Score 5) 98

Without a license, whatever code you produce is assumed to be under a copyright. That means legally people can't make copies, etc... A License is what provides the freedoms and openness required to allow people to see your code, share your code, distribute your code, etc...

That's why all those projects on Github that don't have a license are soooooo scary. Even though you can fork, etc, you have no real *rights* to do much of anything which the code. It's the license which grants those rights and freedoms.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...