summaryrefslogtreecommitdiff
path: root/src/gtm/recovery
diff options
context:
space:
mode:
authorMichael Paquier2012-05-25 02:01:26 +0000
committerMichael Paquier2012-05-25 02:02:45 +0000
commiteef28c9873e709e6d8c4f625290fc12f48935dab (patch)
tree46012f92db4621f2816ed5b0155f4bf6a94fe951 /src/gtm/recovery
parent39330d67e4c6a6a3ce8fe3abea1d60ca645ed1ff (diff)
Change Copyright to "Postgres-XC Development Group"
More information about "Postgres-XC Development Group" is available at http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter
Diffstat (limited to 'src/gtm/recovery')
-rw-r--r--src/gtm/recovery/Makefile2
-rw-r--r--src/gtm/recovery/register_common.c2
-rw-r--r--src/gtm/recovery/register_gtm.c2
-rw-r--r--src/gtm/recovery/replication.c2
-rw-r--r--src/gtm/recovery/standby_utils.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/gtm/recovery/Makefile b/src/gtm/recovery/Makefile
index c52b2aa5b7..e98e0f69fd 100644
--- a/src/gtm/recovery/Makefile
+++ b/src/gtm/recovery/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM recovery makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/recovery/Makefile
#
diff --git a/src/gtm/recovery/register_common.c b/src/gtm/recovery/register_common.c
index f87562d658..128b8bf341 100644
--- a/src/gtm/recovery/register_common.c
+++ b/src/gtm/recovery/register_common.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/register_gtm.c b/src/gtm/recovery/register_gtm.c
index 5607a6b590..3c0e116489 100644
--- a/src/gtm/recovery/register_gtm.c
+++ b/src/gtm/recovery/register_gtm.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/replication.c b/src/gtm/recovery/replication.c
index 707cd964b4..5fe822b6b4 100644
--- a/src/gtm/recovery/replication.c
+++ b/src/gtm/recovery/replication.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/standby_utils.c b/src/gtm/recovery/standby_utils.c
index fb444ea2b5..707cd5dca4 100644
--- a/src/gtm/recovery/standby_utils.c
+++ b/src/gtm/recovery/standby_utils.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION