diff options
-rw-r--r-- | doc/src/sgml/legal.sgml | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc.in | 2 |
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 © 1996-2008 + <productname>PostgreSQL</productname> is Copyright © 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" |