1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix some missed copyright updates.

This commit is contained in:
Tom Lane
2008-01-01 20:31:21 +00:00
parent 9098ab9e32
commit ce9baa06f0
12 changed files with 23 additions and 23 deletions

View File

@ -2,9 +2,9 @@
*
* UUID generation functions using the OSSP UUID library
*
* Copyright (c) 2007 PostgreSQL Global Development Group
* Copyright (c) 2007-2008 PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.6 2007/12/31 03:55:50 alvherre Exp $
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.7 2008/01/01 20:31:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/