diff options
author | Bruce Momjian | 2009-01-01 18:21:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-01-01 18:21:19 +0000 |
commit | 4d9b62ca35b4b3d322301b4c69633b75ab5b9631 (patch) | |
tree | 365860afbf2e33cdfe304d8385c27fd724bd4cce | |
parent | 0f3d28ba1d00257873f15d52b6177acdd6ff292b (diff) |
Add comma so this copyright notice is picked up in 2010.
-rw-r--r-- | contrib/uuid-ossp/uuid-ossp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 9f1cd1a7ba..b818d04dbf 100644 --- a/contrib/uuid-ossp/uuid-ossp.c +++ b/contrib/uuid-ossp/uuid-ossp.c @@ -2,7 +2,7 @@ * * 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$ * |