<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What is the legal status of software developed with OSS tools?</title>
	<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools/</link>
	<description>Comments on Ask MetaFilter post What is the legal status of software developed with OSS tools?</description>
	<pubDate>Thu, 15 Dec 2005 11:40:17 -0800</pubDate>
	<lastBuildDate>Thu, 15 Dec 2005 11:40:17 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What is the legal status of software developed with OSS tools?</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools</link>	
		<description>What is the legal status of software developed with OSS tools? &lt;br /&gt;&lt;br /&gt; An IP lawyer just tried to convince me that software created with open source tools must, by the nature of the license (assume GPL) be open source as well. I tried explaining that I think he&apos;s confusing making &lt;i&gt;changes&lt;/i&gt; to the software with making something &lt;i&gt;with&lt;/i&gt; the software. Now, I know in my guy that his stance is absurd, and brought up things like gcc, mySQL, and some of OS X&apos;s underpinnings that would make a significant chunk of commercially-developed software technically open-source.&lt;br&gt;
&lt;br&gt;
Of course, being a lawyer, he doesn&apos;t accept my &quot;because I say so&quot; response. Is this delineation spelled out anywhere? Or is he correct that the GPL is legally flawed in this way and that the community has just tacitly decided to ignore this issue?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.29111</guid>
		<pubDate>Thu, 15 Dec 2005 11:36:10 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
		
			<category>software</category>
		
			<category>gpl</category>
		
			<category>opensource</category>
		
	</item> <item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458653</link>	
		<description>in my &lt;strike&gt;guy&lt;/strike&gt; gut</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458653</guid>
		<pubDate>Thu, 15 Dec 2005 11:40:17 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: grouse</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458656</link>	
		<description>If you link to a library issued under the GPL (not the LGPL), the FSF maintains that you have created a derivative work of the copyrighted and GPLed material, and must therefore release the code that links to it as well. That&apos;s the only thing that could remotely account for his confusion.&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Of course, being a lawyer, he doesn&apos;t accept my &quot;because I say so&quot; response.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
And you accept his? Ask him for the evidence to back up his stance. If he doesn&apos;t care enough to find said non-existent evidence, then why bother discussing it with him?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458656</guid>
		<pubDate>Thu, 15 Dec 2005 11:43:22 -0800</pubDate>
		<dc:creator>grouse</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458657</link>	
		<description>From the GPL FAQ:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.gnu.org/licenses/gpl-faq.html#CanIUseGPLToolsForNF&quot;&gt;&lt;i&gt;Can I use GPL-covered editors such as GNU Emacs to develop non-free programs? Can I use GPL-covered tools such as GCC to compile them?&lt;/i&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Yes, because the copyright on the editors and tools does not cover the code you write. Using them does not place any restrictions, legally, on the license you use for your code.&lt;br&gt;
&lt;br&gt;
Some programs copy parts of themselves into the output for technical reasons--for example, Bison copies a standard parser program into its output file. In such cases, the copied text in the output is covered by the same license that covers it in the source code. Meanwhile, the part of the output which is derived from the program&apos;s input inherits the copyright status of the input.&lt;br&gt;
&lt;br&gt;
As it happens, Bison can also be used to develop non-free programs. This is because we decided to explicitly permit the use of the Bison standard parser program in Bison output files without restriction. We made the decision because there were other tools comparable to Bison which already permitted use for non-free programs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458657</guid>
		<pubDate>Thu, 15 Dec 2005 11:44:53 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458664</link>	
		<description>In fact, I think this paragraph from the actual GPL makes it pretty clear:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and &lt;b&gt;the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program)&lt;/b&gt;. Whether that is true depends on what the Program does.&lt;/i&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458664</guid>
		<pubDate>Thu, 15 Dec 2005 11:53:01 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458667</link>	
		<description>Erm, does Microsoft lay claim to the legal briefs he creates with Microsoft Word, a copyrighted program?&lt;br&gt;
&lt;br&gt;
What exclusive right of the copyright holder is implicated when one uses a tool to write software?&lt;br&gt;
&lt;br&gt;
I have to assume that by &quot;IP lawyer&quot;, you mean something like &quot;first-year law student&quot;.  Tell him that his legal career will go further if he reads PRIOR to opining, not after.&lt;br&gt;
&lt;br&gt;
As mentioned above, there&apos;s no point in *arguing* this.  You can either read the license, or you can&apos;t.  There&apos;s not any dispute about whether the GPL covers this except in Microsoft&apos;s marketing literature, which is purposefully false.  Microsoft has done an admirable job in creating FUD, while every day millions of people use Microsoft software with license conditions that are vastly more severe and restrictive than any GPL program.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458667</guid>
		<pubDate>Thu, 15 Dec 2005 11:57:21 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: cmonkey</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458668</link>	
		<description>Many, many companies compile their closed source software with GCC.  It is perfectly legal.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458668</guid>
		<pubDate>Thu, 15 Dec 2005 11:57:25 -0800</pubDate>
		<dc:creator>cmonkey</dc:creator>
	</item><item>
		<title>By: davar</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458698</link>	
		<description>&lt;i&gt; I tried explaining that I think he&apos;s confusing making changes to the software with making something with the software.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
You&apos;re probably right, but take note of what &lt;b&gt;grouse&lt;/b&gt; says: &lt;br&gt;
&lt;br&gt;
&lt;i&gt;If you link to a library issued under the GPL (not the LGPL), the FSF maintains that you have created a derivative work of the copyrighted and GPLed material, and must therefore release the code that links to it as well.&lt;/i&gt; &lt;br&gt;
&lt;br&gt;
This is the business model of MySQL: if you use MySQL you have to link to the MySQL libraries, and therefore your product must be GPL, even though you do not make any changes to the MySQL sources. If you do not want to open source your own code, you can buy a commercial license from MySQL.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458698</guid>
		<pubDate>Thu, 15 Dec 2005 12:11:41 -0800</pubDate>
		<dc:creator>davar</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458777</link>	
		<description>That&apos;s not what the &quot;IP lawyer&quot; is saying though. The equivalent would be if I used MySQL to sort the entries in a dictionary, then dumped them out and printed it. He&apos;s saying that the dictionary would have to be open-source because MySQL was used in the production. Which is ludicrous.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458777</guid>
		<pubDate>Thu, 15 Dec 2005 12:47:49 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: i_am_joe&apos;s_spleen</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458806</link>	
		<description>Point your IP lawyer friend at Groklaw&apos;s &lt;a href=&quot;http://www.groklaw.net/staticpages/index.php?page=20050131065655645&quot;&gt;GPL Reference Page&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458806</guid>
		<pubDate>Thu, 15 Dec 2005 12:59:27 -0800</pubDate>
		<dc:creator>i_am_joe&apos;s_spleen</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/29111/What-is-the-legal-status-of-software-developed-with-OSS-tools#458848</link>	
		<description>Your lawyer friend is clearly out of his mind. &lt;br&gt;
&lt;br&gt;
That said, a lot of times lawyers over state the case in order to avoid being sued, not just losing suits.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29111-458848</guid>
		<pubDate>Thu, 15 Dec 2005 13:25:09 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item>
	</channel>
</rss>
