Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Books Media Mozilla Operating Systems The Internet BSD

Open Source Licensing 193

Peter Wayner writes "For most open source software users, there are few things as easy to understand or follow as an open source license. If you share your code and follow a few basic steps, you're in the clear. This simplicity is a bit deceiving because the licenses are really quite complicated if step off the well-beaten path. And if you happen to be accused of something odd like SCO's claim that IBM donated SCO-owned code, well, the normally simple rules turns into a thicket of brambles with three-inch-long thorns. Lawrence Rosen, a hacker turned lawyer, has stepped forward with a deep and important exploration of the law. Curious programmers will enjoy it, but it's indispensable for businesses trying to honor the rules while still closing off some of their code."
Open Source Licensing: Software Freedom and Intellectual Property Law
author Lawrence Rosen
pages 400
publisher Prentice Hall
rating 9
reviewer Peter Wayner
ISBN 0131487876
summary Major open source licenses are dissected and compared; invaluable anti-FUD for businesses and enlightening for all free software enthusiasts.
The tricky part of following the GPL and even the BSD license comes when you want to keep some of the code private. This isn't as nefarious as it sounds. Many people write their own software, keep it secret, yet run it on top of Linux. Others write proprietary web applications and run them with a BSD-protected version of Apache running on top of a GPL-protected version of Linux. If you stay on the right side of the lines, you're still Richard Stallman's best friend. If you link the code together in the wrong way, though, you're toast.

This has been a particular headache for embedded systems manufacturers. If the engineers take advantage of the openness of Linux and make some tweaks to the part that is officially Linux, the company must to distribute their changes too. If they merely create software that works like a regular program, then there's no need to distribute anything. (Notice the ASP in the URL!) I know at least one very sharp businessman who explained to me how he carefully made sure the proprietary code in his system would only be dynamically linked to the GPL-protected code. If he left things statically linked, he would be legally bound to release all of his code and his investors wouldn't allow that.

"You had to work with developers. We had to create a build process that very carefully keeps things separate. If we weren't able to do that, we wouldn't have been acquired," he told me.

Rosen's book is a guide for anyone who's trying to walk that line. It dissects the major (GPL, BSD, Netscape, Apache, etc.) as a lawyer would: this kind of legal writing is always eye opening for me ,because the courts often make decisions differently from programmers. They value abstract issues like damages and pay attention to the often nebulous concept of who "owns" a piece of code. Thanks to the hard work of the lawyers at SCO, the distinctions will continue to be important to everyone experimenting with open source.

There are a surprisingly large number of distinctions, both big and small, between the different licenses. For most of us, the differences don't matter. But it's fascinating to watch a lawyer take them apart and compare and contrast them. The BSD license and the Apache license aren't the same, even though they're close cousins. Who would have known?

This book is a wonderful start on the topic. But by the end, it's clear that it's only just the beginning. There are deep philosophical questions awaiting the movement. The distinction between statically and dynamically linked code was easier to define in the past, long before modern languages like Java and the emergence of the Internet. Are web services specified by a hard-coded WSDL file, an example of dynamic or static linking? Can the DNS service change a static IP address into a dynamic link? Enquiring minds want to know. Rosen's book is a great way to begin the exploration of these topics.


You can purchase Open Source Licensing: Software Freedom and Intellectual Property Law from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

This discussion has been archived. No new comments can be posted.

Open Source Licensing

Comments Filter:
  • by oostevo ( 736441 ) on Wednesday September 22, 2004 @10:26PM (#10325650) Homepage
    Even if you don't read the book, his website seems extremely useful to software developers -- he's penned dozens of articles about IP law.

    His Trademark law [rosenlaw.com] article and his explanation of fair use [rosenlaw.com] seem particularly useful.

    • There is an interesting bit in there:

      "A company doesn't acquire trademark rights simply by choosing a trademark or even by stating its intent do use it. Trademarks ... are established by actual use in conjuction with specific goods."

      So if I find out that Microsoft are just about to launch a new soup called 'Wibble', I can start selling my own 'Wibble' soup first, then claim they are infringing my trademark when they launch? There must be something that prevents this.
      • So if I find out that Microsoft are just about to launch a new soup called 'Wibble', I can start selling my own 'Wibble' soup first, then claim they are infringing my trademark when they launch? There must be something that prevents this.
        Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.


        Quick! Rename Gentoo to Shorthorn!

        Because Trademarks are such that anything remotely similar to a establish trademark is still infringing, SuSE will have a case.

        "Well, your honor, as you can
      • "So if I find out that Microsoft are just about to launch a new soup called 'Wibble', I can start selling my own 'Wibble' soup first, then claim they are infringing my trademark when they launch? There must be something that prevents this."

        IANAL, but three quick thoughts.

        First, registering a trademark is not cheap. I could be way off, but I think I remember it used to cost five or six thousand dollars per year per trademark per category (but this figure may include lawyer fees, I don't remember).

        Secon

    • I find this paragraph in the above linked Trademark article interesting:

      Trademarks can also limit certain kinds of forking of free and open source code. While

      your software license may allow others to make derivative works of your code, the license
      doesn't allow (indeed, there is a legal reason why it cannot allow) others to apply your
      trademark to their derivative works.
      [emphasis mine]

      This implies to me that using a kernel derived from Linux, but outside of Linus' control, in your product would disallow yo

  • Comment removed (Score:3, Insightful)

    by account_deleted ( 4530225 ) on Wednesday September 22, 2004 @10:31PM (#10325676)
    Comment removed based on user account deletion
    • IANAL is a great acronym, but we need a new one for situations like this. I'm thinking it ought to be IANYL - I am not your lawyer.

      Reading a law-talking book can be enough for some things, like getting out of a parking ticket or releasing a very simple piece of software. But it's not a substitute for having your own lawyer.

      Just because something's properly GPL'd doesn't mean it's sue-proof, and there's a lot more to litigation than just the substantive law at issue.
      • Re:How Many Times... (Score:5, Interesting)

        by Surazal ( 729 ) on Wednesday September 22, 2004 @11:06PM (#10325836) Homepage Journal
        Just because something's properly GPL'd doesn't mean it's sue-proof, and there's a lot more to litigation than just the substantive law at issue.

        Well, it will help protect you by helping you become more sue-proof for licensing reasons than you would be by not reading the book. Of course it may not be as effective in a theoretical loss-of-life situation (in a country where someone can successfully sue for spilling hot coffee on their own lap, anything can happen). But in those types of situations, your choice of license is moot; the actual product is being held responsible for /*insert bad thing happening here*/, not the terms you released it under.

        You're right, though, nothing is a substitute for a good lawyer for some things.
        • Of course it may not be as effective in a theoretical loss-of-life situation (in a country where someone can successfully sue for spilling hot coffee on their own lap, anything can happen).

          It is rather ironic that you make a case of being informed and properly prepared when you repeat the common misconception of that coffee case [lectlaw.com]. ;-)
          • It is rather ironic that you make a case of being informed and properly prepared when you repeat the common misconception of that coffee case. ;-)

            Blah blah blah I read that story at least on three different occasions. :^)

            The laywers may say it's a good case, but I always say "Don't hold hot coffee in your lap." I myself spilled scalding coffee on my lap. I did not sue, but I think I learned a valuable lesson in life that I carry with me to this very day.

            This very day, I tell you!
            • > The laywers may say it's a good case, but I always say "Don't hold hot coffee in your lap." I myself spilled scalding coffee on my lap. I did not sue, but I think I learned a valuable lesson in life that I carry with me to this very day.

              Heh, I completely agree, regardless of if the coffee was too hot, it is still simply stupid and asking for problems to hold a drink on your lap of which you simply know it is at least very warm (if not hot). A reason why even people who are aware of the case still poin
            • The laywers may say it's a good case, but I always say "Don't hold hot coffee in your lap." I myself spilled scalding coffee on my lap. I did not sue, but I think I learned a valuable lesson in life that I carry with me to this very day.

              So the coffee you split on your lap caused 3rd degree burns, hospitalized you, and required skin grafts? That coffee was at 180?F - 190?F. That temperature causes 3rd degree burns in just a couple seconds (and was considered by a manager "unfit for human consumption").
    • by cthugha ( 185672 ) on Wednesday September 22, 2004 @10:53PM (#10325765)

      <paraphrase>But I'm more than a little frustrated that a book like $foo For Dummies is necessary. It speaks volumes about the current state of computing. The reason computers are complex is that big corporations who have no interest in their users' needs and programmers are too lazy and inconsiderate to create simple, flexible interfaces that Aunt Tillie can pick up in five seconds flat.</paraphrase>

      Seriously, exactly how does the fact that non-lawyers need a book on the application of the law to open source issues lead to the conclusion that the law is unnecessarily complex? By the same reasoning, physics is unnecessarily complex because you need an engineering degree to get a good understanding of how Newton's laws govern the behaviour of real-world systems.

      Law is like mathematics: you have a set of basic principles that are fairly simple on their own, but which need to be developed into quite complex structures in order to be useful in a large number of situations. In this example, the basic principle is: the person who creates the code has the right to say how it's used. The complexity comes simply from the fact that lots of people are involved and the law gives them all a say in how their work should be used.

      Simplicity is a fine thing, but over-simplification should be considered harmful.

      • by John Courtland ( 585609 ) on Wednesday September 22, 2004 @11:15PM (#10325878)
        Law is man made and is arbitrarily complex. It could be simple, but for some reason, even though it is defined by man, it isn't. On the other hand, physics is defined by observable natural phenomenon. There is no known way to make it simpler. There's a huge difference.
        • Re:How Many Times... (Score:4, Interesting)

          by cthugha ( 185672 ) on Wednesday September 22, 2004 @11:41PM (#10326057)

          You could also make the claim that an operating system or programming language is arbitrarily complex. This is true, but in most cases those systems have been adapted to try and provide the best and simplest possible solutions for their respective problem domains. So it is also with law: the conficts created in modern human communities are complicated, and the law that governs those communities and tries to resolve those conflicts is also complicated.

          Your claim that physics is defined by observable natural phenomenon is also only partially true. Physics is also defined by the models used to analyze and predict the behaviour of physical systems. The model has been improved over the years, e.g. with the invention of calculus or topology or other novel mathematical techniques, sometimes making physics simpler than previously thought possible.

          The statement that there is no known way to make physics simpler could therefore apply equally well to law, and leads on to my own view on the matter: finding new and better ways to solve problems with formal or semi-formal systems is hard, and maybe impossible in some cases. The parent poster's assertion that law is overly complicated due to malice, incompetence, or recklessness is unjustified on the basis of the evidence he provided to support it.

          Your assertion that law could be simpler is just that, an assertion, and you haven't bothered to support it with fact or logic. In respect of some areas of law I agree with it, in others I don't. Convince me.

          • It shouldn't take an 8 year degree to understand your rights. Throwing latin and difficult wording into the mix is not conducive to self-defense. I'll quote a post I saw on here a long time ago that I saved because it was a really good rant:

            What kind of judicial system allows laws and documentation that require advanced degrees to even understand? If ignorance of the law is no excuse, shouldn't law have to be written in understandable language.
        • I've seen illiterate carpenters do calculations on stress , strain and tensile strength in their head which would take me a couple of hours and a nice calculator to solve.

          Mathematics is a pure science as we define "1 + 1 = 2" and say it is so. Modern physics is reaching the limits of naturally observable phenomena and are resorting to backward calculations from theories to prove things . (ok, prove "E=MC2" ... the theory came before nuclear bombs and fission). Right now - Physics is Mathematics , but one

          • Mathematics is a pure science as we define "1 + 1 = 2" and say it is so.

            That is absolutely not what "science" means. Anything scientific must have basis in observations of something pre-existing. If it's all just constructs of your definitions, then it isn't science at all... but math.

            Physics is Mathematics

            No. Physics is a subset of science. But neither math nor science is a subset of the other.
        • Re:How Many Times... (Score:2, Interesting)

          by pvanheus ( 186787 )
          Law tries to regulate (in the sense of "make regular", i.e. predictable) human social interactions. Since when were human social interactions simple? Law has to take into account many different scenarios of different interests competing, and try and produce a solution for each scenario. To do this involves a mix of actual laws (in my country called acts of parliament), common law principles, and precedent, which takes years to develop.

          The key point here, especially from a business point of view, is regula

        • Law is man made and is arbitrarily complex. It could be simple, but for some reason, even though it is defined by man, it isn't.

          There is often a good reason why things are more complex that it intuitively seems they need to be.

          "For every complex problem, there is a solution that is simple, neat - and wrong" - HL Mencken

          Now, not to say all laws are as simple as they could be, and there is no uneccessary complexity. However, law is not complex for some arbitary reason, but becuase people and their int

        • Law is defined by government. Government adds thousands of new laws every year, becuase it benefits those in power (just as any expansion of government does). There is the simple reason why law is arbitrarily complex.
      • The difference is that you can't get thrown in jail for not knowing the laws of physics. To know every law, regulation and ordinance of the place in which you live (ranging from county, state and national laws) is quite impossible; yet the law assumes that everybody knows and understands all the laws - ignorance is no excuse, etc. This is helped a little by the fact that many laws can be intuited based on simple principles, such as the right to life, right to property, right to be safe in one's person, etc.
        • Well, not knowing the laws of physics can even cause your death. Of course, fortunately you generally know enough about the laws of physics so you don't just jump out of the window in the 100th floor.
    • Re:How Many Times... (Score:4, Interesting)

      by Brandybuck ( 704397 ) on Wednesday September 22, 2004 @11:03PM (#10325825) Homepage Journal
      We have to keep having this conversation as long as there are people and software and licenses.

      About a month or two ago I got an interesting email. One particular project wanted to incorporate some of my code into theirs. My code was under the BSD license and theirs under the GPL. No problem, right? Not to them! Their email was to beg me to release my software under the GPL so that they could use it. Needless to say that a short paragraph and a few good links on GPL "compatibility" cleared up the confusion. But this has not been the first time I've received an email like this.

      A need for this kind of book exists.
      • One particular project wanted to incorporate some of my code into theirs. My code was under the BSD license and theirs under the GPL. No problem, right?

        Could be common curtesy. Could be misunderstandings. Not really redundant. Much easier to have everybody's concerns satisfied early that later.

        Using your good name to promote my garbage has to be a no-no. The precise phrasing required depends on the times, the culture, the context and probably gives rise to a multitude of inscrutable licenses trying to fi
      • by 808140 ( 808140 ) on Thursday September 23, 2004 @12:04AM (#10326178)
        While they were obviously fairly ignorant, it is nice that they thought to ask your permission. I'm a GPL-nut myself (everything I write, essentially, gets released under the GPL) but I have noticed that lots of BSD folks get upset when their code is relicensed by other free software projects. They'll always agree to it, if you ask (at least, they have in my experience, and anyway, they can't really say no, legally) but it's still the polite thing to do.

        At the very least, it'll make the dev happy that someone out there thinks his code is worth copying.

        PS. I think the reason that BSD types get upset over free software relicensing (rather than proprietary relicensing) is because they are "competing" as it were in the free software sphere. When someone takes BSD code proprietary, they're taking it out of the pool. The BSD dev doesn't know what happens to it after that and so it's hard to worry about it. Contrast this to a GPLification, where the GPL'd version might (for one reason or another) get more mindshare than the BSD version and eclipse the original, with valuable bugfixes and improvements in plain sight of the original dev and yet completely out of reach for legal reasons. That having been said, when I use BSD code, any changes I make to that code (in the form of bugfixes or whatever) I'll be happy to provide under the BSD to devs that would like them. But unfortunately many GPL-types aren't so nice.
        • Re:How Many Times... (Score:4, Informative)

          by Brandybuck ( 704397 ) on Thursday September 23, 2004 @12:39AM (#10326342) Homepage Journal
          While there are certainly some BSD types that get all upset when someone places their code under the GPL, they're not all that common. Most of us don't really care... with one exception. There have been cases where "GPL-types" have taken BSD licensed code and relicensed it under the GPL just because they didn't like the BSD license. Not only is this a violation of the BSD license, but it's quite rude.

          Oh, and to correct a point. You may not "relicense" any BSD licensed software. The terms of the license do not permit it. You may not "file off" the BSD texts and replace them with the GPL. However, you may redistribute it under the terms of the GPL. So in actual practice it doesn't make that much difference.
          • Oh, and to correct a point. You may not "relicense" any BSD licensed software. The terms of the license do not permit it. You may not "file off" the BSD texts and replace them with the GPL. However, you may redistribute it under the terms of the GPL. So in actual practice it doesn't make that much difference.

            No, but from what I have understood a derivative work of a BSD work can be dual licenced under BSD/GPL. In practice, that means the GPL. And since you can trivially create a "derivate" (look mom, I ad
            • by Brandybuck ( 704397 ) on Thursday September 23, 2004 @02:02PM (#10331403) Homepage Journal
              And since you can trivially create a "derivate" (look mom, I added whitespace)...

              A common misconception. You must make a significant change to the original before it is a derivative work. You must ADD value to it. This cannot be done trivially. Adding whitespace is insufficient. On the other hand, merely compiling the source into a binary probably is sufficient, as it counts as translation.

              In any case, if all you've done is add whitespace, then all I need to do is remove that whitespace and file off your GPL, because ONLY that whitespace is under the dual license. Everything else is still under the BSD license because everything else is still original.
        • by imp ( 7585 ) on Thursday September 23, 2004 @03:47AM (#10327007) Homepage

          While they were obviously fairly ignorant, it is nice that they thought to ask your permission. I'm a GPL-nut myself (everything I write, essentially, gets released under the GPL) but I have noticed that lots of BSD folks get upset when their code is relicensed by other free software projects.

          They have every right to be upset. The BSD license, like most software licenses, does not allow for relicensing. You must ask the legal owner of the copyright(s) on the software if you can change the terms under which it is distributed.


          When someone takes BSD code proprietary, they're taking it out of the pool.


          They aren't taking it out of the pool. The original, unmodified code is still in the pool for anybody to use as they see fit. Rather than taking something out of the pool, these people are merely failing to put more water into the pool.


          Contrast this to a GPLification, where the GPL'd version might (for one reason or another) get more mindshare than the BSD version and eclipse the original, with valuable bugfixes and improvements in plain sight of the original dev and yet completely out of reach for legal reasons.


          That is certainly the right of anybody making changes to a BSD license code base. They have every right to ADD the GPL restrictions to their works (but the original BSD license must remain). It is somewhat rude, and ill mannered, however, to make such a change. The folks that wrote the BSD license code wanted to offer maximum flexibility to the licensee. This even includes the flexibiltiy to contaminate with GPL'd code. These contamination can cause a lot of problems because it can sometimes be hard to know that patches posted somewhere to BSD licensed code contain these GPL contaminations. This is a bad thing about both licenses, btw.

          Again to reiterate: only the copyright holder can change the license on his/her copyrighted works. In general, derived works can only have additional licenses added (all of which must be obeyed).
    • Re:How Many Times... (Score:4, Interesting)

      by jedidiah ( 1196 ) on Wednesday September 22, 2004 @11:11PM (#10325861) Homepage
      The current SCO mess has nothing to do with the inherent complexity of copyright law or open source licenses. SCO is merely taking advantage of the fact that you can sue anyone for anything regardless of merit. You can indulge in legal harassment just by filing some papers with the local courthouse.

      You don't need a convoluted contract.
      You don't need convoluted laws.
      You don't need confusing caselaw.
      You don't need a confusing license.

      The SCO shenanigans have gone on long enough simply because that's how long civil cases take to sort themselves out. This gives SCO plenty of time to shoot it's mouth off.
      • THis case has exposed the ugly underbelly of the American legal system to geeks like me. It's been two years and a date for trial hasn't even been set yet!.

        When I write code I test it. I throw random and unexpected input at my code to see if it breaks and if it does I fix it.

        The americal legal system is also code isn't it? What would happen if you throw 1000 perfectly innocent people into the legal system? How many of them would come out of it? How many would go broke in the process? How many would lose t
    • As a small note this book seems to cover the complexities of open sources licenses none of which were written by greedy corporations, if they're complex that's either something which can't be helped(which means it can't be helped for most laws given the way we use them) or else it's the fault of the people who wrote them.

      Bash corporations as much as you want they usually deserve it, but this isn't one of those times.

  • by Alwin Henseler ( 640539 ) on Wednesday September 22, 2004 @10:35PM (#10325696)
    Looks like a book that could be really useful if it were online, so that you could browse through it when you have license-related questions. Or is this only something for lawyers, and they prefer paper?

    Did you take your Free Software licensing quiz [gnu.org] today?

  • Knowing your limits (Score:5, Interesting)

    by JohnnyNoSPAM ( 815401 ) on Wednesday September 22, 2004 @10:35PM (#10325698)
    Thank you for discussing this book. I will be sure to check it out.

    I think that in the not-too-distant future, this kind of legal knowledge will be a bit of a prerequisite. This is especially true as awareness of the value of open source continues to spread, and more and more companies and people turn to open source as a cost effective tool. Check out "No More Stock" at this page: http://www.businessweek.com/technology/content/sep 2004/tc20040922_8372_tc024.htm [businessweek.com] With that, we can expect to see more and more proprietary software vendors who are feeling the heat of open source competition to stretch the very limits of any contract or license agreement.

    Knowing the legal limits *as a court would interpret them* will be crucial for open source developers world wide.
  • by hackronym0 ( 812439 ) on Wednesday September 22, 2004 @10:47PM (#10325734)

    I know that law is all hard and stuff (why else would we keep using IANAL?) but I would watch out for any hacker turned laywer...

    Aren't most hackers just people that are awesome at looking at a system and finding its weaknesses? So what is keeping him from finding a way to do anything he wants. Maybe nothing...

    Normally I think we should be wary of lawyers and of hackers, but a hacker turned lawyer... WATCH OUT!

    of course, I could just be using a outdated, preconcieved notion to judge someone that is doing good for us all

    Like tests? Get paid to take them... [itpaystolearn.com]

  • Linux changes. (Score:4, Informative)

    by PeterPumpkin ( 777678 ) on Wednesday September 22, 2004 @10:50PM (#10325747) Journal
    From the writeup:

    If the engineers take advantage of the openness of Linux and make some tweaks to the part that is officially Linux, the company must to distribute their changes too.

    Actually thats not true. You don't have to distribute code if you aren't distributing the kernel. (or program, or whatever). Does the person who has patches his sources, for example when testing for the linux kernel for the developers, have to publish his /usr/src/linux directory on the web? Hell no.
    • Re:Linux changes. (Score:3, Informative)

      by 0racle ( 667029 )
      Hope thats not all you read.
      This has been a particular headache for embedded systems manufacturers. If the engineers take advantage of the openness of Linux and make some tweaks to the part that is officially Linux, the company must to distribute their changes too.
      Seems to me a manufacturer might be distributing the product they manufacture.
        1. Seems to me a manufacturer might be distributing the product they manufacture.

        ...meaning, for GPL-style licences, that if they get a request for the source from those who they distribute to...they have to fork the changes over to that group or person. If not, they don't have to; not just anyone can demand the source -- the recipients have to.

        Theoretically, if the same device is leased they would not have to distribute the source also...though I'd like to hear a counter argument. (OK...one that isn't

      • indeed, but i fail to see the problem. They are not forced to "take advantage of the openness of linux" , they choose to. If they do, they have to deal with the license, and that's the case with *any* program source you might get your hands on.

        If a company wants a competitive advantage in the software, patching a bug and adding a feature in a linux will not do. They will have to give those back to the community, which is fine by me.
  • The big picture (Score:3, Interesting)

    by SpaceLifeForm ( 228190 ) on Wednesday September 22, 2004 @10:58PM (#10325786)
    Ultimately, the entire mess of 'IP' really can gets down to a simple fact: the species known as homo sapiens is the only life form known that can be creative enough to write software. Unfortunately, this same species is also the only life form known that attempts to control others for their own personal gain.

    Since the courts, congress, bush, and big business are on the controlling side, and those of us that are creative and support GPL (and possibly other nearly fully free licenses) are mainly on the other side, the forces at work are not really in balance. The current SCO vs IBM case is truly indicative of that. There will be many battles, but ultimately, the forces of freedom will have to prevail.

    Why, you ask? Because, if the rights to be creative are taken away, then there is no reason for the species known as homo sapiens to exist.

    • the forces at work are not really in balance. The current SCO vs IBM case is truly indicative of that.

      As SCO is a two bit company consisting 100% of lawyers and IBM is a huge big business consisting of thousands of "creative people" it would appear that the balance is exactly the opposite of what you are trying to make it out to be.

  • interesting (Score:4, Insightful)

    by killua ( 604159 ) <nimaku.gmail@com> on Wednesday September 22, 2004 @11:02PM (#10325812)
    With the way things are going in the lawsuit department lately, it seems this is kinda needed. Tho it has always been hard to explain to the buisiness world the concept of gpl style license agreements.

    Tho, i do disagree 100% with the idea that developers do not need to be concerned with the legal side of this argument (from above posts), more and more do we find ourselves as developers in the spotlight when something is not 100% up to snuff. More knowledge isnt really a bad thing.
    • Re:interesting (Score:4, Interesting)

      by KillerCow ( 213458 ) on Wednesday September 22, 2004 @11:47PM (#10326090)
      Tho it has always been hard to explain to the buisiness world the concept of gpl style license agreements.

      I never understood why it was hard. The terms are easy.

      If you modify or statically use this code that someone else wrote, and distribute it in a compiled form, then you have to distribute the changes that you made and the code that statically uses it in source form under the GPL. If you don't like those terms, then you don't have license to redistribute it in compiled form. The person who originally wrote it only gives you license to use it in this manner.

      Tho, i do disagree 100% with the idea that developers do not need to be concerned with the legal side of this argument

      I definitely think that they have to know about it. The last project that I worked on heavily used open source components. Most were Apache and BSD style licences. But there was one LGPL that we had to be careful of.

      If you're a developer and you are writing some tiered app... why write your own connection pool, logger, encryption layer, application server, XML parser, etc, when you could just plug in someone else's open source stuff. You need to be aware that open source components do exist, and that you need to examine their licenses and be able to understand them.

      If you are just some monkey programmer, then you don't need to be aware of these things. A real developer will make the decisions for you.
      • If you modify or statically use this code that someone else wrote, and distribute it in a compiled form, then you have to distribute the changes that you made and the code that statically uses it in source form under the GPL. If you don't like those terms, then you don't have license to redistribute it in compiled form. The person who originally wrote it only gives you license to use it in this manner.

        An interesting license provision - but that's not a translation of the GPL. Specifically, the idea that yo

  • by Anonymous Coward on Wednesday September 22, 2004 @11:09PM (#10325856)
    Seems that OS may have other ramifications!
    From http://www.builderau.com.au/program/work/0,3902465 0,39131082,00.htm
    "solicitor, Nick Abrahams today revealed he was in pre-court negotiations to defend a legal case in which a large IT company was attempting to use provisions of the open source General Public License to force his client to reveal its proprietary code."

    I've submitted this as news (twice) yet it doesn't appear to be getting posted.......
    • That's because it is not possible. Even if you link your code to GPL code and distribute the result to a third party you cannot be forced to reveal your code. A court can rule that you are prohibited from distributing the combined work unless you reveal your code, but it cannot rule that you have to reveal your code to the people you have already distributed it to. You're the author, you hold all the rights over your code and no court can take that away from you.
    • That's interesting. The major questions I have are;
      1. Who are the recipients of the distributed code?
      2. Did they request source for the GPLed parts and were refused?
      3. Did the company that is being sued actually mingle the GPLed and propriatory parts, or are they distinctly seperate?

      I don't see this as a challenge to the GPL, though. It sounds like a normal contract dispute.

      The claim made here...

      1. "If your organisation uses a piece of open source code and that code contains or in any way touches propriet
  • by eidechse ( 472174 ) on Wednesday September 22, 2004 @11:15PM (#10325880)
    ...businesses trying to honor the rules...

    These words don't make any sense together.
  • by monsterhead78 ( 815842 ) on Wednesday September 22, 2004 @11:32PM (#10325975) Homepage
    The phrase "Intellectual Property" is a metaphor used to explain a very specialized interpretation of what Copyright, Patents and Trademarks are. These three things do exist (Copyright, Patents, Trademarks) and have defined meaning in our various Nation-State legal systems, and differ from Nation-State to Nation-State, but the phrase "Intellectual Property" does not have any real meaning.

    As soon as you use that phrase, you are assuming a specific interpretation of the 3 legal constructs. Those of us who reject that particular interpretation are automatically locked out of the discussion, which I suspect is the purpose of the phrase.

    What Copyright, Patents, and Trademarks do is impose a 'temporary monopoly' onto something intellectual that otherwise would not have limits. The nature of the monopoly may be different (Is it for an exact 'copyable' work of art such as an audio/visual work, or writing....is is a process where the words/diagrams used to describe the process are not critical, but the process is ... or is it part of a virtual identity), and the time limits may be different, but the phrase "temporary monopoly" is the essence of these legal structures.

    If we can't start from that basis, then there is no way to have the discussion without quickly breaking down. The metaphor of property just does not make sense outside of physical objects as ideas are infinitely copyable, and can be spontaneously created ("thought of") in different places and time in isolation from each other. With physical objects there is a natural monopoly: the land, animal, person, object or whatever physical object can only exist in one place at any given time, and in the world outside of science fiction and magic do not just "appear out of thin air".

    Creating an arbitrary legal limit on how something can be copied is clearly government intervention in the natural world to create a monopoly. Who benefits from that monopoly, and what the costs are, and how these things have changed over time can be brought up to interpretation and debate, but the basic concept behind the government granted temporary monopoly cannot be debated.

  • by spitzak ( 4019 ) on Wednesday September 22, 2004 @11:55PM (#10326136) Homepage
    The main thing managers have to somehow learn is "if it is legal to do something with copyrighted code, it is legal to do it under the GPL".

    GPL is a set of exceptions to standard copyright law. It says "if you do this, you can violate the copyright on this code".

    It is amazing how few PHB's understand this. If you put a piece of code in that says "Copyright me, all rights reserved" they have not problem, and say "we'll replace that or ask for permission before we distribute". But put some GPL code in, or even link to an LGPL library, and they get all nervous and scared that somehow they will lose the entire company! That is just incredibly stupid, it is in fact safer than plain copyright, by definition!
  • by Dominic_Mazzoni ( 125164 ) on Thursday September 23, 2004 @12:20AM (#10326256) Homepage
    I know at least one very sharp businessman who explained to me how he carefully made sure the proprietary code in his system would only be dynamically linked to the GPL-protected code. If he left things statically linked, he would be legally bound to release all of his code and his investors wouldn't allow that.

    Hmmm, according to my reading of the GPL FAQ, even dynamically linking creates a derivative work, and thus all of the code would need to be under the GPL [gnu.org]. No?
    • by Anonymous Coward
      Since this is under "Anonymous Coward," there is a pretty good chance nobody will read this, or nobody will believe me. Oh well.

      Derivative work is a legal term, not a technical one. Dynamically linking doesn't protect you from copyright infringement if static linking would be considered copyright infringement.

      The best-known case about this is Light House Ministries vs. Intellectual Reserve, Inc. In that case, Intellectual Reserve held the copyright to some work that Light House Ministries posted online
  • laugh of the day (Score:5, Insightful)

    by Anonymous Coward on Thursday September 23, 2004 @01:34AM (#10326553)
    "For most open source software users, there are few things as easy to understand or follow as an open source license.

    When I read this, I laughed so hard I nearly fell out of my chair. Just consider, if you will, how many completely misguided and contradictory views of the GPL you've seen/heard recently, even right here on /..

    Most open source users have no friggin' clue what the exact rights and restrictions are under the GPL or other popular OSI-listed licences (the BSD/MIT variants being a possible exception, since they contain almost no restrictions to begin with). That doesn't keep them from having an opinion and loudly expressing it, of course...
  • Rosen is clueless (Score:4, Insightful)

    by Anonymous Coward on Thursday September 23, 2004 @05:16AM (#10327225)
    Rosen disagrees with FSF [fsf.org] on many points -- specifically, whether dynamically linking creates a derivative work. And since FSF's lawyer is a law professor [columbia.edu] and Rosen is a two-bit hack, you should think twice about listening to Rosen. Incidentally, MySQL's lawyers also disagree with Rosen -- and have gone to court to defend the GPL.
  • This book violates the GPL. If anyone who has a copy or has read the book, I suggest carefully reviewing his discussion of the GPL. He is referencing paragraphs of the GPL that are not in the appended version of the GPL. This violates the GPL.
  • >Others write proprietary web applications and run them with a BSD-protected version of Apache
    >running on top of a >GPL-protected version of Linux.
    >If you stay on the right side of the lines, you're still Richard Stallman's best friend.

    I don't think so, as Stallman feels proprietary software is 'immoral'.

  • If someone distributes a stand-alone proprietary program that is designed to dynamically link to a GPL'd program, and does not distribute the GPL'd program, then, I think, there is no problem with the GPL.

    However, if this same program is distributed in a collection containing the GPL'd program, then there is a problem: the GPL does not give permission to distribute the collection, since it is not a mere aggregation and contains a non-GPL'd program and a GPL'd program.
  • by hubertf ( 124995 ) on Thursday September 23, 2004 @06:00PM (#10334728) Homepage Journal
    Even if no money is involved, dealing with legal stuff is annoying. I had the experience a few days ago when someone took code from me that's under a BSD license, removed my name & license and put everything under GPL.

    Read the full story at my web page, http://www.feyrer.de/g4u/g4l.html [feyrer.de].


    - Hubert

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...