<?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: Licensing Code</title>
      <link>http://ask.metafilter.com/10752/Licensing-Code/</link>
      <description>Comments on Ask MetaFilter post Licensing Code</description>
	  	  <pubDate>Fri, 08 Oct 2004 00:23:18 -0800</pubDate>
      <lastBuildDate>Fri, 08 Oct 2004 00:23:18 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Licensing Code</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code</link>	
  	<description>Which license should I choose? [more inside] &lt;br /&gt;&lt;br /&gt; I&apos;m going to release a few bits of code over the weekend, which I have never done before. I want them to be able to be used non-commercially, and if anyone makes revisions they either have to publish them themselves, or give them to me to incorporate. Basically the Creative Commons Attribution-NonCommercial-ShareAlike License (I think). Can this be use for code? Are there any better choices?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.10752</guid>
  	<pubDate>Thu, 07 Oct 2004 23:46:42 -0800</pubDate>
  	<dc:creator>deaddodo</dc:creator>
	
	<category>creativecommons</category>
	
	<category>license</category>
	
	<category>software</category>
	
	<category>code</category>
	
	<category>GPL</category>
	
	<category>MIT</category>
	
	<category>BSD</category>
	
	<category>LGPL</category>
	
	<category>opensource</category>
	
	<category>publicdomain</category>
	
</item>
<item>
  	<title>By: Nick Jordan</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193376</link>	
  	<description>The obvious one is the GPL, but that may or may not suit you. It&apos;s definitely worth a look, though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193376</guid>
  	<pubDate>Fri, 08 Oct 2004 00:23:18 -0800</pubDate>
  	<dc:creator>Nick Jordan</dc:creator>
</item>
<item>
  	<title>By: mathowie</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193377</link>	
  	<description>CC licenses aren&apos;t for code. Try GPL or MIT or something similar.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193377</guid>
  	<pubDate>Fri, 08 Oct 2004 00:30:35 -0800</pubDate>
  	<dc:creator>mathowie</dc:creator>
</item>
<item>
  	<title>By: substrate</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193433</link>	
  	<description>I think for what you&apos;re asking the GPL is most suitable. None of the licenses will prohibit your code from being used commercially. What the GPL does do is stipulate that if you use it commercially you have to provide access to the source code. If you modify the code you have to provide the modifications. &lt;br&gt;
&lt;br&gt;
The BSD license is a good license but it also doesn&apos;t prohibit commercial use. In addition it allows somebody to take your code, modify it and not release the source code.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193433</guid>
  	<pubDate>Fri, 08 Oct 2004 05:18:21 -0800</pubDate>
  	<dc:creator>substrate</dc:creator>
</item>
<item>
  	<title>By: reynaert</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193443</link>	
  	<description>What does this code do? Who would you want to use it? &lt;br&gt;
&lt;br&gt;
If you want open-source programs to use your code, you should look at the GPL, the LGPL and the MIT X11 license. &lt;br&gt;
However, given your question, I&apos;m not sure that&apos;s your intention.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193443</guid>
  	<pubDate>Fri, 08 Oct 2004 06:04:04 -0800</pubDate>
  	<dc:creator>reynaert</dc:creator>
</item>
<item>
  	<title>By: andrew cooke</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193470</link>	
  	<description>the gpl won&apos;t stop people improving the code and keeping it themselves (even if you found a licence to do that, it would be unenforceable because how would you know?).  what it does do is make people release the improvements &lt;em&gt;if&lt;/em&gt; they &lt;em&gt;distribute&lt;/em&gt; a program that uses it (which may have been what you meant).  see &lt;a href=&quot;http://www.gnu.org/copyleft/gpl.html&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
i use the gpl.  i would recommend the gpl.  if you want a licence whose political motivations are connected with &amp;quot;sharing with the community&amp;quot;, and don&apos;t have any other special conditions then, imho, it&apos;s a good choice.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193470</guid>
  	<pubDate>Fri, 08 Oct 2004 07:19:32 -0800</pubDate>
  	<dc:creator>andrew cooke</dc:creator>
</item>
<item>
  	<title>By: majcher</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193539</link>	
  	<description>&lt;i&gt;CC licenses aren&apos;t for code.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Could you expand on that, please?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193539</guid>
  	<pubDate>Fri, 08 Oct 2004 10:03:04 -0800</pubDate>
  	<dc:creator>majcher</dc:creator>
</item>
<item>
  	<title>By: sad_otter</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193586</link>	
  	<description>&lt;i&gt;Could you expand on that, please?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://creativecommons.org/faq#faq_entry_3646&quot;&gt;CC FAQ&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193586</guid>
  	<pubDate>Fri, 08 Oct 2004 11:56:55 -0800</pubDate>
  	<dc:creator>sad_otter</dc:creator>
</item>
<item>
  	<title>By: kindall</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193660</link>	
  	<description>I&apos;d suggest having the fortitude to simply release it to the public domain. If you&apos;re going to give something away, &lt;i&gt;give it away,&lt;/i&gt; dammit.&lt;br&gt;
&lt;br&gt;
If it&apos;s just a &amp;quot;few bits of code&amp;quot; then any value you get out of retaining any kind of control over it is going to be very small, and the likelihood that you&apos;ll actually try to enforce the license smaller still.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193660</guid>
  	<pubDate>Fri, 08 Oct 2004 16:19:52 -0800</pubDate>
  	<dc:creator>kindall</dc:creator>
</item>
<item>
  	<title>By: shepd</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#193682</link>	
  	<description>&lt;i&gt;I&apos;d suggest having the fortitude to simply release it to the public domain. If you&apos;re going to give something away, give it away, dammit.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Of course, if you do this, it will shortly end up co-opted by a commercial company, somewhat improved, and you, the author, will get to pay $1,000 for a product that is 90% your code.&lt;br&gt;
&lt;br&gt;
Some examples:  OS X, microsoft windows network utilities, most of the BSDs, etc, etc.  The list could go on but I tire of license arguing.&lt;br&gt;
&lt;br&gt;
Examples of where the GPL has saved software from commercial death:  The cromwell flashBIOS.  Yes, I am the one who hacked back in the support for all chips.  I could only do that because the GPL forced the commercial vendors hand to release the (molested, but mostly intact) code to the public again.&lt;br&gt;
&lt;br&gt;
Safe to say I usually ignore public domain software as it ends up unsupported after the original authors get disheartened when they have to buy back updates to their code at a hefty price.&lt;br&gt;
&lt;br&gt;
But hey, your code, do as you wish.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-193682</guid>
  	<pubDate>Fri, 08 Oct 2004 18:21:56 -0800</pubDate>
  	<dc:creator>shepd</dc:creator>
</item>
<item>
  	<title>By: kindall</title>
  	<link>http://ask.metafilter.com/10752/Licensing-Code#196747</link>	
  	<description>&lt;i&gt;Of course, if you do this, it will shortly end up co-opted by a commercial company, somewhat improved, and you, the author, will get to pay $1,000 for a product that is 90% your code.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Well, possibly. That&apos;s what giving away your code freely means: people are free to do with it what they want. That&apos;s why I said it requires fortitude.&lt;br&gt;
&lt;br&gt;
If it was worth $1000 a pop with only a little more work, though, he wouldn&apos;t be thinking about giving it away in the first place. He&apos;d be selling it at $1000 a pop, after doing a little more work on it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.10752-196747</guid>
  	<pubDate>Mon, 18 Oct 2004 16:31:51 -0800</pubDate>
  	<dc:creator>kindall</dc:creator>
</item>

    </channel>
</rss>
