    $OUT .= "Portions of the underlying code are copyrighted by contribs.org,<BR>";
    $OUT .= "RedHat, Mitel, and under the GPL and GNU licenses.<BR>";

    use Locale::gettext;
    use esmith::I18N;
    my $i18n = esmith::I18N->new();
    $i18n->setLocale('foot.tmpl', $i18n->preferredLanguage());
    $OUT .= gettext("All rights are reserved by their respective owners.");
    $OUT;
  \}

