diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-01 17:59:40 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-01 17:59:40 +0000 |
commit | 62b64cbb48bf1d9fd6bbcc6d2effb4e33e00bc81 (patch) | |
tree | 4a85ed04724377691978ca5d10c45356e4de01e1 | |
parent | 511db38ace2690f19816465baed07cefe535bfec (diff) | |
download | postgresql-62b64cbb48bf1d9fd6bbcc6d2effb4e33e00bc81.tar.gz postgresql-62b64cbb48bf1d9fd6bbcc6d2effb4e33e00bc81.zip |
Fix a couple of missed copyright dates.
-rw-r--r-- | contrib/uuid-ossp/uuid-ossp.c | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 7bdf5ee5140..46038438855 100644 --- a/contrib/uuid-ossp/uuid-ossp.c +++ b/contrib/uuid-ossp/uuid-ossp.c @@ -2,9 +2,9 @@ * * 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: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.8 2008/03/25 22:42:42 tgl Exp $ + * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.9 2009/01/01 17:59:40 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index ee07f2bb331..39ccbea5fc8 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" |