<?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>The GITS Blog &#187; framework</title>
	<atom:link href="http://ginstrom.com/scribbles/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://ginstrom.com/scribbles</link>
	<description>Random scribbling about programming, translation, and Japan</description>
	<lastBuildDate>Wed, 20 Apr 2011 05:09:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Qt to be released under LGPL</title>
		<link>http://ginstrom.com/scribbles/2009/01/15/qt-to-be-released-under-lgpl/</link>
		<comments>http://ginstrom.com/scribbles/2009/01/15/qt-to-be-released-under-lgpl/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 01:51:07 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=802</guid>
		<description><![CDATA[The news that Qt will be released under the LGPL is taking the micro-ISV (mISV) world by storm. Qt is a cross-platform GUI framework that was recently bought out by Nokia. Until now, Qt has been dual licensed under a commercial license and the GPL. That wasn't very popular with mISVs, because the commercial license [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.qtsoftware.com/about/news/lgpl-license-option-added-to-qt">news</a> that <a href="http://www.qtsoftware.com/">Qt</a> will be released under the <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a> is taking the micro-ISV (<a href="http://en.wikipedia.org/wiki/Micro_ISV">mISV</a>) world by storm.</p>
<p>Qt is a cross-platform GUI framework that was recently bought out by <a href="http://www.nokia.com/">Nokia</a>. Until now, Qt has been dual licensed under a commercial license and the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>. That wasn't very popular with mISVs, because the commercial license is quite expensive, and using the GPL'd version would mean that you'd have to release the code to your own application as well. I also personally don't link the GPL, and prefer a permissive license like <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a> for my own non-commercial development.</p>
<p>With the LGPL'd version, software developers will be able to link dynamically to Qt, giving access to the Qt code to their users but keeping their own code proprietary. Note that under the LGPL, if you link statically to Qt, you still need to release your own code as well.</p>
<p>I'm very interested to see if <a href="http://www.riverbankcomputing.co.uk/news">PyQt</a> is also released under the LGPL. If that happens, Qt could become my preferred framework for GUI development (replacing wxPython).</p>
]]></content:encoded>
			<wfw:commentRss>http://ginstrom.com/scribbles/2009/01/15/qt-to-be-released-under-lgpl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

