diff options
-rw-r--r-- | templates/base/base.html | 2 | ||||
-rw-r--r-- | templates/docs/docspage.html | 2 | ||||
-rw-r--r-- | templates/pages/about/licence.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/base/base.html b/templates/base/base.html index 5bd87a43..b2c0030a 100644 --- a/templates/base/base.html +++ b/templates/base/base.html @@ -83,7 +83,7 @@ <div id="pgFooter"> <a class="navFooter" href="{{link_root}}/about/privacypolicy">Privacy Policy</a> | <a class="navFooter" href="{{link_root}}/about/">About PostgreSQL</a><br/> - Copyright © 1996-2012 The PostgreSQL Global Development Group + Copyright © 1996-{% now "Y" %} The PostgreSQL Global Development Group </div> <!-- pgFooter --> </div> </div> <!-- pgContainerWrap --> diff --git a/templates/docs/docspage.html b/templates/docs/docspage.html index 471193d6..106c584d 100644 --- a/templates/docs/docspage.html +++ b/templates/docs/docspage.html @@ -83,7 +83,7 @@ Proceed to the <a href="/account/comments/new/{{page.version}}/{{page.file}}/" r <div id="docFooter"> <a href="{{link_root}}/about/privacypolicy">Privacy Policy</a> | <a href="{{link_root}}/about/">About PostgreSQL</a><br/> -Copyright © 1996-2012 The PostgreSQL Global Development Group +Copyright © 1996-{% now "Y" %} The PostgreSQL Global Development Group </div> </div> </div> diff --git a/templates/pages/about/licence.html b/templates/pages/about/licence.html index d79be0c9..6a0a1ff1 100644 --- a/templates/pages/about/licence.html +++ b/templates/pages/about/licence.html @@ -8,7 +8,7 @@ a liberal Open Source license, similar to the BSD or MIT licenses.</p> <p>PostgreSQL Database Management System<br /> (formerly known as Postgres, then as Postgres95)<br /><br /> -Portions Copyright (c) 1996-2012, The PostgreSQL Global Development Group<br /><br /> +Portions Copyright (c) 1996-{% now "Y" %}, The PostgreSQL Global Development Group<br /><br /> Portions Copyright (c) 1994, The Regents of the University of California<br /><br /> |