<?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>licensinghandbook.com &#187; license grant</title>
	<atom:link href="http://www.licensinghandbook.com/category/contract-terms/license-grant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.licensinghandbook.com</link>
	<description>The companion site to the Software Licensing Handbook</description>
	<lastBuildDate>Mon, 17 May 2010 15:07:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>GPL, WordPress and Themes</title>
		<link>http://www.licensinghandbook.com/2009/11/16/gpl-wordpress-and-themes/</link>
		<comments>http://www.licensinghandbook.com/2009/11/16/gpl-wordpress-and-themes/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:32:24 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[copyright]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[enforceability]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=1239</guid>
		<description><![CDATA[I saw an intriguing post the other day by Jennifer Schiffer on WordPress, themes and the GPL.  She linked to a video of Matt Mullenweg (one of WordPress&#8217; lead developers) who was talking about why WordPress was a GPL product (short answer: they didn&#8217;t really have a choice because WP is based on b2, which [...]]]></description>
			<content:encoded><![CDATA[<p>I saw an intriguing post the other day by <a href="http://jjschiffer.com/blog/2009/11/microsoft/">Jennifer Schiffer</a> on WordPress, themes and the GPL.  She linked to a video of Matt Mullenweg (one of WordPress&#8217; lead developers) who was talking about why WordPress was a GPL product (short answer: they didn&#8217;t really have a choice because WP is based on b2, which was GPL) and, more specifically, was talking about why themes and plugins are also then GPL.</p>
<p>The truth of the matter is that the <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a> is a very restrictive license, in as much as it&#8217;s also a harbinger of freedom.  The GPL was written in a way to specifically retain the freedoms it grants through successive iterations of a particular product, or its add-ons.  This means that if you like a GPL product, develop a derivative work, a modification, a plug-in or any other type of add-on, the resulting work is also going to be covered by the GPL (you do not have a choice in this).</p>
<blockquote><p>&#8220;You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.&#8221; &#8211; Section 10 of the GPL</p></blockquote>
<p>This means that unless the WordPress GPL (yes, they&#8217;re specific by product&#8230; you can ADD restrictions if you want&#8230; so no 2 GPL&#8217;d products are necessarily identically licensed &#8211; we&#8217;ll talk about this in a minute) allowed for a theme developer to restrict the distribution of a theme, a theme developer isn&#8217;t allowed to add that restriction on their own.  Your development on a GPL product <em>inherits</em> the license of the original product.</p>
<p>Inheritance is a powerful concept because it creates license congruity, ad infinitum, for all downstream works of the original code.  It would be extremely difficult to manage license compliance if WordPress had one license, but a plug-in had a different one.</p>
<p>But there&#8217;s apparently a wonderful new theme available for WordPress called Thesis.  Its developer sells two several different versions of the theme (selling under the GPL is fine).  The problem comes to light when you look at the options:</p>
<ol>
<li>Personal:  one site only; footer link must remain intact; can&#8217;t re-sell theme or modifications</li>
<li>Developer:  can create multiple sites and must pay Thesis developer for each site deployed; can remove footer link; can&#8217;t re-sell theme or modifications</li>
</ol>
<p>And these options are problematic because they violate the <a href="http://wordpress.org/about/gpl/">GPL v2 under which WordPress is licensed</a>.  Specifically, Section 2, which states, in part:</p>
<blockquote><p>&#8220;You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.&#8221;</p></blockquote>
<p>and Section 6:</p>
<blockquote><p>&#8220;Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients&#8217; exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.&#8221;</p></blockquote>
<p>(Note that v2 and v3 of the GPL are vastly different animals&#8230; and v2 was actually more in the realm of &#8220;free as in free beer&#8221; than v3, which touts freedom as &#8220;free as in free speech, not free beer&#8221;.)</p>
<p>So, in fact, the Thesis theme, as a WordPress derivative work, is bound to the GPLv2 license that WordPress is licensed under.  As such, even the sale of the theme is a problem, as are the one-site-only restrictions and the &#8220;can&#8217;t re-sell&#8221; restrictions.  Note: the footer link restriction is probably fine, as it could qualify as the attribution allowed under the GPL.  Additionally, it could be argued that the fee charged is for the &#8220;physical act of transferring a copy&#8221; as allowed by Section 1 of GPLv2, but even then, the remainder of the unauthorized restrictions are still problematic.</p>
<p>But who is going to do anything about this violation?  Who has the right to enforce the license?  WordPress?  The folks at b2 (WordPress&#8217; predecessor)?  Any particular end user?  Technically, it&#8217;s the folks at WordPress who have the right to enforce their license upon theme and plug-in developers.  They have the ability to potentially even sue to prevent a rogue developer from violating their license with WordPress [though I'm guessing that a theme developer is going to try to argue that a theme isn't a derivative work or a modification].  But this is inherently difficult.  So instead, WordPress is taking a slightly different tack.  They&#8217;re going to create a Theme Page on the main WordPress website which only lists themes that follow the GPL (by the way, all derivatives have to be GPLv2 licensed, as the WordPress license doesn&#8217;t allow for newer versions of the GPL to apply).  I&#8217;m guessing that Thesis won&#8217;t be listed.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" rel="http://bit.ly/plugins/iframe?hashUrl=http%3A%2F%2Fbit.ly%2FabouttheSLH" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent – namely, reading a contract from start to finish.  <a onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" href="http://twitter.com/negot8or" target="_blank">Follow me on Twitter</a> if you want up-to-the-minute information on contracting, licensing, negotiation and the law.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/11/16/gpl-wordpress-and-themes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cnet author advocates theft</title>
		<link>http://www.licensinghandbook.com/2009/08/04/cnet-author-advocates-theft/</link>
		<comments>http://www.licensinghandbook.com/2009/08/04/cnet-author-advocates-theft/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:32:53 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[copyright]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[pricing]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=1105</guid>
		<description><![CDATA[I&#8217;m simply stunned by a recent article written by Cnet columnist Rafe Needleman. In his post, he blatently advocates buying &#8220;lesser&#8221; versions of Microsoft products to take advantages of the discounts available to certain classes of users, regardless of whether you actually fall into that user class.  His cavalier attitude towards the vendor (telling his [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m simply stunned by a <a href="http://bit.ly/CnetCopyrightViolation">recent article written</a> by Cnet columnist Rafe Needleman.</p>
<p>In his post, he blatently advocates buying &#8220;lesser&#8221; versions of Microsoft products to take advantages of the discounts available to certain classes of users, regardless of whether you actually fall into that user class.  His cavalier attitude towards the vendor (telling his readers that Microsoft probably doesn&#8217;t check up on usage) and the user (suggesting that users who pay the appropriate price for their user class are &#8220;suckers&#8221;) is abhorent and I&#8217;m frankly disappointed that the editors at Cnet allowed this garbage to see daylight.</p>
<p>I&#8217;ve responded twice in the comments (as &#8220;negot8or&#8221; if you care to read them&#8230; once on page 1 and again on page 2).  The general gist of my response is that if you don&#8217;t like the pricing for a particular product, don&#8217;t buy it.  Vote with your pocketbook.  Vendors who don&#8217;t sell enough software will either drop their price or drop out of the market.  But buying something you&#8217;re not licensed to use and using it anyways is a form of theft (&#8220;software piracy&#8221; if you will).  Software has historically been sold on the basis of end-user value.  It&#8217;s the right of the vendor to charge whatever they want.  Stealing, in any form, isn&#8217;t justified because there exists a cheaper price somewhere else &#8211; or for someone other than you.</p>
<p>As much as I advocate for better software licensing terms and more transparency from vendors, I do not believe in taking what isn&#8217;t yours.  I hope you agree.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" rel="http://bit.ly/plugins/iframe?hashUrl=http%3A%2F%2Fbit.ly%2FabouttheSLH" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent – namely, reading a contract from start to finish.  <a onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" href="http://twitter.com/negot8or" target="_blank">Follow me on Twitter</a> if you want up-to-the-minute information on contracting, licensing, negotiation and the law.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/08/04/cnet-author-advocates-theft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon&#8217;s Orwellian Behavior</title>
		<link>http://www.licensinghandbook.com/2009/07/18/amazons-orwellian-behavior/</link>
		<comments>http://www.licensinghandbook.com/2009/07/18/amazons-orwellian-behavior/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:32:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[copyright]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[EULA]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=1070</guid>
		<description><![CDATA[As many are reporting, Amazon.com &#8220;recalled&#8221; an e-book remotely in response to a request by a publisher.  This is all kinds of scary and most folks are centered on the purely tangible nature of the problem.  I&#8217;m also concerned about the precent it sets, but I&#8217;m more concerned about the sapping of intellectual property rights [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://bit.ly/zLiX2" target="_blank">many are reporting</a>, Amazon.com &#8220;recalled&#8221; an e-book remotely in response to a request by a publisher.  This is all kinds of scary and most folks are centered on the purely <a href="http://bit.ly/tsivF" target="_blank">tangible nature</a> of the problem.  I&#8217;m also concerned about the precent it sets, but I&#8217;m more concerned about the sapping of intellectual property rights that seems to be yet unexplored by these articles.</p>
<p>When you buy a book, you&#8217;re actually completing two transactions.  You&#8217;re purchasing the paper &#8211; the tangible product.  But you&#8217;re also buying a copy of the story itself &#8211; the intellectual property.  Each of these has distinct legal implications and over the years, laws have been developed to help protect not only the customer/consumer, but also the author and publisher.  The physical aspect protecting the consumer is that you have the ability to change your mind about your purchase (ie: you can return the book assuming you don&#8217;t damage it and that the transaction wasn&#8217;t noted as &#8220;all sales final&#8221; (though this isn&#8217;t an absolute bar to return)).  Retailers are likewise allowed to return what is returned to them &#8211; they have even more flexible return policies with their distributors.  And, as we&#8217;ve seen in the prior articles, folks are in an uproar about the idea that a retailer would come to your house to automatically take-back things you&#8217;ve purchased simply because their distributors wanted them to do so.</p>
<p>The other transaction &#8211; the one for the intellectual property &#8211; is much more interesting (IMHO).</p>
<p>Copyright is the protection most books are afforded.  When you buy a book, you have the right to read the story, burn/destroy the book, talk about the story with anyone, and heck, you can even resell the book (this is all part of what is known as the &#8220;first sale doctrine&#8221;.  What you can&#8217;t do is make copies of the book.  If you sell it to someone else, you can&#8217;t keep a copy for yourself, too (this is the issue with software, music, movies, etc being &#8220;shared&#8221; online).  But short of sale, the ownership in the <em>copy</em> is yours.  Therefore, it&#8217;s my argument that Amazon.com&#8217;s behavior amounts to theft &#8211; both of the tangible item <strong>AND</strong> the intellectual property.</p>
<p>The usual problem with pursuing this claim is that a service provider is smart enough to make device owners agree to some form of Terms of Service.  I would&#8217;ve thought that the Kindle ToS would have even been so bold as to allow Amazon an unrestricted right to do what they did.  But it doesn&#8217;t (<a href="http://bit.ly/J4EEN" target="_blank">Amazon Kindle ToS</a> as of 2/9/2009):</p>
<blockquote><p><strong>Use of Digital Content. </strong>Upon your payment of the applicable fees set by Amazon, Amazon grants you the non-exclusive right to keep a <em><strong>permanent</strong></em> copy of the applicable Digital Content and to view, use, and display such Digital Content an unlimited number of times, solely on the Device or as authorized by Amazon as part of the Service and solely for your personal, non-commercial use. Digital Content will be deemed licensed to you by Amazon under this Agreement unless otherwise expressly provided by Amazon. [Emphasis added.]</p></blockquote>
<p>I have other problems with this document, of course (such as the restrictions on resale).  But on its surface, Amazon grants a perpetual license to the purchased content.  So through their behavior, following their own Terms of Service, they&#8217;re in breach.  But we won&#8217;t hear about any suits as the ToS restricts claims to confidential arbitration and limits damages to the price of the device.</p>
<p>For its part, Amazon says that &#8220;We are changing our systems so that in the future we will not remove books from customers’ devices in these circumstances.&#8221;</p>
<p>[Update:  Amazon's Herdener (the source of the above quote) actually said more:</p>
<blockquote><p>These books were added to our catalog using our self-service platform by a third-party who did not have the rights to the books. When we were notified of this by the rights holder, we removed the illegal copies from our systems and from customers' devices, and refunded customers. We are changing our systems so that in the future we will not remove books from customers' devices in these circumstances.</p></blockquote>
<p>This doesn't really change anything.  Even if an unauthorized party sells you something they don't own, so long as <em>you</em> don't know that the item wasn't theirs to sell, <em>you</em> retain ownership as a "bonafide purchaser."  I'm glad to see that Amazon won't remove books in the future, seeing that they weren't supposed to do it in the first place.]</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" rel="http://bit.ly/plugins/iframe?hashUrl=http%3A%2F%2Fbit.ly%2FabouttheSLH" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent – namely, reading a contract from start to finish.  <a href="http://twitter.com/negot8or" target="_blank">Follow me on Twitter</a> if you want up-to-the-minute information on contracting, licensing, negotiation and the law.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/07/18/amazons-orwellian-behavior/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>License Resale</title>
		<link>http://www.licensinghandbook.com/2009/06/22/license-resale/</link>
		<comments>http://www.licensinghandbook.com/2009/06/22/license-resale/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:32:29 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[assignment]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=1001</guid>
		<description><![CDATA[Vinnie Mirchandani at deal architect pointed out a Ray Wang article on the resale of unused licenses.  My thoughts are in the comments on Ray&#8217;s article.  But generally speaking, regardless of what Ray suggests, you can&#8217;t do it in the US (or the rest of the Berne Convention countries) under most licenses which have express [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/VinnieResale">Vinnie Mirchandani at deal architect</a> pointed out a <a href="http://bit.ly/WangResale" target="_blank">Ray Wang article</a> on the resale of unused licenses.  My thoughts are in the comments on Ray&#8217;s article.  But generally speaking, regardless of what Ray suggests, you can&#8217;t do it in the US (or the rest of the Berne Convention countries) under most licenses which have express prohibitions against it (you can almost always contract away your rights).</p>
<p>And, even if you could, your organization probably doesn&#8217;t have tracking enough to make it possible &#8211; just remember that if you overuse your permitted license count, chances are there&#8217;s another provision in your license that allows the vendor to charge you (perhaps at non-discounted pricing) for the overage.</p>
<p>What I DO like about Ray&#8217;s suggestion is that idea that you should try to negotiate for a recapture of maintenance fees on unused licenses.  If you can&#8217;t resell them, the least you can do is take an annual count and only pay maintenance on the ones you&#8217;re using.  There is, of course, trouble with this thought, too &#8211; as there are some vendors that used to allow this (the last one I remember was Autodesk).  But the trouble is that you can get into a situation where you only upgrade SOME of your licenses to the current version because not all of them are currently covered by maintenance and the upgrades provided under such program.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent – namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/06/22/license-resale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Few Licensing Issues with Amazon</title>
		<link>http://www.licensinghandbook.com/2009/05/20/a-few-licensing-issues-with-amazon/</link>
		<comments>http://www.licensinghandbook.com/2009/05/20/a-few-licensing-issues-with-amazon/#comments</comments>
		<pubDate>Thu, 21 May 2009 02:32:37 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[amazon]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[license grant]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=947</guid>
		<description><![CDATA[Many of the technologies we use every day come with a license agreement of some sort.  You might not even realize that it&#8217;s so because of where you are in the transaction chain &#8211; either as a buyer or as a seller.  Content, for instance, is created, licensed/sold, packaged, re-licensed/re-sold, bundled, re-licensed/re-sold, and on and [...]]]></description>
			<content:encoded><![CDATA[<p>Many of the technologies we use every day come with a license agreement of some sort.  You might not even realize that it&#8217;s so because of where you are in the transaction chain &#8211; either as a buyer or as a seller.  Content, for instance, is created, licensed/sold, packaged, re-licensed/re-sold, bundled, re-licensed/re-sold, and on and on so many times that you can hardly figure out who actually created much of what you read online.  This is important, especially insofar as you want to be sure of who is providing the information that you use to make decisions, but also because as information is licensed/bundled/re-licensed over and over, it&#8217;s possible that the content creator isn&#8217;t getting what they earned as part of the transaction (namely, credit/attribution and/or payment).</p>
<p>Several services have popped up recently that are allowing content to move from one format to another &#8211; especially on Amazon-related products and platforms (ie: the Kindle).  More specifically, Amazon is now allowing blog authors to license content for packaging and distribution on the Kindle, with the blog author receiving about 30% of the revenue generated from the license price.  So, if I were to want this blog to be available as a Kindle subscription for say, $1.99, I would get $.31 for every subscription.  But there&#8217;s a problem, Amazon has a license agreement that I would have to accept in order to make this happen.  And this license agreement also gives Amazon the right to bundle and resell my content in other forms, too, without paying me for it at all.  [For a full conversation on this, see this great post by <a href="http://www.edrants.com/kindle-bloggers-become-amazons-bitches/">Edward Champion</a>.]</p>
<p>Additionally, Amazon&#8217;s current system <a href="http://www.techcrunch.com/2009/05/14/how-the-kindle-now-lets-you-steal-this-blog/">doesn&#8217;t actually even check</a> to see if I&#8217;m the owner of the blog I&#8217;m submitting into the Kindle Blog service!  So I could create an account, submit any of your blogs as my own, and in just a few clicks, create Amazon entries for your blog&#8217;s content &#8211; even competing with the &#8220;real&#8221; listing (if you so happened to have agreed to the terms as well and started using the service).</p>
<p>So, for the record, while I love Amazon for a bunch of reasons, this blog is NOT being made available as a Kindle subscription.  It is, however, being posted ON Amazon as part of Amazon&#8217;s author services&#8230; so you can read the individual postings if you go to the <a href="http://www.amazon.com/gp/product/1435752511?ie=UTF8&amp;tag=licenshandbo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1435752511">Software Licensing Handbook</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=licenshandbo-20&amp;l=as2&amp;o=1&amp;a=1435752511" border="0" alt="" width="1" height="1" /> page at Amazon.  But if you happen to see it on your Kindle device, you&#8217;re paying someone else for stolen content.</p>
<p><em>The current economic situation is encouraging many organizations to reconsider their current contractual relationships.  <a href="../blog/page/contact/">Contact me</a> before your opponent does to find out how to make the most of your renegotiations.  The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/05/20/a-few-licensing-issues-with-amazon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Audits of Your Contracts</title>
		<link>http://www.licensinghandbook.com/2009/05/04/customer-audits-of-your-contracts/</link>
		<comments>http://www.licensinghandbook.com/2009/05/04/customer-audits-of-your-contracts/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:32:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[audit]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=922</guid>
		<description><![CDATA[I was recently asked whether I would ever allow a customer to audit my contracts.  The simple answer is No! Of course, the original question wasn&#8217;t this simple.  The person asking the question had some interesting constraints.  Specifically, they were licensing software on an exclusive basis, with exclusivity carved out by geographic region.  So a [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently asked whether I would ever allow a customer to audit my contracts.  The simple answer is No!</p>
<p>Of course, the original question wasn&#8217;t this simple.  The person asking the question had some interesting constraints.  Specifically, they were licensing software on an exclusive basis, with exclusivity carved out by geographic region.  So a prospective customer wanted to review the vendor&#8217;s contracts to make sure that they weren&#8217;t getting into an overlap situation.  My answer was still No!</p>
<p>First, contracts are, even at a fundamental level, based on trust and honesty, and not based on a lack thereof.  If you don&#8217;t trust the person you&#8217;re contracting with, the contract isn&#8217;t going to help you too much.  In other words, you can&#8217;t contract trust.  It just doesn&#8217;t work that way.  So if the vendor in this situation was going to be dishonest in overlapping exclusivities, what would make the customer think that they would allow the customer to actually audit all of the agreements?  A dishonest vendor would simply hide a portion of the contracts that they didn&#8217;t want discovered.</p>
<p>Second, with minor exception (such as during due diligence in a M&amp;A transaction), I would never allow anyone to review my contract files.  There&#8217;s too much confidential information &#8211; and general poking around to see what&#8217;s in them isn&#8217;t a narrow enough reason to go looking.  In fact, even if the looking was just at license grant language, I still think you&#8217;re potentially revealing too much information (exclusivities for geographic regions aren&#8217;t the only way to restrict licenses and perhaps you also license based on user counts &#8211; allowing others to see the full license grant can give them a sense of pricing, perhaps).</p>
<p>Third, there&#8217;s a better way to handle the situation:  provide a warranty and a specific remedy for breach of this particular warranty.  Warrant that you are providing an exclusive license in exchange for specific consideration (probably money, but perhaps something else).  If you (vendor) breach this warranty, the sole and exclusive remedy could be the repayment of the specific amount of consideration provided for the exclusivity.  So, imagine a situation where you license exclusively by country (perhaps your product handles some sort of sales-related transactions).  In exchange for an exclusive license, the customer pays you an extra $1,000,000 in license fees and that this also adds into the annual maintenance costs.  If you later decide to break a previously-licensed country into smaller bits, you simply would have to pay back the $1M plus the accrued/paid maintenance fees for the breach.</p>
<p>Now, this sounds like it may provide you with license to later break the agreement &#8211; no, I&#8217;m not suggesting that, I am however suggesting that you promise not to and a specific penalty for doing so.</p>
<p><em>The current economic situation is encouraging many organizations to reconsider their current contractual relationships.  <a href="../blog/page/contact/">Contact me</a> before your opponent does to find out how to make the most of your renegotiations.  The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/05/04/customer-audits-of-your-contracts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Salesforce.com calls for End of Maintenance</title>
		<link>http://www.licensinghandbook.com/2009/04/29/salesforcecom-calls-for-end-of-maintenance/</link>
		<comments>http://www.licensinghandbook.com/2009/04/29/salesforcecom-calls-for-end-of-maintenance/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:32:06 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract management]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=916</guid>
		<description><![CDATA[Below is the contents of an internal salesforce.com memo CEO Marc Benioff shared with Vinnie Mirchandani (and posted on his blog: deal architect).  I&#8217;m pasting it here for simplicity&#8217;s sake and because of the power of the message itself. “For ten years, we&#8217;ve been driven by a simple vision: The End of Software.  Now it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Below is the contents of an internal salesforce.com memo CEO Marc Benioff shared with <a href="http://dealarchitect.typepad.com/deal_architect/2009/04/the-end-of-maintenance.html">Vinnie Mirchandani</a> (and posted on his blog: deal architect).  I&#8217;m pasting it here for simplicity&#8217;s sake and because of the power of the message itself.</p>
<p>“For ten years, we&#8217;ve been driven by a simple vision: The End of Software.  Now it&#8217;s time to take on a new challenge: The End of Maintenance.</p>
<p>Let me tell you about a customer that I met on our Cloudforce tour. This customer currently uses Siebel software to run her call center.  She pays more than $15 million a year for the privilege of having to implement the updates that Siebel sends her.  That does not include backup. Or disaster recovery. And of course, it does not guarantee that she will be using the latest technology.  The maintenance agreement only assures her that her outdated software will continue to work.  She is paying tolls on a road to nowhere.</p>
<p>We can help her, and many other customers, and deliver much more for a fraction of what they currently pay in maintenance. It&#8217;s time to open up a new front in &#8220;The End of Software&#8221;&#8211; one that is long overdue.</p>
<p>It&#8217;s time for The End of Maintenance.</p>
<p>Every year, companies spend billions on maintenance fees and get relatively little in return. Maintenance fees cover updates that are mostly  patches and fixes, but they stop far short of the kind of innovation every that enterprise needs to survive.  Companies pay to keep the past working and they end up doubling down on technology that can never keep up with their needs.  The fees that companies pay have actually been rising, from something like 17% a few years ago to numbers more like 22% today. Every four or five years, companies are paying for their software all over again.</p>
<p>It&#8217;s time to set these businesses free and make them successful in the Sales Cloud,  Service Cloud and on our Force.com platform.</p>
<p>Our new mission begins at a critical time in the economy, when companies are questioning conventional wisdom as they never have before.  That, of course, extends to their IT budgets as well. The CIO is in a tough spot right now.  Corporate budgets are tightening.  And our rivals in the legacy client-server world are using this opportunities to extract more money from their customers by raising maintenance fees.  I call this phenomenon &#8220;the compression of IT&#8221; and it resonates with just about every CIO I speak with these days.</p>
<p>We have a better vision. We sell our customers a service and every customer is able to use the latest. Innovations are included. Upgrades are automatic and invisible. Customers&#8217; intellectual property of customizations and extensions is rigorously preserved, and carried forward without disruption.</p>
<p>The service gets better, not just less buggy. That&#8217;s not what people are getting for all those fees that supposedly buy them &#8220;maintenance.&#8221;</p>
<p>It&#8217;s time to set these business people free: to give them the experience of being wildly successful in the Sales Cloud, the Service Cloud, and in their own unique applications that they can build on our Force.com platform. This is the time to do it, because this is when people need it: their IT budgets are tight, their business situations are critical, and their old-world software vendors are taking care of themselves instead of meeting the needs of their customers.</p>
<p>We&#8217;ve raised people&#8217;s expectations for better alignment of business value with IT cost. We&#8217;ve earned our leadership position in enterprise cloud computing. It&#8217;s time for us to set people free from paying more and more to get less and less. It&#8217;s time for The End of Maintenance.</p>
<p>Aloha,</p>
<p>Marc”</p>
<p><em>The current economic situation is encouraging many organizations to reconsider their current contractual relationships.  <a href="../blog/page/contact/">Contact me</a> before your opponent does to find out how to make the most of your renegotiations.  The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/04/29/salesforcecom-calls-for-end-of-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal Business Purposes</title>
		<link>http://www.licensinghandbook.com/2009/03/03/internal-business-purposes/</link>
		<comments>http://www.licensinghandbook.com/2009/03/03/internal-business-purposes/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 02:32:49 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[license grant]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[pricing]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=516</guid>
		<description><![CDATA[How many licenses to your core database software do you own?  I ask about this specific type of license because database software is typically expensive (relatively speaking) and customers license an exact quantity of licenses required based on actual use.  In other words, if you need 5 database servers (or instances), you pay for 5 [...]]]></description>
			<content:encoded><![CDATA[<p>How many licenses to your core database software do you own?  I ask about this specific type of license because database software is typically expensive (relatively speaking) and customers license an exact quantity of licenses required based on actual use.  In other words, if you need 5 database servers (or instances), you pay for 5 licenses.</p>
<p>Of course, it&#8217;s never that simple.  Because your IT department usually also wants a development server for each database instance.  This makes sense &#8211; development should be done separately from production (you wouldn&#8217;t want some experiment in design to bring down your production server).  Oh, and what about testing?  This is the middle-of-the-road between development and production&#8230; where something that your developers believe is ready for production goes to receive significant QA attention.  That&#8217;s yet another set of databases.</p>
<p>So, now we&#8217;re talking about 15 licenses: 5 production + 5 QA/test + 5 development.  If 5 were expensive, imagine what 15 could become.</p>
<p>Database software developers understand this dilemma.  They know that if you&#8217;re really making use of their products, whatever you have in production has to be supported by nearly as many dev/test environments.  Back in the day, this was usually a pretty simple situation &#8211; you asked for, and usually received, &#8220;free&#8221; dev/test licenses.  I say &#8220;free&#8221; because they were never <em>really</em> free, they just didn&#8217;t separately price them.  You paid for them then, just as you pay for them now.  The difference is that the cost was built into the production licenses back then because the hardware wasn&#8217;t strong enough to support some of the tricks that can now be used to run multiple databases within a single hardware environment.  Once the hardware was strong enough (about 8 years ago), savvy licensees didn&#8217;t actually need 5+5+5 &#8230; they could find ways to do 5 + 3 + 2 or some other combination in something other than a 1:1 relationship.</p>
<p>The net result is that these same savvy licensees started asking for discounts on the initial 5 production licenses because they knew they were no longer needing the triple-play effort of that single license.  Instead, they argued, they only needed a few &#8220;extra&#8221; licenses (now really for free) because it was understood that to make use of the product, you needed these extra environments.  They just didn&#8217;t need them in the same quantities as before, so it had the <em>appearance</em> of being less of a freebie than before.</p>
<p>Software vendors reacted in the best way they could &#8211; through changes in language.  The phrase &#8220;internal busines purposes&#8221; became the expected response.  &#8220;Yes&#8221;, the vendors said, &#8220;you can have a few extra licenses &#8211; but only for internal business purposes.&#8221;  The meaning wasn&#8217;t always clear, of course, but the intent was to say that the licenses you purchased were the ones that could see the light of day (be used by regular users, etc), but that the extra licenses were only for back-room development and testing.  You were signing a license agreement confirming that you wouldn&#8217;t take these fully-functional licenses and put them into production.</p>
<p>No problem.</p>
<p>Until ASP/SaaS offerings came along.  Now you have databases that are serving data to the world 24/7/365.  Licensees still need dev/test environments&#8230; but these are now potentially available online, too.  And, in rare cases, serve as the backup production environment in the event that the usual production environment goes down.</p>
<p>Has this really created a problem?  No.  The case remains that licensees should have frank and honest conversations with their vendors about how they intend to use the products rather than try to sneak some form of unintended or unexplained use by the vendor.  If licensees want &#8220;free&#8221; licenses for dev/test, they should expect to see (and respect) &#8220;internal business purposes&#8221; language.  And they should discuss the possibility of needing to put a dev/test server into production in the event of a disaster.</p>
<p>Lastly, licensees should also remember that such licenses are never free.  Whether you have a line-item cost that shows you paying full-price, partial-price or no-price, the cost is still baked into the deal in some way.  <strong>However</strong>, one key advantage to calling out the pricing specifically for dev/test environments is the ability to get them excluded from maintenance costs &#8211; as there should be no need to pay for maintenance on a dev/test box needed to provide support for a production server.</p>
<p><em>The current economic situation is encouraging many organizations to reconsider their current contractual relationships.  <a href="../contact/">Contact me</a> before your opponent does to find out how to make the most of your renegotiations.  The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2009/03/03/internal-business-purposes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grape Licensing</title>
		<link>http://www.licensinghandbook.com/2008/09/22/grape-licensing/</link>
		<comments>http://www.licensinghandbook.com/2008/09/22/grape-licensing/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 13:32:29 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[EULA]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[license grant]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=324</guid>
		<description><![CDATA[I saw this the other day: and I&#8217;ve been thinking about the implications&#8230;  is it really possible to add this type of condition?  I think I agree with Madisonian&#8217;s evaluation of the situation, assuming that the grapes are patented.  But what if they&#8217;re not patented?  Can you restrict usage of a purchased good?  Thoughts would [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this the other day:</p>
<div id="attachment_325" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.licensinghandbook.com/wp-content/uploads/2008/09/grapelicense.jpg"><img class="size-medium wp-image-325" title="grapelicense" src="http://www.licensinghandbook.com/wp-content/uploads/2008/09/grapelicense-300x199.jpg" alt="Sunset Seedless grape package" width="300" height="199" /></a><p class="wp-caption-text">Sunset Seedless grape package</p></div>
<p>and I&#8217;ve been thinking about the implications&#8230;  is it really possible to add this type of condition?  I think I agree with <a href="http://madisonian.net/2008/09/18/fruit-wrap-or-contracts-jump-the-shark/">Madisonian&#8217;s evaluation</a> of the situation, assuming that the grapes are patented.  But what if they&#8217;re not patented?  Can you restrict usage of a purchased good?  Thoughts would be appreciated.  <img src='http://www.licensinghandbook.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>From <a href="http://www.boingboing.net/2008/09/16/grapes-with-a-eula.html">boingboing</a>.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/09/22/grape-licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on using other people&#8217;s work</title>
		<link>http://www.licensinghandbook.com/2008/09/04/more-onusing-other-peoples-work/</link>
		<comments>http://www.licensinghandbook.com/2008/09/04/more-onusing-other-peoples-work/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:32:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[EULA]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=250</guid>
		<description><![CDATA[I&#8217;ve written before on the topic of using other people&#8217;s work as the basis for your contracts. Google apparently didn&#8217;t learn that they need to not necessarily borrow from themselves, either, for the EULA related to Google&#8217;s new browser, Chrome. But the bigger issue in this new EULA from Google were the terms itself.  Specifically, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve <a href="http://www.licensinghandbook.com/2007/07/31/the-perils-of-using-someone-elses-work/">written before on the topic of using other people&#8217;s work</a> as the basis for your contracts.</p>
<p>Google <a href="http://www.macworld.com/article/135362/2008/09/chrome_useragreement.html?lsrc=rss_main">apparently didn&#8217;t learn</a> that they need to not necessarily borrow from themselves, either, for the EULA related to Google&#8217;s new browser, Chrome.</p>
<p>But the bigger issue in this new EULA from Google were the terms itself.  Specifically, the license for Google&#8217;s new browser states/d, in part, that Google will have &#8220;a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute&#8221; anything displayed through the browser.</p>
<p>Woah!</p>
<p>At least they&#8217;ve changed it.  But the fact that it got in there at all is problematic.</p>
<p>Google, for their part, blames it on a copy/paste error&#8230; that it was erroneously inserted to make it similar to their usual language, to &#8220;keep things simple for their users&#8221;.</p>
<p>Um&#8230; sure.  <img src='http://www.licensinghandbook.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/09/04/more-onusing-other-peoples-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>License Grant Discussion at AdamsDrafting</title>
		<link>http://www.licensinghandbook.com/2008/08/19/license-grant-discussion-at-adamsdrafting/</link>
		<comments>http://www.licensinghandbook.com/2008/08/19/license-grant-discussion-at-adamsdrafting/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 01:32:12 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=199</guid>
		<description><![CDATA[Ken Adams has a great discussion going on over at his blog, AdamsDrafting on license grant language.  Ken&#8217;s general concern is that a license grant is overly complex language, redudant at best and confusing at worst.  This follows his general feelings regarding contract language (that we need to simplify and get rid of anachronisms).  And, [...]]]></description>
			<content:encoded><![CDATA[<p>Ken Adams has a great discussion going on over at his blog, <a href="http://adamsdrafting.com/system/2008/08/18/granting-language/">AdamsDrafting</a> on license grant language.  Ken&#8217;s general concern is that a license grant is overly complex language, redudant at best and confusing at worst.  This follows his general feelings regarding contract language (that we need to simplify and get rid of anachronisms).  And, generally speaking, I support his work to make this happen.</p>
<p>In this case, and as supported by most of the commenters, I think Ken&#8217;s admitted lack of knowledge in the subject matter of licensing is hurting his assessment.  Software licensing folks don&#8217;t like wordy contracts any more than anyone else.  We&#8217;d <strong>love</strong> to get rid of unnecessary phrases or redundancies.</p>
<p>But I&#8217;ve actually seen a license terminated at the will of the vendor as a result of a lack of the word &#8220;irrevocable&#8221;.  And I&#8217;ve seen one restricted because of the lack of the word &#8220;world-wide&#8221;.  So for me, simple language gives way to extra descriptiveness in the license grant just from a risk management perspective.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/www.lulu.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/08/19/license-grant-discussion-at-adamsdrafting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Equipt</title>
		<link>http://www.licensinghandbook.com/2008/07/02/microsoft-equipt/</link>
		<comments>http://www.licensinghandbook.com/2008/07/02/microsoft-equipt/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 01:32:29 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[license grant]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=155</guid>
		<description><![CDATA[Back in April, we started talking about Microsoft converting home users to a SaaS model, originally code-named Albany.  Today it happened.  Microsoft has finally released a subscription version of Office. That&#8217;s right. $69.99**/year allows up to three home-use computers (the same as the regular version of Home and Student) the ability to use this new [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.licensinghandbook.com/2008/04/20/microsoft-trying-to-convert-you-from-perpetual-to-saas/">Back in April</a>, we started talking about Microsoft converting home users to a SaaS model, originally code-named Albany.  Today it happened.  Microsoft has finally released a subscription version of Office.  That&#8217;s right.  $69.99**/year allows up to three home-use computers (the same as the regular version of Home and Student) the ability to <a href="http://www.microsoft.com/presspass/press/2008/jul08/07-02EquiptPR.mspx">use this new suite, called Equipt</a>.  The key advertised benefit is that you&#8217;ll get all new versions of Office so long as your subscription is current.</p>
<p>Folks &#8211; just as I was talking about in the <a href="http://www.licensinghandbook.com/2008/07/01/invoices/">discussion on Invoicing</a>, please watch your pocketbooks on this one.  The current cost of Microsoft Office Home &amp; Student 2007 is $147.00 <a href="http://www.circuitcity.com/ssm/Microsoft-Office-Home-and-Student-2007-PC-882224165242/sem/rpsm/oid/169206/rpem/ccd/productDetail.do">per Circuit City&#8217;s website</a> (which is how you will be able to buy Equipt).  Microsoft <a href="http://en.wikipedia.org/wiki/Microsoft_Office#Support_lifecycle">releases a new version</a> of Office approximately every 4 years.</p>
<p>Four years of Equipt = $69.99*4 = $279.96.</p>
<p>Oh, not to mention that <a href="http://www.microsoft.com/presspass/newsroom/office/factsheets/EquiptFS.doc">Internet activation will be required</a>.  Which means that they&#8217;re going to be keeping a much tighter grip on the leash this time.</p>
<p>Hmmm&#8230;  <img src='http://www.licensinghandbook.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em>The Licensing Handbook Blog is the companion site to the <a onclick="javascript:urchinTracker ('/outbound/article/lburl.com');" href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/07/02/microsoft-equipt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When licensing goes kaflooie</title>
		<link>http://www.licensinghandbook.com/2008/06/16/when-licensing-goes-kaflooie/</link>
		<comments>http://www.licensinghandbook.com/2008/06/16/when-licensing-goes-kaflooie/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:32:36 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[law]]></category>
		<category><![CDATA[license grant]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/?p=128</guid>
		<description><![CDATA[I believe in technology licensing&#8230; I really do. I also believe that we&#8217;re going to eventually need an overhaul of our intellectual property system on a global scale. Why, you ask? Simple. The Licensing Handbook Blog is the companion site to the Software Licensing Handbook. Covering licensing topics on a regular basis, Jeffrey Gordon attempts [...]]]></description>
			<content:encoded><![CDATA[<p>I believe in technology licensing&#8230; I really do.</p>
<p>I also believe that we&#8217;re going to eventually need an overhaul of our intellectual property system on a global scale.</p>
<p>Why, you ask?  <a href="http://www.vuestar.biz/faq.php">Simple</a>.</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/06/16/when-licensing-goes-kaflooie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft trying to convert you from perpetual to SaaS</title>
		<link>http://www.licensinghandbook.com/2008/04/20/microsoft-trying-to-convert-you-from-perpetual-to-saas/</link>
		<comments>http://www.licensinghandbook.com/2008/04/20/microsoft-trying-to-convert-you-from-perpetual-to-saas/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 14:32:03 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[fees]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.licensinghandbook.com/2008/04/20/microsoft-trying-to-convert-you-from-perpetual-to-saas/</guid>
		<description><![CDATA[Well, as I predicted years before I started writing this blog, Microsoft is now trying to convert the average home user from a perpetual software license model to &#8220;software as a service&#8221; (Saas). My knee-jerk reaction is that this isn&#8217;t going to be good for the average (any) user &#8211; business or consumer.  But let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as I predicted years before I started writing this blog, Microsoft is now trying to <a href="http://blogs.zdnet.com/microsoft/?p=1345">convert the average home user from a perpetual software license model to &#8220;software as a service&#8221; (Saas)</a>.</p>
<p>My knee-jerk reaction is that this isn&#8217;t going to be good for the average (any) user &#8211; business or consumer.  But let&#8217;s play it out and see what happens:</p>
<p>In the current, perpetual model, the average cost of Microsoft Office 2007 is $119 (per Amazon.com).  This is a one-time expense and allows you to install Office on two machines (desktop and laptop) so long as you only use it on one machine at any given moment in time.  The average person <em>never</em> buys any kind of support for this product unless it&#8217;s a pay-per-incident issue that is SO complex that they can&#8217;t get help with it from friends or strangers via the internet.  But you do get all of the updates to the current version of the product (ie: if you&#8217;re on version 2004, you&#8217;d get all updates to 2004, but not get version 2007).</p>
<p>Because it&#8217;s a perpetual license, you can use this product <strong>FOR EVER</strong>, without ever having to pay another fee to Microsoft unless you want to upgrade to their latest version (which, at the time I&#8217;m writing this, happens about every 3 years  per platform, alternating between PC and Macintosh).  From a depreciation perspective, if you were going to buy the latest and greatest version of the product every three years, you would divide the purchase price by 3 to find out your annual cost of ownership:  $39.67, which works out to $0.108/day.  Not too bad for the product that supports all of your e-mail, writing, spreadsheet and presentation tasks.</p>
<p>We don&#8217;t yet have pricing available for Microsoft&#8217;s new online offering, called Albany, but we do know that they&#8217;re going to bundle in a few already-available-for-free services.</p>
<p>We also know that Google already offers something quite similar (GoogleDocs) for free.  If you&#8217;re already a GoogleDocs user versus a Microsoft Office user, you have made a choice to go with one or the other for a reason (most would say that they choose Microsoft for &#8220;guaranteed compatibility&#8221; and &#8220;support if needed&#8221; &#8230; and Google users say that they want &#8220;openness&#8221;, &#8220;freedom&#8221; and &#8220;collaboration ability&#8221;).  I highly doubt that Microsoft is going to offer their product/service for free&#8230; but I&#8217;ve been wrong before.</p>
<p>However, this really isn&#8217;t about Microsoft versus Google &#8211; it&#8217;s about a bigger issue of whether a conversion from Perpetual Licensing to SaaS is really a benefit to either the vendor or the consumer.  Perpetual software users like not having to upgrade every time the vendor releases a &#8220;fix.&#8221;  They like knowing that they don&#8217;t have to keep paying for maintenance when the product hasn&#8217;t really changed much over time.  They like having a one-time depreciable expense (if they&#8217;re business users).  Oh, and they like knowing that if the vendor ever goes out of business, it doesn&#8217;t matter too much, since the software is installed locally.</p>
<p>SaaS offers a level of convenience not found with perpetual products.  You are always on the latest version, always covered by support and you have less of an administrative headache since the product isn&#8217;t installed locally.  Sure, you have to have greater bandwidth (I&#8217;m guessing Microsoft will actually have you download a full version of the product which will simply &#8220;phone home&#8221; every time you double-click on the product to use it).  But you give up the ability to sever your ties with the vendor yet continue using the product.</p>
<p>I like the SaaS model for some situations &#8211; I use one for my contract management system, for example.  But for everyday, standard use products?  Especially those in millions of homes world-wide?  I&#8217;m not sure we&#8217;re there yet.  I&#8217;m <em><strong>REALLY</strong></em> concerned about the quality of service &#8211; and the constant communication connection (from a privacy perspective) of all of these phone-home events.</p>
<p>What do you think?</p>
<p><em>The Licensing Handbook Blog is the companion site to the <a href="http://bit.ly/abouttheSLH">Software Licensing Handbook</a>. Covering licensing topics on a regular basis, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/04/20/microsoft-trying-to-convert-you-from-perpetual-to-saas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Licensing Trends from Techknowledgyblog</title>
		<link>http://www.licensinghandbook.com/2008/02/23/software-licensing-trends-from-techknowledgyblog/</link>
		<comments>http://www.licensinghandbook.com/2008/02/23/software-licensing-trends-from-techknowledgyblog/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 14:54:49 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract terms]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/2008/02/23/software-licensing-trends-from-techknowledgyblog/</guid>
		<description><![CDATA[Steve Cosentino has a decent list of software licensing trends posted on yesterday&#8217;s Techknowledgyblog http://techknowledgyblog.squarespace.com/techknowledgy-blog/2008/2/22/software-licensing-trends.html It&#8217;s rare that an attorney in this space actually knows what he&#8217;s talking about &#8211; but Steve seems to know his stuff (ie: I agree with his position). The Licensing Handbook Blog is the companion site to the Software Licensing [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postedBy">Steve Cosentino has a decent list of software licensing trends posted on yesterday&#8217;s Techknowledgyblog</span></p>
<p><a href="http://techknowledgyblog.squarespace.com/techknowledgy-blog/2008/2/22/software-licensing-trends.html">http://techknowledgyblog.squarespace.com/techknowledgy-blog/2008/2/22/software-licensing-trends.html</a></p>
<p>It&#8217;s rare that an attorney in this space actually knows what he&#8217;s talking about &#8211; but Steve seems to know his stuff (ie: I agree with his position).</p>
<p><em> The Licensing Handbook Blog is the companion site to the <a href="http://lburl.com/p2323">Software Licensing Handbook</a>. Covering a licensing topic every week, Jeffrey Gordon attempts to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2008/02/23/software-licensing-trends-from-techknowledgyblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two-Top Tuesday</title>
		<link>http://www.licensinghandbook.com/2007/09/25/two-top-tuesday/</link>
		<comments>http://www.licensinghandbook.com/2007/09/25/two-top-tuesday/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:55:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract terms]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[EULA]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=50</guid>
		<description><![CDATA[Thanks to Apple&#8217;s press release yesterday regarding iPhone unlocking tools and the iPhone&#8217;s warranty and license agreements, you get a special second-post (I&#8217;m also still feeling guilty about last week). &#8220;CUPERTINO, Calif., Sept. 24 /PRNewswire-FirstCall/ &#8212; Apple has discovered that many of the unauthorized iPhone unlocking programs available on the Internet cause irreparable damage to [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Apple&#8217;s press release yesterday regarding iPhone unlocking tools and the iPhone&#8217;s warranty and license agreements, you get a special second-post (I&#8217;m also still feeling guilty about last week).</p>
<blockquote><p>&#8220;CUPERTINO, Calif., Sept. 24 /PRNewswire-FirstCall/ &#8212; Apple has discovered that many of the unauthorized iPhone unlocking programs available on the Internet cause irreparable damage to the iPhone&#8217;s software, which will likely result in the modified iPhone becoming permanently inoperable when a future Apple-supplied iPhone software update is installed. Apple plans to release the next iPhone software update, containing many new features including the iTunes Wi-Fi Music Store (www.itunes.com), later this week. Apple strongly discourages users from installing unauthorized unlocking programs on their iPhones. Users who make unauthorized modifications to the software on their iPhone violate their iPhone software license agreement and void their warranty. The permanent inability to use an iPhone due to installing unlocking software is not covered under the iPhone&#8217;s warranty.&#8221;</p></blockquote>
<p>This was the perfect opportunity to go read <a href="http://images.apple.com/legal/sla/docs/iphone.pdf">Apple&#8217;s iPhone license</a>.  At seven pages in 7-point font, it was a treat.  Apple has taken the license to a state of one-sided nirvana (though I must admit that Apple isn&#8217;t the only vendor to have found Valhalla on this).</p>
<p>First the good news.  There is no specific license prohibition on unlocking software.  If a third-party application can unlock the iPhone without violating the terms of what most competent folks would consider a standard one-sided agreement, you&#8217;re still in the clear.</p>
<p>Now the bad news.  As with almost any license, there <em>are</em> specific restrictions about reverse engineering, decompiling or otherwise taking things apart to figure out how they work.  Based on the various announcements from places like <a href="http://www.gizmodo.com">Gizmodo</a> and <a href="http://www.engadget.com">Engadget</a>, it appears that the people developing these cracks are having to do at least SOME deconstruction.  They, then, are violating the terms of the agreement.  But if the unlocking software itself doesn&#8217;t decompile the iPhone software (and the end-user doesn&#8217;t have reason to suspect that the creator of the unlocking tool violated the terms of the license &#8211; which, unfortunately, most of them do as a result of the heavy-duty detailed articles in Giz and Engadget, among others), use of the tool by an unknowing end-user would not necessarily be a violation of the agreement.</p>
<p>There is also nothing in the agreement that will prevent Apple from releasing a product update that will &#8220;brick&#8221; (kill) an iPhone with unlock software on it.</p>
<p>But, if there is an unlocking tool that is 100% software, was created and runs like any other third-party application, Apple&#8217;s iPhone updates could still brick the iPhone, but use of the software wouldn&#8217;t be a violation of the agreement&#8230; and restoring the iPhone to its original state would be a simple fix &#8211; one which Apple should do under warranty.</p>
<p>As usual, though, there is another wrinkle.  The DMCA (Digital Millennium Copyright Act) prevents circumvention of any copy-protection devices implemented (for an extreme situation, consider the Zune &#8211; which, even for music that <em>you created from scratch</em> still wraps with a copy restrictive time-bomb that you can&#8217;t disable, and is thus <em>illegal</em> to remove for your own self-created music).  If the iPhone uses such device(s), avoiding them is a violation of the DMCA in addition to any pure copyright issues that would already exist.  And each USE of the tool to do so would be another violation.</p>
<p>Overall, I make no recommendation here, but merely suggest, as with all licenses, that you understand the licenses you&#8217;re under so that you know what you can and cannot do.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/09/25/two-top-tuesday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copyright, the iPhone and You</title>
		<link>http://www.licensinghandbook.com/2007/09/11/copyright-the-iphone-and-you/</link>
		<comments>http://www.licensinghandbook.com/2007/09/11/copyright-the-iphone-and-you/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 13:54:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[copyright]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=47</guid>
		<description><![CDATA[The new iPods were released on Wednesday, along with a drop in the price of the iPhone &#8211; and Steve Jobs then announced a little tweak to allow an individual to &#8220;buy&#8221; a song solely for the creation of a custom ringtone. He was excited that you&#8217;d pay $.99 for the song and then $.99 [...]]]></description>
			<content:encoded><![CDATA[<p>The new iPods were released on Wednesday, along with a drop in the price of the iPhone &#8211; and Steve Jobs then announced a little tweak to allow an individual to &#8220;buy&#8221; a song solely for the creation of a custom ringtone.  He was excited that you&#8217;d pay $.99 for the song and then $.99 to allow it to become a ringtone &#8211; still less expensive than most &#8220;premium ringtone&#8221; services.  But during his presentation, he let loose a little slip that I haven&#8217;t heard mentioned on anyone else&#8217;s blog or on any news outlet.  He said that the extra $.99 was for the <em>rights to make the song into a ringtone</em>.</p>
<p>Woah.  Wait a minute.  Don&#8217;t you already HAVE the rights to turn your music that you&#8217;ve purchased into ringtones?  Let&#8217;s break down copyright just a little bit and find out.</p>
<p>There are six exclusive rights granted to the creator of a work.  These six (reproduction, creation of derivative works, distribution, public performance, public display and the right to perform via digital audio transmission) can be granted to a &#8220;buyer&#8221; independently of any other rights and in fact, can be parceled even within one specific right.</p>
<p>This is why, when you &#8220;buy&#8221; a CD, you can listen to the song anywhere you can take the CD &#8211; and you can rip the songs from the CD to your computer/MP3 player.  But it&#8217;s also the reason why you have to remove the songs from you computer/MP3 player if you ever sell the CD.  You have a license to the songs &#8211; you didn&#8217;t actually buy the songs themselves (hence why this is important to us in the software realm).</p>
<p>But the deeper meaning of what Jobs said, without elaborating, is that the license you get from a downloaded song on iTunes is actually a more limited license than was originally considered by most consumers.  Namely, that there is NOT included in the license the ability to make a ringtone.  I disagree.</p>
<p>The only way this would be possible is if one of two things were happening.  First, if you actually received notice when you were downloading the song that there was a more restrictive license in place; or second, if the ringtone is somehow going to be considered as a derivative work.  As I&#8217;ve downloaded a few songs from iTunes, and actually read all of the license language that came with iTunes, I haven&#8217;t yet seen anything that would restrict my usage of a downloaded song.  In fact, iTunes itself has a restrictor built right in &#8211; knowing full well that people won&#8217;t remember differences in licenses for each song &#8211; so it limits your ability to create a CD with a certain playlist more than a specific number of times.</p>
<p>That leaves derivative works.  And I&#8217;m just not sure that a 30 second clip from a song &#8211; which hasn&#8217;t otherwise been altered, really constitutes a derivative work.  I&#8217;ve never heard of someone playing a ringtone (mine happens to be a-ha&#8217;s &#8220;Take on Me&#8221;) that&#8217;s anything other than a clip from the song.  If the 30-second clip WAS a derivative work (ie: was altered by the consumer in a way that made it a derivative), it would be problematic regardless of whether it was a ringtone or not.  But taking a chunk of a song and playing it on your phone isn&#8217;t a derivative work &#8211; you are not required to play an entire song every time you hit the play button, and you can play your existing CD, for example, in your house, car, boat or portable player.  Thus, Steve&#8217;s comments the other day don&#8217;t reflect the derivative work option.</p>
<p>In all, that means that you CAN create a ringtone from any song that you&#8217;ve already lawfully purchased/licensed.  Apple and iTunes are making the recoding industry happy to charge extra for something that isn&#8217;t required to pay extra for (at the moment).  This also lead to two possible ends to this story, both of which affect us in the software world:</p>
<p>1.  Apple is just getting away with what the consumer population will let them charge.  The average consumer doesn&#8217;t know the law &#8211; nor do they realize that they don&#8217;t actually have to pay to make a ringtone.  They&#8217;re paying for the feature in iTunes to make one more easily.  In the software world, this happens all the time, with vendors selling products based on &#8220;value&#8221; to the customer.  Fuzzy math at best.</p>
<p>2.  Apple is introducing a new licensing model for music &#8211; more restrictive than anything you&#8217;ve been exposed to in the past &#8211; licensed per consumer&#8217;s use (as opposed to commercial use, which is already restricted in this way).  As consumers, we will either have to manually manage these different licenses, or technology will come up to &#8220;help&#8221; &#8211; but &#8220;help&#8221; is a misnomer, as I don&#8217;t want help with losing rights I already had.</p>
<p>As before, the software world feels this already and it&#8217;s just getting worse.  License metrics are getting more and more restrictive &#8211; it&#8217;s now quite common to find double, triple and sometimes even quadruple license metric restrictions.  Be careful what you agree to &#8211; as you&#8217;re setting precedent for what the industry will do to everyone else.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/09/11/copyright-the-iphone-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letters of Intent</title>
		<link>http://www.licensinghandbook.com/2007/08/14/letters-of-intent/</link>
		<comments>http://www.licensinghandbook.com/2007/08/14/letters-of-intent/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 13:54:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract terms]]></category>
		<category><![CDATA[fees]]></category>
		<category><![CDATA[IP Indemnity]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[NDA]]></category>
		<category><![CDATA[negotiation]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=41</guid>
		<description><![CDATA[When was the last time that someone referred to you as the Order Prevention Department? Business folks tend to think that a contracts staff is only there to stop them from getting their next purchase. We know better, of course, but it doesn&#8217;t change the fact that we are constantly having to show value and [...]]]></description>
			<content:encoded><![CDATA[<p>When was the last time that someone referred to you as the Order Prevention Department?  Business folks tend to think that a contracts staff is only there to stop them from getting their next purchase.  We know better, of course, but it doesn&#8217;t change the fact that we are constantly having to show value and purpose to our existence in the fact of adversity.</p>
<p>Recently, I was engaged in the beginning of a deal that would end with the purchase of a large technology system.  The evaluation was done via an almost picture-perfect RFx process, spearheaded by a business owner who <em>knows</em> the value of a corporate contracts group and for whom I hold great respect.  As the selection process neared conclusion, the business got anxious.  They &#8220;needed&#8221; to start work immediately to meet their internal deadlines and thus wanted to do a&#8230;</p>
<p>&#8230; wait for it &#8230;</p>
<p>&#8230; bu, bum, baaaah&#8230;</p>
<p><strong>Letter of Intent</strong>!</p>
<p>I wanted to cry.  Here we were, humming along beautifully, and they wanted to derail it with a Letter of Intent (LoI).</p>
<p>Now, if you&#8217;ve never heard of a LoI, it is to a contract what a golf cart is to a car.  In other words, it might eventually get you to your destination, but without the protection afforded by an enclosed vehicle.  LoI&#8217;s are one of the banes of a contract negotiator&#8217;s existence &#8211; a poor excuse for a contract and they are sometimes seen as the easy way out to get a deal done quickly.</p>
<p>In the particular example above, the business wanted to use it as a bridge to get work started while we negotiated the full agreement.  Since LoIs take at least some time, there&#8217;s a choice to devote some effort to the LoI rather than review the full agreement.  Granted, the full contract will require MORE time, but I don&#8217;t think it outweighs the risks of the average LoI.</p>
<p>When confronted with a request to review a LoI (and when you can&#8217;t negotiate with the business to just forge ahead with the full agreement), then remember to at least lock down the following things:</p>
<p>1.  Term.  Place a limit on how long this interim agreement is going to last.  The shorter the term, the less the risk.</p>
<p>2.  Fee/Rate.  Clearly state the rate/fees and how they will be calculated.  A fixed fee is always best (and even better if that fee is $0.00).  If you really want to protect yourself, include a cap on the total amount of money that can be expensed under the LoI.  Remember always that a one-week engagement isn&#8217;t equal to only 40 hours &#8211; 2 resources = 80 hours, 3 resources = 120 hours.  Multiply against your listed hourly rate and you can see &#8220;small&#8221; agreement add up quickly.  Oh, and don&#8217;t forget about capping expenses, too.</p>
<p>3.  License.  If you&#8217;re getting access to software without a full license &#8211; <strong>WATCH OUT</strong>.  All of the standard license issues still apply (IP indemnification and virii for example).  Also remember that if for any reason the full agreement doesn&#8217;t get signed, it&#8217;s most likely that your license will terminate.</p>
<p>4.  Services.  Clarify ownership for anything created as a result of services performed.  What happens if the full agreement isn&#8217;t completed?  Do you lose ownership?  How about work that includes your confidential information?</p>
<p>5.  Warranty.  Depending on how long the LoI lasts, or how any deliverables are created and delivered, you may need/desire a warranty for those deliverables.</p>
<p>6.  Indemnification.  As mentioned above, and for deliverables/services, too, you will want to be indemnified in the event that the vendor uses something they don&#8217;t have the right to use in performing the work.  You will also want a general indemnification if the vendor is going to be onsite at your facilities in the interim term.</p>
<p>7.  Confidentiality.  Hopefully you&#8217;ve already completed a Non-Disclosure or Confidentiality Agreement with any vendor that you&#8217;re willing to use a LoI with &#8211; but if not, include your standard confidentiality language.</p>
<p>8.  Termination.  As with any other license or services agreement, include standard termination for breach language.  Make sure you also retain the ability to terminate the LoI at any time, for any reason.  It&#8217;s probably reasonable that you will have to pay for services performed up to the moment of termination, but don&#8217;t forget to tie it to ownership over work completed and paid for.</p>
<p>9.  Governing Law.  Fairly self-explanatory, but don&#8217;t forget to cover governing law.  And remove jurisdictional statements, just like always.</p>
<p>Oh, and to make matters even worse, each of the terms you negotiate in the LoI may change in the full agreement, as the risk you (or the vendor) are willing to tolerate in a short-term agreement may be drastically different than the risk you (or they) are willing to take in the long run.  The usual saving grace in all of this is that the vendor probably doesn&#8217;t want the LoI either &#8211; work together to make it palatable.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/08/14/letters-of-intent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take this EULA&#8230; and shove it!</title>
		<link>http://www.licensinghandbook.com/2007/06/05/take-this-eula-and-shove-it/</link>
		<comments>http://www.licensinghandbook.com/2007/06/05/take-this-eula-and-shove-it/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 13:54:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract format]]></category>
		<category><![CDATA[contract terms]]></category>
		<category><![CDATA[EULA]]></category>
		<category><![CDATA[IP Indemnity]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[negotiation]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=30</guid>
		<description><![CDATA[[Note: The following is an article written for Soft*Letter early this year. I got a few calls about EULAs the other day, and like NDA's, I felt they deserved a shout out. The article is a bit long and does cover some topics already discussed - the advice given herein is specifically for EULAs and [...]]]></description>
			<content:encoded><![CDATA[<p>[Note:  The following is an article written for Soft*Letter early this year.  I got a few calls about EULAs the other day, and like NDA's, I felt they deserved a shout out.  The article is a bit long and does cover some topics already discussed - the advice given herein is specifically for EULAs and is from the <em>customer's</em> perspective.]</p>
<p>Have you (or your sales team) ever gotten this call?</p>
<p>“Hi!  I’m Jeff from the contract management group at <em>yournextcustomer</em>.  I’m calling about the End User License Agreement (EULA) that your distributor would like us to agree to before purchasing your product.  I just have a few issues with it and want to know where to send a redline.”</p>
<p>Do you know what is happening or about to happen?  The call above is not fabricated, as it is a conversation I have personally started hundreds of times with a variety of software vendors over the last several years.  The companies I’ve worked for believe they are large enough to not have to agree to a one-sided contract and I was hired for the express purpose of negotiating a more favorable license agreement with each of our vendors.  Invariably, I start with the sales contact, get passed to management, and I usually end up with a contract more favorable to my company than it is to yours.</p>
<p>When I initiate the call, I am usually confident about two key things.  The first is that you want our business.  As a large buyer in a particular industry, you may want to leverage experience in that industry into more lucrative deals.  I count on the fact that you realize that an initial purchase is almost never the final purchase, and that getting your foot in the door with a negotiated agreement is better than no deal at all.  Secondly, and perhaps more importantly, I know that I can use that “want” of business to leverage you into using my template license agreement.  Truthfully, neither of these two facts will probably change.  You will still want your customer’s business and will still be willing to make concessions in order to reach that goal.  The important next detail, then, is an awareness of the various options available when a customer refuses to agree to your EULA.</p>
<p>Initially, you have three possible options, depending on your comfort level and pre-planning:  a) Offer the customer a negotiable Software License Agreement, b) Negotiate the terms of the EULA itself, or c) Use the customer’s template Software License Agreement.  Obviously, if possible, you would want to use option (a) first.  It’s probably longer than your EULA, but it also has probably been written in a way that would allow for some concessions to various terms and conditions.</p>
<p>Options (b) and (c), however, pose more difficult challenges.  EULA’s are now distributed to the customer by one of two main conduits, either as a click-through agreement or as a PDF,  sent prior to the sale or attached to the ordering document.  As a negotiator, I prefer to use an electronic form of the agreement, so having a word-processing document format would be advisable.  Using e-mail to send the document to your customer subtly tells the customer that you have a document from which you want to start and it opens the door for negotiation without agreeing to use the customer’s template.</p>
<p>Regardless of which document you end up negotiating, there are key license and other terms that you need to consider with respects to margin, liability and feasibility issues.  In essence, you need to evaluate the language with an eye to profitability, exposure and whether you can actually live up to the agreement.  Your answers to these issues, of course, are unique to your business, but the following sections are usually considered the most crucial to any software license and should be paid special attention.</p>
<p><strong>License Grant</strong><br />
While the nature of software licensing versus sales is beyond the scope of this article, suffice it to say that you will be granting your customer a set of rights to your software.  These rights can be as simple as the ability to use the product, and as complex as the ability to create and/or own derivative works from your product.  Additional considerations such as backup copies, location-based restrictions and other options results in your need to clearly understand what you want to allow your customers to do with your product and what rights they will need to accomplish their purpose for licensing.</p>
<p><strong>Warranty</strong><br />
In days of yore it was once common to see a one-year warranty.  More common now, however, is a short-term warranty of anywhere from 30 to 90 days.  The reduction in length is a function of the real purpose of a warranty, namely, to show to the customer that your product works as advertised. The complex nature of customer environments discourages software vendors from offering a longer term warranty, as the risk of issues increases the longer the product is installed.  On the other hand, most customers believe a warranty to act in the form of an insurance plan – a way to guaranty that the product continues to work over a longer period.</p>
<p>Customers also have a tendency to believe that warranties are the free version of maintenance or support services.  To their credit, this was a functionally accurate description until the late 1980s, when many software vendors started offering maintenance programs designed to provide long-term support and product updates.  Once the two types of help (at the time of installation versus in the future) were delineated, customers were often confused by the software vendor’s attempt to separate these concepts in the contract.</p>
<p>Today it is imperative that a warranty describe those things that you guaranty will never happen, and those things that will be fixed at no charge (for some limited period of time).  Amongst this list would be warranties that protect the customer against problems resulting from ownership issues, conformance to documentation, processing four-digit years and a warranty protecting the customer from the introduction of malicious code.</p>
<p><strong>Indemnification</strong><br />
When a customer licenses software, one of the last things they want to have to worry about is a situation where the software vendor does not have the right to license or is not the owner of the product licensed.  This scenario creates substantial financial liability that the customer believes they are paying the vendor to assume.  As a result, the concept of indemnification is used by vendors to promise to customers that they will be receiving an unencumbered license (based on the license grant as discussed above).  Indemnification obligations are most often a) limited to only cover the most recent version of a particular product, but b) offer unlimited financial protection to the customer (the cost of the product, attorney’s fees and any damages awarded to a true owner).  An EULA may offer little or no indemnification, but the desire by a customer to include an indemnification section should not come as a surprise to a software vendor.</p>
<p><strong>Confidentiality</strong><br />
Another common, but often overlooked provision is one detailing the confidential information of each party and the obligations the recipient of confidential information will have to the discloser.  Confidentiality terms should almost always be mutual.  Each side should have an identical obligation to the other side with respects to how they are going to treat information they receive.  Software would be included within the definition of confidential information for the vendor, whereas specifications, drawings and other work product might be information special to the customer.</p>
<p>There are five standard exclusions from protection: 1) information already known by the recipient, 2) information later received from someone not under a confidentiality agreement, 3) information put into the public domain, 4) information you’re later told by the discloser is no longer confidential, and 5) information required to be disclosed by a court of law (so long as recipient gives the discloser reasonable notice that they’re being compelled to provide confidential information).</p>
<p><strong>Term and Termination</strong><br />
Software license agreements are usually found to be either perpetual (license the software once and there are no additional license fees) or term-based (license the software for a set period of time and renew the license afterwards if still needed).  A third variety, the so-called “subscription model”, is essentially a term-based license for a set number of years and the license includes maintenance, support and upgrades.  There is a faction of attorneys and negotiators that are concerned about the perpetual model, and thus resort to a 99-year term license.  This is not a subscription, but a way to license the software well beyond its useful life.  When negotiating, watch for the conversion of a term-based license to a perpetual license and for the inclusion of maintenance, support and upgrades.</p>
<p>Termination is also a consideration, as most EULAs will have broad termination rights for the vendor.  It is not uncommon to have almost identical termination capabilities for both parties and to limit termination for cause to the breach of a party’s obligations.  Customers sometimes desire the ability to unilaterally terminate the agreement without cause (you can’t force a customer to use the product).  Vendors can usually accept this provision with the caveat that the licensee and/or maintenance fees for the current term still be paid as due under the agreement.</p>
<p><strong>Maintenance</strong><br />
Perpetual and term-based licenses are designed to allow continued use of a product over a long period of time.  In the meantime, the software vendor continues to develop their product line as well as provide support for the current products.  Customers are usually offered the ability to purchase maintenance as a way to obtain those newly-developed products without paying the entire licensing fee all over again, as well as to enable the vendor to offer help in the event of a problem.  Confusion sometimes happens when maintenance and/or support are separated into their component parts or when service capabilities are redefined to mesh with the customer’s needs.  Care must be taken to be sure that what is sold is actually able to be provided and that what is provided is going to satisfy the needs of the customer.</p>
<p>Converting an EULA into a fully-negotiated contract is not usually advised, as the level of risk involved in the transaction can increase proportionately to the changes in language. If you do not have a full Software License Agreement and you are selling a product for more than $15,000-$20,000 (either a single product or an average sale), it is advisable that you have one developed, as buyers of that quantity of product expect the ability to negotiate.  As starting the negotiation process from your preferred language is one goal of the EULA, maintain that advantage by developing a negotiable license as well.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/06/05/take-this-eula-and-shove-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo/Eval Agreements</title>
		<link>http://www.licensinghandbook.com/2007/05/08/demoeval-agreements/</link>
		<comments>http://www.licensinghandbook.com/2007/05/08/demoeval-agreements/#comments</comments>
		<pubDate>Tue, 08 May 2007 15:18:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract terms]]></category>
		<category><![CDATA[IP Indemnity]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[negotiation]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=26</guid>
		<description><![CDATA[Almost every large software purchase is predicated on the ability of the end user to review the product. When you&#8217;re buying something of that magnitude, it&#8217;s not unreasonable to have that testing time. But vendors don&#8217;t just deposit software at even their most favorite customer&#8217;s facility without assurance that the software is going to have [...]]]></description>
			<content:encoded><![CDATA[<p>Almost every large software purchase is predicated on the ability of the end user to review the product.  When you&#8217;re buying something of that magnitude, it&#8217;s not unreasonable to have that testing time.</p>
<p>But vendors don&#8217;t just deposit software at even their most favorite customer&#8217;s facility without assurance that the software is going to have some sort of contractual fence protecting it from release, abuse or misuse.  So the typical pattern for a customer to test software is a one-two contractual punch of a non-disclosure agreement (NDA) in addition to, or part of, an evaluation agreement.</p>
<p>We&#8217;ll talk NDA&#8217;s in the near future &#8211; today is about the eval.</p>
<p>Evaluation agreements (also called Demo Agreements) are used for GA software, not just software still in development or otherwise limited or restricted in some way.  So invariably, the contract presented is a repurposed software license&#8230; which does, actually, have the right type of terms and conditions necessary to effect the temporary relationship desired.</p>
<p>The problem, however, is that temporary relationships have a tendency to become permanent simply by inattentiveness.  And a contract that&#8217;s designed to be temporary has probably been given less review attention at the outset of the relationship.  Which means that a long-term eval/demo agreement is essentially a possible perpetual license agreement.  Combining the lesser review attention with the possibility of perpetuality, and you get a bad deal from the customer perspective.</p>
<p>The fix, of course, is diligence.  Remember that each interaction between vendor and customer has the chance to last much longer than originally intended&#8230; the chance to apply to things never initially considered.  And it is for this reason that many contract professionals have a negative visceral reaction to eval or demo agreements.  The business people believe that it&#8217;s <em>&#8220;just a demo&#8221;</em>, and the contracts folks know that it can become so much more.</p>
<p>When reviewing an eval agreement, the most effective solution is to place a termination date in the agreement itself.  This will cut short the demo/evaluation process (which the business folks must be aware of), but it will at least prevent the eval from becoming the more permanent software license for the purchased product.  Of course, this doesn&#8217;t stop someone from amending the agreement to make it last longer, but at least there&#8217;s the chance that the someone will also at least ask the question of why there was termination for the eval in the first place.</p>
<p>If you have the time or wherewithal, evals should be reviewed in as much depth as any other normal software license agreement.  This allows you the flexibility to slip into a longer term relationship without worry about the terms and conditions of the underlying agreement (and without additional review/negotiation time/expense).  But it does require a more extensive up-front investment of time, which is often problematic for organizations that don&#8217;t have a lot of contract reviewing staff or are paying outside counsel for time to review agreements that might never lead to a  purchase.</p>
<p>Oh, and by the way, <strong>NEVER</strong> accept any type of eval agreement without the same IP Indemnification clause you would get in any other software license.  If you&#8217;re going to install the software at your organization, you need the same protections that you&#8217;d need from purchased software.  Arguments from the vendor that the customer is not paying for the software and is thus not eligible for protection should not be paid any attention.</p>
<p>Whatever the solution that is right for you, just remember that the eval is just as binding as any other agreement&#8230; the term &#8220;eval&#8221; isn&#8217;t meant to describe the agreement.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/05/08/demoeval-agreements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Wha?</title>
		<link>http://www.licensinghandbook.com/2007/04/25/open-wha/</link>
		<comments>http://www.licensinghandbook.com/2007/04/25/open-wha/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 04:01:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[IP Indemnity]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=24</guid>
		<description><![CDATA[[OK... my bad... things got a bit busy yesterday.] I live in Raleigh, NC &#8211; home to RedHat Software. Most of you have heard of RedHat as a result of their linux offering. But more than that, almost everyone has heard of RedHat because they sell free software. Initially, this was absolutely dumbfounding, confusing even [...]]]></description>
			<content:encoded><![CDATA[<p>[OK... my bad... things got a bit busy yesterday.]</p>
<p>I live in Raleigh, NC &#8211; home to RedHat Software.  Most of you have heard of RedHat as a result of their linux offering.  But more than that, almost everyone has heard of RedHat because they <strong>sell</strong> free software.  Initially, this was absolutely dumbfounding, confusing even seasoned contract negotiators with the world&#8217;s first broad introduction to the concept of free software, also known as open source software.</p>
<p>[Let's clear something up just in case there are still any misunderstandings.  "Free" software, is not actually free.  The term "free" is meant to refer to <em>access</em> to the source code, not to financial costs.  As a result, it's better to use the term "open source" when talking about this access.]</p>
<p>Open source software, then, is based on the idea that the <em>source code</em> would be provided along with the object code at no additional charge.  In other words, you still end up BUYING the object code, but you get the source for free and a license to make changes (and distribute the source code per the constraints of the license if you make said changes).</p>
<p>But all of this open distribution leads to an absence of definitive liability.  The result is that if you have licensed open source products for use in an enterprise environment, you can have problems with indemnification, warranty, and other &#8220;missing&#8221; traditional contract terms.  So the trick is to understand the scope of the open source usage in your environment in conjunction with the license provided.  This  obviously can become a large issue.</p>
<p>Additionally, there are currently more then 50 &#8220;accepted&#8221; open source standard agreements.  Each one is unique in some form or fashion &#8211; and thus each one provides at least a small difference in terms of the rights and obligations apportioned.  The net effect is that each of these licenses has to be read very carefully.  Any vendor looking to use open source software (and any customer looking to use a vendor who uses open source software) needs to read, re-read, and triple-re-read the license to understand the specifics of what is provided, what has to remain &#8220;open&#8221; in the future and what kinds of protections you have in the event of a problem.  At the end of the day, then, what you have is a completely custom software license that has to be read with a fine-tooth comb.  <strong>DO NOT TAKE THE USE OF OPEN SOURCE SOFTWARE IN VENDOR PRODUCTS LIGHTLY!!!</strong></p>
<p><a href="http://www.dobetterdeals.com">ICN</a> offers a slew of conferences and presentations on a variety of contracting and negotiation topics.  In June, the <a href="http://www.dobetterdeals.com/tpc/index.html">Technology Procurement Conference</a> in Chicago will offer attendees the chance to deep-dive into technology contracting-related topics in a series of 3-hour sessions.  It sounds like one of the topics for this conference is going to be on Open Source procurement.  Check it out (especially since I&#8217;m going to be there as a presenter)!</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/04/25/open-wha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assigning Software Licenses</title>
		<link>http://www.licensinghandbook.com/2007/03/21/assigning-software-licenses/</link>
		<comments>http://www.licensinghandbook.com/2007/03/21/assigning-software-licenses/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 03:50:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[contract terms]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=18</guid>
		<description><![CDATA[Last week, we discussed Assignment, primarily as it relates to services-type work and the issues that come up in that particular arena. This time, we&#8217;ll add additional complexity by dealing with software license assignment. [Note: the term "assignment" is used with respects to rights and the term "delegate" is used with respects to obligations. I [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, we discussed Assignment, primarily as it relates to services-type work and the issues that come up in that particular arena.  This time, we&#8217;ll add additional complexity by dealing with software license assignment.</p>
<p>[Note: the term "assignment" is used with respects to rights and the term "delegate" is used with respects to obligations.  I will use the term "assign" or "assignment" through this post for both, but when drafting actual contract language, keep both terms in mind.]</p>
<p>Recall that assignment is the redirection of all or some contractual right(s).  Template language in most agreements prevents unilateral assignment, usually requiring the permission of the non-acting party to complete the act.  For services-type work, it&#8217;s fairly common for subcontractors to do bits and pieces of larger agreements&#8230; and prime contractors do have a tendency to disappear sometimes.  But when you deal with software assignments, the game changes.  A lot.</p>
<p>Assignments with respects to software manifest normally in ASP and SaaS relationships.  As discussed in this blog before, a service provider relationship for software works by allowing the service provider to have some sort of right to host the software.  In some cases, this is done with assignment language, allowing the licensee to grant a service provider the right to host the software on behalf of the licensee during the ASP relationship.  With SaaS vendors, however, this right is part of the license itself, as the vendor <strong>is</strong> the service provider.</p>
<p>Assignments of <em>all</em> rights, however, get a bit more sticky.  Software vendors price and license their products based on the perceived customer value that the software brings to that particular customer.  The vendors, however, can&#8217;t know this value explicitly, so they guess and create a price they feel is reasonable and one that will be paid by the licensee.  Again, as discussed previously, we&#8217;ve seen that licensing metrics are used as a way to calculate that value.</p>
<p>A customer who assigns all of their rights to another party can mess up this calculation, especially where site-based or enterprise-type licenses are involved.  The problem can most easily be illustrated by imagining a licensee with 1000 employees in a single geographic location obtaining an &#8220;enterprise license&#8221; to a particular software product.  They&#8217;re charged a fee, created by the vendor, based on the number of employees at the time of the initial license grant &#8211; and based on an estimate of how large the company will grow over time.  This wasn&#8217;t usually a problem.  Until companies began merging like wildfire.</p>
<p>Today, that same 1000 person company could be acquired by a 10,000 person company.  If the assignment language isn&#8217;t written appropriately with this in mind, the software vendor may have unwittingly granted an enterprise license that is now for 11,000 people rather than 1,000.  As a result, language in software licensing is now adjusted by software vendors to remove the ability to assign (and fewer enterprise licensing schemes are used, too).</p>
<p>But customers do sometimes need the relatively-automatic ability to assign a contract as a result of a merger, acquisition or other transfer of ownership of the organization.  Most contract boilerplate language allows for this.  Software vendors who are granting site or enterprise licenses, however, should continue to remember that this could lead to the example situation above.  Therefore, take the time to perhaps create a &#8220;carve-out&#8221; whereby an assignment due to this type of transfer would convert the license to a set number of users&#8230; or to a very specific geographic location.  This still allows for the assignment, but doesn&#8217;t open the software usage floodgates.</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/03/21/assigning-software-licenses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>License Metrics</title>
		<link>http://www.licensinghandbook.com/2007/02/20/license-metrics/</link>
		<comments>http://www.licensinghandbook.com/2007/02/20/license-metrics/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 23:46:00 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[contract terms]]></category>
		<category><![CDATA[license grant]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://licensinghandbook.com/?p=14</guid>
		<description><![CDATA[Technology is a wonderful thing. As a gadget geek myself, I love the latest tech toys. But some of the latest and greatest inventions have had a less-than-positive impact on software licensing. As you might have guessed, multi-processors and/or multi-core processors have tossed a wrench into traditional CPU-based licensing. Software vendors decide how to license [...]]]></description>
			<content:encoded><![CDATA[<p>Technology is a wonderful thing.  As a gadget geek myself, I love the latest tech toys.  But some of the latest and greatest inventions have had a less-than-positive impact on software licensing.  As you might have guessed, multi-processors and/or multi-core processors have tossed a wrench into traditional CPU-based licensing.</p>
<p>Software vendors decide how to license their products based on the estimated value the product will have to the licensee.  For mainframe products specifically, and a few others as well, CPU-based licensing has been an easy way to calculate that value.  The speed/type of the processor determines the quantity of processing power, thus the amount of processing cycles that can be utilized by the licensed software.  So software vendors licensed the product based on the number of CPUs the licensee would want to use to power the software.</p>
<p>This was actually quite an easy metric to choose, both for the vendor and the customer.  Easy to track/count by both groups, CPU-based licensing is not affected by fluctuations in users, helping the customer.  On the flip-side, vendors could very easily manage a relatively small number of CPUs (usually monitored by CPU serial number), too.</p>
<p>The problem with CPU-based licensing, however, is that until recently, neither vendors NOR customers anticipated multiple processors or cores on a single chip.  So once introduced, vendors predictably argued that each processor/core counted as an individual CPU, and customer obviously argued that a single CHIP was an individual CPU.  This fundamental difference is a clear example of how contract definitions can prevent problems, as virtually no software license contained an adequate definition to resolve the definitional dispute.</p>
<p>To compound issues, consider the fact that many of these licenses are perpetual with annual maintenance contracts.  If there is a lack of clarity with respects to the definition of a CPU, not only do the parties not have a way to know how many copies of the product are authorized to be used, but it also makes the computation of maintenance dollars unclear, too.</p>
<p>It is now imperative that CPU-based software licenses contain a clear and obvious definition with respects to what constitutes a CPU.  Oh, and did I mention virtualization?  <img src='http://www.licensinghandbook.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   What do your licenses say?</p>
<div class="blogger-post-footer">
<p><em><br />
The Licensing Handbook Blog is the companion site to the <a href="http://www.lulu.com/commerce/index.php?fBuyContent=1512652">Software Licensing Handbook</a>. Covering a licensing topic every Tuesday, I attempt to offer advice, add humor and sometimes even a bit of wit to a practice that most people find abhorrent &#8211; namely, reading a contract from start to finish.<br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.licensinghandbook.com/2007/02/20/license-metrics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

