<?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>Digital Divide &#187; licensing</title>
	<atom:link href="http://www.simonecampora.com/blog/tag/licensing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecampora.com/blog</link>
	<description>Simone Campora's Blog: about Databases, GIS, RIA and more...</description>
	<lastBuildDate>Tue, 13 Jul 2010 10:15:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Choosing the perfect Free Software License</title>
		<link>http://www.simonecampora.com/blog/2009/08/25/choosing-free-software-license/</link>
		<comments>http://www.simonecampora.com/blog/2009/08/25/choosing-free-software-license/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:59:53 +0000</pubDate>
		<dc:creator>simonecampora</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[free sofware]]></category>
		<category><![CDATA[licensing]]></category>

		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=117</guid>
		<description><![CDATA[
Every time you start developing a new piece of software that needs external libraries to be used and integrated, the licensing dilemma strikes again. If you are a developer of a well standardized software company you can have stronger restrictions on the licenses to be used (even a list of usable licenses), however when you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.opensource.org/trademarks/opensource/OSI-approved-license.png" alt="open source license" width="130" height="179" /></p>
<p style="text-align: justify;">Every time you start developing a new piece of software that needs external libraries to be used and integrated, the licensing dilemma strikes again. If you are a developer of a well standardized software company you can have stronger restrictions on the licenses to be used (even a list of usable licenses), however when you have to start your software from scratch, or start a software &#8220;business idea&#8221;, it is important to know something more on what you can take and what you can reuse without breaking somebody&#8217;s heart. I would like to dedicate this &#8220;in progress&#8221; post to collect in one page a brief description of the major families or licenses that can be used while developing free software but with possible commercial purposes! I hope it will help and I warmly advise anybody that would suggest any further detail to post a comment and I will be glad to integrate my content with that!</p>
<p style="text-align: justify;">
<h2>Apache License 2.0</h2>
<ul>
<li>Free Software</li>
<li>OSI Compatible</li>
<li>Linking from code with a different license</li>
<li>no Copyleft</li>
<li>GPL v3 Compatible</li>
</ul>
<p style="text-align: justify;">software can be redistributed in any other license, but should be noticed that Apache software is included<br />
Two files that must be put at the top directory of redistributed software packages:</p>
<p>* LICENSE &#8211; a copy of the license itself.<br />
* NOTICE &#8211; A &#8220;notice&#8221; text document listing the names of licensed libraries used, together with their developers.</p>
<p>In every licensed file, any original copyright or patent notices in redistributed code must be preserved, and in every licensed file changed a notification must be added stating that changes have been made to that file.</p>
<p style="text-align: justify;">
<h2>Gnu LGPL License</h2>
<p style="text-align: justify;">
<ul>
<li>Free Software</li>
<li>OSI Compatible</li>
<li>Linking from code with a different license</li>
<li>Copyleft</li>
<li>GPL Compatible</li>
</ul>
<p style="text-align: justify;">an author may, through a copyleft licensing scheme, give every person who receives a copy of a work permission to reproduce, adapt or distribute the work as long as any resulting copies or adaptations are also bound by the same copyleft licensing scheme.</p>
<p>primarly used for software libraries; has copyleft restrictions. it is something in between GPL and BSD/APACHE like licenses.</p>
<p style="text-align: justify;">
<h2>BSD Licenses</h2>
<ul>
<li>Free Software</li>
<li>OSI Compatible</li>
<li>Linking from code with a different license</li>
<li>no Copyleft</li>
<li>GPL Compatible</li>
</ul>
<h2>Eclipse Public License</h2>
<ul>
<li>Free Software</li>
<li>OSI Compatible</li>
<li>Linking from code with a different license</li>
<li>Copyleft</li>
<li>no GPL  Compatible</li>
</ul>
<p style="text-align: justify;">is designed to be business friendly. allows developers to create their own licenses on the portion of the codes that are added.</p>
<h2 style="text-align: justify;">Academic Free License</h2>
<ul>
<li>Free Software</li>
<li>OSI Compatible</li>
<li>Linking from code with a different license</li>
<li>no Copyleft</li>
<li>GPL  Compatible unknown</li>
</ul>
<p style="text-align: justify;">considered redundant specifically to the Apache License 2.0</p>
<h2>MIT License</h2>
<p style="text-align: justify;">considered a duplicate of BSD-like licenses</p>
<p><a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Digg" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Hotmail" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a> <a href="http://www.addtoany.com/add_to/msdn?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="MSDN" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/msdn.png" width="16" height="16" alt="MSDN"/></a> <a href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="WordPress" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.simonecampora.com/blog/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.simonecampora.com%2Fblog%2F2009%2F08%2F25%2Fchoosing-free-software-license%2F&amp;linkname=Choosing%20the%20perfect%20Free%20Software%20License">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecampora.com/blog/2009/08/25/choosing-free-software-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
