diff -ruN e-smith-lib-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/cgi.pm e-smith-lib-2.4.0/root/usr/share/perl5/vendor_perl/esmith/cgi.pm --- e-smith-lib-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2008-08-20 14:23:20.000000000 -0700 +++ e-smith-lib-2.4.0/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2014-02-02 21:17:47.000000000 -0800 @@ -147,9 +147,8 @@ $bodyStyle = "main" } # the -CLASS thing gets sent as a body class, not in the header - print $q->start_html (-TITLE => 'Mitel Networks server manager', - -AUTHOR => 'bugs@e-smith.com', - -META => {'copyright' => 'Copyright 1999-2005 Mitel Networks Corporation'}, + print $q->start_html (-TITLE => 'SME Server server manager', + -META => {'copyright' => 'Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc.'}, -SCRIPT => "$script", -CLASS => "$bodyStyle", -STYLE => { @@ -181,8 +180,8 @@ print $q->p ($q->hr ({-CLASS => "sme-copyrightbar"}), $q->div ({-CLASS => "sme-copyright"}, - "Mitel Networks server ${release}
" . - "Copyright 1999-2003 Mitel Networks Corporation.
" . + "SME Server server ${release}
" . + "Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc..
" . "All rights reserved.") );