diff options
author | Nozomi Anzai | 2012-06-05 07:37:43 +0000 |
---|---|---|
committer | Nozomi Anzai | 2012-06-05 07:37:43 +0000 |
commit | 706807d9c5de14f645f21bc978d95c902f4559db (patch) | |
tree | fc7c8f7c58cf7de227ea787c7a490b3323da2299 | |
parent | 719e90840f74113388601db0217d91bfb4d3ab61 (diff) |
Change copyright year to date('Y').
-rw-r--r-- | templates/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.tpl b/templates/footer.tpl index 8c8df82..55f8fb1 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,4 +1,4 @@ <address> Version {$version|escape}<br /> - Copyright © 2006 - 2011 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved. + Copyright © 2006 - {date('Y')} <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved. </address> |