diff -Nur --no-dereference e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/cgi.pm e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/cgi.pm --- e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2016-02-05 17:44:12.000000000 -0500 +++ e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2021-04-19 23:18:23.807000000 -0400 @@ -148,7 +148,7 @@ } # the -CLASS thing gets sent as a body class, not in the header print $q->start_html (-TITLE => 'SME Server server manager', - -META => {'copyright' => 'Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc.'}, + -META => {'copyright' => 'Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc.'}, -SCRIPT => "$script", -CLASS => "$bodyStyle", -STYLE => { @@ -181,7 +181,7 @@ ($q->hr ({-CLASS => "sme-copyrightbar"}), $q->div ({-CLASS => "sme-copyright"}, "SME Server server ${release}
" . - "Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc..
" . + "Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc..
" . "All rights reserved.") ); diff -Nur --no-dereference e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/console.pm e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console.pm --- e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/console.pm 2021-04-19 23:16:24.165000000 -0400 +++ e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console.pm 2021-04-19 23:19:32.486000000 -0400 @@ -215,7 +215,7 @@ sprintf("%-33s%45s", ($db->get_prop('sysconfig', 'ProductName') || "SME Server") . " " . ($db->get_prop('sysconfig', 'ReleaseVersion') || "UNKNOWN"), - "Copyright (C) 1999-2006 Mitel Corporation" + "Copyright (C) 1999-2006 Mitel Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc." ); }