From: Tom Lane Date: Thu, 1 Jan 2009 17:59:40 +0000 (+0000) Subject: Fix a couple of missed copyright dates. X-Git-Tag: recoveryinfrav9~157 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0f3d28ba1d00257873f15d52b6177acdd6ff292b;p=users%2Fsimon%2Fpostgres.git Fix a couple of missed copyright dates. --- diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 093626b087..9f1cd1a7ba 100644 --- a/contrib/uuid-ossp/uuid-ossp.c +++ b/contrib/uuid-ossp/uuid-ossp.c @@ -2,7 +2,7 @@ * * UUID generation functions using the OSSP UUID library * - * Copyright (c) 2007-2008 PostgreSQL Global Development Group + * Copyright (c) 2007-2009 PostgreSQL Global Development Group * * $PostgreSQL$ * diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index ee07f2bb33..39ccbea5fc 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.4.0\0" VALUE "InternalName", "libpq\0" - VALUE "LegalCopyright", "Copyright (C) 2008\0" + VALUE "LegalCopyright", "Copyright (C) 2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0"