From 820ba27f0ab114cec41688569e7fd48d90bccc86 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 28 Jan 2009 11:37:45 +0000 Subject: [PATCH] Apply ISC license clarification, bump copyright years. Clarification: for f in */*.[ch]; do echo -e "%s;and distribute;and/or distribute;\nwq" | ed "$f"; done Details at: http://en.wikipedia.org/wiki/ISC_licence --- COPYRIGHT | 4 ++-- include/aatree.h | 4 ++-- include/admin.h | 4 ++-- include/bouncer.h | 4 ++-- include/client.h | 4 ++-- include/iobuf.h | 4 ++-- include/janitor.h | 4 ++-- include/list.h | 4 ++-- include/loader.h | 4 ++-- include/mbuf.h | 4 ++-- include/md5.h | 2 +- include/objects.h | 4 ++-- include/pktbuf.h | 4 ++-- include/pooler.h | 4 ++-- include/proto.h | 4 ++-- include/sbuf.h | 4 ++-- include/server.h | 4 ++-- include/stats.h | 4 ++-- include/system.h | 4 ++-- include/takeover.h | 4 ++-- include/util.h | 4 ++-- src/aatree.c | 4 ++-- src/admin.c | 4 ++-- src/client.c | 4 ++-- src/janitor.c | 4 ++-- src/loader.c | 4 ++-- src/main.c | 4 ++-- src/md5.c | 2 +- src/objects.c | 4 ++-- src/pktbuf.c | 4 ++-- src/pooler.c | 4 ++-- src/proto.c | 4 ++-- src/sbuf.c | 4 ++-- src/server.c | 4 ++-- src/slab.c | 4 ++-- src/stats.c | 4 ++-- src/system.c | 4 ++-- src/takeover.c | 4 ++-- src/util.c | 4 ++-- src/varcache.c | 4 ++-- 40 files changed, 78 insertions(+), 78 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 5d264f7..926b393 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,8 +1,8 @@ PgBouncer - Lightweight connection pooler for PostgreSQL. -Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ +Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ -Permission to use, copy, modify, and distribute this software for any +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/include/aatree.h b/include/aatree.h index 9335951..c040554 100644 --- a/include/aatree.h +++ b/include/aatree.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/admin.h b/include/admin.h index c85d508..9f0e338 100644 --- a/include/admin.h +++ b/include/admin.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/bouncer.h b/include/bouncer.h index 4ce833c..7a874d4 100644 --- a/include/bouncer.h +++ b/include/bouncer.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/client.h b/include/client.h index 91b4bdf..6a4a13e 100644 --- a/include/client.h +++ b/include/client.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/iobuf.h b/include/iobuf.h index 7a62217..f4ff180 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/janitor.h b/include/janitor.h index 665a213..e0e1dc8 100644 --- a/include/janitor.h +++ b/include/janitor.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/list.h b/include/list.h index b8571ed..32e70d5 100644 --- a/include/list.h +++ b/include/list.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/loader.h b/include/loader.h index c4e7760..5eea1f0 100644 --- a/include/loader.h +++ b/include/loader.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/mbuf.h b/include/mbuf.h index 036d1d5..97d8480 100644 --- a/include/mbuf.h +++ b/include/mbuf.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/md5.h b/include/md5.h index 28f7175..1e78b05 100644 --- a/include/md5.h +++ b/include/md5.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/objects.h b/include/objects.h index 8bb0e01..0ab8783 100644 --- a/include/objects.h +++ b/include/objects.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/pktbuf.h b/include/pktbuf.h index 5db9eab..638aaf7 100644 --- a/include/pktbuf.h +++ b/include/pktbuf.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/pooler.h b/include/pooler.h index 3a98ca9..f4c4eef 100644 --- a/include/pooler.h +++ b/include/pooler.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/proto.h b/include/proto.h index 72133b6..82a2c61 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/sbuf.h b/include/sbuf.h index 02565e0..3ce431e 100644 --- a/include/sbuf.h +++ b/include/sbuf.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/server.h b/include/server.h index 614e841..6cd0a6b 100644 --- a/include/server.h +++ b/include/server.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/stats.h b/include/stats.h index b7c723d..2200948 100644 --- a/include/stats.h +++ b/include/stats.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/system.h b/include/system.h index 02223f0..9d42fe8 100644 --- a/include/system.h +++ b/include/system.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/takeover.h b/include/takeover.h index bcd442c..f67ea4d 100644 --- a/include/takeover.h +++ b/include/takeover.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/include/util.h b/include/util.h index 944bcb1..850b6f1 100644 --- a/include/util.h +++ b/include/util.h @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/aatree.c b/src/aatree.c index 87427c8..051d38b 100644 --- a/src/aatree.c +++ b/src/aatree.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/admin.c b/src/admin.c index 6d9058e..a9fecb8 100644 --- a/src/admin.c +++ b/src/admin.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/client.c b/src/client.c index 809d963..f620717 100644 --- a/src/client.c +++ b/src/client.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/janitor.c b/src/janitor.c index 1c6a566..4dd4d14 100644 --- a/src/janitor.c +++ b/src/janitor.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/loader.c b/src/loader.c index 5a8a262..b0e2d68 100644 --- a/src/loader.c +++ b/src/loader.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/main.c b/src/main.c index ddfc166..c8bab02 100644 --- a/src/main.c +++ b/src/main.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/md5.c b/src/md5.c index f76dd9e..8e133f9 100644 --- a/src/md5.c +++ b/src/md5.c @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/objects.c b/src/objects.c index 18f9930..d1b75c5 100644 --- a/src/objects.c +++ b/src/objects.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/pktbuf.c b/src/pktbuf.c index 6c18923..4135af4 100644 --- a/src/pktbuf.c +++ b/src/pktbuf.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/pooler.c b/src/pooler.c index 30a49fa..c13c955 100644 --- a/src/pooler.c +++ b/src/pooler.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/proto.c b/src/proto.c index 2fbca8f..cdfbb56 100644 --- a/src/proto.c +++ b/src/proto.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/sbuf.c b/src/sbuf.c index e46b8d1..3213be0 100644 --- a/src/sbuf.c +++ b/src/sbuf.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/server.c b/src/server.c index 5f75004..465ccd3 100644 --- a/src/server.c +++ b/src/server.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/slab.c b/src/slab.c index d54f88c..0addea0 100644 --- a/src/slab.c +++ b/src/slab.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/stats.c b/src/stats.c index 385904b..35382c1 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/system.c b/src/system.c index b5a05f7..5867b7c 100644 --- a/src/system.c +++ b/src/system.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/takeover.c b/src/takeover.c index 91aad72..1a3efe3 100644 --- a/src/takeover.c +++ b/src/takeover.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/util.c b/src/util.c index 9e51c56..1f4dd1e 100644 --- a/src/util.c +++ b/src/util.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * diff --git a/src/varcache.c b/src/varcache.c index 1f112ea..e8ad349 100644 --- a/src/varcache.c +++ b/src/varcache.c @@ -1,9 +1,9 @@ /* * PgBouncer - Lightweight connection pooler for PostgreSQL. * - * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ + * Copyright (c) 2007-2009 Marko Kreen, Skype Technologies OÜ * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * -- 2.40.0