From: Marko Kreen Date: Mon, 24 Nov 2008 11:45:25 +0000 (+0000) Subject: remove unnecessary CVS ids, update AUTHORS X-Git-Tag: pgbouncer_1_3_rc1~36 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c898591f0066c374f1b82a1b653deb8e5d1f36e2;p=pgbouncer.git remove unnecessary CVS ids, update AUTHORS --- diff --git a/AUTHORS b/AUTHORS index d8ef1df..4c22ae6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,7 @@ Contributors ------------ David Fetter Dimitri Fontaine +Hiroshi Saito Jacob Coby Jørgen Austvik Magne Mæhre diff --git a/win32/pgbevent.c b/win32/pgbevent.c index 123e245..b716f77 100644 --- a/win32/pgbevent.c +++ b/win32/pgbevent.c @@ -1,9 +1,7 @@ /*------------------------------------------------------------------------- - * * pgbevent.c * Defines the entry point for pgbevent dll. * The DLL defines event source for pgbouncer tools - * *------------------------------------------------------------------------- */ diff --git a/win32/win32service.c b/win32/win32service.c index f375bb6..f14d0b2 100644 --- a/win32/win32service.c +++ b/win32/win32service.c @@ -5,8 +5,6 @@ * * Copyright (c) 2005, PostgreSQL Global Development Group * Author: Magnus Hagander and Hiroshi Saito - * - * $Id$ *------------------------------------------------------------------------- */ #define WIN32_LEAN_AND_MEAN diff --git a/win32/win32service.h b/win32/win32service.h index 05c1242..3054be9 100644 --- a/win32/win32service.h +++ b/win32/win32service.h @@ -6,8 +6,6 @@ * Windows service definitions * * Copyright (c) 2008, PostgreSQL Global Development Group - * - * $Id$ *------------------------------------------------------------------------- */