<?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: Microsoft lifts GPL code, uses in Microsoft Store tool</title>
	<atom:link href="http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/</link>
	<description>Not your usual Microsoft enthusiast blog.</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:59:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Microsoft chiede scusa per la vicenda sulla copie di codice GPL nel suo tool WUDT &#124; Microsoft</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-6141</link>
		<dc:creator>Microsoft chiede scusa per la vicenda sulla copie di codice GPL nel suo tool WUDT &#124; Microsoft</dc:creator>
		<pubDate>Mon, 01 Feb 2010 07:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-6141</guid>
		<description>[...] Ora pare che ci siano state le scusa da parte di Microsoft,che avendo riconosciuto lo sbaglio ha deciso di ripubblicare il suo tool WUTD sotto licenza open source,come normalmente dovrebbe essere già pubblicato e non con propri termini di licenza.A scoprire quest&#8217;azione di copiatura di linee di codice da un altro programma open source era stato,dal suo blog ufficiale,Rafael Rivera. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ora pare che ci siano state le scusa da parte di Microsoft,che avendo riconosciuto lo sbaglio ha deciso di ripubblicare il suo tool WUTD sotto licenza open source,come normalmente dovrebbe essere già pubblicato e non con propri termini di licenza.A scoprire quest&#8217;azione di copiatura di linee di codice da un altro programma open source era stato,dal suo blog ufficiale,Rafael Rivera. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opps! Microsoft ha inserito codice GPL nel suo tool Windows 7 USB/DVD,e ora? &#124; Microsoft</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-6117</link>
		<dc:creator>Opps! Microsoft ha inserito codice GPL nel suo tool Windows 7 USB/DVD,e ora? &#124; Microsoft</dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-6117</guid>
		<description>[...] alcune linee di codice di un altro programma open source,ImageMaster.A scoprire ciò è stato Rafael Rivera dal suo blog che insospettito (anche dall&#8217;efficacia del tool) ha subito eseguito un controllo scoprendo [...]</description>
		<content:encoded><![CDATA[<p>[...] alcune linee di codice di un altro programma open source,ImageMaster.A scoprire ciò è stato Rafael Rivera dal suo blog che insospettito (anche dall&#8217;efficacia del tool) ha subito eseguito un controllo scoprendo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Haddan</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-6111</link>
		<dc:creator>Eric Haddan</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-6111</guid>
		<description>I don&#039;t know if anyone cares about this thread anymore..  This whole thing is very interesting to me because I had no idea all of this was happening.  I wrote an article called &quot;Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2&quot; on CodeProject at http://www.codeproject.com/KB/miscctrl/imapi2.aspx which I extended the interop.cs that Microsoft provided in their MSDN sample.  Their sample only implemented a small portion of IMAPI2 and I created the article and provided a sample which implemented the full IMAPI2.  I had discovered that the ImageMaster project had used my work and not given proper attribution which violated The Code Project Open License.  It happened on one of the releases where he broke out the interop.cs file to its own project that had a separate file for each interface.  I contacted the author on November 9th, not knowing that all of this had started to blow up just 2 days earlier.  He was very kind and provided &quot;an explanation&quot; on how this happened and said that he would add my attribution to all of the files that were from my project if I would just provide him a list of the files that he broke out.  I did not have the time as I was working a ton of OT and also getting ready to go to PDC.  So I was getting ready to get back on this and discovered that the project was gone and then discovered that all of this was going on.  From the posts here, it appears that he took the project down 4 days after I contacted him.  I don&#039;t know if that had anything to do with it, but I find it very interesting.  I still have his name and email, but I have a feeling he is done with it.   Also, the version that Microsoft used was a version before my code was integrated into the project.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if anyone cares about this thread anymore..  This whole thing is very interesting to me because I had no idea all of this was happening.  I wrote an article called &#8220;Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2&#8243; on CodeProject at <a href="http://www.codeproject.com/KB/miscctrl/imapi2.aspx" rel="nofollow">http://www.codeproject.com/KB/miscctrl/imapi2.aspx</a> which I extended the interop.cs that Microsoft provided in their MSDN sample.  Their sample only implemented a small portion of IMAPI2 and I created the article and provided a sample which implemented the full IMAPI2.  I had discovered that the ImageMaster project had used my work and not given proper attribution which violated The Code Project Open License.  It happened on one of the releases where he broke out the interop.cs file to its own project that had a separate file for each interface.  I contacted the author on November 9th, not knowing that all of this had started to blow up just 2 days earlier.  He was very kind and provided &#8220;an explanation&#8221; on how this happened and said that he would add my attribution to all of the files that were from my project if I would just provide him a list of the files that he broke out.  I did not have the time as I was working a ton of OT and also getting ready to go to PDC.  So I was getting ready to get back on this and discovered that the project was gone and then discovered that all of this was going on.  From the posts here, it appears that he took the project down 4 days after I contacted him.  I don&#8217;t know if that had anything to do with it, but I find it very interesting.  I still have his name and email, but I have a feeling he is done with it.   Also, the version that Microsoft used was a version before my code was integrated into the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicende di quart&#8217;ordine &#171; Macworld Online</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-6105</link>
		<dc:creator>Vicende di quart&#8217;ordine &#171; Macworld Online</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-6105</guid>
		<description>[...] un programmatore indipendente scopre pezzi di codice open source, scritto da altri che non sono Microsoft, dentro l&#8217;utility. Niente di male, in s&#233;; [...]</description>
		<content:encoded><![CDATA[<p>[...] un programmatore indipendente scopre pezzi di codice open source, scritto da altri che non sono Microsoft, dentro l&#8217;utility. Niente di male, in s&#233;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Analysis and Forensic Engineering &#187; Interesting software IP cases of 2009</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5851</link>
		<dc:creator>Software Analysis and Forensic Engineering &#187; Interesting software IP cases of 2009</dc:creator>
		<pubDate>Fri, 01 Jan 2010 20:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5851</guid>
		<description>[...] Microsoft lifts GPL code, uses in Microsoft Store tool [...]</description>
		<content:encoded><![CDATA[<p>[...] Microsoft lifts GPL code, uses in Microsoft Store tool [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microsoft retira su herramienta de creación de discos - Descargar Microsoft retira su herramienta de creación de discos gratis</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5760</link>
		<dc:creator>Microsoft retira su herramienta de creación de discos - Descargar Microsoft retira su herramienta de creación de discos gratis</dc:creator>
		<pubDate>Fri, 25 Dec 2009 01:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5760</guid>
		<description>[...] unos días, los de Within Windows sospechaban que la aplicación de Microsoft que permitía quemar la imagen del DVD de instalación [...]</description>
		<content:encoded><![CDATA[<p>[...] unos días, los de Within Windows sospechaban que la aplicación de Microsoft que permitía quemar la imagen del DVD de instalación [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Windows 7 from a USB stick&#160;&#124;&#160;小石头工作室 . Stone Studio .</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5720</link>
		<dc:creator>Installing Windows 7 from a USB stick&#160;&#124;&#160;小石头工作室 . Stone Studio .</dc:creator>
		<pubDate>Fri, 18 Dec 2009 23:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5720</guid>
		<description>[...] bigger than 4 GB. At the moment you can’t download the tool directly from Microsoft, because it may violate the GPL. However, you can download it from various other sites, e.g. here. Despite its name you can also [...]</description>
		<content:encoded><![CDATA[<p>[...] bigger than 4 GB. At the moment you can’t download the tool directly from Microsoft, because it may violate the GPL. However, you can download it from various other sites, e.g. here. Despite its name you can also [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It&#8217;s time for microsoft to think. &#171; Prove that real but not virtual</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5707</link>
		<dc:creator>It&#8217;s time for microsoft to think. &#171; Prove that real but not virtual</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5707</guid>
		<description>[...] 1: Microsoft lifts GPL licensed code for their Windows 7 USB/DVD download tool. This one was first reported by Rafael at  withinwindows.com. As Rafael guessed at first, Microsoft announced that the software [...]</description>
		<content:encoded><![CDATA[<p>[...] 1: Microsoft lifts GPL licensed code for their Windows 7 USB/DVD download tool. This one was first reported by Rafael at  withinwindows.com. As Rafael guessed at first, Microsoft announced that the software [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenSourceLegal.org &#187; Blog Archive &#187; Even Microsoft (accidently?) uses GPL open source</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5652</link>
		<dc:creator>OpenSourceLegal.org &#187; Blog Archive &#187; Even Microsoft (accidently?) uses GPL open source</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5652</guid>
		<description>[...] this article on how Microsoft has apparently inadvertently used open source under GPL as a part of a [...]</description>
		<content:encoded><![CDATA[<p>[...] this article on how Microsoft has apparently inadvertently used open source under GPL as a part of a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microsoft Open-Sources controversial Windows7 tool</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5633</link>
		<dc:creator>Microsoft Open-Sources controversial Windows7 tool</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5633</guid>
		<description>[...] and yes, it is a very handy tool. However, things went bad when Windows enthusiast, Rafael Rivera discovered that the tool had some code which was lifted from a project which was available on Microsoft’s [...]</description>
		<content:encoded><![CDATA[<p>[...] and yes, it is a very handy tool. However, things went bad when Windows enthusiast, Rafael Rivera discovered that the tool had some code which was lifted from a project which was available on Microsoft’s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MTPH Software: Blog : Microsoft ends GPL saga; WUDT source code released :</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5631</link>
		<dc:creator>MTPH Software: Blog : Microsoft ends GPL saga; WUDT source code released :</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5631</guid>
		<description>[...] in November, I wrote about Microsoft lifting GPL licensed code for use in a Microsoft Store tool, more specifically the Windows 7 USB/DVD Download Tool. A few [...]</description>
		<content:encoded><![CDATA[<p>[...] in November, I wrote about Microsoft lifting GPL licensed code for use in a Microsoft Store tool, more specifically the Windows 7 USB/DVD Download Tool. A few [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Depois dizem que eu só implico com el &#124; Guanabara.INFO</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5630</link>
		<dc:creator>Depois dizem que eu só implico com el &#124; Guanabara.INFO</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5630</guid>
		<description>[...] que o Rafael Rivera, do site WithinWindows, levantou evidências de que a Microsoft poderia ter copiado sem autorização trechos de um projeto de código aberto copyleft (o ImageMaster), para incluir nesse utilitário. O [...]</description>
		<content:encoded><![CDATA[<p>[...] que o Rafael Rivera, do site WithinWindows, levantou evidências de que a Microsoft poderia ter copiado sem autorização trechos de um projeto de código aberto copyleft (o ImageMaster), para incluir nesse utilitário. O [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nyílt forráskódú lett a Windows7 USB/DVD download tool &#124; WinBlogger - Minden ami Windows ©</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5621</link>
		<dc:creator>Nyílt forráskódú lett a Windows7 USB/DVD download tool &#124; WinBlogger - Minden ami Windows ©</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5621</guid>
		<description>[...] eltávolított verzió esetében egy szakbloggernek szúrt szemet, hogy az egyszerű funkciókat kínáló alkalmazás túl nagy méretű. A kódjába [...]</description>
		<content:encoded><![CDATA[<p>[...] eltávolított verzió esetében egy szakbloggernek szúrt szemet, hogy az egyszerű funkciókat kínáló alkalmazás túl nagy méretű. A kódjába [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lidenskap: Teknologi &#187; Windows 7: 30 tips og hvordan installere fra minnepenn</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5594</link>
		<dc:creator>Lidenskap: Teknologi &#187; Windows 7: 30 tips og hvordan installere fra minnepenn</dc:creator>
		<pubDate>Tue, 08 Dec 2009 17:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5594</guid>
		<description>[...] WUDT er midlertidig utilgjengelig etter at Rafael Rivera oppdaget at WUDT inneholdt åpen kildekode uten å følge den åpne lisensen. Programmet er [...]</description>
		<content:encoded><![CDATA[<p>[...] WUDT er midlertidig utilgjengelig etter at Rafael Rivera oppdaget at WUDT inneholdt åpen kildekode uten å følge den åpne lisensen. Programmet er [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microsoft: Windows 7 tool used GPL code &#124; Technology Nerd Blog</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5542</link>
		<dc:creator>Microsoft: Windows 7 tool used GPL code &#124; Technology Nerd Blog</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5542</guid>
		<description>[...] had pulled the software utility down earlier this week after blogger Rafael Rivera noted in a posting that the tool appeared to use code from the open source ImageMaster project. (Of note, that project [...]</description>
		<content:encoded><![CDATA[<p>[...] had pulled the software utility down earlier this week after blogger Rafael Rivera noted in a posting that the tool appeared to use code from the open source ImageMaster project. (Of note, that project [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microsoft Tool für Windows-7-Installation vom USB-Stick erscheint in der kommenden Woche im Windowsblog &#124; Am Puls der Microsoft Betriebssysteme</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5414</link>
		<dc:creator>Microsoft Tool für Windows-7-Installation vom USB-Stick erscheint in der kommenden Woche im Windowsblog &#124; Am Puls der Microsoft Betriebssysteme</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5414</guid>
		<description>[...] (WUDT) Teile des Codes aus dem Open-Source-Projekt &#8220;ImageMaster&#8221; enthalten w&#252;rde (externer Link). Dies w&#228;re aber nur dann zul&#228;ssig, wenn Microsoft den Quelltext von WUDT ebenfalls [...]</description>
		<content:encoded><![CDATA[<p>[...] (WUDT) Teile des Codes aus dem Open-Source-Projekt &#8220;ImageMaster&#8221; enthalten w&#252;rde (externer Link). Dies w&#228;re aber nur dann zul&#228;ssig, wenn Microsoft den Quelltext von WUDT ebenfalls [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John W. Foss</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5405</link>
		<dc:creator>John W. Foss</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5405</guid>
		<description>Microsoft has had a long, a very long history of litigation, court orders, patent infringements and antitrust lawsuits against it since the very beginning of its history.

http://www.theinquirer.net/inquirer/news/1048246/microsoft-lawsuit-payouts-usd9-billion (Thursday, 14 July 2005)

Should Microsoft be rewarded for breaking the law, stealing the works of others, repackaging the code as their own, claiming the software tool as their own solution, failing to catch the stolen code in their own review process, and failing to follow through on time to release under the GPL license the source code as promised?

This is justice?</description>
		<content:encoded><![CDATA[<p>Microsoft has had a long, a very long history of litigation, court orders, patent infringements and antitrust lawsuits against it since the very beginning of its history.</p>
<p><a href="http://www.theinquirer.net/inquirer/news/1048246/microsoft-lawsuit-payouts-usd9-billion" rel="nofollow">http://www.theinquirer.net/inquirer/news/1048246/microsoft-lawsuit-payouts-usd9-billion</a> (Thursday, 14 July 2005)</p>
<p>Should Microsoft be rewarded for breaking the law, stealing the works of others, repackaging the code as their own, claiming the software tool as their own solution, failing to catch the stolen code in their own review process, and failing to follow through on time to release under the GPL license the source code as promised?</p>
<p>This is justice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip J. Duffy</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-6/#comment-5404</link>
		<dc:creator>Phillip J. Duffy</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5404</guid>
		<description>Microsoft now plans to issue a new version of Windows 7 USB/DVD Download Tool (WUDT) in the &quot;next few weeks,&quot; said Peter Galli, Microsoft&#039;s open-source community manager in a post to the firm&#039;s Port25 blog last Friday.

Microsoft admits acknowledging the source of the code embedded in WDUT, and by not sharing the source code for its modifications, or the tool itself, as required by the terms of GPL (GNU General Public License). 

Galli also promised on November 13, 2009 that Microsoft would make the source code and the binaries for WDUT available the following week under the GPLv2 terms. 

Why should anyone respect Microsoft for stealing open source code software, for breaking the law, for claiming the code was their own solution and for not keeping their word as promised to make available within the time frame the source code under the General Public License? 

http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe (947KB file)
MD5: D5813F05661542E546133250172785DF

It&#039;s very clear and obviously to everyone, by stealing the works of others and by claiming the code was their own, that makes Microsoft a Pirate of software! It&#039;s disgusting because Microsoft own code review failed to discover their theft of software, making you wonder had Microsoft planned this all along, as they didn&#039;t develop their own solution, despite being the world largest software developers or someting along those lines to that effect. 

Nope, instead, Microsoft clearly sought and want after the works of other open source code developers, claimed it as their own, branded as Microsoft&#039;s own and downplays th whole event as if breaking the law is okay for them to get away with. Perhaps, that explains why Microsoft has been found guilty in so many courts all over the world of wrong doing, having broken the laws in penalties greater than the sum of some 12 billion dollars! That&#039;s a long history of breaking a lot of laws folks. There is more than enough good reason to surmise Microsoft cannot be trusted with it;s long, long history of infringement activities and anti-competitive behavior.

Embrace, extend and extinguish has remained a core strategy of Microsoft corporation.   Let&#039;s this be a lesson to all open source code software developers, NEVER trust Microsoft!  

Just how much more open source intellectual property has Microsoft been hiding in it&#039;s hidden proprietary software code?
What gives Microsoft the right to hide the evidence when they have been found guilty so many times? Nobody wants to hold them accountable, because they control a monopoly?  So with this logic, the same would be said for Kim in North Korea, making nobody want to end that regime of oppression? 

You really got to ask yourself, why didn&#039;t Microsoft develop it&#039;s own software solution to install Windows 7 without stealing the works of other developers?</description>
		<content:encoded><![CDATA[<p>Microsoft now plans to issue a new version of Windows 7 USB/DVD Download Tool (WUDT) in the &#8220;next few weeks,&#8221; said Peter Galli, Microsoft&#8217;s open-source community manager in a post to the firm&#8217;s Port25 blog last Friday.</p>
<p>Microsoft admits acknowledging the source of the code embedded in WDUT, and by not sharing the source code for its modifications, or the tool itself, as required by the terms of GPL (GNU General Public License). </p>
<p>Galli also promised on November 13, 2009 that Microsoft would make the source code and the binaries for WDUT available the following week under the GPLv2 terms. </p>
<p>Why should anyone respect Microsoft for stealing open source code software, for breaking the law, for claiming the code was their own solution and for not keeping their word as promised to make available within the time frame the source code under the General Public License? </p>
<p><a href="http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe" rel="nofollow">http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe</a> (947KB file)<br />
MD5: D5813F05661542E546133250172785DF</p>
<p>It&#8217;s very clear and obviously to everyone, by stealing the works of others and by claiming the code was their own, that makes Microsoft a Pirate of software! It&#8217;s disgusting because Microsoft own code review failed to discover their theft of software, making you wonder had Microsoft planned this all along, as they didn&#8217;t develop their own solution, despite being the world largest software developers or someting along those lines to that effect. </p>
<p>Nope, instead, Microsoft clearly sought and want after the works of other open source code developers, claimed it as their own, branded as Microsoft&#8217;s own and downplays th whole event as if breaking the law is okay for them to get away with. Perhaps, that explains why Microsoft has been found guilty in so many courts all over the world of wrong doing, having broken the laws in penalties greater than the sum of some 12 billion dollars! That&#8217;s a long history of breaking a lot of laws folks. There is more than enough good reason to surmise Microsoft cannot be trusted with it;s long, long history of infringement activities and anti-competitive behavior.</p>
<p>Embrace, extend and extinguish has remained a core strategy of Microsoft corporation.   Let&#8217;s this be a lesson to all open source code software developers, NEVER trust Microsoft!  </p>
<p>Just how much more open source intellectual property has Microsoft been hiding in it&#8217;s hidden proprietary software code?<br />
What gives Microsoft the right to hide the evidence when they have been found guilty so many times? Nobody wants to hold them accountable, because they control a monopoly?  So with this logic, the same would be said for Kim in North Korea, making nobody want to end that regime of oppression? </p>
<p>You really got to ask yourself, why didn&#8217;t Microsoft develop it&#8217;s own software solution to install Windows 7 without stealing the works of other developers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4sysops - Installing Windows 7 from a USB stick &#8211; the easy way</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5392</link>
		<dc:creator>4sysops - Installing Windows 7 from a USB stick &#8211; the easy way</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5392</guid>
		<description>[...] bigger than 4 GB. At the moment you can’t download the tool directly from Microsoft, because it may violate the GPL. However, you can download it from various other sites, e.g. here. Despite its name you can also [...]</description>
		<content:encoded><![CDATA[<p>[...] bigger than 4 GB. At the moment you can’t download the tool directly from Microsoft, because it may violate the GPL. However, you can download it from various other sites, e.g. here. Despite its name you can also [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: werejag</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5381</link>
		<dc:creator>werejag</dc:creator>
		<pubDate>Sun, 22 Nov 2009 02:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5381</guid>
		<description>its funny they cant even release in the week time frame they claimed now its going to be weeks which means they are recoding the whole project.

fucking lame microsoft!!!!</description>
		<content:encoded><![CDATA[<p>its funny they cant even release in the week time frame they claimed now its going to be weeks which means they are recoding the whole project.</p>
<p>fucking lame microsoft!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5379</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5379</guid>
		<description>No code review in the world is going find GPL code in a software product unless they are looking for it and know what they are looking for.  To expect a Microsoft code review of a contracted out piece of software (that&#039;s right...Microsoft did NOT write the code for the tool themselves) to catch a GPL violation would require the reviewers to know and recognize all GPL code dealing with disc mastering.  Maybe next time they&#039;ll include a clause in the contract specifying no open source code used.  

I image they probably said something along the lines of &quot;build us a tool that does X for X amount of dollars&quot;.  They then did a code review to check stability of the product and then took delivery.  Once brought to their attention they acted in the manner consistent with the GPL.  News @ 11.</description>
		<content:encoded><![CDATA[<p>No code review in the world is going find GPL code in a software product unless they are looking for it and know what they are looking for.  To expect a Microsoft code review of a contracted out piece of software (that&#8217;s right&#8230;Microsoft did NOT write the code for the tool themselves) to catch a GPL violation would require the reviewers to know and recognize all GPL code dealing with disc mastering.  Maybe next time they&#8217;ll include a clause in the contract specifying no open source code used.  </p>
<p>I image they probably said something along the lines of &#8220;build us a tool that does X for X amount of dollars&#8221;.  They then did a code review to check stability of the product and then took delivery.  Once brought to their attention they acted in the manner consistent with the GPL.  News @ 11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5368</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 20 Nov 2009 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5368</guid>
		<description>Cool down folks. If people sued over a minor infraction such as this, when the other side has made clear intentions to fix their error, that just looks petty. I&#039;d sure like a good reason to see them fail too, but not like this.

On the other hand, they are taking their time with the source release.</description>
		<content:encoded><![CDATA[<p>Cool down folks. If people sued over a minor infraction such as this, when the other side has made clear intentions to fix their error, that just looks petty. I&#8217;d sure like a good reason to see them fail too, but not like this.</p>
<p>On the other hand, they are taking their time with the source release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IBF</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5365</link>
		<dc:creator>IBF</dc:creator>
		<pubDate>Fri, 20 Nov 2009 10:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5365</guid>
		<description>@ Jo Doe

Microsoft is NOT fixing &quot;their code&quot; it wasn&#039;t theirs from the beginning! Microsoft stole the source code and claimed it as their own. Microsoft NEVER checked because they KNEW they had repackaged the source code, it wasn&#039;t by accident, it had to be planned, premeditated in advance, as evident of the copy and paste tactics involved. 

Microsoft didn&#039;t &quot;borrow&quot; the works of other developers at all, they claimed it as their own! 

Nobody should compare Microsoft with Sony, this was Microsoft&#039;s own fault, they were the criminals, who stole the works of others claiming as their own. 

That statement of apologizing is insufficient, as it&#039;s no different than robbing a bank and then expecting to say, if I apologize by stealing the money, I get to keep it now?

Why should Microsoft be allowed to use the works of others to claim it as their own? Microsoft broke the law, and admited it, sonce they could hide it from the public anymore!

Rafeal is a hero, Microsoft should has been found guilty, and for that crime of stealing the works of others, having become pirates, they think just by saying no harm was done, that those developers work was stolen, just who are they kidding?

And &quot;Jo Doe&quot; thinks Microsoft &quot;behaved well&quot; as pirates, stealing the works of others, claiming the source code was their own!!! 

We demand Justice! -  Independent Business Foundation for Law and Order</description>
		<content:encoded><![CDATA[<p>@ Jo Doe</p>
<p>Microsoft is NOT fixing &#8220;their code&#8221; it wasn&#8217;t theirs from the beginning! Microsoft stole the source code and claimed it as their own. Microsoft NEVER checked because they KNEW they had repackaged the source code, it wasn&#8217;t by accident, it had to be planned, premeditated in advance, as evident of the copy and paste tactics involved. </p>
<p>Microsoft didn&#8217;t &#8220;borrow&#8221; the works of other developers at all, they claimed it as their own! </p>
<p>Nobody should compare Microsoft with Sony, this was Microsoft&#8217;s own fault, they were the criminals, who stole the works of others claiming as their own. </p>
<p>That statement of apologizing is insufficient, as it&#8217;s no different than robbing a bank and then expecting to say, if I apologize by stealing the money, I get to keep it now?</p>
<p>Why should Microsoft be allowed to use the works of others to claim it as their own? Microsoft broke the law, and admited it, sonce they could hide it from the public anymore!</p>
<p>Rafeal is a hero, Microsoft should has been found guilty, and for that crime of stealing the works of others, having become pirates, they think just by saying no harm was done, that those developers work was stolen, just who are they kidding?</p>
<p>And &#8220;Jo Doe&#8221; thinks Microsoft &#8220;behaved well&#8221; as pirates, stealing the works of others, claiming the source code was their own!!! </p>
<p>We demand Justice! &#8211;  Independent Business Foundation for Law and Order</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5354</link>
		<dc:creator>PC</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5354</guid>
		<description>Microsoft is a Pirate, for having pirated open source code software, and by pushing stolen code on their Microsoft Store as if it was their own! That clearly shows after all these years you still cannot trust Microsoft who clearly knows better for having told everyone else, NOT to steal their software! 

I&#039;m sure we all know the reasons behind Windows activation, Windows Update validation, Windows Genuine Advantage, DMI, TPM, WAT and of course HDCP all built into windows, and yet Microsoft went ahead and ripped off open source developer code, claimed it as their own, repackaged by adding their own Microsoft branding and criticizes GPL as &quot;Cancer&quot; when in FACT, it&#039;s been Microsoft itself doing the harm all along! 

Harming developers everyone, by locking them into Windows only, pre-load and pre-installed without refunds, even when you don&#039;t agree to the EULA end user license agreement) having pre-paid for the Microsoft license if you wanted it or not. But wait, to insure open source cannot work with Windows, Microsoft forces it&#039;s own digital signatures, knowing full well the cost of applying for the right to incude FREE open source code solutions to the public would prohibit developers working for free, to afford the huge high cost code signing certificates only Microsoft allows, as it holds the root keys, which come pre-installed and pre-loaded on Windows.

That makes FREE software anti-competitive, as it is forced by Microsoft to pay the Microsoft tax, and it&#039;s more than you think, costing hundreds to thousands of dollars, yearly! 

It&#039;s also the same issues with patents, as the cost are greater than the public can afford, insuring Microsoft with it&#039;s vast fortunes has claimed more than 6000 patents. What other software developer is going to be able to innovate knowing 6000 reasons why you cannot use those benefits, and yet is required to use Microsoft&#039;s tools like .Net Framework, to build upon, instead only by Microsoft&#039;s methods?  

Microsoft couldn&#039;t be worse, it has killed off developers and it&#039;s gotten so bad, even Rafeal had noticed Microsoft isn&#039;t developing it&#039;s own solutions anymore, it&#039;s stealing them from other developers. Why should open source developers produce free software for Microsoft to profit and gain only having stolen their work?  

Just how many other open source software programs did Microsoft pirated into it&#039;s hidden source code?

I&#039;m a PC, pirated computer from Microsoft!</description>
		<content:encoded><![CDATA[<p>Microsoft is a Pirate, for having pirated open source code software, and by pushing stolen code on their Microsoft Store as if it was their own! That clearly shows after all these years you still cannot trust Microsoft who clearly knows better for having told everyone else, NOT to steal their software! </p>
<p>I&#8217;m sure we all know the reasons behind Windows activation, Windows Update validation, Windows Genuine Advantage, DMI, TPM, WAT and of course HDCP all built into windows, and yet Microsoft went ahead and ripped off open source developer code, claimed it as their own, repackaged by adding their own Microsoft branding and criticizes GPL as &#8220;Cancer&#8221; when in FACT, it&#8217;s been Microsoft itself doing the harm all along! </p>
<p>Harming developers everyone, by locking them into Windows only, pre-load and pre-installed without refunds, even when you don&#8217;t agree to the EULA end user license agreement) having pre-paid for the Microsoft license if you wanted it or not. But wait, to insure open source cannot work with Windows, Microsoft forces it&#8217;s own digital signatures, knowing full well the cost of applying for the right to incude FREE open source code solutions to the public would prohibit developers working for free, to afford the huge high cost code signing certificates only Microsoft allows, as it holds the root keys, which come pre-installed and pre-loaded on Windows.</p>
<p>That makes FREE software anti-competitive, as it is forced by Microsoft to pay the Microsoft tax, and it&#8217;s more than you think, costing hundreds to thousands of dollars, yearly! </p>
<p>It&#8217;s also the same issues with patents, as the cost are greater than the public can afford, insuring Microsoft with it&#8217;s vast fortunes has claimed more than 6000 patents. What other software developer is going to be able to innovate knowing 6000 reasons why you cannot use those benefits, and yet is required to use Microsoft&#8217;s tools like .Net Framework, to build upon, instead only by Microsoft&#8217;s methods?  </p>
<p>Microsoft couldn&#8217;t be worse, it has killed off developers and it&#8217;s gotten so bad, even Rafeal had noticed Microsoft isn&#8217;t developing it&#8217;s own solutions anymore, it&#8217;s stealing them from other developers. Why should open source developers produce free software for Microsoft to profit and gain only having stolen their work?  </p>
<p>Just how many other open source software programs did Microsoft pirated into it&#8217;s hidden source code?</p>
<p>I&#8217;m a PC, pirated computer from Microsoft!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Η Microsoft επιβεβαίωσε το σφάλμα της για το Windows 7 USB/DVD Download Tool &#124; Search Top Greek Blog</title>
		<link>http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/comment-page-5/#comment-5353</link>
		<dc:creator>Η Microsoft επιβεβαίωσε το σφάλμα της για το Windows 7 USB/DVD Download Tool &#124; Search Top Greek Blog</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/#comment-5353</guid>
		<description>[...] προηγούμενη βδομάδα, η Microsoft είχε κατηγορηθεί ότι χρησιμοποίησε open-source κώδικα με τρόπο που παραβιάζει τη.... Τελικά την Παρασκευή η Microsoft επιβεβαίωσε ότι το Windows 7 [...]</description>
		<content:encoded><![CDATA[<p>[...] προηγούμενη βδομάδα, η Microsoft είχε κατηγορηθεί ότι χρησιμοποίησε open-source κώδικα με τρόπο που παραβιάζει τη&#8230;. Τελικά την Παρασκευή η Microsoft επιβεβαίωσε ότι το Windows 7 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
