diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-01-01 18:21:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-01-01 18:21:19 +0000 |
commit | 2dca07d54ee3f6fa6ecdee74cb47059f5c676177 (patch) | |
tree | 3b50148886b350de9d264b98ebf5e7f499632cff | |
parent | 62b64cbb48bf1d9fd6bbcc6d2effb4e33e00bc81 (diff) | |
download | postgresql-2dca07d54ee3f6fa6ecdee74cb47059f5c676177.tar.gz postgresql-2dca07d54ee3f6fa6ecdee74cb47059f5c676177.zip |
Add comma so this copyright notice is picked up in 2010.
-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 46038438855..9ab70f94314 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-2009 PostgreSQL Global Development Group + * Copyright (c) 2007-2009, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.9 2009/01/01 17:59:40 tgl Exp $ + * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.10 2009/01/01 18:21:19 momjian Exp $ * *------------------------------------------------------------------------- */ |