From 54c2d68f6f323ba7e47c298d7043eac29093290e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Jul 2018 13:13:44 +0200 Subject: change copyright notice to always include all authors --- buildmaster/build-list.php | 2 +- buildmaster/status.php | 2 +- lib/style.php | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 4a1ecff..1b4466f 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -376,4 +376,4 @@ foreach($rows as $row) { Erich Eckner."); +print_footer(); diff --git a/buildmaster/status.php b/buildmaster/status.php index 64b9f06..5a844c8 100644 --- a/buildmaster/status.php +++ b/buildmaster/status.php @@ -47,4 +47,4 @@ if (isset($last_return)) if (isset($last_return)) print " latest package move was on " . $last_moved . ".
\n"; -print_footer("Copyright © 2018 Erich Eckner."); +print_footer(); diff --git a/lib/style.php b/lib/style.php index a8a0396..375feb8 100644 --- a/lib/style.php +++ b/lib/style.php @@ -41,15 +41,12 @@ function print_header($title) { show_warning_on_offline_slave(); } -function print_footer($copyright = "Copyright © 2002-2018 Judd Vinet and Aaron Griffin.") { +function print_footer() { ?>