2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
* UUID generation functions using the OSSP UUID library
4
4
*
5
- * Copyright (c) 2007-2008 PostgreSQL Global Development Group
5
+ * Copyright (c) 2007-2009 PostgreSQL Global Development Group
6
6
*
7
- * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.8 2008/03/25 22:42:42 tgl Exp $
7
+ * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.9 2009/01/01 17:59:40 tgl Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
Original file line number Diff line number Diff line change 17
17
VALUE "FileDescription", "PostgreSQL Access Library\0"
18
18
VALUE "FileVersion", "8.4.0\0"
19
19
VALUE "InternalName", "libpq\0"
20
- VALUE "LegalCopyright", "Copyright (C) 2008 \0"
20
+ VALUE "LegalCopyright", "Copyright (C) 2009 \0"
21
21
VALUE "LegalTrademarks", "\0"
22
22
VALUE "OriginalFilename", "libpq.dll\0"
23
23
VALUE "ProductName", "PostgreSQL\0"
0 commit comments