Patch to fix copyright
- From: "Joshua D. Drake" <jd(at)commandprompt(dot)com>
- To: pgsql-www(at)postgresql(dot)org
- Subject: Patch to fix copyright
- Date: Tue, 26 Feb 2008 19:27:42 -0800
- Message-id: <20080226192742(dot)4d5cb409(at)commandprompt(dot)com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
copyright said 2007, fix to 2008
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHxNiwATb/zqfZUUQRAmHMAJ96b3wg2Dgxn5Ceuqbnq/zUja7s9wCeMhMo
xMGCXa2EPAkczALFe+4M1eM=
=s7GR
-----END PGP SIGNATURE-----
Index: template/common.html
===================================================================
--- template/common.html (revision 1936)
+++ template/common.html (working copy)
@@ -81,7 +81,7 @@
</div>
<div id="pgFooter">
<a href="/about/privacypolicy" class="navFooter">func_lang("Privacy Policy")</a> | {site_type} func_lang("hosted by") <a href="{site_hosted_url}">{site_hosted_by}</a> | func_lang("Designed by") <a href="http://www.tinysofa.com/">tinysofa</a><br />
- func_lang("Copyright") © 1996 – 2007 PostgreSQL Global Development Group
+ func_lang("Copyright") © 1996 – 2008 PostgreSQL Global Development Group
</div>
</div>
</div>
Index: template/common-docs.html
===================================================================
--- template/common-docs.html (revision 1936)
+++ template/common-docs.html (working copy)
@@ -43,7 +43,7 @@
<div id="docFooter">
<a href="/about/privacypolicy">func_lang("Privacy Policy")</a> | {site_type} func_lang("hosted by") <a href="{site_hosted_url}">{site_hosted_by}</a> | func_lang("Designed by") <a href="http://www.tinysofa.com/">tinysofa</a><br />
-func_lang("Copyright") © 1996 – 2007 func_lang("PostgreSQL Global Development Group")
+func_lang("Copyright") © 1996 – 2008 func_lang("PostgreSQL Global Development Group")
</div>
</div>
</div>
Home |
Main Index |
Thread Index