diff options
author | Nozomi Anzai | 2010-07-22 05:04:29 +0000 |
---|---|---|
committer | Nozomi Anzai | 2010-07-22 05:04:29 +0000 |
commit | 6e679bf6cf2f02c53888b267bcb13a046c863475 (patch) | |
tree | b494ae6fb5e8ba347d429368fd6fc93688eebea6 | |
parent | 740e3c960ca2596d8bfc2db8275deee26ba09e3f (diff) |
Fix copyright year
-rw-r--r-- | install/checkDirectory.php | 2 | ||||
-rw-r--r-- | install/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install/checkDirectory.php b/install/checkDirectory.php index 121ce6d..2c16ed4 100644 --- a/install/checkDirectory.php +++ b/install/checkDirectory.php @@ -116,7 +116,7 @@ else </div> <div id="footer"> <address>Version <?php echo $version;?><br /> - Copyright © 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address> + Copyright © 2006 - <?php echo date('Y'); ?> <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address> </div> </body> </html> diff --git a/install/index.php b/install/index.php index 4e217ad..bdf5c49 100644 --- a/install/index.php +++ b/install/index.php @@ -70,7 +70,7 @@ while($file_name = readdir( $res_dir )) { </div> <div id="footer"> <address>Version <?php echo $version;?><br /> - Copyright © 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address> + Copyright © 2006 - <?php echo date('Y'); ?> <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address> </div> </body> </html> |