1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix a couple of missed copyright dates.

This commit is contained in:
Tom Lane
2009-01-01 17:59:40 +00:00
parent 511db38ace
commit 62b64cbb48
2 changed files with 3 additions and 3 deletions

View File

@ -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 $
*
*-------------------------------------------------------------------------
*/