Bump copyright years to 2019
authorChristoph Berg <christoph.berg@credativ.de>
Thu, 28 Nov 2019 11:37:08 +0000 (12:37 +0100)
committerChristoph Berg <christoph.berg@credativ.de>
Thu, 28 Nov 2019 11:37:08 +0000 (12:37 +0100)
README.pg_filedump
pg_filedump.c
pg_filedump.h

index f21b10ba6b509d6d70f5b6d896b5b71513c7da56..82c6664824f83d742c22ea850fd7f9373a6ad28e 100644 (file)
@@ -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-2018, PostgreSQL Global Development Group
+Copyright (c) 2011-2019, 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
index a2722e1886b6f66580f7ea5750add21baf66cdb9..175c52519dded308cf5e68d1065460b74327b233 100644 (file)
@@ -137,7 +137,7 @@ DisplayOptions(unsigned int validOptions)
                printf
                        ("\nVersion %s (for %s)"
                         "\nCopyright (c) 2002-2010 Red Hat, Inc."
-                 "\nCopyright (c) 2011-2018, PostgreSQL Global Development Group\n",
+                 "\nCopyright (c) 2011-2019, PostgreSQL Global Development Group\n",
                         FD_VERSION, FD_PG_VERSION);
 
        printf
index 3ef87eaff55e78bd92c30c9a498c07114ac46b06..e74b989f8a2dadeb43c4d520bb741528098da4ef 100644 (file)
@@ -3,7 +3,7 @@
  *                                formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2019, 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