<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bin-Blog &#187; license</title>
	<atom:link href="http://www.bin-co.com/blog/tag/license/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AGPL License</title>
		<link>http://www.bin-co.com/blog/2007/11/agpl-license/</link>
		<comments>http://www.bin-co.com/blog/2007/11/agpl-license/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 16:34:59 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AGPL]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[FSF]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[license]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/11/agpl-license/</guid>
		<description><![CDATA[
AGPL or Affero General Public License Version is a new License released by FSF. This is aimed at Web Applications.
The GNU GPL allows people to modify the software they receive, and share those modified versions with others, as long as they make source available to the recipients when they do so. However, a user can [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/08/license.png' alt='License' class="intro" align="right" /></p>
<p class="intro">AGPL or Affero General Public License Version is a new License released by <abbr title="Free Software Foundation">FSF</abbr>. This is aimed at Web Applications.</p>
<blockquote cite="http://www.fsf.org/agplv3-pr"><p>The GNU GPL allows people to modify the software they receive, and share those modified versions with others, as long as they make source available to the recipients when they do so. However, a <strong class="highlight">user can modify the software and run the modified version on a network server without releasing it</strong>. Since use of the server does not imply that people can download a copy of the program, this means the modifications may never be released. Many programmers choose to use the GNU GPL to cultivate community development; if many of the modifications developed by the programs users are never released, this can be discouraging for them. The GNU <strong class="highlight">AGPL addresses their concerns</strong>. The FSF recommends that people consider using the GNU AGPL for any software which will commonly be run over a network. (Emphasis mine)</p></blockquote>
<p>Say I used AGPL for <a href="http://www.bin-co.com/php/programs/apps/nexty/">Nexty</a>. You decide that it is a nice program &#8211; so you download it and use it. Then you make some changes to the code. So far so good.</p>
<p>Then you decide that you can put the modified version on your web server. The visitors can use the modified version of nexty &#8211; that is, you are not &#8216;distributing&#8217; the software. If I used GPL, you could have gotten away with it &#8211; but if I use AGPL, you have to publish the code you modified as well.</p>
<p>The end result is that the end user is in a lot of confusion about what they should do with respect to the license. If they are not lawyers, they will not be able to understand what the license says. I have <a href="http://www.bin-co.com/blog/2007/08/choosing-a-license/">opted to use the BSD license</a> due to factors like this &#8211; BSD license basically gives you the right to do anything with it &#8211; except claim that you wrote it.</p>
<h2>Related Links</h2>
<ul>
<li><a href="http://www.fsf.org/agplv3-pr">AGPL Release News</a></li>
<li><a href="http://www.fsf.org/agplv3-pr">AGPL Text</a></li>
<li><a href="http://ifacethoughts.net/2007/11/20/gnu-affero-gpl-v3-released/">GNU Affero GPL v3 Released</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/11/agpl-license/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Choosing a License</title>
		<link>http://www.bin-co.com/blog/2007/08/choosing-a-license/</link>
		<comments>http://www.bin-co.com/blog/2007/08/choosing-a-license/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 18:31:57 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[license]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/08/choosing-a-license/</guid>
		<description><![CDATA[
As you may know, I publish a lot of code for others to use. Often I forget to specify a license for the code &#8211; and I get a few comment asking me what license it is under. So I have created a license page for both Bin-Co and OpenJS. I hate restricting use of [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/08/license.png' alt='License' class="intro" align="right" /></p>
<p class="intro">As you may know, I <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/" title="Keyboard Shortcuts JavaScript Library">publish</a> a <a href="http://www.bin-co.com/php/scripts/load/">lot</a> of <a href="http://www.bin-co.com/php/scripts/iframe/">code</a> for others to use. Often I forget to specify a license for the code &#8211; and I get a few comment asking me what license it is under. So I have created a license page for both <a href="http://www.bin-co.com/license.php">Bin-Co</a> and <a href="http://www.openjs.com/license.php">OpenJS</a>. I hate restricting use of my code &#8211; so I choose the most permissive one around &#8211; the BSD License.</p>
<p>I know that many people feel strongly about software license. I still get a lot of flank from my <a href="http://www.ilug-cochin.org/" title="ILug Cochin">LUG</a> because I prefer using BSD License over their favorite <abbr title="GNU Public License">GPL</abbr>.</p>
<p>GPL was not an option as most of my code are snippets that are meant to be used with other code. GPL will not allow my code to be used within proprietary projects. Another option is <a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a> &#8211; but I still prefer BSD.</p>
<p>Basically, all scripts, codes and programs from any of my sites are in the BSD License. That means that you can do anything with the scripts &#8211; except claim that you wrote it. You can use, copy, sell, modify or whatever you want with it &#8211; but you cannot claim authorship.</p>
<h2>Importance of Choosing a License</h2>
<p>If you are planning to release your code publicly, it is very important that you <a href="http://www.codinghorror.com/blog/archives/000833.html">say what license you are using</a>. If you fail to specify a license, many people will not use your code. It was a big mistake waiting this long before putting up a license on my sites.</p>
<p>If you want help in deciding the license, these links should be of help&#8230;</p>
<ul>
<li><a href="http://www.opensource.org/licenses/category">A list of the most popular licenses</a></li>
<li><a href="http://simonwillison.net/2004/Nov/5/licensing/">Simon Willison&#8217;s Licensing Issue</a> &#8211; read the comments</li>
<li><a href="http://www.codinghorror.com/blog/archives/000833.html">Pick a License, Any License</a></li>
<li><a href="http://www.quirksmode.org/about/copyright.html">QuirksMode Copyright</a> &#8211; an example of a license page</li>
</ul>
<h3>More Links</h3>
<ul>
<li><a href="http://sam.zoy.org/wtfpl/">The WTFPL License <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </a></li>
<li><a href="http://www.gnu.org/philosophy/x.html">The problem with BSD Style License</a> according to Richard M. Stallman</li>
<li><a href="http://www.smashingmagazine.com/2007/07/07/copyright-explained-i-may-copy-it-right/">Copyright Explained</a> &#8211; not about code licenses &#8211; but a must read if you are new to all this.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/08/choosing-a-license/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
