<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Johansen Verdict Appealed by Norwegian Prosecutors (January 20, 2003)');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
//$smarty->assign('breadcrumb','true');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

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

$featureContent = '
<div id="featuretext">
<h4>For Immediate Release: Monday, January 20, 2003</h4>

<h1>Johansen Verdict Appealed by Norwegian Prosecutors</h1>

<h2>Electronic Frontier Foundation Defends Viewing Own DVDs</h2>


<h4>Electronic Frontier Foundation Media Advisory</h4>





<p>
<em>Oslo, Norway</em> - Norwegian government prosecutors today
submitted an appeal of the case against Jon Johansen, a
teenager who again faces criminal charges for helping to
write and publish a DVD descrambling program. Johansen used
the program called DeCSS to watch his own DVDs on his Linux
computer.
</p>

<p>
Johansen\'s attorney Halvor Manshaus, of the lawfirm Schj&oslash;dt
AS, provided the following statement:
</p>

<p>
"It is correct that the prosecution has decided to appeal
the court ruling in this case. This is not unexpected, as
the prosecution has flagged this as a case of principle
interest. The appeals court, Borgarting lagmannsrett, may
decide not to grant the appeal, as there is a screening
principle for criminal cases. If the appeal is granted, this
means that there will be full proceedings before the appeal
court on all aspects of the case, i.e. both factual evidence
and legal arguments. I am positive with regard to the final
outcome of the case."
</p>

<p>
"The lower court ruled unanimously that Johansen did not
violate Norwegian law," said Electronic Frontier Foundation
(EFF) Executive Director Shari Steele. "Johansen did not
violate any copyrights and Norway doesn\'t have a Digital
Millennium Copyright Act that could prevent DVD owners from
viewing their own DVDs on their own computers as we have
here in the United States."
</p>

<h3>Links:</h3>
<p>
For this advisory:<br />
<a href="http://www.eff.org/IP/Video/DeCSS_prosecutions/Johansen_DeCSS_case/20030120_eff_pr.php">http://www.eff.org/IP/Video/DeCSS_prosecutions/Johansen_DeCSS_case/20030120_eff_pr.php</a>
</p>

<p>
More on the Johansen case:<br />
<a href="http://www.eff.org/IP/Video/DeCSS_prosecutions/Johansen_DeCSS_case/">http://www.eff.org/IP/Video/DeCSS_prosecutions/Johansen_DeCSS_case/</a>
</p>

<p>
Information on related DVD CCA cases:<br />
<a href="http://www.eff.org/IP/Video/DVDCCA_case/">http://www.eff.org/IP/Video/DVDCCA_case/</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>

<h3>Contact:</h3>

<p style="margin-bottom:0px;">
Shari Steele</p>
<div class="contactinfo"  style="padding-top:0px; margin-bottom:0xp; margin-top:0px; margin-left:15px;">
  Executive Director<br />
  Electronic Frontier Foundation<br />
  <a href="mailto:ssteele@eff.org">ssteele@eff.org</a><br />
  +1 415 436-9333 x103
  </div>

<br />
<p style="margin-bottom:0px;">
Halvor Manshaus</p>
<div class="contactinfo"  style="padding-top:0px; margin-bottom:0xp; margin-top:0px; margin-left:15px;">
  Attorney<br />
  Advokatfirmaet Schj&oslash;dt AS<br />
  <a href="mailto:halvor.manshaus@schjodt.no">halvor.manshaus@schjodt.no</a><br />
  +47 22 018800
  </div>

</div>
';

global $REQUEST_URI;
$smarty->assign('featureContent',$featureContent);
$smarty->display('pr.tpl',$REQUEST_URI);

?>
