<?php

include("eff_setup2.php");
$smarty = new EFFSmarty;
$smarty->assign('title','Breaking News');
$smarty->assign('pressblog','true');
$smarty->caching = false;

$content = <<<EOT

<div id="featuretext">


<br />
<div id="menu">
<a href="http://www.eff.org/news/archives/2003_08.php">&laquo; August 2003 Archives</a> |

<a href="http://www.eff.org/news/">Current Breaking News</a>
| <a href="http://www.eff.org/news/archives/2003_10.php">October 2003 &raquo;</a>

</div>




<br /><hr size=1>
<h2 class="date">September 29, 2003</h2>


<div class="blogbody">
<a name="000486"></a>
<h3 class="title">RIAA Finds Few Takers for Shamnesty</h3>

<p>The Recording Industry Association of America today announced that 838 of the 60 million Americans who file-share have accepted its "Clean Slate" offer.  "At such a paltry uptake rate, the RIAA program looks more like a blank slate," says EFF Staff Attorney Wendy Seltzer.</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_09.php#000486">12:18 PM</a>
	</div>

</div>



<br /><hr size=1>
<h2 class="date">September 28, 2003</h2>


<div class="blogbody">
<a name="000485"></a>
<h3 class="title">EFF Supports the Benjamin Franklin True Patriot Act</h3>

<p>EFF applauds the introduction last week of legislation that would repeal USA PATRIOT Act provisions that threaten citizens' privacy rights.  The Benjamin Franklin True Patriot Act (HR 3171), introduced by Congressman Dennis Kucinich along with 20 Congressional cosponsors, would repeal more than ten sections of USA PATRIOT, including those authorizing "sneak & peek" searches, surveillance of Internet activites without probable cause, and warrantless searches of library, medical and financial records.</p>

<p>"The USA PATRIOT Act, passed immediately after the September 11th attacks with practically no debate, represented a severe blow to our civil liberties," said EFF Attorney and Equal Justice Works Fellow Kevin Bankston.  "The Benjamin Franklin True Patriot Act offers Congress the opportunity to undo the damage that was done then, and take back the broad surveillance powers it so hastily granted to the Justice Department in 2001."</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_09.php#000485">11:17 AM</a>
	</div>

</div>



<br /><hr size=1>
<h2 class="date">September 16, 2003</h2>


<div class="blogbody">
<a name="000466"></a>
<h3 class="title">Verisign's "Sitefinder" Harms Internet</h3>

<p>Internet services company Verisign, which controls portions of the Domain Name System (DNS), has abruptly implemented <A HREF="http://www.verisign.com/resources/gd/sitefinder/implementation.pdf">a scheme</A> in which people who mistakenly enter a non-existent domain name are redirected to Verisign advertising.  This move has shocked and outraged network administrators.</p>

<p>"Verisign's unilateral action harms the Internet," said EFF Staff Technologist Seth Schoen.  "It interferes with the delivery of e-mail, causes security software to malfunction, and creates extreme confusion for Internet users.  This is a brazen abuse of Versign's power as .com and .net operator."</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_09.php#000466">11:42 AM</a>
	</div>

</div>



<br /><hr size=1>
<h2 class="date">September 02, 2003</h2>


<div class="blogbody">
<a name="000460"></a>
<h3 class="title">EFF Comment on DMCA Garage Door Opener Ruling</h3>

<p>A federal district court in Chicago has <a href="http://www.eff.org/Cases/Chamberlain_v_Skylink/skylink_summary_judgement.pdf">rejected</a> an effort by garage door opener vendor Chamberlain to use the DMCA to ban its competitor, Skylink, from selling replacement "clickers" for Chamberlain openers.</p>

<p> "The Court properly rejected Chamberlain's <a href="/Cases/Chamberlain_v_Skylink/skylink_summary_judgement.pdf">use of the DMCA</a> (PDF) to lock people out of their own garages," said EFF Attorney Gwen Hinze.  "If I buy a Chamberlain garage door opener, I have the authority to open my garage any way I please."</p>



<div class="posted">
	Posted at <a href="http://www.eff.org/news/archives/2003_09.php#000460">12:28 PM</a>
	</div>

</div>


</div>
EOT;


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

?>