';
// _('An introduction text ... (summarizing, explaining the core principles, and why this license was chosen).');
echo '' . sprintf(_r('You can get more information about our licensing policy %shere.'),
'') . '
';
$unofficial_translation = array_shift($prepared_license_strings);
$patents_warning = array_pop($prepared_license_strings);
if($locale != 'en') {
echo sprintf('<%s>' . $unofficial_translation[0] . '%s>' . PHP_EOL, $unofficial_translation[1], $unofficial_translation[1]);
}
echo ' ';
foreach($prepared_license_strings as $string) {
echo sprintf('<%s>' . $string[0] . '%s>' . PHP_EOL, $string[1], $string[1]);
}
_g('Warning about patents', null, 'h2');
$patents = str_replace('http://www.mp3licensing.com', '
www.mp3licensing.com', $patents_warning[0]);
echo '
' . $patents . '
' . PHP_EOL;
?>