summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-06-19 21:32:51 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-06-19 21:32:51 +0300
commitd117d23b1ac25dd2d5663f7e5682a61dbd36de8f (patch)
tree0dd8f89eef5325f9e83fc2c8b4a33509013fd6d9
parent66fb03f53842e58d1025ad04888edc99f04793fa (diff)
Update copyright year in forgotten places
found by Stefan Kaltenbrunner
-rw-r--r--doc/src/sgml/legal.sgml4
-rw-r--r--src/interfaces/libpq/libpq.rc.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml
index 2d66746af85..719c0da662c 100644
--- a/doc/src/sgml/legal.sgml
+++ b/doc/src/sgml/legal.sgml
@@ -1,7 +1,7 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.23 2008/01/01 19:45:45 momjian Exp $ -->
<copyright>
- <year>1996-2008</year>
+ <year>1996-2012</year>
<holder>The PostgreSQL Global Development Group</holder>
</copyright>
@@ -9,7 +9,7 @@
<title>Legal Notice</title>
<para>
- <productname>PostgreSQL</productname> is Copyright &copy; 1996-2008
+ <productname>PostgreSQL</productname> is Copyright &copy; 1996-2012
by the PostgreSQL Global Development Group and is distributed under
the terms of the license of the University of California below.
</para>
diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in
index f1ff3cbc080..c27e068cb39 100644
--- a/src/interfaces/libpq/libpq.rc.in
+++ b/src/interfaces/libpq/libpq.rc.in
@@ -17,7 +17,7 @@ BEGIN
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "8.3.19\0"
VALUE "InternalName", "libpq\0"
- VALUE "LegalCopyright", "Copyright (C) 2008\0"
+ VALUE "LegalCopyright", "Copyright (C) 2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"