From 85ada91d1d0641c781890c159c73a08951cec907 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Devrim=20G=C3=9CND=C3=9CZ?= Date: Thu, 4 Jan 2007 17:01:36 +0000 Subject: [PATCH] Update copyright --- COPYING | 2 +- child.c | 2 +- main.c | 2 +- pgpool.8.in | 2 +- pool.h | 2 +- pool_auth.c | 2 +- pool_config.c | 2 +- pool_config.l | 2 +- pool_connection_pool.c | 2 +- pool_error.c | 2 +- pool_params.c | 2 +- pool_process_query.c | 2 +- pool_signal.c | 2 +- pool_signal.h | 2 +- pool_stream.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/COPYING b/COPYING index a441dda..ccedfb0 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2003-2006 PgPool Global Development Group +Copyright (c) 2003-2007 PgPool Global Development Group Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby diff --git a/child.c b/child.c index 8b4952d..fe96aa5 100644 --- a/child.c +++ b/child.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/main.c b/main.c index 1e87e99..6de8303 100644 --- a/main.c +++ b/main.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pgpool.8.in b/pgpool.8.in index 9c90b80..302812b 100644 --- a/pgpool.8.in +++ b/pgpool.8.in @@ -1,4 +1,4 @@ -.\" Copyright 2004-2006 by PgPool Global Development Group +.\" Copyright 2004-2007 by PgPool Global Development Group .\" This man page is subject to the same license as the rest of pgpool. .\" .TH PGPOOL 8 "27 Jan 2006" diff --git a/pool.h b/pool.h index 09b023a..f8b4a99 100644 --- a/pool.h +++ b/pool.h @@ -6,7 +6,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_auth.c b/pool_auth.c index ceb43c6..79ab132 100644 --- a/pool_auth.c +++ b/pool_auth.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_config.c b/pool_config.c index 2afa696..2fbe38b 100644 --- a/pool_config.c +++ b/pool_config.c @@ -404,7 +404,7 @@ char *yytext; * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_config.l b/pool_config.l index 54ba958..0c8ea53 100644 --- a/pool_config.l +++ b/pool_config.l @@ -6,7 +6,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_connection_pool.c b/pool_connection_pool.c index 6027cda..d63a37f 100644 --- a/pool_connection_pool.c +++ b/pool_connection_pool.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_error.c b/pool_error.c index 03ede70..ef0a5a6 100644 --- a/pool_error.c +++ b/pool_error.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_params.c b/pool_params.c index dc708bd..4609a6f 100644 --- a/pool_params.c +++ b/pool_params.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_process_query.c b/pool_process_query.c index 636a2b5..d0e8e3a 100644 --- a/pool_process_query.c +++ b/pool_process_query.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Copyright (c) 2003-2006 PgPool Global Development Group + * Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby diff --git a/pool_signal.c b/pool_signal.c index 08d5dd4..35c544c 100644 --- a/pool_signal.c +++ b/pool_signal.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Portions Copyright (c) 2003-2006, PgPool Global Development Group + * Portions Copyright (c) 2003-2007, PgPool Global Development Group * Portions Copyright (c) 2003-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and diff --git a/pool_signal.h b/pool_signal.h index 6d4751d..f159e4a 100644 --- a/pool_signal.h +++ b/pool_signal.h @@ -6,7 +6,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * - * Portions Copyright (c) 2003-2006, PgPool Global Development Group + * Portions Copyright (c) 2003-2007, PgPool Global Development Group * Portions Copyright (c) 2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and diff --git a/pool_stream.c b/pool_stream.c index 5fa8245..dc5073a 100644 --- a/pool_stream.c +++ b/pool_stream.c @@ -5,7 +5,7 @@ * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * -* Copyright (c) 2003-2006 PgPool Global Development Group +* Copyright (c) 2003-2007 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby -- 2.39.5