// To have the Copyright window work in your module just fill the following
// required information and then copy the file "copyright.php" into your
// module's directory. It's all, as easy as it sounds ;)
// NOTE: in $download_location PLEASE give the direct download link to the file!!!
$author_name = "Don Grabowski";
$author_email = "";
$author_homepage = "http://ecomjunk.com";
$license = "GNU/GPL";
$download_location = "http://ecomjunk.com";
$module_version = "0.9.3";
$module_description = "WebMail facility for registered users with configurable number of mailboxes, address book and many more. Translations, SQL abstraction layer, attachments security issues, HTML cleanup and many cosmetic changes has been made by <a href=\"http://phpnuke.org\" target=\"new\">Francisco Burzi</a>";
// DO NOT TOUCH THE FOLLOWING COPYRIGHT CODE. YOU'RE JUST ALLOWED TO CHANGE YOUR "OWN"
// MODULE'S DATA (SEE ABOVE) SO THE SYSTEM CAN BE ABLE TO SHOW THE COPYRIGHT NOTICE
// FOR YOUR MODULE/ADDON. PLAY FAIR WITH THE PEOPLE THAT WORKED CODING WHAT YOU USE!!
// YOU ARE NOT ALLOWED TO MODIFY ANYTHING ELSE THAN THE ABOVE REQUIRED INFORMATION.
// AND YOU ARE NOT ALLOWED TO DELETE THIS FILE NOR TO CHANGE ANYTHING FROM THIS FILE IF
// YOU'RE NOT THIS MODULE'S AUTHOR.
function show_copyright() {
global $author_name, $author_email, $author_homepage, $license, $download_location, $module_version, $module_description;
if ($author_name == "") { $author_name = "N/A"; }
if ($author_email == "") { $author_email = "N/A"; }
if ($author_homepage == "") { $author_homepage = "N/A"; }
if ($license == "") { $license = "N/A"; }
if ($download_location == "") { $download_location = "N/A"; }
if ($module_version == "") { $module_version = "N/A"; }
if ($module_description == "") { $module_description = "N/A"; }