<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Win for Makers of Morpheus Peer-to-Peer Software!');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

$smarty->assign('issue',$issue);

$content  = '
			<div id="featuretext">
<h4>For Immediate Release: Friday, April 25, 2003</h4>

<h1>Win for Makers of Morpheus Peer-to-Peer Software!</h1>
<h2>Court Rejects Entertainment Industry Copyright Claims</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>
<em>Los Angeles, CA</em> - A federal judge ruled today that companies
providing peer-to-peer (P2P) file sharing software cannot
be held liable for copyright infringement by users of the
software. 
</p>

<p>The ruling is a striking victory for the makers of the
Morpheus and Grokster software products. In the court\'s
words:</p>

<p>"Grokster and Streamcast [the company that provides
Morpheus software] are not significantly different from
companies that sell home video recorders or copy machines,
both of which can be and are used to infringe copyrights."</p>

<p>"We believe the Morpheus case is about technology, not
piracy, and today the court agreed, making it clear that
technology companies are not responsible for every misuse
of the tools they make," noted Electronic Frontier
Foundation (EFF) Senior Intellectual Property Attorney
Fred von Lohmann. "Today\'s ruling reaffirms the Supreme
Court\'s landmark decision in the Sony Betamax case."</p>

<p>EFF represents Streamcast in the case.</p>

<p>"Hollywood sought to control what innovators can make
available to consumers," added EFF Legal Director
Cindy Cohn. "This ruling makes clear that technology
companies can provide general purpose tools without fear
of copyright liability."</p>

<p>"Over 61 million Americans use peer-to-peer systems -- more
than voted for our President," added EFF Executive Director
Shari Steele. "It\'s time we found a way to ensure that
artists get paid without killing off this tremendous new
technology." </p>

<h3>Links:</h3>

<p>
For this release:<br />

<a href="http://www.eff.org/IP/P2P/MGM_v_Grokster/030425_morpheus_win_pr.php">http://www.eff.org/IP/P2P/MGM_v_Grokster/030425_morpheus_win_pr.php</a>
</p>

<p>For the decision:<br />
<a href="http://www.eff.org/IP/P2P/MGM_v_Grokster/030425_order_on_motions.php">http://www.eff.org/IP/P2P/MGM_v_Grokster/030425_order_on_motions.php</a></p>

<h3>Contact:</h3>

<p>

Fred von Lohmann<br />
&nbsp;&nbsp;Senior Intellectual Property Attorney<br />

&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:fred@eff.org">fred@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x123 (office)

</p>

<p>

Cindy Cohn<br />
&nbsp;&nbsp;Legal Director<br />

&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:cindy@eff.org">cindy@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x108 (office)

</p>


<h3>About EFF:</h3>

<p>

The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most linked-to
websites in the world at
<a href="http://www.eff.org/">http://www.eff.org/</a>
</p>
			</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
