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 /contrib/uuid-ossp | |
parent | 511db38ace2690f19816465baed07cefe535bfec (diff) | |
download | postgresql-62b64cbb48bf1d9fd6bbcc6d2effb4e33e00bc81.tar.gz |
Fix a couple of missed copyright dates.
Diffstat (limited to 'contrib/uuid-ossp')
-rw-r--r-- | contrib/uuid-ossp/uuid-ossp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 7bdf5ee514..4603843885 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 $ * *------------------------------------------------------------------------- */ |