<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','EFF Secures Protection for ReplayTV Clients');

// 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, January 9, 2004</h4>
<h1>EFF Secures Protection for ReplayTV Clients</h1>
<h2>Hollywood Promises Not to Sue Consumer Plaintiffs</h2>
<h4>Electronic Frontier Foundation Media Advisory</h4>


<p>San Francisco - A federal court today ruled to end a case
brought by five ReplayTV digital video recorder (DVR) owners
after 28 entertainment companies promised not to sue them
for copyright infringement for using the "commercial
advance" or "send show" features of their DVRs.</p>

<p>"Skipping commercials is not illegal and neither is sending
television shows from your home to your office, as one of
our clients does," said EFF Staff Attorney Gwen Hinze.
"We\'re pleased that we were able to protect our clients
against unjustifiable copyright claims for exercising their
fair use rights."</p>

<p>"This may be first time that the entertainment companies
have backed down from a claim of copyright liability," added
Cindy Cohn, EFF\'s Legal Director.  "Consumers deserve the
full benefits of the digital revolution and specious
copyright claims should not stand in their way."</p>

<p>EFF brought the case on behalf of the five plaintiffs in
June of 2002 after the entertainment companies sued the
creators of ReplayTV arguing that the device infringes their
copyrights because it allows consumers to skip commercials
and send recorded programs from one device to another.
Responding to the lawsuit and to claims by a top industry
executive that people who skip commercials are "thieves,"
EFF asked the court for a declaratory ruling that using the
DVR to skip commercials and send shows between devices is
fair use.</p>

<p>EFF had asked the court to give affirmative relief to all
owners of ReplayTV DVRs with the "commercial advance" and
"send show" features.  The court declined to do so on the
grounds that the entertainment companies promised not to sue
here and had indicated no intention to sue any of the other
owners.  The court did, however, leave open the possibility
of relief in the event that the entertainment companies
change their position and seek to sue owners of ReplayTV
DVRs.</p>

<p>Assisting EFF in this litigation were Ira P. Rothken of San Rafael and Richard R. Wiebe of San Francisco.</p>

<h3>Links:</h3>
<ul>
	<li><a href="http://www.eff.org/IP/Video/Newmark_v_Turner/20040109_eff_pr.php">Replay TV Users Seek Class Action in "Digital Betamax" Case</a>
	<li><a href="http://www.eff.org/IP/Video/Newmark_v_Turner/">Newmark et
al. v. Turner et al case archive</a></li>
</ul>

<h3>Contact:</h3>
<p>Gwen Hinze<br />
   &nbsp;&nbsp;Staff Attorney<br />
   &nbsp;&nbsp;Electronic Frontier Foundation<br />
   &nbsp;&nbsp;<a href="mailto:gwen&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">gwen&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</a></p>

<p>Cindy Cohn<br />
   &nbsp;&nbsp;Legal Director<br />
   &nbsp;&nbsp;Electronic Frontier Foundation<br />
   &nbsp;&nbsp;<a href="mailto:cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">cindy&#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></p>
</div>
';

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

?>
