From: Peter Eisentraut Date: Tue, 19 Jun 2012 18:32:51 +0000 (+0300) Subject: Update copyright year in forgotten places X-Git-Tag: REL8_3_20~24 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d117d23b1ac25dd2d5663f7e5682a61dbd36de8f;p=postgresql.git Update copyright year in forgotten places found by Stefan Kaltenbrunner --- 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 @@ - 1996-2008 + 1996-2012 The PostgreSQL Global Development Group @@ -9,7 +9,7 @@ Legal Notice - PostgreSQL is Copyright © 1996-2008 + PostgreSQL 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. 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"