tag:blogger.com,1999:blog-86900052009-02-21T07:23:26.977-05:00Open Source Law BlogPaul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.comBlogger43125tag:blogger.com,1999:blog-8690005.post-1110495200219534992005-03-10T17:50:00.000-05:002007-04-14T18:35:03.940-04:00Open Source License Compatible with EU Laws?<a href="http://europa.eu.int/idabc/servlets/Doc?id=19296">Here</a> is some information about an attempt to prepare an open source license that passes EU law muster.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-111049520021953499?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com3tag:blogger.com,1999:blog-8690005.post-1108768551523225182005-02-18T18:11:00.000-05:002007-02-08T08:19:46.086-05:00A Way Around the GPL?Torger Kielland, a student at the University of Oslo who is writing a thesis on copyright law and the implications involving the Free Software Movement, emailed me with a possible way to circumvent the GPL. He states:<br /><br /><blockquote>I make a modification to a GPL'ed program and construct it as a "dif" - a<br />file which only states the differences between the original code and the modified code and distributes this, the dif does not contain any of the original code, and would in my opinion not qualify as a "derivative work" of the original Program. Hence it should not be necessary to distribute it under the terms of the GPL.<br /> <br />However, this raises two questions:<br /> <br />1. If I distribute the dif TOGETHER with the original program (for instance in a .zip-file stored on a website or a CD-ROM), would this qualify as a distribution "as part of a whole which is a work based on the Program", according to GPL ยง 2 para. 2? <br /> <br />2. Even though the "dif" itself does not qualify as a derivative work, it enables the licensee to create a derivative work if he has access to the original program. Does this make me as a distributor liable for contributory infringement?<br /> <br />In my opinion the answer will be no in both accounts, but I'm looking for<br />inputs.</blockquote><br /><br />Thoughts?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110876855152322518?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com8tag:blogger.com,1999:blog-8690005.post-1107278379322154902005-02-01T13:07:00.000-05:002005-02-01T12:19:39.323-05:00Software Freedom Law CenterOpen Source Development Labs (ODSL) has <a href="http://www.softwarefreedom.org/press-release-050201.html">announced</a> that they are providing $4,000,000 to fund the start of the Software Freedom Law Center. The new center will be headed by Eben Moglen, with other luminaries involved, such as Lawrence Lessig, Diane Peters (General Counsel of ODSL), and Daniel Weitzner (involved with W3C). The idea is to provide free legal services to open source non-profits and developers. <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110727837932215490?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com2tag:blogger.com,1999:blog-8690005.post-1107194912566757722005-01-31T13:51:00.000-05:002007-02-12T17:23:26.810-05:00Dynamic Linking, the GPL and the LGPLCan I dynamically link software subject to the GPL, make my code proprietary, and not violate the GPL? How about the LGPL? <br /> <br />Wikipedia defines dynamic linking thusly: <br /> <br /><blockquote>Dynamic linking systems place the majority of the linker code in the underlying <a title="Operating system" href="http://en.wikipedia.org/wiki/Operating_system">operating system</a>, in which case it is known as a <a title="Loader (computing)" href="http://en.wikipedia.org/wiki/Loader_(computing)">loader</a>. At compile time the linker only writes down what libraries the executable needs and checks to make sure they are being called properly. When that program is then executed, the loader finds these libraries and links them at that point, either at <a title="Loadtime" href="http://en.wikipedia.org/wiki/Loadtime">loadtime</a> or during <a title="Runtime" href="http://en.wikipedia.org/wiki/Runtime">runtime</a> <br />when the library is actually referenced.</blockquote> <br />[Quotes from Wikipedia are subject to its license.] <br /> <br />From the GPL FAQ, the Free Software Foundation thinks so, at least respecting the GPL. Quoting from the FAQ: <br /> <br /><blockquote>If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program, which must be treated as an extension of both the main program and the plug-ins. This means the plug-ins must be released under the GPL or a GPL-compatible free software license, and that the terms of the GPL must be followed when those plug-ins are distributed. </blockquote> <br />What are your thoughts? <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110719491256675772?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com5tag:blogger.com,1999:blog-8690005.post-1107192725760017732005-01-31T13:25:00.000-05:002005-01-31T12:32:05.760-05:00Sun Patents Available to Open Source Community?Sun Microsystems has <a href="http://www.sun.com/smi/Press/sunflash/2005-01/sunflash.20050125.2.html">announced</a> that it is making 1600 patents available to the open source community. <br /> <br />Upon a careful reading of their announcement, it looks as if these patents are only provided to that part of the open source community that is using the Common Development and Distribution License (CDDL), which is Sun's recently OSI-approved license that they intend to use for OpenSolaris. The patents don't seem to be available for just anyone in the open source/free source communities. <br /> <br /> <br /> <br /> <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110719272576001773?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com3tag:blogger.com,1999:blog-8690005.post-1105619514174780852005-01-13T07:20:00.000-05:002007-02-15T16:55:50.430-05:00Static Linking, the GPL and the LGPLThere seems to be some difference of opinion whether certain kinds of "linking" creates issues under the GPL. The question mostly seems to be whether a derivative work is created or not. <br /> <br />Let's suppose that there is some code that is subject to the GPL or the LGPL (call it the "library") that is "statically linked" to other code. Does that make the other code a derivative work of the library? <br /> <br />Why is this important? If I link a GPL'd library to other code and then distribute the result, I may be forced to use the GPL. <br /> <br />It seems to me that we first have to create a common ground for just exactly what "static linking" means. According to Wikipedia, static linking: <br /> <br />"embeds a library directly into the program executable at <a title="Compile time" href="http://en.wikipedia.org/wiki/Compile_time">compile time</a> by a <a title="Linker" href="http://en.wikipedia.org/wiki/Linker">linker</a>. A linker is a separate utility which takes one or more libraries and <a title="Object file" href="http://en.wikipedia.org/wiki/Object_file">object files</a> (which are previously generated by a compiler or an assembler) and produces an actual <a title="Executable file" href="http://en.wikipedia.org/wiki/Executable_file">executable file</a>. Internally all references to code located in the library are replaced with a pointer to the code; since it cannot move independantly of the executable, this fixed offset will never change. <br /> <br />One of the biggest disadvantages of static linking is that each executable ends up containing its own copy of the library. " <br /> <br />[Quotes from Wikipedia are subject to its license.] <br /> <br />Does static linking create a derivative work? <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110561951417478085?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com25tag:blogger.com,1999:blog-8690005.post-1105469489771466802005-01-11T13:31:00.000-05:002007-03-08T06:17:01.606-05:00The GPL and non-U.S. lawAlex Thurgood, a partner in the French IP law firm Cabinet Michel Richebourg emailed me and suggested this topic. (Thanks, Alex.) <br /> <br />Quoting from Alex: <br /> <br />One question that has always bothered me with free software licenses is their overall lack for any consideration of jurisdiction outside of the US. While as an IP lawyer, one might let pass an ironical smile knowing that the GPL was born in the US, and that this same country was one of the last major industrialized countries to sign up to the Berne Copyright Convention, it is nevertheless interesting to note that the majority, if not all, of the clauses of the GPL have been drawn up uniquely with US law in mind. The upshot of this is that, IMHO, the GPL is probably inapplicable in many countries outside the US. Indeed, in France, the GPL was considered by the scientific research community to be so inadapted to French law that it drafted a new free software license, called the <a href="http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html">CECILL</a>. <br /> <br />End quote. <br /> <br />Germany has similar issues, as far as I can tell. For example, the <a href="http://www.oii.ox.ac.uk/resources/feedback/OIIFB_GPL3_20040903.pdf">analysis</a> of the Munich decision upholding the GPL suggests that at least some Germans have a VERY different attitude toward licenses in general. (Maybe that is the reason for Alexander's antipathy toward the GPL. After all, he's from Germany.) <br /> <br />Australia has problems with the GPL as well. Under Section 68(1) of the Australian Trade Practices Act, disclaimers are apparently void if they don't comply with the language in the act, and it may bring down the entire agreement. See <a href="http://www.law.qut.edu.au/files/open_source_book.pdf">this</a> at pages 76-80 for more detail. Australian info is courtesy of Ian Oi, Special Counsel at Blake Dawson Waldron in Australia, in his attempts at certifying another OSI license. <br /> <br />Maybe U.S. lawyers have been lulled to sleep by the promises in the Berne Treaty that all copyright law is the same. <br /> <br />What are the problems with the GPL overseas? Are they important? To whom? <br /> <br /> <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110546948977146680?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com6tag:blogger.com,1999:blog-8690005.post-1105450063566660372005-01-11T08:22:00.000-05:002005-01-11T08:27:51.220-05:00Patent CommonsIBM has announce that it will pledge 500 patents for those working in open source. The official announcement is <a href="http://www.ibm.com/news/us/en/2005/01/patents.html">here</a>. Do you think that other companies will join in this activity? If so, why?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110545006356666037?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com1tag:blogger.com,1999:blog-8690005.post-1105210290526691702005-01-08T13:48:00.000-05:002005-01-08T13:52:15.290-05:00Using GPL'd Software in a Hosting EnvironmentIf you use and modify software subject to the GPL, but only use it "internally" as a way to provide online services to "external" third parties, have you violated the spirit of the free software movement? <br /> <br />Is the GPL3 likely to "plug that hole"? If so, what will happen to existing companies that use this business model?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110521029052669170?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com5tag:blogger.com,1999:blog-8690005.post-1105208432488493682005-01-08T13:15:00.000-05:002007-04-14T21:24:49.846-04:00Copyright Preemption and the GPLGumout, a thoughtful contributor to this blog, raised the following issue, and it's a good one to discuss. <br /> <br />[Starting gumout quote] <br /> <br />The GPL's section: <br /> <br />"2 b) You must cause any work that you distribute or <br />publish, that in whole or in part contains or is derived <br />from the Program or any part thereof, to be licensed as a <br />whole at no charge to all third parties under the terms of <br />this License." <br /> <br />is preempted by section 301 of the Copyright Act. In one of <br />the most favorable decisions ever for contract rights <br />concerning copyrights the Seventh Circuit in ProCD, Inc. v. <br />Zeidenberg; 86 F.3d 1447, 39 USPQ2d 1161 stated: <br /> <br />"Rights equivalent to any of the exclusive rights within the <br />general scope of copyright are rights established by law <br />rights that restrict the options of persons who are <br />strangers to the author. Copyright law forbids duplication, <br />public performance, and so on, unless the person wishing to <br />copy or perform the work gets permission; silence means a <br />ban on copying. A copyright is a right against the world. <br />Contracts, by contrast, generally affect only their parties; <br />strangers may do as they please, so contracts do not create <br />exclusive rights. Someone who found a copy of SelectPhoneTM <br />on the street would not be affected by the shrinkwrap <br />license though the federal copyright laws of their own <br />force would limit the finders ability to copy or transmit <br />the application program.... But whether a particular license <br />is generous or restrictive, a simple two-party contract is <br />not equivalent to any of the exclusive rights within the <br />general scope of copyright and therefore may be enforced." <br /> <br />A person finding a CD containing source code and a copy of <br />the GPL *is* affected by the license... They are invited to <br />join in the modification of the source code. The GPL is not <br />a simple "two party" contract. It is a recursive multi-party <br />contract of adhesion that attempts to publicly regulate <br />derivative works. <br /> <br />From the GPL: <br />"Thus, it is not the intent of this section to claim rights <br />or contest your rights to work written entirely by you; <br />rather, the intent is to exercise the right to control the <br />distribution of derivative or collective works based on the <br />Program." <br /> <br />Here's some of what Congress had to say concerning section <br />301: <br /> <br />"The intention of section 301 is to preempt and abolish <br />any rights under the common law or statutes of a State that <br />are equivalent to copyright and that extend to works coming <br />within the scope of the Federal copyright law. The <br />declaration of this principle in section 301 is intended to <br />be stated in the clearest and most unequivocal language <br />possible, so as to foreclose any conceivable <br />misinterpretation of its unqualified intention that Congress <br />shall act preemptively, and to avoid the development of any <br />vague borderline areas between State and Federal <br />protection." <br /> <br />There are few sure bets in this world but here's one: <br />The GPL's section 2 b) is D.O.A. in a Federal Court of <br />Appeals. <br /> <br />[ending gumout quote] <br /> <br />Do you agree with this? Disagree? Why? <br /> <br /> <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110520843248849368?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com25tag:blogger.com,1999:blog-8690005.post-1104763268885665092005-01-03T09:36:00.000-05:002007-03-24T09:14:02.216-04:00Total Cost of OwnershipThe 12/27-1/3 edition of NetworkWorld has a two-page Microsoft add beginning on the second page. It cites a Yankee Group study that "a significant switch to Linux from Windows or Unix could cost three to four times as much without delivering tangibly better performance or business value." <br /> <br />I'm interested if anyone has any actual experiences in a midsized or large business setting that either supports or doesn't support this Yankee Group conclusion.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110476326888566509?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com7tag:blogger.com,1999:blog-8690005.post-1104759857568416832005-01-03T08:43:00.000-05:002005-01-03T08:44:17.566-05:00Patents and AntitrustGroklaw is starting a series on the relationship between patents and antitrust. The initial discussion is <a href="http://www.groklaw.net/article.php?story=20041230173714712">here</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110475985756841683?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com0tag:blogger.com,1999:blog-8690005.post-1103308301175542092004-12-17T13:27:00.000-05:002005-01-03T08:45:45.673-05:00How do you know?In the war story parts of legal seminars on open source and in my own practice, it is becoming clear that senior managers don't know that their programmers are using open source. This is an especially bad thing when its use is discovered in connection with due diligence in an equity investment, going public, or being acquired. Senior managers are routinely giving representations and warranties in contracts that the company uses no open source, and upon checking they are wrong. <br /> <br />What can you do to manage the use of open source in an IT organization?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110330830117554209?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com6tag:blogger.com,1999:blog-8690005.post-1102606619844847692004-12-09T10:04:00.000-05:002007-01-21T04:54:29.950-05:00Copyright Misuse and the GPLLet's explore whether the GPL is a copyright misuse. Copyright misuse is a legal doctrine. It was created as an analogy to the patent misuse doctrine. In both cases, it attempts to prevent a copyright holder from exerting greater rights to stuff (a legal term of art) that isn't protected under copyright/patent law than the actual rights that exist by virtue of being a copyright/patent holder. <br /> <br />An example might be useful. Suppose someone develops and patents a salt spreader. That company then refuses to sell the salt spreader unless the purchaser also agrees to purchase salt from the company. In effect, to get the use of a patented product (the machine), one is required to buy a non-patented substance (salt). That, in the eyes of the law, is patent misuse. <br /> <br />The first well-known case, as far as I know, that applied the copyright misuse doctrine is <a href="http://digital-law-online.info/cases/15PQ2D1846.htm">Lasercomb America v. Reynolds</a>, a 1990 Fourth Circuit opinion. In that case, Lasercomb created a CAD software product that made steel rule dies. Steel rule dies are used to cut and score cardboard and paper for making boxes. Lasercomb offered to license, and actually licensed to some customers, the software product. In its license agreement, it provided that the licensee agreed not to develop a competitive product for 99 years. At the time, the copyright period for the software was less than 99 years. <br /> <br />The Fourth Circuit held that the presence of this clause was a copyright misuse, which created a defense to a copyright infringement claim. In rendering its decision, the court asked the question whether Lasercomb was using its copyright "in a manner contrary to public policy...." In effect, the Court stated that exercising rights not available to one under copyright may be a misuse, which creates a copyright misuse defense. (Note also that the Court stated that such a defense does not invalidate the copyright. The copyright can still be exercised if the offending action is stopped.) <br /> <br />Let's translate that to the GPL. The GPL in essence states that a licensee is not authorized to copy or distribute code unless the licensee does certain things. Therefore, the licensor is exercising its exclusive rights (the right to copy and distribute) in creating certain conditions to copying and distribution. This is potentially similar to a named user restriction in a proprietary-type software licensing scheme. <br /> <br />What the GPL does may be different from a restriction that lasts longer than the period that copyright protects the code, and therefore not subject to the copyright misuse doctrine. <br /> <br />Let me have your thoughts. <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110260661984484769?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com31tag:blogger.com,1999:blog-8690005.post-1102529824322898212004-12-08T13:16:00.000-05:002007-01-16T19:32:08.440-05:00RSS SupportWe've added support for RSS. Unfortunately, it won't tell you when new comments are made, just new topics. Hope you enjoy. <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110252982432289821?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com10tag:blogger.com,1999:blog-8690005.post-1102347188800789032004-12-06T10:29:00.000-05:002006-07-27T02:41:48.376-04:00Dual Licensing StrategiesAnother company is adopting a "dual license" strategy: one set of code for a product licensed under the GPL and the other commercially licensed. This new one is for an <a href="http://www.computerworld.com/databasetopics/data/software/story/0,10801,98042,00.html?source=x1805">object-oriented database program</a>. <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110234718880078903?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com6tag:blogger.com,1999:blog-8690005.post-1102183795646674422004-12-04T13:02:00.000-05:002004-12-04T13:13:56.183-05:00Sun Creates New Open Source LicenseFor Open Solaris, Sun has created a new license, the <a href="http://www.sun.com/cddl/cddl.html">Common Development and Distribution License</a>. It's based on the <a href="http://www.mozilla.org/MPL/MPL-1.1.html">Mozilla Public License 1.1</a>. General information on this license is <a href="http://www.sun.com/cddl/">here</a>. Here's an <a href="http://www.eweek.com/article2/0,1759,1735520,00.asp">eWeek commentary</a> on the new license. <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110218379564667442?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com0tag:blogger.com,1999:blog-8690005.post-1102110352328798032004-12-03T16:37:00.000-05:002004-12-03T16:45:52.326-05:00New Open Source Group: Offers Insurance?There is a new group in the U.K., called the <a href="http://www.opensourceconsortium.org/index.html">Open Source Consortium</a>. It is apparently a group of companies that get a significant percentage of their revenue off of services related to open source products. It also indicates that it will provide <a href="http://www.opensourceconsortium.org/about/insurance.html">insurance</a>. This insurance seems to be like a performance and payment bond, rather than indemnity insurance for open source infringement claims. <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110211035232879803?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com2tag:blogger.com,1999:blog-8690005.post-1102008746853538062004-12-02T13:17:00.000-05:002007-02-22T21:39:01.690-05:00What does "any third party" mean in the GPLOne of the most important issues related to the willingness of corporate America to adopt software licensed under the GPL -- maybe the most important issue -- is contained in Section 2 of that license. It states that if you modify GPL'd software and then distribute it, you must license the modified software "as a whole at no charge to <em>all third parties</em> under the terms of this license [the GPL]." <br /> <br />The phrase "all third parties" takes on particular importance here. For example, if "all third parties" means each and every third party in the world, whether a licensee of the modified software or not, the distribution of the modified software to a subsidiary of a company could trigger the right of a competitor to get the code. (For the purposes of this discussion, let's ignore what the remedies are for not complying with a competitor's demand. Focusing on the meaning of "all third parties" is useful without talking about remedies.) <br /> <br />If on the other hand, "all third parties" means only those who are licensees, directly or indirectly, of the modified software, then a distribution to a subsidiary, who would have no interest in licensing it to a competitor, creates a potentially different business result. <br /> <br />Let me know what you think "all third parties" means and why. <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110200874685353806?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com10tag:blogger.com,1999:blog-8690005.post-1101750531849508532004-11-29T13:30:00.000-05:002004-11-29T12:48:51.850-05:00GPL and CompilationsThe GPL pretty clearly wants to cover "compliations" as well as derivative works. Just like the creation of a derivative work, if you create a "compliation" that includes software licensed under the GPL, the GPL wants to require you to license the compliation under the GPL. This intent is manifest in the next to last paragraph of Section 2, where it states "the intent [of section 2 of the GPL] is to exercise the right to control the distribution of derivative or <strong>collective works </strong>based on the Program." <br /> <br />So what's a collective work? A good example is a book of short stories by different authors. There, each author retains the copyright in the individual short stories, but there is a separate copyright to the "compilation." Another example might be the collection of music on the CD distributed with the last edition of Wired Magazine. The theory is that there are choices made about what to include and not include; the nature of those choices are expressive and therefore copyrightable. <br /> <br />However, the next paragraph of the GPL states, "In addition, mere aggregation of another work not based on the Program with the Program ... on a volume of storage or distribution medium does not bring the other work under the scope of this License." <br /> <br />It looks like the GPL states that you must make compilations subject to the GPL except when it is a compilation. <br /> <br />I don't think this language works. Your thoughts? <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110175053184950853?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com10tag:blogger.com,1999:blog-8690005.post-1101138432999080472004-11-22T10:43:00.000-05:002004-11-22T10:47:13.000-05:00New Version of GPL<a href="http://www.eweek.com/article2/0,1759,1730102,00.asp?kc=EWRSS03129TX1K0000616">Here's</a> news about a new version of the GPL, due next year. <br /> <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110113843299908047?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com1tag:blogger.com,1999:blog-8690005.post-1101132150047140232004-11-22T08:58:00.000-05:002007-03-02T20:07:12.483-05:00Import IssuesIf you (a U.S. company or resident) download open source code, and some of it was created by a developer in Cuba or other U.S. embargoed country, have you violated the law? Does anyone care, including the U.S. government? How would you protect yourself from this problem? <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110113215004714023?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com9tag:blogger.com,1999:blog-8690005.post-1101129541157955382004-11-22T08:01:00.000-05:002004-11-22T18:07:59.696-05:00More Microsoft and PatentsIt was widely <a href="http://www.reuters.com/newsArticle.jhtml?type=technologyNews&storyID=6851307&amp;src=rss/technologyNews&section=news">reported (this one's from Reuters)</a> that Steve Ballmer of Microsoft last week spoke of the patent risks of using open source, specifically Linux. "Someday, for all countries that are entering the WTO (World Trade Organization), somebody will come and look for money owing to the rights for that intellectual property." Mr. Ballmer apparently cited the patent analysis published by <a href="http://www.osriskmanagement.com/index.shtml">OSRM</a> that a few hundred patents were possibly infringed by the Linux kernel. <br /> <br />Note that Mr. Ballmer didn't say that MICROSOFT would be bringing the patent litigation, despite owning a number of potentially infringed-upon patents. See my analysis of Microsoft's strategy related to Linux on October 25 on this blog. <br /> <br />If I were Microsoft, I'd consider trying to influence a third party technology company to bring a patent infringement suit against one or more open source end users. This could be done, for example, by an investment by a VC in which Microsoft is an investor or by a license or other deal that gives the company available cash to fund the litigation. Microsoft therefore wouldn't have to sue its customers while increasing the FUD of using open source software. <br /> <br />The logical target of such a suit would be a company that is not in the technology space, who probably wouldn't have patents to trade in the litigation, as well as a company that has not received an indemnity from the actual open source provider. <br /> <br />It might not even be necessary to have the litigation involve Linux. A good software target might be one that doesn't compete directly with a Microsoft product. If the suit was brought against another open source software product, the open source community couldn't debate the actual merits of a patent infringement case against Linux. The FUD would likely go way up, Microsoft couldn't be accused of suing a customer, Microsoft would have additional things to say against the use of open source, CIO's and others in large companies would have something new to consider, and Microsoft could still reserve bigger guns if needed. <br /> <br />I realize that the above analysis sounds fairly conspiratorial and may even reinforce the idea that all lawyers are evil. However, as a lawyer, it's a good thing to try to put yourself in the shoes of others and consider what they might do. Part of that analysis is examining what's possible, not just what some would consider "fair." It's important to understand that when large dollars are involved, some companies and individuals are only going to be limited by what's legal and what spins the way they want. Many companies rationalize aggressive business behavior by repeating the mantra of ethical obligations to maximize shareholder returns. <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110112954115795538?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com7tag:blogger.com,1999:blog-8690005.post-1100544043547851342004-11-15T13:04:00.000-05:002007-03-30T08:53:40.423-04:00Microsoft's IP IndemnityThere is one thing that troubles me about Microsoft's new IP indemnity, the text of which can be found <a href="http://www.groklaw.net/article.php?story=20041111125109451">here</a>. <br />The language just after the exclusions, states "You will reimburse us for any costs or damages that result from these actions." This suggests an indemnity back from the user to Microsoft, in the event one of the exclusions occur. In an end user license, this kind of language (a)is rare and (b)has none of the limits on them that Microsoft has allowed for itself in its indemnity. This language should give prospective end users pause. <br /> <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110054404354785134?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com0tag:blogger.com,1999:blog-8690005.post-1100279602631708902004-11-12T11:52:00.000-05:002007-03-28T20:12:08.376-04:00Microsoft Broadens IP IndemnityMicrosoft has broadened its IP indemnification to cover most of its customers, not just the big ones. The official announcement is <a href="http://www.microsoft.com/presspass/press/2004/nov04/11-10IPProtectionPR.asp">here</a>. Groklaw has posted a <a href="http://www.groklaw.net/article.php?story=20041111125109451">deconstruction</a> of the text of the indemnification. Much of the textual analysis on Groklaw is IMHO inaccurate. Looks to me like Microsoft is giving a real indemnity. <br /> <br />However, is it truly a valuable thing that Microsoft is providing a full indemnity? First of all, few software companies, in my experience, can avoid giving a full IP indemnity to customers, so maybe the response is "welcome to the club, Microsoft." <br /> <br />Second, and more importantly, consider the answers to the following questions. Has Microsoft ever been sued for patent infringement related to technology in one of its products? (Hint: Yes, a number of times.) At the time of such patent infringement claim, did Microsoft have a contract that fully indemnified the users? (Hint: No) Has anyone sued a Microsoft end user for patent infringement over a technology that Microsoft put in its products? (Hint: I don't think so) <br /> <br />This points out a fact of software business life: a commercial software developer normally needs to fix a patent infringement claim for one of its products for business reasons <em>regardless whether an indemnity if given to customers or not.</em> Regardless whether an indemnity is provided, Microsoft has to fix its patent problems. <br /> <br />The giving of the indemnity is therefore, in my opinion, not giving much if anything away by Microsoft. A marketing ploy? Possibly. <br /> <br />However, the fact that there is a company that views it in its best interest to defend patent infringement claims is potentially a real distinguishing feature between MS Windows and Linux. <br /> <br />My two cents. Your comments welcome. <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8690005-110027960263170890?l=www.oslawblog.com%2Findex.html'/></div>Paul Arnehttp://www.blogger.com/profile/08141330141442866888noreply@blogger.com0