<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Court Endorses Ban on DVD Copy Technology');

// 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/");

//Creative Commons - If you need to turn OFF the CC license, set cc = false
//$smarty->assign('cc',"false");

$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">

<h4>For Immediate Release: Friday, February 20, 2004</h4>


<h1>Court Endorses Ban on DVD Copy Technology</h1>

<h2>Electronic Frontier Foundation Urges Digital Copyright Law
Reform</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>San Francisco - Consumers suffered a setback to their
digital rights today when a California federal court sided
with the major motion picture studios in ruling that a
company creating tools people can use to make backup copies
of their DVDs is liable under copyright law. Citing the
Digital Millennium Copyright Act (DMCA), the court ordered
321 Studios, creator of DVD backup tools, to stop selling
its DVD Copy Plus and DVD-X COPY products within seven days.
321 Studios is likely to appeal the ruling.</P>

<p>321 Studios\' software has been tremendously popular,
especially with parents who have learned through experience
with their children that DVDs are much more fragile than VHS
tapes. The court acknowledged that consumers are using the
321 Studios software to make backup copies of DVDs, to
assist in viewing works in the public domain, and to make
fair uses. In its ruling, the court did not recognize the
damage to these legal uses, stating: "...the downstream uses
of the software by the customers of 321, whether legal or
illegal, are not relevant to determining whether 321 itself
is violating the statute."</p>

<p>"In passing the DMCA, Congress certainly did not intend to
eliminate all consumer copying," said EFF Legal Director
Cindy Cohn. "This court\'s reading of the statute in the 321
Studios case allows a ban on any tool that enables consumers
to copy their DVDs."</p>

<p>"The great popularity of 321 Studios\' products demonstrates
a legitimate consumer desire to use DVDs with the same
rights they have had with earlier technologies," added EFF
Senior Intellectual Property Attorney Fred von Lohmann. "The
court decision in the 321 Studios case underscores the need
for DMCA reform as proposed in the Boucher-Doolittle and
Lofgren bills."</p>

<h3>Links:</h3>

<ul>

	<li><a href="http://www.eff.org/IP/DMCA/MGM_v_321Studios/">321 Studios case archive</a></li>

	<li><a href="http://action.eff.org/action/index.asp?step=2&item=2224">EFF action alert on Boucher-Doolittle bill</a></li>

	<li><a href="http://action.eff.org/action/index.asp?step=2&item=2225">EFF action alert on Lofgren bill</a></li>
</ul>

<h3>Contact:</h3>

<p>Cindy Cohn<br />
   &nbsp;&nbsp; Legal Director<br />
   &nbsp;&nbsp; Electronic Frontier Foundation<br />
   &nbsp;&nbsp; <a href="cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</a></p>

<p>Fred von Lohmann<br />
   &nbsp;&nbsp; Senior Intellectual Property Attorney<br />
   &nbsp;&nbsp; Electronic Frontier Foundation<br />
   &nbsp;&nbsp; <a href="fred&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">fred&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</a></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>

<h3>About 321 Studios:</h3>

<p>321 Studios provides software tools to help consumers
protect their investment in digital media, and is the
leading provider of DVD backup, recovery and creation
software. Founded in 2001, 321 Studios offers a wide range
of titles including the phenomenally successful DVD Movie
backup titles DVD Copy Plus, DVD X Copy XPRESS, DVD X Copy
GOLD, among others. With the success of its DVD software,
321 Studios has become one of the fastest growing software
companies in the world. The company is privately
headquartered in St. Louis, Missouri, with distributors and
sales offices throughout Asia-Pacific, Europe and the United
States. For more information, please visit
<a href="http://www.321studios.com/">http://www.321studios.com/</a>
<a href="http://www.dvdxcopy.com/">http://www.dvdxcopy.com/</a></p>
</div>
';

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

?>
