<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>A freely licensed adventure &#187; Licenses</title>
	<atom:link href="http://blogs.law.harvard.edu/keito/category/licenses/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.law.harvard.edu/keito</link>
	<description>Exploring free licenses and their practical uses</description>
	<lastBuildDate>Wed, 09 Jan 2008 04:43:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
		<item>
		<title>The Public Domain</title>
		<link>http://blogs.law.harvard.edu/keito/2008/01/08/the-public-domain/</link>
		<comments>http://blogs.law.harvard.edu/keito/2008/01/08/the-public-domain/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 04:43:57 +0000</pubDate>
		<dc:creator>keito</dc:creator>
				<category><![CDATA[Licenses]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/keito/2008/01/08/the-public-domain/</guid>
		<description><![CDATA[An increasing number of contributions made on the Internet today are released into the public domain. Basically this means that the author disowns any copyright on the material, allowing it to be copied, modified, and redistributed for any purpose (including commercial purposes) without the author’s permission.
Once a work is released into the public domain, it [...]]]></description>
			<content:encoded><![CDATA[<p>An increasing number of contributions made on the Internet today are released into the public domain. Basically this means that the author disowns any copyright on the material, allowing it to be copied, modified, and redistributed for any purpose (including commercial purposes) without the author’s permission.</p>
<p>Once a work is released into the public domain, it is essentially out there for anybody to use for whatever purpose – there’s no need to get permission, follow attribution guidelines, or pay royalties. The flip side is that the original author no longer has any rights over the released work – even if the work is resold and ends up making a fortune, for example, the original author can receive no recourse for it.</p>
<p>What, then, is the appeal of the public domain that results in so many people releasing works into the public domain in recent years? Part of the reason is similar to the reason why free licenses are so popular today: licenses are becoming increasingly more visible on the Internet, and furthermore, organizations such as the Creative Commons and the Free Software Foundation have devised ways in which licensing becomes no longer an issue exclusively for law professionals but for the average Internet user too.</p>
<p>What is the legal backing behind releasing works into the public domain? Basically, the public domain constitutes anything that isn&#8217;t copyrighted: works in this category include formerly copyrighted works that have passed their copyright expiration date (which depends entirely on the country), works that were created before copyright was created, and works that were never in copyright (certain government-created materials, and materials that the creator released into the public domain). It depends on country to country whether releasing one&#8217;s work into the public domain is actually codified or not. In many countries, including the United States, releasing works into the public domain itself is not codified, and is instead treated as an abandonment of property (since copyright is automatically assigned under the Berne Convention) under common law.</p>
<p>Public domain is basically the most radical copyleft license there is; the author reserves no right to it the licensed work, and licensees are free to do whatever they wish with the work, whether that involves plain copying, modification, or redistribution, for profit or otherwise. The number of Internet users subscribing to a copyleft approach as radical as this is still very low. This is completely logical, as users will feel less well compensated by a public domain work than, say, a work licensed under the only slightly less radical Creative Commons Attribution license.</p>
<p>Because of this, I do not feel that there is any specific need to press for authors to release their works into the public domain. It is far more important to encourage more individuals, and more organizations and companies, to use a license that offers real freedoms (as do the Creative Commons licenses), but still offer the copyright owner some protection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/keito/2008/01/08/the-public-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Free software licenses</title>
		<link>http://blogs.law.harvard.edu/keito/2008/01/07/free-software-licenses/</link>
		<comments>http://blogs.law.harvard.edu/keito/2008/01/07/free-software-licenses/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 03:56:16 +0000</pubDate>
		<dc:creator>keito</dc:creator>
				<category><![CDATA[Licenses]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/keito/2008/01/07/free-software-licenses/</guid>
		<description><![CDATA[Of course, Wikipedia articles, blog entries, and photos aren’t the only thing that can be freely licensed. What really kicked off the free license movement was the introduction of free software licenses. The most famous may be the GNU General Public License (GPL), which is the license under which a large portion of the Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Of course, Wikipedia articles, blog entries, and photos aren’t the only thing that can be freely licensed. What really kicked off the free license movement was the introduction of free software licenses. The most famous may be the GNU General Public License (GPL), which is the license under which a large portion of the Linux operating system is available.</p>
<p>Created and maintained by Richard Stallman and the Free Software Foundation, the same organization that maintains the GFDL, the GPL allows licensees to freely distribute copies and modifications provided a number of requirements are followed. One major restriction is that any derivatives or verbatim copies must be licensed under the GPL too (the GPL has a viral clause, similar in spirit to the GFDL). This means that companies cannot take free software, make a few modifications to it, and then re-release it as proprietary software. Another restriction is related to patents. The GPL forbids licensees from putting patents on GPL-licensed software, citing the fact that “any free program is threatened constantly by software patents.”</p>
<p>The last restriction, which is perhaps the most important, is that all licensees of the software must be given access to the source code. Licensees must either receive the source code along with the compiled version of the software, be able to request it and receive it from the developers for at least three years, or be given an Internet link where they can download the code (perhaps the most oft-used approach).</p>
<p>What’s interesting is the way in which the GPL makes itself enforceable. Because users of free software do not sign licenses (and often are not even given the opportunity to click the click-wrap “I agree” buttons that are common in proprietary software), it is very plausible for a user to say that they did not see the license when they started using the software. The GPL notes this, saying, “You are not required to accept this License, since you have not signed it.” (§ 5) However, it goes on to note “nothing else grants you permission to modify or distribute the Program” and that any modifications or redistribution imply that the licensee has read and accepted the license.</p>
<p>This is interesting in that it notes two layers of rights: the default layer, which is restricted by law, disallowing any modification or redistribution of the software, and the GPL layer, the one with many of those restrictions waived. The GPL layer comes into existence only when the licensee has read and accepted the license; therefore, if anybody claims not to have read the GPL but engages in any redistribution or modification that would have been allowed under the GPL, they would simply be breaking the copyright laws present in the default layer.</p>
<p>The GPL is not the only popular free software license. Many others exist, including the MIT License. The MIT License, developed at the Massachusetts Institute of Technology, is even “freer” than the GPL: it allows licensees to create derivatives and license them in any way, including for profit.</p>
<p>The choice of whether to use the GPL, or an even freer license, such as the MIT license, is not one to be taken lightly: if the developer creates a product licensed under the MIT license, and later decides to reuse some portion of the code in a commercial product, he or she risks having competitors who have the same code and who can also resell their derivatives if they want. With the GPL, this is avoided – all licensed copies cannot be sold for profit, but the developer still has the right to use the code in any way he or she wants.</p>
<p>That is the beauty of free software licenses: while giving users and other developers new freedoms that were unheard of back when proprietary software was the only paradigm, they still manage to protect developers and their right to be compensated for their hard work. Many developers see the beauty in this, and decide to license their software under a free license, bringing us today to a world in which almost anything – from enterprise-level database software to the core software that powers our phones – is available gratis.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/keito/2008/01/07/free-software-licenses/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Photo Sharing and Creative Commons</title>
		<link>http://blogs.law.harvard.edu/keito/2008/01/06/photo-sharing-and-creative-commons/</link>
		<comments>http://blogs.law.harvard.edu/keito/2008/01/06/photo-sharing-and-creative-commons/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 17:59:22 +0000</pubDate>
		<dc:creator>keito</dc:creator>
				<category><![CDATA[Licenses]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/keito/2008/01/06/photo-sharing-and-creative-commons/</guid>
		<description><![CDATA[Countless websites have sprung up that allow users to upload their photos and other artwork to a website where they may be viewed by visitors from around the world. Some of these sites, including Wikimedia Commons (a media repository for Wikipedia and its sister projects) and Flickr (a popular photo sharing site), allow users to [...]]]></description>
			<content:encoded><![CDATA[<p>Countless websites have sprung up that allow users to upload their photos and other artwork to a website where they may be viewed by visitors from around the world. Some of these sites, including Wikimedia Commons (a media repository for Wikipedia and its sister projects) and Flickr (a popular photo sharing site), allow users to license their uploads under one of several free licenses; others, such as Facebook (surprisingly or not, one of the most popular websites for photo sharing in the United States), have taken a dimmer approach to free licensing.</p>
<p>Photos are no different from texts in that they have an automatic copyright; however, I think they&#8217;re also different in that very good photographs can often be sold for a price (unlike, say, a contribution to a blog or an article on Wikipedia). This means that photographers are sometimes reluctant to give away rights to their photos as easily as their text contributions.</p>
<p>Despite this, however, there are a huge number of images on Flickr and the Wikimedia Commons that are licensed under lenient free licenses. In the case of the Wikimedia Commons, a free license is required &#8212; all media that are not licensed under the Creative Commons, GFDL, or a similar free license are deleted. Still, it&#8217;s amazing that so many people have licensed their photos and other artistic creations under free licenses that may even allow others sell their work for profit.</p>
<p>Part of the reason, I think, is the relative ease-of-use of the licenses, as I mentioned in a prior post. But some of it is thanks to these websites, who have made it incredibly easy for users to license their contributions under a free license. Users uploading images to the Wikimedia Commons are presented with a selection box that allows them to select a license of their choice; on Flickr, while the default license is &#8220;All rights reserved&#8221; (i.e., no free license at all), it is a matter of a few clicks to go into the preferences screen and change the default license for all past and/or future uploads.</p>
<p>Flickr default license selection screen:<br />
<img src="http://blogs.law.harvard.edu/keito/files/2008/01/flickrupload.png" alt="Flickr default license selection screen" /></p>
<p>Wikimedia Commons upload interface with license selection:<br />
<img src="http://blogs.law.harvard.edu/keito/files/2008/01/commonsupload.png" alt="Wikimedia Commons upload (license selection) screen" /></p>
<p>Compared to the relative &#8220;automaticness&#8221; of Wikipedia&#8217;s GFDL licensing, both of these websites make the user explicitly choose to license their media under a free license. Even then, freely licensed media are available in abundance &#8212; all this can only mean that the free licensing movement has caught on among the regular Internet crowd, even among those who would not have been interested in licenses before.</p>
<p>All of this is not without its downsides, though. There will always be companies that take such freely licensed media from the Internet (much of which is of sufficient quality to be used in professional settings) and use it for their own profit. While this is explicitly allowed under the free licenses that many of these media are licensed under, it has and will most definitely continue to generate controversy when it happens.</p>
<p>One particular example is of Virgin Mobile and Flickr. In 2007, Virgin Mobile used several freely licensed (specifically, CC-BY licensed) images from Flickr in their advertising campaign. Virgin duly attributed the images, printing in fine text the URLs of the Flickr profiles of the original photographers. So far, so good. The problem was with <a href="http://flickr.com/photos/sesh00/515961023/">one of their posters</a> that used a freely licensed image with a picture of a girl, Alison Chang, in it.</p>
<p>The problem ultimately was that although Flickr had every right to use the photo itself in their advertising campaign (as they had attributed it), they did not have the right to use Chang&#8217;s likeness in their campaign without a model release. Even worse, the poster&#8217;s tagline, &#8220;Dump Your Pen Friend,&#8221; is clearly derogatory and insulting to Chang.</p>
<p>In the end, Chang and the photographer sued Virgin Mobile, and surprisingly, the Creative Commons organization because &#8220;as the creator of [the CC-BY license], they have an obligation to define it succinctly.&#8221; It will be interesting to see what happens with this lawsuit. While it seems that Virgin Mobile appears to have committed some privacy violations (wholly unrelated to copyright), the plight of Creative Commons seems to be less easy to predict. I would guess that Creative Commons has no obligation to specify each and everything that licensees may do with CC-licensed content. Considering that CC is a free license that deals with <strong>copyright</strong> issues, those using the licenses should consider other issues, such as privacy and using the likeness of people, in parallel with copyright. Creative Commons should not be held liable for organizations and other entities that fail to do their due diligence in this regard.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/keito/2008/01/06/photo-sharing-and-creative-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>The Creative Commons licenses</title>
		<link>http://blogs.law.harvard.edu/keito/2008/01/01/the-creative-commons-licenses/</link>
		<comments>http://blogs.law.harvard.edu/keito/2008/01/01/the-creative-commons-licenses/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 21:33:54 +0000</pubDate>
		<dc:creator>keito</dc:creator>
				<category><![CDATA[Licenses]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/keito/2008/01/01/the-creative-commons-licenses/</guid>
		<description><![CDATA[The Creative Commons family of licenses, created and administered by the Creative Commons organization founded by Lawrence Lessig, is a suite of licenses designed for easy use by both amateur and professional content creators around the world.
The Creative Commons licenses allow a great deal of freedom to modify, reuse, and redistribute content. Content creators can [...]]]></description>
			<content:encoded><![CDATA[<p>The Creative Commons family of licenses, created and administered by the Creative Commons organization founded by Lawrence Lessig, is a suite of licenses designed for easy use by both amateur and professional content creators around the world.</p>
<p>The Creative Commons licenses allow a great deal of freedom to modify, reuse, and redistribute content. Content creators can put a number of restrictions, or a combination on them, on their licenses. The restrictions are:</p>
<ul>
<li><strong>Attribution</strong> (BY) &#8211; Any copies must cite the original author</li>
<li><strong>Share-Alike</strong> (SA) &#8211; Any copies must be shared under the same license as the original</li>
<li><strong>No Derivatives</strong> (ND) &#8211; No derivatives must be made; all redistributed copies must be verbatim copies of the original</li>
<li><strong>Non-Commercial</strong> (NC) &#8211; Derivatives or copies must not be made for commercial purposes</li>
</ul>
<p>The entire number of combinations is 2^4 = 16; however, since the Share-Alike and No-Derivatives flags are mutually exclusive, four of those are invalid, and the last combination, no restrictions at all, is tantamount to releasing your content under the public domain, so is not a valid Creative Commons license. Also, licenses that do not have the Attribution clause used to exist, but have been phased out due to lack of demand.</p>
<p>Using these combinations, one can create the eleven Creative Commons licenses, which are named after their abbreviated restrictions: CC-BY-SA 3.0, for example. (3.0 is the version of the Creative Commons license; version 3.0 is the latest as of now.) Incidentally, this blog is licensed under the CC-BY-SA 3.0 license. That is, any derivatives or redistributions must be licensed under the same CC-BY-SA license, and must be attributed back to me.</p>
<p>The sheer power of the Creative Commons license comes partly from this &#8212; the ease of use with which content owners can license their content. You don&#8217;t need a law degree when licensing your content under these licenses; Creative Commons provides a clean, easy-to-use interface on <a href="http://creativecommons.org/">their website</a> that allows you to pick and match licenses according to your needs, and provides &#8220;human-readable&#8221; license deeds detailing, in very plain and simple language, the freedoms accorded by each Creative Commons license.</p>
<p>The Creative Commons licenses also have very high visibility on the Internet today. Not only are their icons professional-looking and recognizable from a distance, the sheer number of websites and services using their licenses is staggering. Some major users of Creative Commons include Flickr, the Wikimedia Commons, MIT OpenCourseWare, and soon Wikipedia. Furthermore, many service providers set Creative Commons as their default license (Blogger and even the Berkman Center&#8217;s blogging platform), coercing users who otherwise do not know or care about licenses to license their content under a Creative Commons license.</p>
<p>The advent of Creative Commons licenses is a welcome development for the open source community. More and more people are being introduced to the free licensing movement, and even large companies (including Microsoft with parts of its MSDN specifications and its MSDN Wiki) have begun to embrace this as well, further escalating this move. It&#8217;s reassuring to have one license framework that everybody can rely on and trust, and the stability and expertise of the Creative Commons organization can only help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/keito/2008/01/01/the-creative-commons-licenses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>The GNU Free Documentation License</title>
		<link>http://blogs.law.harvard.edu/keito/2007/12/24/the-gfdl/</link>
		<comments>http://blogs.law.harvard.edu/keito/2007/12/24/the-gfdl/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 14:48:11 +0000</pubDate>
		<dc:creator>keito</dc:creator>
				<category><![CDATA[Licenses]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/keito/2007/12/24/the-gfdl/</guid>
		<description><![CDATA[The GNU Free Documentation License, or the GFDL, is a free license probably best known for being the license used by Wikipedia. It was designed by the Free Software Foundation, which is the parent body of the GNU Project (including Linux) and other famous licenses such as the GNU General Public License (GPL).
The GFDL was [...]]]></description>
			<content:encoded><![CDATA[<p>The GNU Free Documentation License, or the GFDL, is a free license probably best known for being the license used by Wikipedia. It was designed by the <a href="http://www.fsf.org/">Free Software Foundation</a>, which is the parent body of the GNU Project (including Linux) and other famous licenses such as the GNU General Public License (GPL).</p>
<p>The GFDL was originally designed for licensing software documentation for free software products. As the Preamble states, the license was developed &#8220;because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does.&#8221; However, the license goes on to state that the license can be used for other, more general documents (such as Wikipedia).</p>
<p>In a nutshell, the GFDL offers licensees the ability to &#8220;copy and distribute the [work] in any medium, either commercially or noncommercially,&#8221; and allows licensees to modify that work and redistribute it &#8212; provided that the derivative work be made available under the same terms as the original. The GFDL shares this viral quality with the GNU GPL, the other major license that the Free Software Foundation provides. This locks modifiers and distributors into the same licensing scheme; you can&#8217;t, for example, take a GFDL-licensed work, make a derivative, and release it for non-commercial use only.</p>
<p>One controversial aspect of the GFDL is that it provides provisions for &#8220;Secondary Sections&#8221; (basically, any sections in the work that describes the author or publisher&#8217;s connection to the work). These sections may not be modified in any resulting derivatives, and are called <em>invariant sections</em>. (If they are modified, the resulting copies must be redistributed under a different title). Secondary sections usually include documents detailing the philosophy of the original author (in the GFDL-licensed Emacs manual, for example, it is a lengthy section in the form of a Manifesto). Apparently this was written into the GFDL so that subsequent authors of documentation, who were sometimes in violation of the original philosophies as stipulated by the original author, would not be able to change the original manifestations thereof.</p>
<p>Another more practical problem of the GFDL is its full license text provision. Any distribution of GFDL-licensed material is required to include a copyright notice as well as the full text of the GNU Free Documentation License, which, when printed on US Letter size paper, is almost 8 pages long. Not only is this a problem, for example, when reprinting a GFDL work in a book, it&#8217;s an even bigger problem when all you need to do is redistribute one small image for inclusion in, say, a magazine.</p>
<p>Although it&#8217;s still rather rare for GFDL-licensed content to appear in print, the full license text provision of the GFDL has already led to some unwieldiness. For example, on Wikibooks, a Wikipedia sister project that collaboratively writes GFDL-licensed books instead of an encyclopedia, completed books are often distributed in PDF form. PDF such as <a href="http://upload.wikimedia.org/wikibooks/en/d/d8/Solar_System.pdf">these</a> come with an 8-page appendix with the GFDL license text, complete with a paragraph on &#8220;How to use this License for your documents.&#8221;</p>
<p>While this is all well and good for spreading the GFDL, it leads to wasted paper and frankly, it looks rather unprofessional to have all this stuck to the back of a book. The GFDL still has a sense of the Unix geek ethos &#8212; the war they&#8217;re fighting is more guerilla than anything professional.</p>
<p>There are, however, alternatives to the GFDL that provide much of its liberties as well as its protections. A very good example of this is the Creative Commons licenses, specifically the Creative Commons Attribution Share-Alike (CC-BY-SA) license. In the next post I&#8217;ll cover Wikipedia and its relationship to the GFDL, and then go on to cover the Creative Commons licenses.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/keito/2007/12/24/the-gfdl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
