summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevrim GÜNDÜZ2007-01-04 17:18:45 +0000
committerDevrim GÜNDÜZ2007-01-04 17:18:45 +0000
commit1afb736da79bdedc259b0acbbe40dee344c4a64a (patch)
tree847cf96a36266e17f54dd7f0f8b98682793091bf
parent89e490d0b1df31d354af29b10014d61c93ac18e5 (diff)
Copyright update
-rw-r--r--changePassword.php2
-rw-r--r--command.php2
-rw-r--r--common.php2
-rw-r--r--config.php2
-rw-r--r--definePgpoolConfParam.php4
-rw-r--r--doc/en/changePassword.html2
-rw-r--r--doc/en/config.html2
-rw-r--r--doc/en/errorCode.html2
-rw-r--r--doc/en/install.html4
-rw-r--r--doc/en/login.html2
-rw-r--r--doc/en/logout.html2
-rw-r--r--doc/en/nodeServerStatus.html2
-rw-r--r--doc/en/pgconfig.html2
-rw-r--r--doc/en/queryCache.html2
-rw-r--r--doc/en/status.html2
-rw-r--r--doc/en/systemDb.html2
-rw-r--r--doc/index_en.html2
-rw-r--r--doc/index_ja.html2
-rw-r--r--doc/ja/changePassword.html2
-rw-r--r--doc/ja/config.html2
-rw-r--r--doc/ja/errorCode.html2
-rw-r--r--doc/ja/install.html4
-rw-r--r--doc/ja/login.html2
-rw-r--r--doc/ja/logout.html2
-rw-r--r--doc/ja/nodeServerStatus.html2
-rw-r--r--doc/ja/pgconfig.html2
-rw-r--r--doc/ja/queryCache.html2
-rw-r--r--doc/ja/status.html2
-rw-r--r--doc/ja/systemDb.html2
-rw-r--r--help.php2
-rw-r--r--index.php4
-rw-r--r--innerLog.php2
-rw-r--r--innerNodeServerStatus.php2
-rw-r--r--innerSummary.php2
-rw-r--r--innerSystemCatalog.php2
-rw-r--r--install/checkDirectory.php2
-rw-r--r--install/checkParameter.php2
-rw-r--r--install/defaultParameter.php4
-rw-r--r--install/finish.php2
-rw-r--r--install/index.php2
-rw-r--r--install/lang/en.lang.php2
-rw-r--r--install/lang/ja.lang.php2
-rw-r--r--install/setLang.php2
-rw-r--r--lang/en.lang.php2
-rw-r--r--lang/ja.lang.php2
-rw-r--r--login.php2
-rw-r--r--logout.php2
-rw-r--r--nodeServerStatus.php2
-rw-r--r--nodeStatus.php2
-rw-r--r--pgconfig.php2
-rw-r--r--procInfo.php2
-rw-r--r--queryCache.php2
-rw-r--r--status.php2
-rw-r--r--systemDb.php2
-rw-r--r--templates/footer.tpl4
-rw-r--r--version.php8
56 files changed, 65 insertions, 65 deletions
diff --git a/changePassword.php b/changePassword.php
index 5233870..4ab4c85 100644
--- a/changePassword.php
+++ b/changePassword.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/command.php b/command.php
index a59964a..5b3bccf 100644
--- a/command.php
+++ b/command.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/common.php b/common.php
index fcb6390..f252c12 100644
--- a/common.php
+++ b/common.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version SVN: $Id$
*/
diff --git a/config.php b/config.php
index 6acd424..9767a12 100644
--- a/config.php
+++ b/config.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/definePgpoolConfParam.php b/definePgpoolConfParam.php
index 354a123..fb62ee0 100644
--- a/definePgpoolConfParam.php
+++ b/definePgpoolConfParam.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
@@ -232,4 +232,4 @@ $pgpoolConfigBackendParam[$key]['default'] ='1';
$pgpoolConfigBackendParam[$key]['min'] = 0.0;
$pgpoolConfigBackendParam[$key]['max'] = 1.0;
-?> \ No newline at end of file
+?>
diff --git a/doc/en/changePassword.html b/doc/en/changePassword.html
index 2d62670..eb3e64c 100644
--- a/doc/en/changePassword.html
+++ b/doc/en/changePassword.html
@@ -56,7 +56,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/config.html b/doc/en/config.html
index 4e396d4..2afe182 100644
--- a/doc/en/config.html
+++ b/doc/en/config.html
@@ -110,7 +110,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/errorCode.html b/doc/en/errorCode.html
index 4bfa249..c2ff023 100644
--- a/doc/en/errorCode.html
+++ b/doc/en/errorCode.html
@@ -174,7 +174,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/install.html b/doc/en/install.html
index 3251255..0c38617 100644
--- a/doc/en/install.html
+++ b/doc/en/install.html
@@ -417,8 +417,8 @@ When "top" is clicked on the installation completion screen, the login screen of
<div id="footer">
<address>
Version 1.0 Alpha<br />
-Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/doc/en/login.html b/doc/en/login.html
index e277740..ffcaaf5 100644
--- a/doc/en/login.html
+++ b/doc/en/login.html
@@ -62,7 +62,7 @@
</body><div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/logout.html b/doc/en/logout.html
index 0f2a528..d511724 100644
--- a/doc/en/logout.html
+++ b/doc/en/logout.html
@@ -36,7 +36,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/en/nodeServerStatus.html b/doc/en/nodeServerStatus.html
index ea907a5..4d91b6d 100644
--- a/doc/en/nodeServerStatus.html
+++ b/doc/en/nodeServerStatus.html
@@ -69,7 +69,7 @@ Pg_settings information is displayed for PostgreSQL, and pool_status is displaye
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/pgconfig.html b/doc/en/pgconfig.html
index 6bb98ad..7b2ad06 100644
--- a/doc/en/pgconfig.html
+++ b/doc/en/pgconfig.html
@@ -447,7 +447,7 @@ automatically do the rewriting for you.
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/queryCache.html b/doc/en/queryCache.html
index 4374cd7..5c3cfc2 100644
--- a/doc/en/queryCache.html
+++ b/doc/en/queryCache.html
@@ -81,6 +81,6 @@ The query string, database name and create time which existing in cache is displ
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006-2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</html>
diff --git a/doc/en/status.html b/doc/en/status.html
index 61cfe8e..3e07d70 100644
--- a/doc/en/status.html
+++ b/doc/en/status.html
@@ -129,7 +129,7 @@ and operate it.
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/en/systemDb.html b/doc/en/systemDb.html
index af0c03a..ab31945 100644
--- a/doc/en/systemDb.html
+++ b/doc/en/systemDb.html
@@ -95,7 +95,7 @@ Please click the data base name of the definition that wants to be deleted. Plea
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address></div>
</body>
</html>
diff --git a/doc/index_en.html b/doc/index_en.html
index 6198545..e0db535 100644
--- a/doc/index_en.html
+++ b/doc/index_en.html
@@ -48,7 +48,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/index_ja.html b/doc/index_ja.html
index 1747709..4fab84f 100644
--- a/doc/index_ja.html
+++ b/doc/index_ja.html
@@ -48,7 +48,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/changePassword.html b/doc/ja/changePassword.html
index 18cb4d4..2193870 100644
--- a/doc/ja/changePassword.html
+++ b/doc/ja/changePassword.html
@@ -54,7 +54,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/config.html b/doc/ja/config.html
index 3c32b07..136eb92 100644
--- a/doc/ja/config.html
+++ b/doc/ja/config.html
@@ -116,7 +116,7 @@
</div><div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/errorCode.html b/doc/ja/errorCode.html
index db234ff..8976499 100644
--- a/doc/ja/errorCode.html
+++ b/doc/ja/errorCode.html
@@ -155,7 +155,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
-Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
diff --git a/doc/ja/install.html b/doc/ja/install.html
index b97ea41..ac7fdb4 100644
--- a/doc/ja/install.html
+++ b/doc/ja/install.html
@@ -416,8 +416,8 @@ pgpoolの設定ファイルであるpgpool.confファイルとpcp.confファイ�
<div id="footer">
<address>
Version 1.0 Alpha<br />
-Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/doc/ja/login.html b/doc/ja/login.html
index 7f2c1e8..4b4bb4e 100644
--- a/doc/ja/login.html
+++ b/doc/ja/login.html
@@ -56,7 +56,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/logout.html b/doc/ja/logout.html
index 5ab6357..a518564 100644
--- a/doc/ja/logout.html
+++ b/doc/ja/logout.html
@@ -36,7 +36,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/nodeServerStatus.html b/doc/ja/nodeServerStatus.html
index aab8e6c..830bca9 100644
--- a/doc/ja/nodeServerStatus.html
+++ b/doc/ja/nodeServerStatus.html
@@ -63,7 +63,7 @@ PostgreSQLの場合にはpg_settings情報、pgpoolの場合にはpool_statusを
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/pgconfig.html b/doc/ja/pgconfig.html
index 613a77d..ab80bd3 100644
--- a/doc/ja/pgconfig.html
+++ b/doc/ja/pgconfig.html
@@ -450,7 +450,7 @@ COMMIT;
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/queryCache.html b/doc/ja/queryCache.html
index ec75e34..21a5aab 100644
--- a/doc/ja/queryCache.html
+++ b/doc/ja/queryCache.html
@@ -71,7 +71,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007<a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</html>
diff --git a/doc/ja/status.html b/doc/ja/status.html
index ff45b41..46aebc7 100644
--- a/doc/ja/status.html
+++ b/doc/ja/status.html
@@ -127,7 +127,7 @@
<div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/doc/ja/systemDb.html b/doc/ja/systemDb.html
index 8eec464..427542c 100644
--- a/doc/ja/systemDb.html
+++ b/doc/ja/systemDb.html
@@ -92,7 +92,7 @@ pgpool.confのparallel_mode=trueの場合に並列問い合わせの設定を定
</div><div id="footer">
<address>
Version 1.0 Alpha<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ Copyright &copy; 2006 - 2007<a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
diff --git a/help.php b/help.php
index 76223f4..7774490 100644
--- a/help.php
+++ b/help.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/index.php b/index.php
index dc3bffb..8b137e1 100644
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
@@ -34,4 +34,4 @@ if(!isset($_SESSION[SESSION_LOGIN_USER])) {
exit();
}
-?> \ No newline at end of file
+?>
diff --git a/innerLog.php b/innerLog.php
index 97013d5..b3ebe89 100644
--- a/innerLog.php
+++ b/innerLog.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/innerNodeServerStatus.php b/innerNodeServerStatus.php
index 7b61b15..53a3eb3 100644
--- a/innerNodeServerStatus.php
+++ b/innerNodeServerStatus.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/innerSummary.php b/innerSummary.php
index 74e47e2..8cca7a9 100644
--- a/innerSummary.php
+++ b/innerSummary.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/innerSystemCatalog.php b/innerSystemCatalog.php
index a3d66d6..61520cf 100644
--- a/innerSystemCatalog.php
+++ b/innerSystemCatalog.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/checkDirectory.php b/install/checkDirectory.php
index cae86a9..5d82749 100644
--- a/install/checkDirectory.php
+++ b/install/checkDirectory.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/checkParameter.php b/install/checkParameter.php
index feaaca2..3a7a5de 100644
--- a/install/checkParameter.php
+++ b/install/checkParameter.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/defaultParameter.php b/install/defaultParameter.php
index 245c441..687af6a 100644
--- a/install/defaultParameter.php
+++ b/install/defaultParameter.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
@@ -36,4 +36,4 @@ define("_PGPOOL2_PCP_HOSTNAME", "localhost");
define("_PGPOOL2_PCP_TIMEOUT", "10");
define("_PGPOOL2_STATUS_REFRESH_TIME", "0");
-?> \ No newline at end of file
+?>
diff --git a/install/finish.php b/install/finish.php
index 9c44709..eaf2707 100644
--- a/install/finish.php
+++ b/install/finish.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/index.php b/install/index.php
index d9aae36..59d72ad 100644
--- a/install/index.php
+++ b/install/index.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/lang/en.lang.php b/install/lang/en.lang.php
index 640ea04..a3ebb3c 100644
--- a/install/lang/en.lang.php
+++ b/install/lang/en.lang.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/lang/ja.lang.php b/install/lang/ja.lang.php
index df76304..3c21d81 100644
--- a/install/lang/ja.lang.php
+++ b/install/lang/ja.lang.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/install/setLang.php b/install/setLang.php
index 4f8c9ce..4362dc3 100644
--- a/install/setLang.php
+++ b/install/setLang.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/lang/en.lang.php b/lang/en.lang.php
index 983f93e..aaab5f0 100644
--- a/lang/en.lang.php
+++ b/lang/en.lang.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/lang/ja.lang.php b/lang/ja.lang.php
index a006e28..305311e 100644
--- a/lang/ja.lang.php
+++ b/lang/ja.lang.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/login.php b/login.php
index 6b94e54..dae2a36 100644
--- a/login.php
+++ b/login.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/logout.php b/logout.php
index e5c54d7..ccd44cc 100644
--- a/logout.php
+++ b/logout.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/nodeServerStatus.php b/nodeServerStatus.php
index bef2e77..50ab5ad 100644
--- a/nodeServerStatus.php
+++ b/nodeServerStatus.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/nodeStatus.php b/nodeStatus.php
index 1ae757e..5f8b476 100644
--- a/nodeStatus.php
+++ b/nodeStatus.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version SVN: $Id$
*/
diff --git a/pgconfig.php b/pgconfig.php
index b777240..bd2888d 100644
--- a/pgconfig.php
+++ b/pgconfig.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/procInfo.php b/procInfo.php
index 6e8f142..202619b 100644
--- a/procInfo.php
+++ b/procInfo.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/queryCache.php b/queryCache.php
index a5ff480..1d8b09c 100644
--- a/queryCache.php
+++ b/queryCache.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version CVS: $Id$
*/
diff --git a/status.php b/status.php
index 196f860..837ec98 100644
--- a/status.php
+++ b/status.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version SVN: $Id$
*/
diff --git a/systemDb.php b/systemDb.php
index d59fd08..b4aaebf 100644
--- a/systemDb.php
+++ b/systemDb.php
@@ -19,7 +19,7 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version SVN: $Id$
*/
diff --git a/templates/footer.tpl b/templates/footer.tpl
index a0f454c..52402bc 100644
--- a/templates/footer.tpl
+++ b/templates/footer.tpl
@@ -1,4 +1,4 @@
<address>
Version {$version|escape}<br />
- Copyright &copy; 2006 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
- </address> \ No newline at end of file
+ Copyright &copy; 2006 - 2007 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
+ </address>
diff --git a/version.php b/version.php
index 853cc68..0ed2466 100644
--- a/version.php
+++ b/version.php
@@ -19,10 +19,10 @@
* is" without express or implied warranty.
*
* @author Ryuma Ando <[email protected]>
- * @copyright 2003-2006 PgPool Global Development Group
+ * @copyright 2003-2007 PgPool Global Development Group
* @version SVN: $Id$
*/
-$version = '1.0';
-
-?> \ No newline at end of file
+$version = '1.0';
+
+?>