<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Recording Industry Announces Lawsuits Against Music Sharers');

// 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: Monday, September 8, 2003</h4>
<h1>Recording Industry Announces Lawsuits Against Music Sharers</h1>
<h2>Electronic Frontier Foundation Warning on "Amnesty" Program</h2>
<p>
San Francisco - The Recording Industry Association of
America (RIAA) today filed 261 lawsuits against people who
allegedly shared copyrighted music online. The RIAA
announced plans to sue more file-sharers and introduced an
"amnesty" program available only to file-sharers who the
RIAA has not yet identified or sued.</p>
<p>
The lawsuits come in the wake of more than 1600 subpoenas
the RIAA filed in recent weeks, seeking the identities of
file-sharers who allegedly downloaded a "substantial amount"
of copyrighted works. The RIAA claims that the music fans
have engaged in illegal direct copyright infringement.</p>
<p>
"More lawsuits is not the answer. Does anyone think that
suing 60 million American file-sharers is going to motivate
them to buy more CDs?" said EFF Staff Attorney Wendy
Seltzer. "File sharing networks represent the greatest
library of music in history, and music fans would be happy
to pay for access to it, if only the recording industry
would let them."</p>
<p>
Under the amnesty program, dubbed the "Clean Slate Program,"
the RIAA claims files-sharers can avoid lawsuits if they
sign a declaration pledging that they will delete all
copyrighted music files from their hard drives and mp3
players and never again share or download music illegally.
The amnesty program is only available to people who the
RIAA has not yet sued or subpoenaed.</p>

<p>"The RIAA has offered \'sham-nesty,\' not amnesty, for those
sharing music online," explained EFF Staff Attorney Jason
Schultz. "The recording industry wants file-sharers to
confess guilt, while leaving these music fans vulnerable to
lawsuits from record companies and music publishers and
bands like Metallica that control independent music
rights."</p>
<p>
The Electronic Frontier Foundation has maintained that
the recording industry should offer file-sharers a real
amnesty program, for example, an opportunity to pay a
reasonable monthly fee for to access the music they love
using file-sharing software.</p>

<h3>Links:</h3>
<ul>
<li><a href="http://eff.org/share/">EFF Let the Music Play Campaign</a></li>

<li><a href="http://eff.org/IP/P2P/howto-notgetsued.php"> How Not to Get Sued by the RIAA</a></li>
</ul>

<h3>Contact:</h3>

<p>
Wendy Seltzer<br />
&nbsp;&nbsp;Staff Attorney<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;wendy@eff.org<br />
</p>

<p>
Jason Schultz<br />
&nbsp;&nbsp;Staff Attorney<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;jason@eff.org<br />
</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
http://www.eff.org/
</p>


</div>
';

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

?>
