<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','DVD Descrambling Code Not a Trade Secret');

// 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>Electronic Frontier Foundation Media Advisory</h4>
<h1>DVD Descrambling Code Not a Trade Secret</h1>

<h2>DVD CCA Surrenders in Bunner DVD Descrambling Case</h2>
<h4>For Immediate Release: Thursday, January 22, 2004</h4>

<p>San Jose, California - In a surprising retreat today, the
consortium of entertainment and technology companies known
as DVD CCA is seeking dismissal of a lawsuit against Andrew
Bunner, a republisher of a computer program created to allow
movie lovers to play their DVDs on computers running the
Linux operating system.</p>

<p>DVD CCA effectively gave up a multi-year effort to have the
republication of the program, called DeCSS, declared a
violation of trade secret laws.</p>

<p>"DeCSS has been available on hundreds if not thousands of
websites for 4 years now," said EFF Legal Director Cindy
Cohn. "We\'re pleased that the DVD CCA has finally stopped
attempting to deny the obvious: DeCSS is not a secret."</p>

<p>The California Supreme Court last year ruled that one could
apply preliminary restraint on publication of a computer
program only in very narrow circumstances. DVD CCA sued
Bunner along with hundreds of people, including some T-shirt
manufacturers.</p>

<h3>Links:</h3>
<ul>
	<li><a href="http://www.eff.org/IP/Video/DVDCCA_case/">DVD CCA v.
Bunner case archive</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="mailto:cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;">cindy&#64;&#101;&#102;&#102;&#46;&#111;&#114;&#103;</a></p>

<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>

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

?>
