Slashdot Mirror


Google's Honeycomb Source Code Release Is On Ice

itwbennett writes "'Ice Cream Sandwich', that is. Apparently it's source code delay week, as Google joins Apple in delaying the release of source code for open source licensed software. Except, unlike Apple, which promptly released the LGPL WebKit code in question Monday afternoon, Google stated yesterday that it will not release the source code for Android 3.0 (Honeycomb) until after the release of the next version of Android (Ice Cream Sandwich). This is not necessarily news, since Google said last month that source code would be held for an indeterminate time and released when it was ready. It's just that now 'indeterminate' has an actual date: post-launch of Ice Cream Sandwich. The question, says blogger Brian Proffitt, is: 'How the heck can they do this, given that Honeycomb is licensed under the Apache Software License v2?'"

10 of 136 comments (clear)

  1. Obvious by LordPhantom · · Score: 4, Interesting

    'How the heck can they do this, given that Honeycomb is licensed under the Apache Software License v2?" Well, see, anyone who would fight them uses google mail....

  2. ASL for this reason. by ustolemyname · · Score: 5, Informative

    'How the heck can they do this, given that Honeycomb is licensed under the Apache Software License v2?

    Actually, this is precisely why they use the ASL instead of the GPL.

    google cach of old ars article with good explanation.



    And seriously, the name Brian "Proffitt" sounds like someone trying to generate clicks.

  3. Sure they can do it by dido · · Score: 5, Informative

    Two things. Number one: Google is the copyright holder for most of the software in question. Any community contributors presumably have copyright assignments to Google. Even if the code was released under GPLv3 (and it isn't) they would be under no obligation to release the code because they own it and can do whatever they like. The copyright holder cannot by definition, violate a license they grant. For the stuff that they aren't the copyright holder (e.g. the kernel), they have complied with the license and released the source code where required. Number two: the Apache Software License Version 2 is a non-copyleft license. Read it carefully and please tell me where it says that redistribution requires source code release.

    --
    Qu'on me donne six lignes écrites de la main du plus honnête homme, j'y trouverai de quoi le faire pendre.
    1. Re:Sure they can do it by ustolemyname · · Score: 4, Informative

      Not if they are the copyright holder, having had all contributions assigned to them. Then the GPL is simply terms they can choose to use in distributing the source to others, but they can distribute their own binaries of their own code however they want to under any license they want. Many things are multiply licensed like this (ie, what ID Software does with their old game engines).

  4. "Legal analysis" from clueless bloggers by sydneyfong · · Score: 4, Insightful

    It is rare to find an article that attempts to analyze legal issues on OSS licenses that is even more horrifying than the worst comments from people pretending to be lawyers on Slashdot.

    I don't tend to complain about article quality on slashdot, but this one is pretty extreme. The whole article is basically some random dude making himself look like an idiot by being clueless about OSS licenses and then pretends to be a lawyer. At least on Slashdot, people do know OSI approved licenses do not require source to be provided with the binary.

    AND, as others have already noticed, it's a dupe!

    --
    Don't quote me on this.
  5. Re:Simple answer by GweeDo · · Score: 5, Insightful

    Or because the Apache license is a BSD style license that allows for this.

  6. Google is not shipping binaries (AFAIK) by DrJimbo · · Score: 4, Insightful

    This seems like more of the same anti-Google FUD that we've been bombarded with recently. It is a classic political tactic called "attack your opponent's strength". One of the reasons Android has taken off like gangbusters is because it really truly is open source while iOS and WP-7 are certainly not. So the game being played is to stir up a ruckus about Android not being open. The same tactic was used recently when people's hair caught on fire because Google had the ability to nuke malware apps. The story was not "hey, Android is open and safe", the story was that Google was being evil.

    I'm currently working on a GPLv2 (for historical reasons) project intended to be part of a Linux distro. Guess what? I don't release the source code until it is ready for alpha and beta testing. Releasing it before basic functionality is in place simply wastes everybody's time and energy. I see absolutely nothing wrong with Google dealing the release of their software until they think it is the best time to release it. If Google released early instead then many of the people bitching and moaning now would have been bitching and moaning about Google releasing code before it was ready.

    These unscrupulous tactics have been around for a long time. I'm not surprised that they are being used in this context but I am a little saddened that people seem to keep falling for the same old malarkey.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
  7. For him, it's a legitimate question... by msauve · · Score: 4, Informative
    Since he apparently can't find or read Apache's FAQ, which plainly states, with regard to their license:

    It does not require you to: include the source of the Apache software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it...

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  8. End of Thread by spun · · Score: 5, Insightful

    Thanks, now we have nothing on-topic left to discuss. I suggest we devote the rest of this thread to discussions of ponies. I like them stewed, how about you?

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  9. Re:Simple answer by drb226 · · Score: 4, Insightful
    This.

    The Apache License is a free software license authored by the Apache Software Foundation (ASF). The Apache License requires preservation of the copyright notice and disclaimer, but it is not a copyleft license — it allows use of the source code for the development of proprietary software as well as free and open source software.

    Apache License (emphasis mine)