From: Christoph Berg Date: Wed, 20 Jun 2018 10:01:50 +0000 (+0200) Subject: Copyright bump for 2018 X-Git-Tag: REL_10_1~1 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=30c6390aebd128f32b156d9ce3bb8da93a8bf36a;p=pg_filedump.git Copyright bump for 2018 --- diff --git a/README.pg_filedump b/README.pg_filedump index 37eff73..f21b10b 100644 --- a/README.pg_filedump +++ b/README.pg_filedump @@ -2,7 +2,7 @@ pg_filedump - Display formatted contents of a PostgreSQL heap, index, or control file. Copyright (c) 2002-2010 Red Hat, Inc. -Copyright (c) 2011-2017, PostgreSQL Global Development Group +Copyright (c) 2011-2018, PostgreSQL Global Development Group This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pg_filedump.c b/pg_filedump.c index 8312bc8..2538f08 100644 --- a/pg_filedump.c +++ b/pg_filedump.c @@ -3,7 +3,7 @@ * formatting heap (data), index and control files. * * Copyright (c) 2002-2010 Red Hat, Inc. - * Copyright (c) 2011-2017, PostgreSQL Global Development Group + * Copyright (c) 2011-2018, PostgreSQL Global Development Group * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -137,7 +137,7 @@ DisplayOptions(unsigned int validOptions) printf ("\nVersion %s (for %s)" "\nCopyright (c) 2002-2010 Red Hat, Inc." - "\nCopyright (c) 2011-2017, PostgreSQL Global Development Group\n", + "\nCopyright (c) 2011-2018, PostgreSQL Global Development Group\n", FD_VERSION, FD_PG_VERSION); printf diff --git a/pg_filedump.h b/pg_filedump.h index a565d98..d950ab7 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -3,7 +3,7 @@ * formatting heap (data), index and control files. * * Copyright (c) 2002-2010 Red Hat, Inc. - * Copyright (c) 2011-2017, PostgreSQL Global Development Group + * Copyright (c) 2011-2018, PostgreSQL Global Development Group * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pg_lzcompress.c b/pg_lzcompress.c index 67f570c..a2f87cf 100644 --- a/pg_lzcompress.c +++ b/pg_lzcompress.c @@ -166,7 +166,7 @@ * * Jan Wieck * - * Copyright (c) 1999-2017, PostgreSQL Global Development Group + * Copyright (c) 1999-2018, PostgreSQL Global Development Group * * src/common/pg_lzcompress.c * ----------