<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: BSD or GPL: Choosing an open source license</title>
	<atom:link href="http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html</link>
	<description>This blog is your home for technical Tips and Tricks and latest happening in IT world</description>
	<lastBuildDate>Thu, 22 Oct 2009 07:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bookmarks for July 11th &#171; crncosta</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-60</link>
		<dc:creator>Bookmarks for July 11th &#171; crncosta</dc:creator>
		<pubDate>Sun, 03 Aug 2008 23:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-60</guid>
		<description>[...] BSD or GPL: Choosing an open source license - If you ever plan on writing an open source program, then you must make an important decision, selecting a program license. This link describe the difference between this two important licenses using a neutral opinion.     This entry was written by Carlos Costa and posted on July 11, 2008 at 3:34 pm and filed under en_US. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.    &#171; Bookmarks for July&#160;8th Artigo na&#160;PCMaster &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] BSD or GPL: Choosing an open source license &#8211; If you ever plan on writing an open source program, then you must make an important decision, selecting a program license. This link describe the difference between this two important licenses using a neutral opinion.     This entry was written by Carlos Costa and posted on July 11, 2008 at 3:34 pm and filed under en_US. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.    &laquo; Bookmarks for July&nbsp;8th Artigo na&nbsp;PCMaster &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Miguel Silva Seabra</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-29</link>
		<dc:creator>Rui Miguel Silva Seabra</dc:creator>
		<pubDate>Fri, 11 Jul 2008 11:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-29</guid>
		<description>So a guy who practically only knows Microsoft technologies misunderstands licenses that are diametrically opposed to anything he&#039;s used to deal with... and? Does the world end?

Of course with such misunderstandings it is very hard for someone to make a good choice.

Sudhir, I recommend you to read many of the Free Software essays at http://www.fsf.org/philosophy/

Some of your extremely basic misconceptions:

* attribution
  WTF? The first lines of the BSD claim you must give attribution. Did you read the BSD license or did you just trust someone&#039;s word at Microsoft?

* commercial vs proprietary
  You don&#039;t know the difference, and this creates absurd statements. Both the GNU GPL and BSD allow commercial usage, it&#039;s only proprietary usage that is forbidden by the GPL

Finally, you can look at the GNU GPL as a Universal Bill of Rights of All Software Users

One of the most important tasks of a Bill of Rights is making sure nobody has more power over others, so the GNU GPL establishes a level playing field for all users (regardless of them being also developers or not).</description>
		<content:encoded><![CDATA[<p>So a guy who practically only knows Microsoft technologies misunderstands licenses that are diametrically opposed to anything he&#8217;s used to deal with&#8230; and? Does the world end?</p>
<p>Of course with such misunderstandings it is very hard for someone to make a good choice.</p>
<p>Sudhir, I recommend you to read many of the Free Software essays at <a href="http://www.fsf.org/philosophy/" rel="nofollow">http://www.fsf.org/philosophy/</a></p>
<p>Some of your extremely basic misconceptions:</p>
<p>* attribution<br />
  WTF? The first lines of the BSD claim you must give attribution. Did you read the BSD license or did you just trust someone&#8217;s word at Microsoft?</p>
<p>* commercial vs proprietary<br />
  You don&#8217;t know the difference, and this creates absurd statements. Both the GNU GPL and BSD allow commercial usage, it&#8217;s only proprietary usage that is forbidden by the GPL</p>
<p>Finally, you can look at the GNU GPL as a Universal Bill of Rights of All Software Users</p>
<p>One of the most important tasks of a Bill of Rights is making sure nobody has more power over others, so the GNU GPL establishes a level playing field for all users (regardless of them being also developers or not).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Ripoff</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-26</link>
		<dc:creator>Jack Ripoff</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-26</guid>
		<description>&quot;When using a BSD license, a company (or a person) can take your code and use it in their own commercial or non-commercial products, and isn’t required to give you credit or compensation for your work.&quot;

This is a common misconception about permissive copyright licenses, even though all of them state:

&quot;Provided that the above copyright notice and this permission notice appear in all copies.&quot;

So this is actually the only common requirement among permissive licenses: they request that the original author be given credit for their work.

Just run &quot;strings.exe&quot; in the Windows binaries and you will see the original BSD TCP/IP stack copyright statement.</description>
		<content:encoded><![CDATA[<p>&#8220;When using a BSD license, a company (or a person) can take your code and use it in their own commercial or non-commercial products, and isn’t required to give you credit or compensation for your work.&#8221;</p>
<p>This is a common misconception about permissive copyright licenses, even though all of them state:</p>
<p>&#8220;Provided that the above copyright notice and this permission notice appear in all copies.&#8221;</p>
<p>So this is actually the only common requirement among permissive licenses: they request that the original author be given credit for their work.</p>
<p>Just run &#8220;strings.exe&#8221; in the Windows binaries and you will see the original BSD TCP/IP stack copyright statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Conrad Cady</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-10</link>
		<dc:creator>C. Conrad Cady</dc:creator>
		<pubDate>Tue, 08 Jul 2008 05:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-10</guid>
		<description>&gt;&gt; The BSD license is a permissive license, allowing more freedoms to the users who wish to use your work in their programs.


I think it would be clearer to use the term &quot;developers&quot;, rather than &quot;users.&quot;</description>
		<content:encoded><![CDATA[<p>&gt;&gt; The BSD license is a permissive license, allowing more freedoms to the users who wish to use your work in their programs.</p>
<p>I think it would be clearer to use the term &#8220;developers&#8221;, rather than &#8220;users.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DataMan</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-9</link>
		<dc:creator>DataMan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 03:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-9</guid>
		<description>Cedega was forked from Wine before Wine was licensed under LGPL so they do not have to provide ANYTHING  to the Wine code, although they promised to push any improvements upstream to Wine community but they provide VERY LITTLE if any.</description>
		<content:encoded><![CDATA[<p>Cedega was forked from Wine before Wine was licensed under LGPL so they do not have to provide ANYTHING  to the Wine code, although they promised to push any improvements upstream to Wine community but they provide VERY LITTLE if any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-5</link>
		<dc:creator>web design</dc:creator>
		<pubDate>Sun, 06 Jul 2008 15:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-5</guid>
		<description>They both basically try to preserve freedom. The BSD style licenses give the most freedom to the indivudual, whereas the GPL gives the most freedom to the community as a whole.</description>
		<content:encoded><![CDATA[<p>They both basically try to preserve freedom. The BSD style licenses give the most freedom to the indivudual, whereas the GPL gives the most freedom to the community as a whole.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mario</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-4</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-4</guid>
		<description>I also want to weight in regarding the credit part. The sole and only thing the BSD license does is requiring to give credit.

The GNU GPL on the other hand, does NOT enforce giving credit. It enforces eternal availability of the source code.
That the authors copyright notice gets preserved is a byproduct of most local copyright laws. The GNU GPL doesn&#039;t take care of that.</description>
		<content:encoded><![CDATA[<p>I also want to weight in regarding the credit part. The sole and only thing the BSD license does is requiring to give credit.</p>
<p>The GNU GPL on the other hand, does NOT enforce giving credit. It enforces eternal availability of the source code.<br />
That the authors copyright notice gets preserved is a byproduct of most local copyright laws. The GNU GPL doesn&#8217;t take care of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Hurst</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-3</link>
		<dc:creator>Thomas Hurst</dc:creator>
		<pubDate>Sat, 05 Jul 2008 12:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-3</guid>
		<description>&quot;BSD Answer: When using a BSD license, a company (or a person) can take your code and ... isn’t required to give you credit&quot;

Wait, what?  You sure do have to give me credit for my BSD licensed work:

&quot;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;BSD Answer: When using a BSD license, a company (or a person) can take your code and &#8230; isn’t required to give you credit&#8221;</p>
<p>Wait, what?  You sure do have to give me credit for my BSD licensed work:</p>
<p>&#8220;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html/comment-page-1#comment-2</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Sat, 05 Jul 2008 09:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://tips.developersvoice.com/bsd-or-gpl-choosing-an-open-source-license.html#comment-2</guid>
		<description>[not legal advice, check it]
Note that if _all_ contributers _ever_ to a GPL project agree to it,(Handy if you are the sole creator.) you may spread copies with another license. This does not invalidate the license requirement of the versions of already distributed under the GPL, though.
So in principle you can ask for a buck if they want your source, and still help the free software community. Of course, this prevents you from accepting edits from other persons, who will demand to keep it GPL. Or at least get a share of the profit, and then the problem becomes, how much. I wouldnt do that unless that is very clear.</description>
		<content:encoded><![CDATA[<p>[not legal advice, check it]<br />
Note that if _all_ contributers _ever_ to a GPL project agree to it,(Handy if you are the sole creator.) you may spread copies with another license. This does not invalidate the license requirement of the versions of already distributed under the GPL, though.<br />
So in principle you can ask for a buck if they want your source, and still help the free software community. Of course, this prevents you from accepting edits from other persons, who will demand to keep it GPL. Or at least get a share of the profit, and then the problem becomes, how much. I wouldnt do that unless that is very clear.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
