<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vijaybansal's Blog</title>
	<atom:link href="http://vijaybansal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijaybansal.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 09 Apr 2009 06:25:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vijaybansal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vijaybansal's Blog</title>
		<link>http://vijaybansal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vijaybansal.wordpress.com/osd.xml" title="Vijaybansal&#039;s Blog" />
	<atom:link rel='hub' href='http://vijaybansal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>About GPL &amp; LGPL</title>
		<link>http://vijaybansal.wordpress.com/2009/04/09/about-gpl-lgpl/</link>
		<comments>http://vijaybansal.wordpress.com/2009/04/09/about-gpl-lgpl/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:25:49 +0000</pubDate>
		<dc:creator>vijaybansal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vijaybansal.wordpress.com/?p=23</guid>
		<description><![CDATA[About LGPL The main difference between the GPL and the LGPL is that the latter can be linked to (in the case of a library, &#8216;used by&#8217;) a non-(L)GPLed program, which may be free software or proprietary software.[1] This non-(L)GPLed program can then be distributed under any chosen terms if it is not a derivative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=23&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>About LGPL</strong></p>
<p>The main difference between the GPL and the LGPL is that the latter can be linked to (in the case of a library, &#8216;used by&#8217;) a non-(L)GPLed program, which may be free software or proprietary software.[1] This non-(L)GPLed program can then be distributed under any chosen terms if it is not a derivative work. If it is a derivative work, then the terms must allow &#8220;modification for the customer&#8217;s own use and reverse engineering for debugging such modifications.&#8221; Whether a work that uses an LGPL program is a derivative work or not is a legal issue. A standalone executable that dynamically links to a library is generally accepted as not being a derivative work. It would be considered a &#8220;work that uses the library&#8221; and paragraph 5 of the LGPL applies.</p>
<p>A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a &#8220;work that uses the Library&#8221;. Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.<br />
Essentially, it must be possible for the software to be linked with a newer version of the LGPL-covered program. The most commonly used method for doing so is to use &#8220;a suitable shared library mechanism for linking&#8221;. Alternatively, a statically linked library is allowed if either source code or linkable object files are provided.</p>
<p>One feature of the LGPL is that one can convert any LGPLed piece of software into a GPLed piece of software (section 3 of the license). This feature is useful for direct reuse of LGPLed code in GPLed libraries and applications, or if one wants to create a version of the code that software companies cannot use in proprietary software products.</p>
<p><strong>Why you shouldn&#8217;t use the Library GPL for your next library </strong><br />
The GNU Project has two principal licenses to use for libraries. One is the GNU Lesser GPL; the other is the ordinary GNU GPL. The choice of license makes a big difference: using the Lesser GPL permits use of the library in proprietary programs; using the ordinary GPL for a library makes it available only for free programs.<br />
Which license is best for a given library is a matter of strategy, and it depends on the details of the situation. At present, most GNU libraries are covered by the Lesser GPL, and that means we are using only one of these two strategies, neglecting the other. So we are now seeking more libraries to release under the ordinary GPL.<br />
Proprietary software developers have the advantage of money; free software developers need to make advantages for each other. Using the ordinary GPL for a library gives free software developers an advantage over proprietary developers: a library that they can use, while proprietary developers cannot use it.<br />
Using the ordinary GPL is not advantageous for every library. There are reasons that can make it better to use the Lesser GPL in certain cases. The most common case is when a free library&#8217;s features are readily available for proprietary software through other alternative libraries. In that case, the library cannot give free software any particular advantage, so it is better to use the Lesser GPL for that library.<br />
This is why we used the Lesser GPL for the GNU C library. After all, there are plenty of other C libraries; using the GPL for ours would have driven proprietary software developers to use another—no problem for them, only for us.<br />
However, when a library provides a significant unique capability, like GNU Readline, that&#8217;s a horse of a different color. The Readline library implements input editing and history for interactive programs, and that&#8217;s a facility not generally available elsewhere. Releasing it under the GPL and limiting its use to free programs gives our community a real boost. At least one application program is free software today specifically because that was necessary for using Readline.<br />
If we amass a collection of powerful GPL-covered libraries that have no parallel available to proprietary software, they will provide a range of useful modules to serve as building blocks in new free programs. This will be a significant advantage for further free software development, and some projects will decide to make software free in order to use these libraries. University projects can easily be influenced; nowadays, as companies begin to consider making software free, even some commercial projects can be influenced in this way.<br />
Proprietary software developers, seeking to deny the free competition an important advantage, will try to convince authors not to contribute libraries to the GPL-covered collection. For example, they may appeal to the ego, promising “more users for this library” if we let them use the code in proprietary software products. Popularity is tempting, and it is easy for a library developer to rationalize the idea that boosting the popularity of that one library is what the community needs above all.<br />
But we should not listen to these temptations, because we can achieve much more if we stand together. We free software developers should support one another. By releasing libraries that are limited to free software only, we can help each other&#8217;s free software packages outdo the proprietary alternatives. The whole free software movement will have more popularity, because free software as a whole will stack up better against the competition.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaybansal.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaybansal.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaybansal.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=23&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vijaybansal.wordpress.com/2009/04/09/about-gpl-lgpl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b62926ed2410438d11df093fde1d1a87?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vijaybansal</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://vijaybansal.wordpress.com/2009/04/09/4/</link>
		<comments>http://vijaybansal.wordpress.com/2009/04/09/4/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:36:40 +0000</pubDate>
		<dc:creator>vijaybansal</dc:creator>
				<category><![CDATA[Famous quotes i like..]]></category>

		<guid isPermaLink="false">http://vijaybansal.wordpress.com/?p=4</guid>
		<description><![CDATA[Nice quote from Ralph Waldo Emerson to rephrase the age old dictum, courtesy Big Picture 1. “Your actions speak so loudly that I can’t hear what you’re saying” 2. Also, Barry adds his own nugget of wisdom, “Capital goes to where its treated best” 3. Dreams are not what you see while you are sleeping&#8230;are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=4&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nice quote from Ralph Waldo Emerson to rephrase the age old dictum, courtesy Big Picture</p>
<p>1. “Your actions speak so loudly that I can’t hear what you’re saying”</p>
<p>2. Also, Barry adds his own nugget of wisdom, “Capital goes to where its treated best”</p>
<p>3. Dreams are not what you see while you are sleeping&#8230;are for what you lost your sleeps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaybansal.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaybansal.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaybansal.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=4&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vijaybansal.wordpress.com/2009/04/09/4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b62926ed2410438d11df093fde1d1a87?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vijaybansal</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://vijaybansal.wordpress.com/2009/03/27/hello-world/</link>
		<comments>http://vijaybansal.wordpress.com/2009/03/27/hello-world/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 09:05:15 +0000</pubDate>
		<dc:creator>vijaybansal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=1&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaybansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaybansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaybansal.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaybansal.wordpress.com&amp;blog=7125673&amp;post=1&amp;subd=vijaybansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vijaybansal.wordpress.com/2009/03/27/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b62926ed2410438d11df093fde1d1a87?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vijaybansal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
