<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Recording Industry Plans "Amnesty" for 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: Friday, September 5, 2003</h4>
<h1>Recording Industry Plans "Amnesty" for Music Sharers</h1>
<h2>Electronic Frontier Foundation Says Share, Get Artists Paid</h2>
<h4>Electronic Frontier Foundation Media Advisory</h4>

<p>
San Francisco - Numerous news sources, including Billboard
and Associated Press, have reported since yesterday that the
Recording Industry Association of America (RIAA) will
announce an "amnesty" program for people who are sharing
music files online perhaps as early as next week.
</p>

<p>
"Rather than demanding that 60 million people sharing music
files turn themselves in with a so-called \'amnesty\' program,
the recording industry should take this opportunity to make
file-sharing legal in exchange for a reasonable fee," said
Electronic Frontier Foundation (EFF) Staff Attorney Wendy
Seltzer. "Stepping into the spotlight to admit your guilt is
probably not a sensible course for most people sharing music
files online, especially since the RIAA doesn\'t control many
potential sources of lawsuits."
</p>

<p>
EFF will continue to monitor developments and will post
information on its website regarding the RIAA "amnesty"
program as details become available.
</p>

<h3>Links:</h3>
<ul>
<li><a href="http://www.eff.org/share/amnesty.php">Why the RIAA\'s
"Amnesty" Offer is a Sham</a></li>

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

?>
