1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +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

@@ -3,10 +3,10 @@
* uuid.c
* Functions for the built-in type "uuid".
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007-2008, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.6 2007/11/15 22:25:16 momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.7 2008/01/01 20:31:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/