Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Novell Won't Lose Right To Sell Linux

Posted by Zonk on Tue Feb 06, 2007 01:28 PM
from the fact-straightening dept.
BinnyVA writes "You know the story about Novell losing the right to distribute Linux? Well, the Free Software Foundation has absolutely no control over Novell's distribution of Linux. A zealous Reuters reporter apparently conflated the FSF with the open source community in general, took some quotes out of context, and ended up with a sensational headline that fooled a number of people. The Novell deal is completely within the bounds of the GPL, GPLv3 isn't even done yet, and even when it is the Linux kernel is unlikely to be covered by it." Linux.com and Slashdot are both owned by OSTG.
+ -
story

Related Stories

[+] Novell May be Banned from Distributing Linux 553 comments
Hymer writes "Reuters is reporting that Novell may be banned from selling Linux. In the wake of the (much maligned) Novell/Microsoft deal, the Free Software Foundation is reviewing Novell's right to sell the operating system at all. The foundation controls the rights to key parts of the operating system, and council for the organization said that 'the community wants to interfere any way it can' with the Novell business arrangement. No decision has yet been reached, but one should be made in the next two weeks." Is this a measured response, or an over-reaction to the Novell/Microsoft arrangement?
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Well, duh. (Score:4, Informative)

    by EveryNickIsTaken (1054794) on Tuesday February 06 2007, @01:30PM (#17906936)
    Anyone who read the comments section of that story would know this.
  • by Salvance (1014001) * on Tuesday February 06 2007, @01:32PM (#17906972) Homepage Journal
    Isn't the whole point of open-source software free distribution, repackaging, use, modification, etc.? Unless there are non-OSS components that Novell is distrubting, I don't see how the FSF or anyone else would ever have any control over their "distribution rights", unless Novell tried to close the source and violate the license agreements.
      • by hendersj (720767) on Tuesday February 06 2007, @01:53PM (#17907426) Homepage
        Stallman has said unequivocally that Novell has not violated GPLv2. He's said there should be something in GPLv3 to prevent this sort of thing from happening, but very clearly has said that there is no Section 7 violation.
        • Re: (Score:3, Informative)

          Let's not forget that while Stallman can opine authoritatively on his intent when writing the GPLv2, his intent or his current interpretation thereof is not binding on a civil court. The GPLv2 exists independent of Stallman's interpretation, and anybody who holds copyright on software distributed by Novell would have standing to challenge them in court if that copyright holder feels that Novell infringed. Stallman's opinion would serve as a possible interpretation offered by the defense, nothing more.
        • Re: (Score:3, Informative)

          Drivers are part of the kernel, which is not under GPL.

          WTF are you talking about? The kernel is GPL, specifically V2 only - as opposed to "V2 or later". Linus doesn't like GPL3, so the kernel will likely remain under V2 for some time to come.
        • Re:GPL is'da bomb (Score:4, Insightful)

          by EsbenMoseHansen (731150) on Tuesday February 06 2007, @02:39PM (#17908156) Homepage

          but GPL is a "bomb". Not a "time bomb" (for the explosion is not certain), but a remotely activated one whether or not you trust the people, who hold the activator, you'd be comfortable without the bomb entirely.

          The problem with the above is that it is untrue. Nothing anyone does can prevent me from using & distributing any OSS software, as long as I don't distribute binaries without the source, suitably licensed. So please, tell us what this bomb is? At worst, the software could be abandoned or closed, which is always the risk with any software --- no matter the license. At least, with OSS, you have the source.

  • by at2000 (715252) * on Tuesday February 06 2007, @01:38PM (#17907106)
    They can distribute linux, but can they distribute glibc, coreutils, gcc, gdb, bash, tar, gzip, gpg, grep, gettext, readline, troff, ...?
    • by LurkerXXX (667952) on Tuesday February 06 2007, @01:44PM (#17907248)
      Anything under a BSD or GPL license, yes, they can distribute (as long as they provide source for the GPL stuff). They didn't violate the GPL, so they don't lose the license. If GPL3 is ugly, they will probably simply keep using the regular GPL version.
      • by drinkypoo (153816) <martin.espinoza@gmail.com> on Tuesday February 06 2007, @01:51PM (#17907382) Homepage Journal

        If GPL3 is ugly, they will probably simply keep using the regular GPL version.

        Or in other words, we will end up with a Novell-only GPL2 fork of the GNU toolchain, and everyone else will use the GPL3 version? That is quite frankly an utterly untenable position, especially since they wouldn't be able to backport GPL3 code back into their GPL2 programs, meaning that they would have to independently re-engineer every fix or upgrade, or be left in an incompatible state.

        Let's think about this from another angle for a second, though; do you really want to do business with a company in bed with Microsoft? Me neither, which is why I also won't give Sun a dime.

        Microsoft is the devil (at least in computer-land) and anyone who does business with them is tainted, to say the least, regardless of licensing issues.

        • Re: (Score:3, Informative)

          You're correct. They'd have to start maintaining their own GPLv2 fork of the GNU toolchain, as they wouldn't be able to use any GPLv3 code. Any code that Novell would want in the GPLv3 versions of the software would be rejected. Afterall, it seems that Novell is exempt from patent infringement litigation, which means that there's the possibility of patented code being inserted into GPL programs if they're allowed to edit it, and that would be a serious problem. Because they've made this dodgy deal with Micr
            • Re: (Score:3, Interesting)

              And I think that now that the GPLv3 hysteria has died down a bit, I think people are becoming more accepting.

              No, I just think they are waiting for the next draft.

              • by drinkypoo (153816) <martin.espinoza@gmail.com> on Tuesday February 06 2007, @04:01PM (#17909656) Homepage Journal

                I haven't wanted to release code under the GPL since 98, when I actually started listening to what RMS was saying instead of what we all thought RMS was trying to say. The man's a lunatic.

                Well, I agree that RMS has an image problem. He's a scruffy bearded guy talking about freedom. The former makes you sort of persona non grata in most social circles, because most people care very much about appearances. And let's face it, he would be more effective if he didn't look like he lived under a bridge, or smell like stale cheetos.

                But that doesn't make him wrong. Users want freedom. They do not want to be locked in. The only way we can provide freedom to users is to have freedom of software, because software is how users actually use the computers. It's what actually makes you a user, and not just a person sitting in front of a collection of inert boxes.

                I don't see what's so crazy about trying to ensure that we can actually use the hardware we paid for.

          • by drinkypoo (153816) <martin.espinoza@gmail.com> on Tuesday February 06 2007, @03:24PM (#17908964) Homepage Journal

            How dare anyone tell me what I can and cannot do with my own hardware. I am looking forward to the GPL2 / GPL3 fork so we can get that nut Richards Stallman out of our business.

            Well, I do think you have a point, but the whole point of the free software movement is that the software is Free. I don't see a problem or a disconnect here. Well, okay, I see a problem, largely that those who are in favor of DRM being used to lock down the computer so that you cannot modify it will not be able to use the code in a product which does that. Here is the "objectionable" part of the license:

            The Corresponding Source also includes any encryption or authorization keys necessary to install and/or execute modified versions from source code in the recommended or principal context of use, such that they can implement all the same functionality in the same range of circumstances.

            So the only form of DRM that the GPLv3 seeks to prohibit (by castration) is that which prevents you from modifying any GPL-licensed code on your device. Let's take a close look at what this actually means. If your box (like a Tivo) is only able to run signed code, then you must give people the means to sign that code. Otherwise, that code cannot be licensed under the GPL.

            Well, if you don't believe this, why would you use the GPL anyway? The whole point of the GPL is Software Freedom. It's not about your freedom precisely; as the developer of new software, you already have freedom because you hold the copyright. If you want to license it both under the GPL and to a company under a proprietary license, you have the right to do that provided your licenses do not conflict.

            Put another way, people who release code under the GPL want that code to be editable. That's why they use the GPL. Otherwise they could use the BSD license, or just release it into the public domain. But instead, they have chosen the GPL. For their code to wind up in a product where it cannot be modified and run is a serious perversion of their wishes. I think that Tivo was probably the biggest reason that this clause ended up in the GPLv3 draft. I think a lot of people who worked on the Linux kernel were pretty upset when their code was used in such a way that the ability to modify it, the whole reason it's GPL-licensed, was utterly nullified.

            Put simply, if you want to be able to use GPL code, you have to be willing to comply with the author's wishes. If you're the type that would follow the letter of their wishes, but not the spirit, then frankly, we don't need you in the Free Software community anyway.

          • by CoughDropAddict (40792) on Tuesday February 06 2007, @03:41PM (#17909274) Homepage
            I don't know about anyone elses, but IMHO GPL3 is as invasive a liscense agreement as the one in Windows Vista. How dare anyone tell me what I can and cannot do with my own hardware.

            Huh? How does GPLv3 tell you what you can and cannot do with your own hardware?

            Or is your real beef that you cannot tell your customers what they can and cannot do with their own hardware after they buy it?
              • by F452 (97091) * on Tuesday February 06 2007, @03:35PM (#17909168) Homepage

                And while it sounds like you understand better, this:

                Not if they don't remove that silly DRM clause. The very fact that Stallman et al are willing to use the GPLv3 as a bully pulpit for their political views (with which I happen to agree vis-a-vis DRM, BTW) compromises some of the legitimacy of the license and will make it look to many people like some kind of stand in favor of piracy.

                suggests you're missing something. Stallman and the FSF are pressing forward with the same vision and agenda as they always have. Now that free software has achieved some mainstream acceptance -- despite being quite radical already -- you seem to be afraid of pushing the original goals of the project for fear of what short-sighted corporations might think. I'd rather see the goal of freedom be preserved, as I think you do also. Let's not worry about popularity contests. Stick with principal, and let the chips fall where they will. The original license was all about politics, as are all our decisions about how to conduct a free (or closed, or somewhere in between) society.

      • by at2000 (715252) * on Tuesday February 06 2007, @01:51PM (#17907386)
        For sure we are talking about new version of the said programs/libraries.

        The parent article said:

        If the foundation decides to take action, the ban would apply to new versions of Linux covered under a licensing agreement due to take effect in March.

        Replace "Linux" with any program in the list, and this is what they can do.

        If everyone else is using the GPL3 version, sooner or later what distributed by Novell will be obsolete.

      • Anything under a BSD or GPL license, yes, they can distribute (as long as they provide source for the GPL stuff). They didn't violate the GPL, so they don't lose the license. If GPL3 is ugly, they will probably simply keep using the regular GPL version.

        That may or may not be exactly true. I believe the Microsoft/Novell deal covers the cross licensing of various patented technologies. If Novell implements one of Microsoft's patents in a piece of software, and then tries to distribute it as GPL'd software c

    • Well, now that would be a great way for OSS to shoot itself in the foot. "Here, we'll give you some ideological crusade disguised as a license, and we can revoke it at any time for as little as making a deal with a corporation we don't like, or having more patents than we like, or also distributing some closed source programs we don't like, or simply because we've had a bad day and don't like you any more." Dunno about Novell, but I'm willing to bet that a lot of companies would drop Linux like a hot potato
  • Linux, as in referring to the Linux kernel? Not likely, of course, for reasons TFA states.

    But to new versions of the GNU toolchain (gcc, gdb, gas, automake etc.)? To new versions of binutils? To new versions of coreutils? Maybe, yes, if GPLV3 looks anything like the current drafts.
    • Gnu tools (Score:5, Interesting)

      by flaming-opus (8186) on Tuesday February 06 2007, @01:56PM (#17907468)
      But the current versions of those tools are all licensed under GPLv2. If the FSF wants to play hardball, and releases future versions under GPLv3, Novell, or anyone else for that matter, can fork the GPLv2 version and continue developments from that base. The FSF would have to count on the community adopting the v3 versions, rather than the v2 versions. Since the number of FSF developers is small, relative to the number of other contributors, it's a fight the FSF may not want to start.
  • by myowntrueself (607117) on Tuesday February 06 2007, @01:45PM (#17907268)
    try this on a debian/ubuntu system:

    apt-get remove libc6

    • Re: (Score:3, Interesting)

      I remember I nearly fell out out of my chair when I found out Ubuntu Dapper didn't come with gcc by default. The idea that Linux would (nay, could) be shipped without gcc was quite shocking. IMHO, where usability is concerned, it's a huge a step in the right direction (by not requiring the end user to compile his own code) but it was shocking nonetheless.
  • by the_womble (580291) on Tuesday February 06 2007, @01:52PM (#17907392) Homepage Journal
    Its true that the FSF does not have the power to move the Linux Kernel to GPL version 3.

    However, the FSF is the principal sponsor of the GNU project, and run by the same people.

    So, we can expect most GNU stuff to move to GPL 3. If GPL 3 mucks up the Novel deal, I do not see that Novel is going to find it very useful to be able to distribute the Linux kernel without all the GNU stuff.
  • by flynt (248848) on Tuesday February 06 2007, @01:54PM (#17907440)
    A zealous Reuters reporter apparently conflated the FSF with the open source community in general, took some quotes out of context, and ended up with a sensational headline that fooled a number of people.

    This just reinforces why I read Slashdot instead of other news, there's no chance of something like this happening here.
  • Not That Simple (Score:4, Insightful)

    by John Hasler (414242) on Tuesday February 06 2007, @01:55PM (#17907466)
    > Well, the Free Software Foundation has absolutely no control over Novell's
    > distribution of Linux.

    The FSF owns significant copyrights in the Linux kernel as well as in many utilities and applications.

    > The Novell deal is completely within the bounds of the GPL...

    While I agree that this is probably true, it is a legal opinion. I am not a lawyer. Are you?

    > GPLv3 isn't even done yet, and even when it is the Linux kernel is unlikely
    > to be covered by it.

    True, but irrelevant.

    I agree that the Reuters reporter is an ignorant doofus, but this is no reason to follow him off the deep end.