Update copyright date. REL9_3_0
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jun 2014 17:24:38 +0000 (13:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jun 2014 17:24:38 +0000 (13:24 -0400)
README.pg_filedump
pg_filedump.c
pg_filedump.h

index 63d086f6b40186c7236b6f989991fbad381c618e..c9104e44eddc36e241f528a789f7689236536d8d 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-2012, PostgreSQL Global Development Group
+Copyright (c) 2011-2014, 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 e5686ea401adca8a46cebe07e359114278e0403f..abcdb1eeb1839fff768a10a6999b9c45962f8317 100644 (file)
@@ -3,7 +3,7 @@
  *                 formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2014, 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
@@ -64,7 +64,7 @@ DisplayOptions (unsigned int validOptions)
     printf
       ("\nVersion %s (for %s)"
        "\nCopyright (c) 2002-2010 Red Hat, Inc."
-       "\nCopyright (c) 2011-2012, PostgreSQL Global Development Group\n",
+       "\nCopyright (c) 2011-2014, PostgreSQL Global Development Group\n",
        FD_VERSION, FD_PG_VERSION);
 
   printf
index e0c61be2d7dc96f65c9528b269e8bd0a8712ccac..9769c03600c2d7a31077cb1fe97b96c80537fcc6 100644 (file)
@@ -3,7 +3,7 @@
  *                 formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2014, 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