-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Zookeeper Online | ||
* | ||
* @author Jim Mason <[email protected]> | ||
* @copyright Copyright (C) 1997-2019 Jim Mason <[email protected]> | ||
* @copyright Copyright (C) 1997-2020 Jim Mason <[email protected]> | ||
* @link https://zookeeper.ibinx.com/ | ||
* @license GPL-3.0 | ||
* | ||
|
@@ -221,15 +221,15 @@ protected function emitBody($dispatcher) { | |
</DIV> | ||
<DIV CLASS="footer"> | ||
<?php echo Engine::param('copyright'); ?><BR> | ||
<A HREF="#about">Zookeeper Online © 1997-2019 J Mason. All rights reserved.</A> | ||
<A HREF="#about">Zookeeper Online © 1997-2020 J Mason. All rights reserved.</A> | ||
</DIV> | ||
</DIV> | ||
<DIV CLASS="lightbox" ID="about"> | ||
<DIV CLASS="lightbox-modal"> | ||
<DIV CLASS="close"><A HREF="#">[x]</A></DIV> | ||
<DIV CLASS="body"> | ||
<P class="title">Zookeeper Online version <?php echo Engine::VERSION; ?></P> | ||
<P>Zookeeper Online © 1997-2019 J Mason <[email protected]></P> | ||
<P>Zookeeper Online © 1997-2020 J Mason <[email protected]></P> | ||
<P>This program is free software; you are welcome to redistribute it | ||
under certain conditions. See the <A HREF="LICENSE.md" TARGET="_blank">LICENSE</A> | ||
for details.</P> | ||
|