<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Why I license my stuff</title>
	<link>http://melander.dk/articles/whythelicense/</link>
	<description>There is nothing wrong with your television set. Do not attempt to adjust the picture.</description>
	<pubDate>Wed, 08 Sep 2010 10:44:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Anders Melander</title>
		<link>http://melander.dk/articles/whythelicense/#comment-696</link>
		<dc:creator>Anders Melander</dc:creator>
		<pubDate>Wed, 05 May 2010 15:52:17 +0000</pubDate>
		<guid>http://melander.dk/articles/whythelicense/#comment-696</guid>
		<description>The CC-BY-SA license does not affect your rights to your own compiled product. It only protects my rights.
I&#39;m not sure what more I can say if this article didn&#39;t explain my position and the purpose of the license.</description>
		<content:encoded><![CDATA[<p>The CC-BY-SA license does not affect your rights to your own compiled product. It only protects my rights.<br />
I&#39;m not sure what more I can say if this article didn&#39;t explain my position and the purpose of the license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://melander.dk/articles/whythelicense/#comment-692</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Tue, 04 May 2010 02:59:58 +0000</pubDate>
		<guid>http://melander.dk/articles/whythelicense/#comment-692</guid>
		<description>I have read the CC-BY-SA deed many times but still don&#39;t know what people can do with a commercial product using some CC-BY-SA components.
If I create and sell a CC-BY-SA product (binary code without source code) using some CC-BY-SA components, can people:
- Distribute (copy) it to their friend freely ? - I hope not, that violates the commercial law.
- Share the source code to other people ? - How? Can they ask me to give them free source code?</description>
		<content:encoded><![CDATA[<p>I have read the CC-BY-SA deed many times but still don&#39;t know what people can do with a commercial product using some CC-BY-SA components.<br />
If I create and sell a CC-BY-SA product (binary code without source code) using some CC-BY-SA components, can people:<br />
- Distribute (copy) it to their friend freely ? - I hope not, that violates the commercial law.<br />
- Share the source code to other people ? - How? Can they ask me to give them free source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Goyvaerts</title>
		<link>http://melander.dk/articles/whythelicense/#comment-212</link>
		<dc:creator>Jan Goyvaerts</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:52:18 +0000</pubDate>
		<guid>http://melander.dk/articles/whythelicense/#comment-212</guid>
		<description>Thanks for your response, Anders.

If attribution is important to you, then I agree that the classic open source licenses aren&#39;t a good option.  If you want to keep the CC-BY-SA license, while still allowing your component to be used in closed source applications, you can do that by explicitly granting permission to do so.  E.g. &#34;This software component is licensed under &#60;a href=&#34;http://creativecommons.org/licenses/by-sa/3.0/&#34;&#62;CC-BY-SA&#60;/a&#62;.  The Share Alike condition is waived if the component is used to create an application or product where the component is not a substantial part of the overall application or product.&#34;

The commons deed clearly states: &#34;Any of the above conditions can be waived if you get permission from the copyright holder.&#34;  Adding a few sentences to the &#34;license&#34; section of your component&#39;s page should do it.  Ideally, put those same few sentences at the top of the (main) source files of your component.  Then there&#39;s no argument as to what license you&#39;ve chosen to put onto your software.

Incidentally, if you don&#39;t put a license on your software at all, the default is that nobody can legally do anything with it.
</description>
		<content:encoded><![CDATA[<p>Thanks for your response, Anders.</p>
<p>If attribution is important to you, then I agree that the classic open source licenses aren&#39;t a good option.  If you want to keep the CC-BY-SA license, while still allowing your component to be used in closed source applications, you can do that by explicitly granting permission to do so.  E.g. &quot;This software component is licensed under &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;CC-BY-SA&lt;/a&gt;.  The Share Alike condition is waived if the component is used to create an application or product where the component is not a substantial part of the overall application or product.&quot;</p>
<p>The commons deed clearly states: &quot;Any of the above conditions can be waived if you get permission from the copyright holder.&quot;  Adding a few sentences to the &quot;license&quot; section of your component&#39;s page should do it.  Ideally, put those same few sentences at the top of the (main) source files of your component.  Then there&#39;s no argument as to what license you&#39;ve chosen to put onto your software.</p>
<p>Incidentally, if you don&#39;t put a license on your software at all, the default is that nobody can legally do anything with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jolyon Smith</title>
		<link>http://melander.dk/articles/whythelicense/#comment-211</link>
		<dc:creator>Jolyon Smith</dc:creator>
		<pubDate>Tue, 26 Aug 2008 03:12:06 +0000</pubDate>
		<guid>http://melander.dk/articles/whythelicense/#comment-211</guid>
		<description>I&#39;ve recently been looking into this area myself.

At the end of the day, it doesn&#39;t matter how tightly drawn up a license is, once we give away source all bets are off - someone intent on ripping off your effort without giving you any recognition is able to do so and it&#39;s unlikely that you will ever find out or be able to do anything about it if you do.

Similarly anyone willing to respect your rights and generosity in making the source available will do so, even if the license doesn&#39;t require it.

I wrestled with wanting to give source away but also be recognised for doing so, until I realised that the two aims were somewhat contradictory.

If reach the point where I am willing to give something away, I have inherently reached a point where recognition or reward for doing so is not important.  I just need to realise that myself.

It&#39;s almost as if it&#39;s one hemisphere of the brain - the creative side perhaps - wanting to give it up, and the other hemisphere - the logical/rational side - clinging to an ingrained notion of property and fighting that urge.

In the end I went with the X11 (a.k.a MIT) License - for one thing it was the easiest and least intrusive to incorporate into my source - where of course it is most important.

I would be interested to learn whether you considered that one, and if you did why you went with the MPL instead.</description>
		<content:encoded><![CDATA[<p>I&#39;ve recently been looking into this area myself.</p>
<p>At the end of the day, it doesn&#39;t matter how tightly drawn up a license is, once we give away source all bets are off - someone intent on ripping off your effort without giving you any recognition is able to do so and it&#39;s unlikely that you will ever find out or be able to do anything about it if you do.</p>
<p>Similarly anyone willing to respect your rights and generosity in making the source available will do so, even if the license doesn&#39;t require it.</p>
<p>I wrestled with wanting to give source away but also be recognised for doing so, until I realised that the two aims were somewhat contradictory.</p>
<p>If reach the point where I am willing to give something away, I have inherently reached a point where recognition or reward for doing so is not important.  I just need to realise that myself.</p>
<p>It&#39;s almost as if it&#39;s one hemisphere of the brain - the creative side perhaps - wanting to give it up, and the other hemisphere - the logical/rational side - clinging to an ingrained notion of property and fighting that urge.</p>
<p>In the end I went with the X11 (a.k.a MIT) License - for one thing it was the easiest and least intrusive to incorporate into my source - where of course it is most important.</p>
<p>I would be interested to learn whether you considered that one, and if you did why you went with the MPL instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
