<?php

include("eff_setup2.php");
$smarty = new EFFSmarty;
$smarty->assign('title','Grey Tuesday');
$smarty->assign('breadcrumb','true');
$issue = array("IP" => "/IP/");
$smarty->assign('issue',$issue);
//$smarty->assign('cc',"false");

$content  = '

<div id="featuretext">
<h1>Grey Tuesday: A Quick Overview of the Legal Terrain</h1>

<p><strong>Note:</strong> This is not legal advice. Consult with an attorney with respect  
to your own circumstances before acting on this, or anything else you  
read on the Internet.</p>

<p>The <a href="http://djdangermouse.com/">Grey Album</a> and the <a  
href="http://www.greytuesday.org/">Grey Tuesday protest</a> have been  
extensively chronicled. This page is intended to explain some of the  
basic copyright law principles involved.</p>

<h2>Background</h2>

<p>First, it\'s important to understand that there are at least 4, and  
maybe 5, "rights-holders" potentially involved:</p>

<ol>
  <li>Owners of the rights to the sound recording ("master") for the  Beatles\' White Album. That\'s <a href"http://www.emigroup.com/">EMI</a>.</li>

  <li>Owners of the rights to the musical works (songs or  "compositions") that appear on the Beatles\' White Album. For the Lennon  and McCartney songs, that appears to be <a href="http://www.mtv.com/news/articles/1484938/02102004/jay_z.jhtml">Sony Music/ATV Publishing</a>, a joint venture between  Michael Jackson and Sony. It\'s unclear who owns the rights to the  George Harrison songs.</li>

  <li>Owners of the rights to the sound recording for Jay-Z\'s Black  Album. </li>

  <li>Owners of the rights to the musical works that appear on  
Jay-Z\'s Black Album. </li>

  <li>And, possibly, the owner of the rights to the Grey Album  
(presumably DJ Danger Mouse). </li>
</ol>

<p>As of March 5, 2004, EMI has sent cease and desist letters to  
those who are posting the Grey Album as part of the Grey Tuesday online  
protest, and Sony/ATV has sent a DMCA <a href="http://chillingeffects.org/dmca512/faq.cgi#QID130">"takedown" notice</a> to at least <a href="http://illegal-art.org/audio/sony_response.html">one ISP</a>.</p>

<h2>Does EMI have a case?</h2>

<p>There is no <a href="http://www.copyright.gov/circs/circ56.html">federal copyright  
protection</a> for sound recordings made before 1972. Because the White  
Album was released in 1968, it appears that EMI has no federal  
copyright rights in the sound recording. Some record labels have argued  
that "digital remastering" creates a new work, protected under federal  
copyright laws. There don\'t appear to be any cases supporting this  
view, however, where a simple transfer to CD is involved.
</p>
<p>
Because federal copyright law does not protect the sound recording of  
the White Album, the usual federal copyright law remedies (statutory  
damages up to $150,000 per work infringed, relaxed standards for  
preliminary injunctions, attorneys fees) also do not apply.
</p>
<p>
State laws, however, may protect sound recordings made before 1972.  
Many states have their own copyright laws or may apply common law  
doctrines to protect sound recordings from misappropriation. The rights  
and remedies are likely to vary from state to state.
</p>

<h2>Does Sony/ATV have a case?</h2>

<p>Sony/ATV appears to control the rights to the Lennon-McCartney compositions (the songs, as opposed to the particular recordings on the White Album) that appear on the White Album. Musical compositions (also known as musical works) were protected by federal copyright law when Lennon and McCartney composed the songs on the White Album.</p>

<p>Sony/ATV will have at least two hurdles to overcome in order to prove a federal copyright infringement case against Grey Tuesday protesters. </p>

<p>First, Sony/ATV will have to show that the samples used in the Grey Album took enough to infringe the rights in the Lennon-McCartney compositions. In <a href="http://www.ca9.uscourts.gov/ca9/newopinions.nsf/38D1DF2306D7CD8C88256DD4005CF20B/$file/0255983.pdf?openelement">Newton v. Diamond</a>, the Ninth Circuit held that the use of a small snippet of a particular composition, even where sampled and looped repeatedly throughout a track, does not infringe the underlying composition unless it takes a substantial portion of it. The court described this as a question of fragmented literal similarity: "Fragmented literal similarity exists where the defendant copies of portion of the plaintiff\'s work exactly or nearly exactly, without appropriating the work\'s overall essence or structure." Consequently, Sony/ATV will have to persuade a court that the Grey Album songs appropriated a <b>substantial</b> portion of each of the Lennon-McCartney compositions that they claim have been infringed.</p>

<p>Second, Sony/ATV will have to overcome any fair use defense offered by the Grey Tuesday protesters. As discussed below, the protesters may have a persuasive fair use argument.</p> 

<h2>Are the Grey Tuesday protesters protected by fair use?</h2>

<p>Fair use generally refers to the federal copyright law exception  
contained in <a href="http://www.copyright.gov/title17/92chap1.html#107">Section  
107</a> of the Copyright Act. </p>

<p>Because the sound recording of White Album is not protectible under federal copyright law, as discussed above, fair use is not directly applicable to any claims by EMI. State courts, however, are likely to look at federal fair use  
principles, as well as general principles of "equity" (i.e., fairness),  
in applying state law doctrines. </p>

<p>The fair use doctrine would directly apply, however, to any federal copyright infringement claims brought by Sony/ATV relating to the Lennon-McCartney compositions. In order to evaluate a fair use defense, a court generally looks at four factors:</p>

<ol> <li> the purpose and character of the use, <br>
<li> the nature of the copyrighted work, <br>
<li> the amount and substantiality of the portion used, and <br>
<li> the effect of the use on the potential market for or value of the copyrighted work. <br></ol>
<p>These four factors are not exclusive; a court is entitled to look at other relevant factors, as well.</p>

<p>There are a number of characteristics of the Grey Tuesday protest that would likely weigh in favor of those who post the Grey Album:</p>

<ol>
  <li>the posting of the Grey Album is for a noncommercial  
purpose;</li>
  <li>downloads of the Grey Album do not substitute for purchases of  
the White Album or other recordings of the Lennon-McCartney songs on the album;</li>
  <li>a copyright owner is unlikely to license a work for use in a protest that is critical of the copyright owner itself;</li>
  <li>the Grey Album is a transformative use of the White Album, not  
a wholesale copy; and</li>
  <li>the posting of the Grey Album is intended as part of a  
commentary on the use of copyright law to stymie new kinds of musical  
creativity.</li>
</ol>

<p>Because fair use demands a case-by-case consideration of the particular facts surrounding any defendant, and because there is little case law addressing a situation like the one presented by Grey Tuesday, it is difficult to predict the outcome of any particular case. It is clear, however, that Grey Tuesday protesters have a credible fair use defense to any copyright claim by Sony/ATV.</p>
</div>

';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
