From: Bruce Momjian <bruce@momjian.us> Date: Thu, 1 Jan 2009 18:21:19 +0000 (+0000) Subject: Add comma so this copyright notice is picked up in 2010. X-Git-Tag: REL8_4_BETA1~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dca07d54ee3f6fa6ecdee74cb47059f5c676177;p=postgresql Add comma so this copyright notice is picked up in 2010. --- diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 4603843885..9ab70f9431 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 $ * *------------------------------------------------------------------------- */