1 |
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 |
2 |
--- e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2016-02-05 17:44:12.000000000 -0500 |
3 |
+++ e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/cgi.pm 2021-04-19 23:18:23.807000000 -0400 |
4 |
@@ -148,7 +148,7 @@ |
5 |
} |
6 |
# the -CLASS thing gets sent as a body class, not in the header |
7 |
print $q->start_html (-TITLE => 'SME Server server manager', |
8 |
- -META => {'copyright' => 'Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc.'}, |
9 |
+ -META => {'copyright' => 'Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc.'}, |
10 |
-SCRIPT => "$script", |
11 |
-CLASS => "$bodyStyle", |
12 |
-STYLE => { |
13 |
@@ -181,7 +181,7 @@ |
14 |
($q->hr ({-CLASS => "sme-copyrightbar"}), |
15 |
$q->div ({-CLASS => "sme-copyright"}, |
16 |
"SME Server server ${release}<BR>" . |
17 |
- "Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) 2014 Koozali Foundation, Inc..<BR>" . |
18 |
+ "Copyright 1999-2006 Mitel Networks Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc..<BR>" . |
19 |
"All rights reserved.") |
20 |
); |
21 |
|
22 |
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 |
23 |
--- e-smith-lib-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/console.pm 2021-04-19 23:16:24.165000000 -0400 |
24 |
+++ e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console.pm 2021-04-19 23:19:32.486000000 -0400 |
25 |
@@ -215,7 +215,7 @@ |
26 |
sprintf("%-33s%45s", |
27 |
($db->get_prop('sysconfig', 'ProductName') || "SME Server") . " " . |
28 |
($db->get_prop('sysconfig', 'ReleaseVersion') || "UNKNOWN"), |
29 |
- "Copyright (C) 1999-2006 Mitel Corporation" |
30 |
+ "Copyright (C) 1999-2006 Mitel Corporation, Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc." |
31 |
); |
32 |
} |
33 |
|