summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNozomi Anzai2010-07-22 05:04:29 +0000
committerNozomi Anzai2010-07-22 05:04:29 +0000
commit6e679bf6cf2f02c53888b267bcb13a046c863475 (patch)
treeb494ae6fb5e8ba347d429368fd6fc93688eebea6
parent740e3c960ca2596d8bfc2db8275deee26ba09e3f (diff)
Fix copyright year
-rw-r--r--install/checkDirectory.php2
-rw-r--r--install/index.php2
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 &copy; 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address>
+ Copyright &copy; 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 &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address>
+ Copyright &copy; 2006 - <?php echo date('Y'); ?> <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.</address>
</div>
</body>
</html>