summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2012-05-25 02:01:26 +0000
committerMichael Paquier2012-05-25 02:02:45 +0000
commiteef28c9873e709e6d8c4f625290fc12f48935dab (patch)
tree46012f92db4621f2816ed5b0155f4bf6a94fe951
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
-rw-r--r--COPYRIGHT14
-rw-r--r--README3
-rw-r--r--README.git4
-rw-r--r--doc-xc/src/sgml/legal.sgmlin5
-rw-r--r--src/backend/access/transam/clog.c2
-rw-r--r--src/backend/access/transam/subtrans.c2
-rw-r--r--src/backend/access/transam/twophase.c2
-rw-r--r--src/backend/access/transam/varsup.c2
-rw-r--r--src/backend/access/transam/xact.c2
-rw-r--r--src/backend/bootstrap/bootstrap.c2
-rw-r--r--src/backend/catalog/dependency.c2
-rw-r--r--src/backend/catalog/heap.c2
-rw-r--r--src/backend/catalog/pgxc_class.c2
-rw-r--r--src/backend/commands/comment.c2
-rw-r--r--src/backend/commands/indexcmds.c2
-rw-r--r--src/backend/commands/sequence.c2
-rw-r--r--src/backend/commands/tablecmds.c2
-rw-r--r--src/backend/commands/vacuum.c2
-rw-r--r--src/backend/nodes/copyfuncs.c2
-rw-r--r--src/backend/nodes/equalfuncs.c2
-rw-r--r--src/backend/nodes/readfuncs.c2
-rw-r--r--src/backend/parser/gram.y2
-rw-r--r--src/backend/parser/parse_utilcmd.c2
-rw-r--r--src/backend/pgxc/Makefile2
-rw-r--r--src/backend/pgxc/barrier/Makefile2
-rw-r--r--src/backend/pgxc/barrier/barrier.c2
-rw-r--r--src/backend/pgxc/locator/Makefile2
-rw-r--r--src/backend/pgxc/locator/locator.c2
-rw-r--r--src/backend/pgxc/nodemgr/Makefile2
-rw-r--r--src/backend/pgxc/nodemgr/groupmgr.c2
-rw-r--r--src/backend/pgxc/nodemgr/nodemgr.c2
-rw-r--r--src/backend/pgxc/plan/Makefile2
-rw-r--r--src/backend/pgxc/plan/planner.c2
-rw-r--r--src/backend/pgxc/pool/Makefile2
-rw-r--r--src/backend/pgxc/pool/execRemote.c2
-rw-r--r--src/backend/pgxc/pool/pgxcnode.c2
-rw-r--r--src/backend/pgxc/pool/poolcomm.c2
-rw-r--r--src/backend/pgxc/pool/poolmgr.c2
-rw-r--r--src/backend/pgxc/pool/poolutils.c2
-rw-r--r--src/backend/pgxc/xc_maintenance_mode/Makefile2
-rw-r--r--src/backend/postmaster/postmaster.c2
-rw-r--r--src/backend/storage/ipc/procarray.c2
-rw-r--r--src/backend/tcop/postgres.c2
-rw-r--r--src/backend/tcop/utility.c2
-rw-r--r--src/backend/utils/cache/relcache.c2
-rw-r--r--src/backend/utils/cache/syscache.c2
-rw-r--r--src/backend/utils/misc/guc.c2
-rw-r--r--src/bin/initdb/initdb.c2
-rw-r--r--src/bin/initgtm/initgtm.c2
-rw-r--r--src/bin/pg_ctl/pg_ctl.c2
-rw-r--r--src/gtm/Makefile2
-rw-r--r--src/gtm/Makefile.port2
-rw-r--r--src/gtm/client/Makefile2
-rw-r--r--src/gtm/client/fe-connect.c2
-rw-r--r--src/gtm/client/fe-misc.c2
-rw-r--r--src/gtm/client/fe-protocol.c2
-rw-r--r--src/gtm/client/gtm_client.c2
-rw-r--r--src/gtm/client/ip.c2
-rw-r--r--src/gtm/client/pqexpbuffer.c2
-rw-r--r--src/gtm/client/strlcpy.c2
-rw-r--r--src/gtm/client/test/Makefile2
-rw-r--r--src/gtm/client/test/test_proxy.sh2
-rw-r--r--src/gtm/client/test/test_seq.c2
-rw-r--r--src/gtm/client/test/test_snap.c2
-rw-r--r--src/gtm/client/test/test_snapperf.c2
-rw-r--r--src/gtm/client/test/test_txn.c2
-rw-r--r--src/gtm/client/test/test_txnperf.c2
-rw-r--r--src/gtm/common/Makefile2
-rw-r--r--src/gtm/common/aset.c2
-rw-r--r--src/gtm/common/assert.c2
-rw-r--r--src/gtm/common/elog.c2
-rw-r--r--src/gtm/common/gtm_list.c2
-rw-r--r--src/gtm/common/gtm_lock.c2
-rw-r--r--src/gtm/common/gtm_serialize.c2
-rw-r--r--src/gtm/common/gtm_serialize_debug.c2
-rw-r--r--src/gtm/common/gtm_utils.c2
-rw-r--r--src/gtm/common/mcxt.c2
-rw-r--r--src/gtm/common/stringinfo.c2
-rw-r--r--src/gtm/gtm_ctl/Makefile2
-rw-r--r--src/gtm/gtm_ctl/gtm_ctl.c2
-rw-r--r--src/gtm/libpq/Makefile2
-rw-r--r--src/gtm/libpq/ip.c2
-rw-r--r--src/gtm/libpq/pqcomm.c2
-rw-r--r--src/gtm/libpq/pqformat.c2
-rw-r--r--src/gtm/libpq/pqsignal.c2
-rw-r--r--src/gtm/libpq/strlcpy.c2
-rw-r--r--src/gtm/main/Makefile2
-rw-r--r--src/gtm/main/gtm_opt.c2
-rw-r--r--src/gtm/main/gtm_seq.c2
-rw-r--r--src/gtm/main/gtm_snap.c2
-rw-r--r--src/gtm/main/gtm_standby.c2
-rw-r--r--src/gtm/main/gtm_stat.c2
-rw-r--r--src/gtm/main/gtm_stats.c2
-rw-r--r--src/gtm/main/gtm_thread.c2
-rw-r--r--src/gtm/main/gtm_time.c2
-rw-r--r--src/gtm/main/gtm_txn.c2
-rw-r--r--src/gtm/main/main.c2
-rw-r--r--src/gtm/path/Makefile2
-rw-r--r--src/gtm/path/path.c2
-rw-r--r--src/gtm/proxy/Makefile2
-rw-r--r--src/gtm/proxy/gtm_proxy_opt.c2
-rw-r--r--src/gtm/proxy/proxy_main.c2
-rw-r--r--src/gtm/proxy/proxy_thread.c2
-rw-r--r--src/gtm/proxy/proxy_utils.c2
-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
-rw-r--r--src/gtm/test/Makefile2
-rw-r--r--src/gtm/test/test_connect.c2
-rw-r--r--src/gtm/test/test_node.c2
-rw-r--r--src/gtm/test/test_node5.c2
-rw-r--r--src/gtm/test/test_repli.c2
-rw-r--r--src/gtm/test/test_repli2.c2
-rw-r--r--src/gtm/test/test_scenario.c2
-rw-r--r--src/gtm/test/test_seq.c2
-rw-r--r--src/gtm/test/test_seq4.c2
-rw-r--r--src/gtm/test/test_seq5.c2
-rw-r--r--src/gtm/test/test_standby.c2
-rw-r--r--src/gtm/test/test_startup.c2
-rw-r--r--src/gtm/test/test_txn.c2
-rw-r--r--src/gtm/test/test_txn4.c2
-rw-r--r--src/gtm/test/test_txn5.c2
-rw-r--r--src/gtm/test2/Makefile2
-rw-r--r--src/gtm/test2/test_connect2.c2
-rw-r--r--src/gtm/test2/test_standby.c2
-rw-r--r--src/gtm/test2/test_startup.c2
-rw-r--r--src/gtm/test2/test_txn.c2
-rw-r--r--src/gtm/test2/test_txn2.c2
-rw-r--r--src/gtm/test2/test_txn3.c2
-rw-r--r--src/gtm/test2/test_txn4.c2
-rw-r--r--src/gtm/test2/test_txn5.c2
-rw-r--r--src/include/access/transam.h2
-rw-r--r--src/include/access/xact.h2
-rw-r--r--src/include/bootstrap/bootstrap.h2
-rw-r--r--src/include/catalog/dependency.h2
-rw-r--r--src/include/catalog/heap.h2
-rw-r--r--src/include/catalog/indexing.h2
-rw-r--r--src/include/catalog/pgxc_group.h2
-rw-r--r--src/include/catalog/pgxc_node.h2
-rw-r--r--src/include/gen_alloc.h2
-rw-r--r--src/include/gtm/assert.h2
-rw-r--r--src/include/gtm/elog.h2
-rw-r--r--src/include/gtm/gtm.h2
-rw-r--r--src/include/gtm/gtm_c.h2
-rw-r--r--src/include/gtm/gtm_client.h2
-rw-r--r--src/include/gtm/gtm_conn.h2
-rw-r--r--src/include/gtm/gtm_ext.h2
-rw-r--r--src/include/gtm/gtm_ip.h2
-rw-r--r--src/include/gtm/gtm_list.h2
-rw-r--r--src/include/gtm/gtm_lock.h2
-rw-r--r--src/include/gtm/gtm_msg.h2
-rw-r--r--src/include/gtm/gtm_opt.h2
-rw-r--r--src/include/gtm/gtm_opt_tables.h2
-rw-r--r--src/include/gtm/gtm_proxy.h2
-rw-r--r--src/include/gtm/gtm_seq.h2
-rw-r--r--src/include/gtm/gtm_serialize.h2
-rw-r--r--src/include/gtm/gtm_serialize_debug.h2
-rw-r--r--src/include/gtm/gtm_standby.h2
-rw-r--r--src/include/gtm/gtm_time.h2
-rw-r--r--src/include/gtm/gtm_txn.h2
-rw-r--r--src/include/gtm/gtm_utils.h2
-rw-r--r--src/include/gtm/ip.h2
-rw-r--r--src/include/gtm/libpq-be.h2
-rw-r--r--src/include/gtm/libpq-fe.h2
-rw-r--r--src/include/gtm/libpq-int.h2
-rw-r--r--src/include/gtm/libpq.h2
-rw-r--r--src/include/gtm/memnodes.h2
-rw-r--r--src/include/gtm/memutils.h2
-rw-r--r--src/include/gtm/palloc.h2
-rw-r--r--src/include/gtm/path.h2
-rw-r--r--src/include/gtm/pqcomm.h2
-rw-r--r--src/include/gtm/pqexpbuffer.h2
-rw-r--r--src/include/gtm/pqformat.h2
-rw-r--r--src/include/gtm/pqsignal.h2
-rw-r--r--src/include/gtm/proxy_utils.h2
-rw-r--r--src/include/gtm/register.h2
-rw-r--r--src/include/gtm/replication.h2
-rw-r--r--src/include/gtm/standby_utils.h2
-rw-r--r--src/include/gtm/stringinfo.h2
-rw-r--r--src/include/nodes/nodes.h2
-rw-r--r--src/include/nodes/parsenodes.h2
-rw-r--r--src/include/nodes/primnodes.h2
-rw-r--r--src/include/parser/kwlist.h2
-rw-r--r--src/include/parser/parse_utilcmd.h2
-rw-r--r--src/include/pgxc/barrier.h2
-rw-r--r--src/include/pgxc/execRemote.h2
-rw-r--r--src/include/pgxc/groupmgr.h2
-rw-r--r--src/include/pgxc/locator.h2
-rw-r--r--src/include/pgxc/nodemgr.h2
-rw-r--r--src/include/pgxc/pgxc.h2
-rw-r--r--src/include/pgxc/pgxcnode.h2
-rw-r--r--src/include/pgxc/planner.h2
-rw-r--r--src/include/pgxc/poolcomm.h2
-rw-r--r--src/include/pgxc/poolmgr.h2
-rw-r--r--src/include/pgxc/poolutils.h2
-rw-r--r--src/include/postgres.h2
-rw-r--r--src/include/postmaster/autovacuum.h2
-rw-r--r--src/include/storage/procarray.h2
-rw-r--r--src/include/utils/rel.h2
-rw-r--r--src/include/utils/snapshot.h2
-rw-r--r--src/include/utils/syscache.h2
-rw-r--r--src/pgxc/Makefile2
-rw-r--r--src/pgxc/bin/Makefile2
-rw-r--r--src/pgxc/bin/pgxc_clean/Makefile2
-rw-r--r--src/pgxc/bin/pgxc_clean/txninfo.h2
-rw-r--r--src/pgxc/bin/pgxc_ddl/pgxc_ddl2
-rw-r--r--src/pgxc/tools/Makefile2
-rw-r--r--src/pgxc/tools/makesgml/Makefile2
-rw-r--r--src/pgxc/tools/makesgml/makesgml.c2
211 files changed, 227 insertions, 213 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 0395b0d3cf..b28eba5080 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
Postgres-XC Cluster Database Management System
-Portions Copyright (c) 2010-2011, Nippon Telegraph and Telephone Corporation
+Portions Copyright (c) 2010-2012, Postgres-XC Development Group
Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California
@@ -33,3 +33,15 @@ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE POSTGRESQL GLOBAL DEVELOPMENT GROUP HAS NO OBLIGATIONS TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+
+IN NO EVENT SHALL POSTGRES-XC DEVELOPMENT GROUP BE LIABLE TO ANY
+PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS
+SOFTWARE AND ITS DOCUMENTATION, EVEN IF POSTGRES-XC DEVELOPMENT
+GROUP HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+POSTGRES-XC DEVELOPMENT GROUP SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ON AN "AS IS" BASIS, AND THE POSTGRES-XC DEVELOPMENT GROUP HAS NO OBLIGATIONS TO
+PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
diff --git a/README b/README
index b5dda60b65..7b2882aadf 100644
--- a/README
+++ b/README
@@ -27,3 +27,6 @@ instructions.
The latest version of this software may be obtained at
http://sourceforge.net/projects/postgres-xc/. For more information look at our
web site located at http://postgres-xc.sourceforge.net/.
+
+More information about Postgres-XC Development Group is available at
+http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter.
diff --git a/README.git b/README.git
index 7a17264919..9745884564 100644
--- a/README.git
+++ b/README.git
@@ -4,9 +4,9 @@ In a release or snapshot tarball of Postgres-XC, documentation files named
INSTALL and HISTORY will appear in this directory. However, these files are
not stored in git and so will not be present if you are using a git checkout.
If you are using git, you can view the most recent install instructions at:
- http://developer.postgresql.org/docs/postgres/installation.html
+ http://postgres-xc.sourceforge.net/docs/1_0/installation.html
and the current release notes at:
- http://developer.postgresql.org/docs/postgres/release.html
+ http://postgres-xc.sourceforge.net/docs/1_0/release.html
Users compiling from git will also need compatible versions of Bison, Flex,
and Perl, as discussed in the install documentation. These programs are not
diff --git a/doc-xc/src/sgml/legal.sgmlin b/doc-xc/src/sgml/legal.sgmlin
index c91b5959a5..d7deaa424a 100644
--- a/doc-xc/src/sgml/legal.sgmlin
+++ b/doc-xc/src/sgml/legal.sgmlin
@@ -7,7 +7,7 @@
<!## XC>
<copyright>
<year>2009-2012</year>
- <holder>Nippon Telegraph and Telephone Corporation</holder>
+ <holder>Postgres-XC Development Group</holder>
</copyright>
<!## end>
@@ -23,8 +23,7 @@
<!## XC>
<productname>Postgres-XC</productname> is Copyright &copy; 1996-2011
by the PostgreSQL Global Development Group and Copyright &copy;
- 2010-2012 by Nippon Telegraph and Telephone Corporation, and is
- distributed under
+ 2010-2012 by Postgres-XC Development Group, and is distributed under
the terms of the license of the University of California below.
<!## end>
</para>
diff --git a/src/backend/access/transam/clog.c b/src/backend/access/transam/clog.c
index 606f5f2ba9..7e6e315e2b 100644
--- a/src/backend/access/transam/clog.c
+++ b/src/backend/access/transam/clog.c
@@ -25,7 +25,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/backend/access/transam/clog.c
*
diff --git a/src/backend/access/transam/subtrans.c b/src/backend/access/transam/subtrans.c
index 10dae9cea7..d472caaf78 100644
--- a/src/backend/access/transam/subtrans.c
+++ b/src/backend/access/transam/subtrans.c
@@ -21,7 +21,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/backend/access/transam/subtrans.c
*
diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c
index 1d99fd88bf..d8bd7614b7 100644
--- a/src/backend/access/transam/twophase.c
+++ b/src/backend/access/transam/twophase.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/backend/access/transam/twophase.c
diff --git a/src/backend/access/transam/varsup.c b/src/backend/access/transam/varsup.c
index 0b534243f4..0aecb049d9 100644
--- a/src/backend/access/transam/varsup.c
+++ b/src/backend/access/transam/varsup.c
@@ -4,7 +4,7 @@
* postgres OID & XID variables support routines
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* src/backend/access/transam/varsup.c
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c
index d2f00a1b76..7dcc913a19 100644
--- a/src/backend/access/transam/xact.c
+++ b/src/backend/access/transam/xact.c
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c
index 77423fa412..2828f36aa5 100644
--- a/src/backend/bootstrap/bootstrap.c
+++ b/src/backend/bootstrap/bootstrap.c
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/backend/bootstrap/bootstrap.c
diff --git a/src/backend/catalog/dependency.c b/src/backend/catalog/dependency.c
index f426ecf118..07b2eea8e7 100644
--- a/src/backend/catalog/dependency.c
+++ b/src/backend/catalog/dependency.c
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/backend/catalog/dependency.c
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c
index 4afe2f3523..f606f77e2f 100644
--- a/src/backend/catalog/heap.c
+++ b/src/backend/catalog/heap.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/catalog/pgxc_class.c b/src/backend/catalog/pgxc_class.c
index 535af96ab9..6d1cf0ed2a 100644
--- a/src/backend/catalog/pgxc_class.c
+++ b/src/backend/catalog/pgxc_class.c
@@ -4,7 +4,7 @@
* routines to support manipulation of the pgxc_class relation
*
* Copyright (c) 1996-2010, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
*-------------------------------------------------------------------------
diff --git a/src/backend/commands/comment.c b/src/backend/commands/comment.c
index 456d161b9d..2fccc6f2ed 100644
--- a/src/backend/commands/comment.c
+++ b/src/backend/commands/comment.c
@@ -5,7 +5,7 @@
* PostgreSQL object comments utility code.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* src/backend/commands/comment.c
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c
index 894cb2ed31..cb0a1c254f 100644
--- a/src/backend/commands/indexcmds.c
+++ b/src/backend/commands/indexcmds.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/commands/sequence.c b/src/backend/commands/sequence.c
index 875399b08f..79cf5ff089 100644
--- a/src/backend/commands/sequence.c
+++ b/src/backend/commands/sequence.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index 02042e6eb0..3780a826e3 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/commands/vacuum.c b/src/backend/commands/vacuum.c
index 10d075f19e..ba4018b92e 100644
--- a/src/backend/commands/vacuum.c
+++ b/src/backend/commands/vacuum.c
@@ -11,7 +11,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/nodes/copyfuncs.c b/src/backend/nodes/copyfuncs.c
index d2be80f184..e4be2c2898 100644
--- a/src/backend/nodes/copyfuncs.c
+++ b/src/backend/nodes/copyfuncs.c
@@ -13,7 +13,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/backend/nodes/copyfuncs.c
diff --git a/src/backend/nodes/equalfuncs.c b/src/backend/nodes/equalfuncs.c
index cc07607682..8ed895980d 100644
--- a/src/backend/nodes/equalfuncs.c
+++ b/src/backend/nodes/equalfuncs.c
@@ -20,7 +20,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/backend/nodes/equalfuncs.c
diff --git a/src/backend/nodes/readfuncs.c b/src/backend/nodes/readfuncs.c
index 4e4bcf8cd1..66689209d9 100644
--- a/src/backend/nodes/readfuncs.c
+++ b/src/backend/nodes/readfuncs.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/parser/gram.y b/src/backend/parser/gram.y
index 8f6893c9dd..9b54ce8c0c 100644
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -8,7 +8,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c
index 45becd0541..b55eb93de1 100644
--- a/src/backend/parser/parse_utilcmd.c
+++ b/src/backend/parser/parse_utilcmd.c
@@ -18,7 +18,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/backend/parser/parse_utilcmd.c
*
diff --git a/src/backend/pgxc/Makefile b/src/backend/pgxc/Makefile
index 863d781b8e..7149b1680f 100644
--- a/src/backend/pgxc/Makefile
+++ b/src/backend/pgxc/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC backend method makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/backend/pgxc/Makefile
#
diff --git a/src/backend/pgxc/barrier/Makefile b/src/backend/pgxc/barrier/Makefile
index 2779b529de..393154a1fe 100644
--- a/src/backend/pgxc/barrier/Makefile
+++ b/src/backend/pgxc/barrier/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for barrier
#
-# Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Portions Copyright (c) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/pgxc/barrier/barrier.c b/src/backend/pgxc/barrier/barrier.c
index 7eaffaa7b6..4aaeb230ba 100644
--- a/src/backend/pgxc/barrier/barrier.c
+++ b/src/backend/pgxc/barrier/barrier.c
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/backend/pgxc/locator/Makefile b/src/backend/pgxc/locator/Makefile
index 962ef7aff9..107fe0f601 100644
--- a/src/backend/pgxc/locator/Makefile
+++ b/src/backend/pgxc/locator/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for locator
#
-# Copyright(C) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(C) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/pgxc/locator/locator.c b/src/backend/pgxc/locator/locator.c
index 629b970fc7..190b49ed5b 100644
--- a/src/backend/pgxc/locator/locator.c
+++ b/src/backend/pgxc/locator/locator.c
@@ -7,7 +7,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/backend/pgxc/nodemgr/Makefile b/src/backend/pgxc/nodemgr/Makefile
index 1ac592b1f5..f9c8b623c0 100644
--- a/src/backend/pgxc/nodemgr/Makefile
+++ b/src/backend/pgxc/nodemgr/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for node management routines
#
-# Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Portions Copyright (c) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/pgxc/nodemgr/groupmgr.c b/src/backend/pgxc/nodemgr/groupmgr.c
index 79821accac..a9e8502ca1 100644
--- a/src/backend/pgxc/nodemgr/groupmgr.c
+++ b/src/backend/pgxc/nodemgr/groupmgr.c
@@ -5,7 +5,7 @@
* This includes support for DDL on objects NODE GROUP
*
* Copyright (c) 1996-2010, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/pgxc/nodemgr/nodemgr.c b/src/backend/pgxc/nodemgr/nodemgr.c
index c46d0c60f1..3d60426324 100644
--- a/src/backend/pgxc/nodemgr/nodemgr.c
+++ b/src/backend/pgxc/nodemgr/nodemgr.c
@@ -5,7 +5,7 @@
* Support concerns CREATE/ALTER/DROP on NODE object.
*
* Copyright (c) 1996-2010, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/pgxc/plan/Makefile b/src/backend/pgxc/plan/Makefile
index e859aea93e..c322c03656 100644
--- a/src/backend/pgxc/plan/Makefile
+++ b/src/backend/pgxc/plan/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for rewrite
#
-# Portions Copyright(C) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Portions Copyright(C) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/pgxc/plan/planner.c b/src/backend/pgxc/plan/planner.c
index c2c159f8f1..00e2c38433 100644
--- a/src/backend/pgxc/plan/planner.c
+++ b/src/backend/pgxc/plan/planner.c
@@ -5,7 +5,7 @@
* Functions for generating a PGXC style plan.
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/backend/pgxc/pool/Makefile b/src/backend/pgxc/pool/Makefile
index 06be1be541..f3830be690 100644
--- a/src/backend/pgxc/pool/Makefile
+++ b/src/backend/pgxc/pool/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for pool
#
-# Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Portions Copyright (c) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/pgxc/pool/execRemote.c b/src/backend/pgxc/pool/execRemote.c
index 00b049a884..39a2502298 100644
--- a/src/backend/pgxc/pool/execRemote.c
+++ b/src/backend/pgxc/pool/execRemote.c
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/backend/pgxc/pool/pgxcnode.c b/src/backend/pgxc/pool/pgxcnode.c
index e6cbfe74c3..994733a087 100644
--- a/src/backend/pgxc/pool/pgxcnode.c
+++ b/src/backend/pgxc/pool/pgxcnode.c
@@ -7,7 +7,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/backend/pgxc/pool/poolcomm.c b/src/backend/pgxc/pool/poolcomm.c
index c0c1e9d7ec..c7099cad34 100644
--- a/src/backend/pgxc/pool/poolcomm.c
+++ b/src/backend/pgxc/pool/poolcomm.c
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/pgxc/pool/poolmgr.c b/src/backend/pgxc/pool/poolmgr.c
index 4d4c0ac2d3..2d2348e6cc 100644
--- a/src/backend/pgxc/pool/poolmgr.c
+++ b/src/backend/pgxc/pool/poolmgr.c
@@ -25,7 +25,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/backend/pgxc/pool/poolutils.c b/src/backend/pgxc/pool/poolutils.c
index b5b64789cd..9f434a899b 100644
--- a/src/backend/pgxc/pool/poolutils.c
+++ b/src/backend/pgxc/pool/poolutils.c
@@ -5,7 +5,7 @@
* Utilities for Postgres-XC pooler
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/backend/pgxc/xc_maintenance_mode/Makefile b/src/backend/pgxc/xc_maintenance_mode/Makefile
index e8e981bcf9..9dd1aeb033 100644
--- a/src/backend/pgxc/xc_maintenance_mode/Makefile
+++ b/src/backend/pgxc/xc_maintenance_mode/Makefile
@@ -3,7 +3,7 @@
# Makefile--
# Makefile for XC maintenance mode
#
-# Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Portions Copyright (c) 2010-2012 Postgres-XC Development Group
#
# IDENTIFICATION
# $PostgreSQL$
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 1fcb2c05ac..c143dac30c 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -34,7 +34,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 2fa18c6d63..8b9b46aed6 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -43,7 +43,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index b35f190681..bec0e4a894 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/tcop/utility.c b/src/backend/tcop/utility.c
index 8ec12de77c..e7efb027f5 100644
--- a/src/backend/tcop/utility.c
+++ b/src/backend/tcop/utility.c
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c
index cdb40e3b75..466d8cb548 100644
--- a/src/backend/utils/cache/relcache.c
+++ b/src/backend/utils/cache/relcache.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c
index 31b98ff8bb..cba875b515 100644
--- a/src/backend/utils/cache/syscache.c
+++ b/src/backend/utils/cache/syscache.c
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index a5cfe86880..541a53f99f 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -7,7 +7,7 @@
*
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
* Written by Peter Eisentraut <[email protected]>.
*
* IDENTIFICATION
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 933b2bc60d..8cfc1f5e66 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -39,7 +39,7 @@
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/bin/initdb/initdb.c
diff --git a/src/bin/initgtm/initgtm.c b/src/bin/initgtm/initgtm.c
index df6a1b63b8..57856e0f2e 100644
--- a/src/bin/initgtm/initgtm.c
+++ b/src/bin/initgtm/initgtm.c
@@ -11,7 +11,7 @@
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/bin/initgtm/initgtm.c
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
index 63c6897775..381c33d8dd 100644
--- a/src/bin/pg_ctl/pg_ctl.c
+++ b/src/bin/pg_ctl/pg_ctl.c
@@ -3,7 +3,7 @@
* pg_ctl --- start/stops/restarts the PostgreSQL server
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* src/bin/pg_ctl/pg_ctl.c
*
diff --git a/src/gtm/Makefile b/src/gtm/Makefile
index 28c5c1384f..480d1bf49e 100644
--- a/src/gtm/Makefile
+++ b/src/gtm/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/Makefile
#
diff --git a/src/gtm/Makefile.port b/src/gtm/Makefile.port
index 5f19eb8d29..260e78121f 100644
--- a/src/gtm/Makefile.port
+++ b/src/gtm/Makefile.port
@@ -2,7 +2,7 @@
#
# Postgres-XC port makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/pgxc/tools/makesgml/Makefile.port
#
diff --git a/src/gtm/client/Makefile b/src/gtm/client/Makefile
index ef956ec20e..e8204bb4b9 100644
--- a/src/gtm/client/Makefile
+++ b/src/gtm/client/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM client makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/client/Makefile
#
diff --git a/src/gtm/client/fe-connect.c b/src/gtm/client/fe-connect.c
index af7bf58473..341c0ed3ac 100644
--- a/src/gtm/client/fe-connect.c
+++ b/src/gtm/client/fe-connect.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/client/fe-misc.c b/src/gtm/client/fe-misc.c
index 60aa32a659..28ba9c4612 100644
--- a/src/gtm/client/fe-misc.c
+++ b/src/gtm/client/fe-misc.c
@@ -21,7 +21,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
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.137 2008/12/11 07:34:09 petere Exp $
diff --git a/src/gtm/client/fe-protocol.c b/src/gtm/client/fe-protocol.c
index cb303a6e49..ab4e3f52e5 100644
--- a/src/gtm/client/fe-protocol.c
+++ b/src/gtm/client/fe-protocol.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/client/gtm_client.c b/src/gtm/client/gtm_client.c
index 2eab51431f..235a453de3 100644
--- a/src/gtm/client/gtm_client.c
+++ b/src/gtm/client/gtm_client.c
@@ -4,7 +4,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/client/ip.c b/src/gtm/client/ip.c
index de573e0c88..7ba20af25a 100644
--- a/src/gtm/client/ip.c
+++ b/src/gtm/client/ip.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/client/pqexpbuffer.c b/src/gtm/client/pqexpbuffer.c
index 32bc76eefd..77e3f08bb8 100644
--- a/src/gtm/client/pqexpbuffer.c
+++ b/src/gtm/client/pqexpbuffer.c
@@ -16,7 +16,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
*
* $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.25 2008/11/26 00:26:23 tgl Exp $
*
diff --git a/src/gtm/client/strlcpy.c b/src/gtm/client/strlcpy.c
index cb5552b713..48cdf5e2c9 100644
--- a/src/gtm/client/strlcpy.c
+++ b/src/gtm/client/strlcpy.c
@@ -4,7 +4,7 @@
* strncpy done right
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * 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/client/test/Makefile b/src/gtm/client/test/Makefile
index deed904214..5b65c9c59c 100644
--- a/src/gtm/client/test/Makefile
+++ b/src/gtm/client/test/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM client test makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/client/test/Makefile
#
diff --git a/src/gtm/client/test/test_proxy.sh b/src/gtm/client/test/test_proxy.sh
index 0ae353fa8a..c5116e2d5d 100644
--- a/src/gtm/client/test/test_proxy.sh
+++ b/src/gtm/client/test/test_proxy.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright (c) 2010-2012 Postgres-XC Development Group
GTM_SERVER_HOSTNAME=gtm
GTM_SERVER_PORT=16667
diff --git a/src/gtm/client/test/test_seq.c b/src/gtm/client/test/test_seq.c
index 614489f593..8d45d49297 100644
--- a/src/gtm/client/test/test_seq.c
+++ b/src/gtm/client/test/test_seq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
#include <unistd.h>
diff --git a/src/gtm/client/test/test_snap.c b/src/gtm/client/test/test_snap.c
index fd1e15216a..350e3726d3 100644
--- a/src/gtm/client/test/test_snap.c
+++ b/src/gtm/client/test/test_snap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
#include <unistd.h>
diff --git a/src/gtm/client/test/test_snapperf.c b/src/gtm/client/test/test_snapperf.c
index ac241aabc2..d6d2b578d2 100644
--- a/src/gtm/client/test/test_snapperf.c
+++ b/src/gtm/client/test/test_snapperf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/client/test/test_txn.c b/src/gtm/client/test/test_txn.c
index a8a4f179ce..fc6b05bdfc 100644
--- a/src/gtm/client/test/test_txn.c
+++ b/src/gtm/client/test/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/client/test/test_txnperf.c b/src/gtm/client/test/test_txnperf.c
index 545a79e3d3..65512ec3c3 100644
--- a/src/gtm/client/test/test_txnperf.c
+++ b/src/gtm/client/test/test_txnperf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
#include <unistd.h>
diff --git a/src/gtm/common/Makefile b/src/gtm/common/Makefile
index 3b07a2dfa9..31e0c25ff9 100644
--- a/src/gtm/common/Makefile
+++ b/src/gtm/common/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM common makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/common/Makefile
#
diff --git a/src/gtm/common/aset.c b/src/gtm/common/aset.c
index 804d9f1526..b0cc2e2340 100644
--- a/src/gtm/common/aset.c
+++ b/src/gtm/common/aset.c
@@ -9,7 +9,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
* $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.77 2008/04/11 22:54:23 tgl Exp $
diff --git a/src/gtm/common/assert.c b/src/gtm/common/assert.c
index d1a0dffae2..8d4c9a71fd 100644
--- a/src/gtm/common/assert.c
+++ b/src/gtm/common/assert.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/common/elog.c b/src/gtm/common/elog.c
index 25fe432f12..af0d1e9216 100644
--- a/src/gtm/common/elog.c
+++ b/src/gtm/common/elog.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/common/gtm_list.c b/src/gtm/common/gtm_list.c
index 0b3e975e7c..92b15db011 100644
--- a/src/gtm/common/gtm_list.c
+++ b/src/gtm/common/gtm_list.c
@@ -6,7 +6,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/common/gtm_lock.c b/src/gtm/common/gtm_lock.c
index 7ca9f0e67c..aedc7de315 100644
--- a/src/gtm/common/gtm_lock.c
+++ b/src/gtm/common/gtm_lock.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/common/gtm_serialize.c b/src/gtm/common/gtm_serialize.c
index 1f286817db..954296d67b 100644
--- a/src/gtm/common/gtm_serialize.c
+++ b/src/gtm/common/gtm_serialize.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/common/gtm_serialize_debug.c b/src/gtm/common/gtm_serialize_debug.c
index f4e67cb165..2c3eab38ad 100644
--- a/src/gtm/common/gtm_serialize_debug.c
+++ b/src/gtm/common/gtm_serialize_debug.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/common/gtm_utils.c b/src/gtm/common/gtm_utils.c
index 49fd59d724..828bc66c77 100644
--- a/src/gtm/common/gtm_utils.c
+++ b/src/gtm/common/gtm_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
diff --git a/src/gtm/common/mcxt.c b/src/gtm/common/mcxt.c
index 1ed0e70343..4ee938a85b 100644
--- a/src/gtm/common/mcxt.c
+++ b/src/gtm/common/mcxt.c
@@ -11,7 +11,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/common/stringinfo.c b/src/gtm/common/stringinfo.c
index f16a888d58..725b2ec68e 100644
--- a/src/gtm/common/stringinfo.c
+++ b/src/gtm/common/stringinfo.c
@@ -8,7 +8,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
*
* $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.49 2008/01/01 19:45:49 momjian Exp $
*
diff --git a/src/gtm/gtm_ctl/Makefile b/src/gtm/gtm_ctl/Makefile
index 0ed82b34bd..6b079b7832 100644
--- a/src/gtm/gtm_ctl/Makefile
+++ b/src/gtm/gtm_ctl/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM gtm_ctl makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/gtm_ctl/Makefile
#
diff --git a/src/gtm/gtm_ctl/gtm_ctl.c b/src/gtm/gtm_ctl/gtm_ctl.c
index 6faff44299..8806a68303 100644
--- a/src/gtm/gtm_ctl/gtm_ctl.c
+++ b/src/gtm/gtm_ctl/gtm_ctl.c
@@ -3,7 +3,7 @@
* gtm_ctl --- start/stops/restarts the GTM server/proxy
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* $PostgreSQL$
*
diff --git a/src/gtm/libpq/Makefile b/src/gtm/libpq/Makefile
index d0ff7d2404..dd22b0dcb1 100644
--- a/src/gtm/libpq/Makefile
+++ b/src/gtm/libpq/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM libpq makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/libpq/Makefile
#
diff --git a/src/gtm/libpq/ip.c b/src/gtm/libpq/ip.c
index b14158181c..a00d5ba675 100644
--- a/src/gtm/libpq/ip.c
+++ b/src/gtm/libpq/ip.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/libpq/pqcomm.c b/src/gtm/libpq/pqcomm.c
index 507c4a1723..7633a62c96 100644
--- a/src/gtm/libpq/pqcomm.c
+++ b/src/gtm/libpq/pqcomm.c
@@ -29,7 +29,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
*
* $PostgreSQL: pgsql/src/backend/libpq/pqcomm.c,v 1.198 2008/01/01 19:45:49 momjian Exp $
*
diff --git a/src/gtm/libpq/pqformat.c b/src/gtm/libpq/pqformat.c
index bbd86b2b63..68fc71d6e8 100644
--- a/src/gtm/libpq/pqformat.c
+++ b/src/gtm/libpq/pqformat.c
@@ -23,7 +23,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
*
* $PostgreSQL: pgsql/src/backend/libpq/pqformat.c,v 1.48 2009/01/01 17:23:42 momjian Exp $
*
diff --git a/src/gtm/libpq/pqsignal.c b/src/gtm/libpq/pqsignal.c
index 9aec6e4610..e3f482c2f1 100644
--- a/src/gtm/libpq/pqsignal.c
+++ b/src/gtm/libpq/pqsignal.c
@@ -6,7 +6,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/libpq/strlcpy.c b/src/gtm/libpq/strlcpy.c
index cb5552b713..48cdf5e2c9 100644
--- a/src/gtm/libpq/strlcpy.c
+++ b/src/gtm/libpq/strlcpy.c
@@ -4,7 +4,7 @@
* strncpy done right
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * 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/main/Makefile b/src/gtm/main/Makefile
index 30d4708ced..d207e32dcc 100644
--- a/src/gtm/main/Makefile
+++ b/src/gtm/main/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM main Makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/main/Makefile
#
diff --git a/src/gtm/main/gtm_opt.c b/src/gtm/main/gtm_opt.c
index 3018a5b8eb..62bd4d5f99 100644
--- a/src/gtm/main/gtm_opt.c
+++ b/src/gtm/main/gtm_opt.c
@@ -8,7 +8,7 @@
*
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
* Written by Peter Eisentraut <[email protected]>.
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_seq.c b/src/gtm/main/gtm_seq.c
index 711fdb3c96..98f9431546 100644
--- a/src/gtm/main/gtm_seq.c
+++ b/src/gtm/main/gtm_seq.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/main/gtm_snap.c b/src/gtm/main/gtm_snap.c
index c2de142a47..90801e8988 100644
--- a/src/gtm/main/gtm_snap.c
+++ b/src/gtm/main/gtm_snap.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/main/gtm_standby.c b/src/gtm/main/gtm_standby.c
index 5458cf6a98..1c51c9c843 100644
--- a/src/gtm/main/gtm_standby.c
+++ b/src/gtm/main/gtm_standby.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/main/gtm_stat.c b/src/gtm/main/gtm_stat.c
index 7557dcaa7a..3f9dca1746 100644
--- a/src/gtm/main/gtm_stat.c
+++ b/src/gtm/main/gtm_stat.c
@@ -4,7 +4,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/main/gtm_stats.c b/src/gtm/main/gtm_stats.c
index 77808141ef..297af7eed9 100644
--- a/src/gtm/main/gtm_stats.c
+++ b/src/gtm/main/gtm_stats.c
@@ -4,7 +4,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/main/gtm_thread.c b/src/gtm/main/gtm_thread.c
index a5cf3411d3..03c3228267 100644
--- a/src/gtm/main/gtm_thread.c
+++ b/src/gtm/main/gtm_thread.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/main/gtm_time.c b/src/gtm/main/gtm_time.c
index ea68534d45..b2c252446c 100644
--- a/src/gtm/main/gtm_time.c
+++ b/src/gtm/main/gtm_time.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/main/gtm_txn.c b/src/gtm/main/gtm_txn.c
index 61daf78af9..a8f13bbb7d 100644
--- a/src/gtm/main/gtm_txn.c
+++ b/src/gtm/main/gtm_txn.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/main/main.c b/src/gtm/main/main.c
index 825a64cf80..769e5aef30 100644
--- a/src/gtm/main/main.c
+++ b/src/gtm/main/main.c
@@ -4,7 +4,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/path/Makefile b/src/gtm/path/Makefile
index 6f8229d2cc..030176ce46 100644
--- a/src/gtm/path/Makefile
+++ b/src/gtm/path/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM path makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/path/Makefile
#
diff --git a/src/gtm/path/path.c b/src/gtm/path/path.c
index aafbabace2..1c85efb386 100644
--- a/src/gtm/path/path.c
+++ b/src/gtm/path/path.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/proxy/Makefile b/src/gtm/proxy/Makefile
index 6d6f32b0e3..c1ab2018d8 100644
--- a/src/gtm/proxy/Makefile
+++ b/src/gtm/proxy/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM proxy Makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/proxy/Makefile
#
diff --git a/src/gtm/proxy/gtm_proxy_opt.c b/src/gtm/proxy/gtm_proxy_opt.c
index 7a6199a219..f9e1b027e1 100644
--- a/src/gtm/proxy/gtm_proxy_opt.c
+++ b/src/gtm/proxy/gtm_proxy_opt.c
@@ -8,7 +8,7 @@
*
*
* Copyright (c) 2000-2011, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
* Written by Peter Eisentraut <[email protected]>.
*
* IDENTIFICATION
diff --git a/src/gtm/proxy/proxy_main.c b/src/gtm/proxy/proxy_main.c
index b1b3f8d33b..65985217d3 100644
--- a/src/gtm/proxy/proxy_main.c
+++ b/src/gtm/proxy/proxy_main.c
@@ -4,7 +4,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/proxy/proxy_thread.c b/src/gtm/proxy/proxy_thread.c
index 21b4d195d6..50f17e2eee 100644
--- a/src/gtm/proxy/proxy_thread.c
+++ b/src/gtm/proxy/proxy_thread.c
@@ -4,7 +4,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/proxy/proxy_utils.c b/src/gtm/proxy/proxy_utils.c
index 75e33056d5..3dd6890695 100644
--- a/src/gtm/proxy/proxy_utils.c
+++ b/src/gtm/proxy/proxy_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
*
* src/gtm/proxy/proxy_utils.c
*
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
diff --git a/src/gtm/test/Makefile b/src/gtm/test/Makefile
index 192d0223d4..9d1dbcc58c 100644
--- a/src/gtm/test/Makefile
+++ b/src/gtm/test/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM test makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/test/Makefile
#
diff --git a/src/gtm/test/test_connect.c b/src/gtm/test/test_connect.c
index d936d5c9dc..1a69986900 100644
--- a/src/gtm/test/test_connect.c
+++ b/src/gtm/test/test_connect.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_node.c b/src/gtm/test/test_node.c
index 8ef2d98c1c..d9b9fc7742 100644
--- a/src/gtm/test/test_node.c
+++ b/src/gtm/test/test_node.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_node5.c b/src/gtm/test/test_node5.c
index 28d9c462b3..a0aa945a20 100644
--- a/src/gtm/test/test_node5.c
+++ b/src/gtm/test/test_node5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_repli.c b/src/gtm/test/test_repli.c
index 3a4450547a..c4c398af0c 100644
--- a/src/gtm/test/test_repli.c
+++ b/src/gtm/test/test_repli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_repli2.c b/src/gtm/test/test_repli2.c
index 38d4630a46..504ee13e28 100644
--- a/src/gtm/test/test_repli2.c
+++ b/src/gtm/test/test_repli2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_scenario.c b/src/gtm/test/test_scenario.c
index 6f1a1eb886..f7d938d978 100644
--- a/src/gtm/test/test_scenario.c
+++ b/src/gtm/test/test_scenario.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq.c b/src/gtm/test/test_seq.c
index 4433e4947c..c8d41e37d7 100644
--- a/src/gtm/test/test_seq.c
+++ b/src/gtm/test/test_seq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq4.c b/src/gtm/test/test_seq4.c
index 243995a489..f486baa885 100644
--- a/src/gtm/test/test_seq4.c
+++ b/src/gtm/test/test_seq4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq5.c b/src/gtm/test/test_seq5.c
index 5ff61db384..ee23e5e933 100644
--- a/src/gtm/test/test_seq5.c
+++ b/src/gtm/test/test_seq5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_standby.c b/src/gtm/test/test_standby.c
index 6ef29e0d3e..edfaa254b2 100644
--- a/src/gtm/test/test_standby.c
+++ b/src/gtm/test/test_standby.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_startup.c b/src/gtm/test/test_startup.c
index 945eb6e061..2702527fa1 100644
--- a/src/gtm/test/test_startup.c
+++ b/src/gtm/test/test_startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn.c b/src/gtm/test/test_txn.c
index 945fb4ce88..c29b733aa2 100644
--- a/src/gtm/test/test_txn.c
+++ b/src/gtm/test/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn4.c b/src/gtm/test/test_txn4.c
index ca1e180fa9..fb55f237c2 100644
--- a/src/gtm/test/test_txn4.c
+++ b/src/gtm/test/test_txn4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn5.c b/src/gtm/test/test_txn5.c
index 0f551a165a..f8275ee7ab 100644
--- a/src/gtm/test/test_txn5.c
+++ b/src/gtm/test/test_txn5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/Makefile b/src/gtm/test2/Makefile
index 6c5a1ed032..ccb678a037 100644
--- a/src/gtm/test2/Makefile
+++ b/src/gtm/test2/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC GTM test2 makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/gtm/test2/Makefile
#
diff --git a/src/gtm/test2/test_connect2.c b/src/gtm/test2/test_connect2.c
index d5bdaef3d4..a30c07930c 100644
--- a/src/gtm/test2/test_connect2.c
+++ b/src/gtm/test2/test_connect2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_standby.c b/src/gtm/test2/test_standby.c
index 6ef29e0d3e..edfaa254b2 100644
--- a/src/gtm/test2/test_standby.c
+++ b/src/gtm/test2/test_standby.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_startup.c b/src/gtm/test2/test_startup.c
index 945eb6e061..2702527fa1 100644
--- a/src/gtm/test2/test_startup.c
+++ b/src/gtm/test2/test_startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn.c b/src/gtm/test2/test_txn.c
index 945fb4ce88..c29b733aa2 100644
--- a/src/gtm/test2/test_txn.c
+++ b/src/gtm/test2/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn2.c b/src/gtm/test2/test_txn2.c
index 16e685bba1..82ba63f940 100644
--- a/src/gtm/test2/test_txn2.c
+++ b/src/gtm/test2/test_txn2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn3.c b/src/gtm/test2/test_txn3.c
index 25cc328505..74e7984231 100644
--- a/src/gtm/test2/test_txn3.c
+++ b/src/gtm/test2/test_txn3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn4.c b/src/gtm/test2/test_txn4.c
index ca1e180fa9..fb55f237c2 100644
--- a/src/gtm/test2/test_txn4.c
+++ b/src/gtm/test2/test_txn4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn5.c b/src/gtm/test2/test_txn5.c
index 0f551a165a..f8275ee7ab 100644
--- a/src/gtm/test2/test_txn5.c
+++ b/src/gtm/test2/test_txn5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Postgres-XC Development Group
*/
#include <sys/types.h>
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 04304c8cd9..5b729c7ea5 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/access/transam.h
*
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 58c09a43e7..3a60cdce0b 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/access/xact.h
*
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index a06460dd56..6e9f82f8ce 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/bootstrap/bootstrap.h
*
diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h
index bc4cd6147c..578e060153 100644
--- a/src/include/catalog/dependency.h
+++ b/src/include/catalog/dependency.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/catalog/dependency.h
*
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h
index 3bc44d21a3..15221a91cd 100644
--- a/src/include/catalog/heap.h
+++ b/src/include/catalog/heap.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/catalog/heap.h
*
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h
index 98dda2c4e4..bd185713a5 100644
--- a/src/include/catalog/indexing.h
+++ b/src/include/catalog/indexing.h
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/catalog/indexing.h
*
diff --git a/src/include/catalog/pgxc_group.h b/src/include/catalog/pgxc_group.h
index 891a16dfa4..77ebb3ce56 100644
--- a/src/include/catalog/pgxc_group.h
+++ b/src/include/catalog/pgxc_group.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/catalog/pgxc_group.h
*
diff --git a/src/include/catalog/pgxc_node.h b/src/include/catalog/pgxc_node.h
index 4696afc2a9..e272243956 100644
--- a/src/include/catalog/pgxc_node.h
+++ b/src/include/catalog/pgxc_node.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/catalog/pgxc_node.h
*
diff --git a/src/include/gen_alloc.h b/src/include/gen_alloc.h
index cf714da3ae..f78e78fcc5 100644
--- a/src/include/gen_alloc.h
+++ b/src/include/gen_alloc.h
@@ -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
*
* src/include/gen_alloc.h
*
diff --git a/src/include/gtm/assert.h b/src/include/gtm/assert.h
index b687213fc7..2a2f47dcab 100644
--- a/src/include/gtm/assert.h
+++ b/src/include/gtm/assert.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/elog.h b/src/include/gtm/elog.h
index f8fd324c3f..bb4b999b3a 100644
--- a/src/include/gtm/elog.h
+++ b/src/include/gtm/elog.h
@@ -6,7 +6,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
*
* $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.98 2009/01/01 17:24:02 momjian Exp $
*
diff --git a/src/include/gtm/gtm.h b/src/include/gtm/gtm.h
index 1ef099b240..3955cee6f4 100644
--- a/src/include/gtm/gtm.h
+++ b/src/include/gtm/gtm.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_c.h b/src/include/gtm/gtm_c.h
index 455c67f3cb..71030b2cbb 100644
--- a/src/include/gtm/gtm_c.h
+++ b/src/include/gtm/gtm_c.h
@@ -11,7 +11,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
*
* $PostgreSQL: pgsql/src/include/c.h,v 1.234 2009/01/01 17:23:55 momjian Exp $
*
diff --git a/src/include/gtm/gtm_client.h b/src/include/gtm/gtm_client.h
index b7bd90a6f7..1e222ff0c6 100644
--- a/src/include/gtm/gtm_client.h
+++ b/src/include/gtm/gtm_client.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_conn.h b/src/include/gtm/gtm_conn.h
index 76c294ccfd..1dfbdcf2b6 100644
--- a/src/include/gtm/gtm_conn.h
+++ b/src/include/gtm/gtm_conn.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_ext.h b/src/include/gtm/gtm_ext.h
index ccb7a75020..3fbb28e35c 100644
--- a/src/include/gtm/gtm_ext.h
+++ b/src/include/gtm/gtm_ext.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_ip.h b/src/include/gtm/gtm_ip.h
index 5958bd228c..a939841d9c 100644
--- a/src/include/gtm/gtm_ip.h
+++ b/src/include/gtm/gtm_ip.h
@@ -7,7 +7,7 @@
* what you include here!
*
* Copyright (c) 2003-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
*
diff --git a/src/include/gtm/gtm_list.h b/src/include/gtm/gtm_list.h
index db44dbdb68..84e604cf21 100644
--- a/src/include/gtm/gtm_list.h
+++ b/src/include/gtm/gtm_list.h
@@ -29,7 +29,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
*
* $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.59 2008/08/14 18:48:00 tgl Exp $
*
diff --git a/src/include/gtm/gtm_lock.h b/src/include/gtm/gtm_lock.h
index 7558e65eb8..c7f79dd959 100644
--- a/src/include/gtm/gtm_lock.h
+++ b/src/include/gtm/gtm_lock.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_msg.h b/src/include/gtm/gtm_msg.h
index 6162ab941e..168e5bcb48 100644
--- a/src/include/gtm/gtm_msg.h
+++ b/src/include/gtm/gtm_msg.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_opt.h b/src/include/gtm/gtm_opt.h
index b475d34e1d..6d33782055 100644
--- a/src/include/gtm/gtm_opt.h
+++ b/src/include/gtm/gtm_opt.h
@@ -4,7 +4,7 @@
* External declarations pertaining to gtm/main/gtm_opt.c, gtm/proxy/gtm_proxy_opt.c and
* gtm/common/gtm_opt_file.l
*
- * Portions Copyright (c) 2011, Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2011, Postgres-XC Development Group
* Portions Copyright (c) 2000-2011, PostgreSQL Global Development Group
* Written by Peter Eisentraut <[email protected]>.
* Modified by Koichi Suzuki <[email protected]>
diff --git a/src/include/gtm/gtm_opt_tables.h b/src/include/gtm/gtm_opt_tables.h
index a0035e6631..8bf82e6dcf 100644
--- a/src/include/gtm/gtm_opt_tables.h
+++ b/src/include/gtm/gtm_opt_tables.h
@@ -3,7 +3,7 @@
* gtm_opt_tables.h
* Declarations of tables used by GTM configuration file.
*
- * Portions Copyright (c) 2011, Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2011, Postgres-XC Development Group
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
*
* src/include/gtm/gtm_opt_tables.h
diff --git a/src/include/gtm/gtm_proxy.h b/src/include/gtm/gtm_proxy.h
index c2e667d457..c9426390e3 100644
--- a/src/include/gtm/gtm_proxy.h
+++ b/src/include/gtm/gtm_proxy.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_seq.h b/src/include/gtm/gtm_seq.h
index 2191a76dbf..3cd218f3bf 100644
--- a/src/include/gtm/gtm_seq.h
+++ b/src/include/gtm/gtm_seq.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_serialize.h b/src/include/gtm/gtm_serialize.h
index 2a33b22346..1c31299281 100644
--- a/src/include/gtm/gtm_serialize.h
+++ b/src/include/gtm/gtm_serialize.h
@@ -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
*
* src/include/gtm/gtm_serialize.h
*
diff --git a/src/include/gtm/gtm_serialize_debug.h b/src/include/gtm/gtm_serialize_debug.h
index 35a0c2c973..b9a7c41f49 100644
--- a/src/include/gtm/gtm_serialize_debug.h
+++ b/src/include/gtm/gtm_serialize_debug.h
@@ -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
*
* src/include/gtm/gtm_serialize_debug.h
*
diff --git a/src/include/gtm/gtm_standby.h b/src/include/gtm/gtm_standby.h
index 797e38f008..e9fa57f6bf 100644
--- a/src/include/gtm/gtm_standby.h
+++ b/src/include/gtm/gtm_standby.h
@@ -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
*
* src/include/gtm/gtm_standby.h
*
diff --git a/src/include/gtm/gtm_time.h b/src/include/gtm/gtm_time.h
index f53c47c58b..9d5bac1f9c 100644
--- a/src/include/gtm/gtm_time.h
+++ b/src/include/gtm/gtm_time.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_txn.h b/src/include/gtm/gtm_txn.h
index 669ba4ee98..cb02d35998 100644
--- a/src/include/gtm/gtm_txn.h
+++ b/src/include/gtm/gtm_txn.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/gtm_utils.h b/src/include/gtm/gtm_utils.h
index e77f37e8e1..db446106cb 100644
--- a/src/include/gtm/gtm_utils.h
+++ b/src/include/gtm/gtm_utils.h
@@ -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
*
* src/include/gtm/gtm_utils.h
*
diff --git a/src/include/gtm/ip.h b/src/include/gtm/ip.h
index f7ee20acf1..b83ad71674 100644
--- a/src/include/gtm/ip.h
+++ b/src/include/gtm/ip.h
@@ -7,7 +7,7 @@
* what you include here!
*
* Copyright (c) 2003-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
*
diff --git a/src/include/gtm/libpq-be.h b/src/include/gtm/libpq-be.h
index 4fa46f9da4..1e0fdddc89 100644
--- a/src/include/gtm/libpq-be.h
+++ b/src/include/gtm/libpq-be.h
@@ -10,7 +10,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
*
* $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.69 2009/01/01 17:23:59 momjian Exp $
*
diff --git a/src/include/gtm/libpq-fe.h b/src/include/gtm/libpq-fe.h
index 6a909c2fa2..bbe16e9438 100644
--- a/src/include/gtm/libpq-fe.h
+++ b/src/include/gtm/libpq-fe.h
@@ -6,7 +6,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
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.145 2009/01/01 17:24:03 momjian Exp $
*
diff --git a/src/include/gtm/libpq-int.h b/src/include/gtm/libpq-int.h
index f64f544ba4..0861560a61 100644
--- a/src/include/gtm/libpq-int.h
+++ b/src/include/gtm/libpq-int.h
@@ -11,7 +11,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
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.139 2009/01/01 17:24:03 momjian Exp $
*
diff --git a/src/include/gtm/libpq.h b/src/include/gtm/libpq.h
index 56e4c3e077..484a3a2d61 100644
--- a/src/include/gtm/libpq.h
+++ b/src/include/gtm/libpq.h
@@ -6,7 +6,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
*
* $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.70 2008/11/20 09:29:36 mha Exp $
*
diff --git a/src/include/gtm/memnodes.h b/src/include/gtm/memnodes.h
index dcf54b4b0d..ba4d4f4492 100644
--- a/src/include/gtm/memnodes.h
+++ b/src/include/gtm/memnodes.h
@@ -6,7 +6,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
*
* $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.34 2008/01/01 19:45:58 momjian Exp $
*
diff --git a/src/include/gtm/memutils.h b/src/include/gtm/memutils.h
index 019c322f31..3bfa42f17f 100644
--- a/src/include/gtm/memutils.h
+++ b/src/include/gtm/memutils.h
@@ -9,7 +9,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
*
* $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.64 2008/01/01 19:45:59 momjian Exp $
*
diff --git a/src/include/gtm/palloc.h b/src/include/gtm/palloc.h
index 095e0e282a..bb43add11d 100644
--- a/src/include/gtm/palloc.h
+++ b/src/include/gtm/palloc.h
@@ -20,7 +20,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
*
* $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.40 2008/06/28 16:45:22 tgl Exp $
*
diff --git a/src/include/gtm/path.h b/src/include/gtm/path.h
index 361e9da689..4f32214df2 100644
--- a/src/include/gtm/path.h
+++ b/src/include/gtm/path.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/pqcomm.h b/src/include/gtm/pqcomm.h
index 0758f78ee3..7842fb4cb2 100644
--- a/src/include/gtm/pqcomm.h
+++ b/src/include/gtm/pqcomm.h
@@ -8,7 +8,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
*
* $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.109 2008/10/28 12:10:44 mha Exp $
*
diff --git a/src/include/gtm/pqexpbuffer.h b/src/include/gtm/pqexpbuffer.h
index 1ff7cfcbe4..189293815f 100644
--- a/src/include/gtm/pqexpbuffer.h
+++ b/src/include/gtm/pqexpbuffer.h
@@ -17,7 +17,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
*
* $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.21 2008/11/26 16:23:11 tgl Exp $
*
diff --git a/src/include/gtm/pqformat.h b/src/include/gtm/pqformat.h
index 3d897fa4ce..2b9272eca1 100644
--- a/src/include/gtm/pqformat.h
+++ b/src/include/gtm/pqformat.h
@@ -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
*
* $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.27 2009/01/01 17:23:59 momjian Exp $
*
diff --git a/src/include/gtm/pqsignal.h b/src/include/gtm/pqsignal.h
index 6cfcf8fc2c..9992791b23 100644
--- a/src/include/gtm/pqsignal.h
+++ b/src/include/gtm/pqsignal.h
@@ -6,7 +6,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
*
* $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.32 2008/01/01 19:45:58 momjian Exp $
*
diff --git a/src/include/gtm/proxy_utils.h b/src/include/gtm/proxy_utils.h
index 15e33caaca..1f3ff35a28 100644
--- a/src/include/gtm/proxy_utils.h
+++ b/src/include/gtm/proxy_utils.h
@@ -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
*
* src/include/gtm/proxy_utils.h
*
diff --git a/src/include/gtm/register.h b/src/include/gtm/register.h
index 6d6569b46c..87307610dd 100644
--- a/src/include/gtm/register.h
+++ b/src/include/gtm/register.h
@@ -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
*
* $PostgreSQL$
*
diff --git a/src/include/gtm/replication.h b/src/include/gtm/replication.h
index bcd2bd536f..ce825b5d38 100644
--- a/src/include/gtm/replication.h
+++ b/src/include/gtm/replication.h
@@ -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
*
* src/include/gtm/replication.h
*
diff --git a/src/include/gtm/standby_utils.h b/src/include/gtm/standby_utils.h
index 88b50a8714..cf3dcb9778 100644
--- a/src/include/gtm/standby_utils.h
+++ b/src/include/gtm/standby_utils.h
@@ -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
*
* src/include/gtm/standby_utils.h
*
diff --git a/src/include/gtm/stringinfo.h b/src/include/gtm/stringinfo.h
index 881bfe6168..4666fefc7e 100644
--- a/src/include/gtm/stringinfo.h
+++ b/src/include/gtm/stringinfo.h
@@ -9,7 +9,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
*
* $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.35 2008/01/01 19:45:57 momjian Exp $
*
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 2e76699f27..81313a4f3d 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/nodes/nodes.h
*
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index 3fa2d3046a..a3827cc435 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -12,7 +12,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/nodes/parsenodes.h
*
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index dce731cfb8..492bb89785 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -9,7 +9,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/nodes/primnodes.h
*
diff --git a/src/include/parser/kwlist.h b/src/include/parser/kwlist.h
index bf45bfe035..54dda97b2c 100644
--- a/src/include/parser/kwlist.h
+++ b/src/include/parser/kwlist.h
@@ -9,7 +9,7 @@
*
* Portions Copyright (c) 1996-2011, 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
* src/include/parser/kwlist.h
diff --git a/src/include/parser/parse_utilcmd.h b/src/include/parser/parse_utilcmd.h
index 67d6fb068b..bbb25116e4 100644
--- a/src/include/parser/parse_utilcmd.h
+++ b/src/include/parser/parse_utilcmd.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/parser/parse_utilcmd.h
*
diff --git a/src/include/pgxc/barrier.h b/src/include/pgxc/barrier.h
index f0fcb9dc8a..0ceb7a6f3b 100644
--- a/src/include/pgxc/barrier.h
+++ b/src/include/pgxc/barrier.h
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/execRemote.h b/src/include/pgxc/execRemote.h
index 2995b845ae..c27e755a8d 100644
--- a/src/include/pgxc/execRemote.h
+++ b/src/include/pgxc/execRemote.h
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group ?
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/groupmgr.h b/src/include/pgxc/groupmgr.h
index 2e797da2e9..a5fd1c7dd0 100644
--- a/src/include/pgxc/groupmgr.h
+++ b/src/include/pgxc/groupmgr.h
@@ -5,7 +5,7 @@
*
*
* Portions Copyright (c) 1996-2010 PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* src/include/pgxc/groupmgr.h
*
diff --git a/src/include/pgxc/locator.h b/src/include/pgxc/locator.h
index d35d24f205..49b09ecd07 100644
--- a/src/include/pgxc/locator.h
+++ b/src/include/pgxc/locator.h
@@ -4,7 +4,7 @@
* Externally declared locator functions
*
*
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
*
* IDENTIFICATION
diff --git a/src/include/pgxc/nodemgr.h b/src/include/pgxc/nodemgr.h
index 86471fed28..5c9acc87c9 100644
--- a/src/include/pgxc/nodemgr.h
+++ b/src/include/pgxc/nodemgr.h
@@ -5,7 +5,7 @@
*
*
* Portions Copyright (c) 1996-2010 PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* src/include/pgxc/nodemgr.h
*
diff --git a/src/include/pgxc/pgxc.h b/src/include/pgxc/pgxc.h
index 1d1821c789..45b9627360 100644
--- a/src/include/pgxc/pgxc.h
+++ b/src/include/pgxc/pgxc.h
@@ -5,7 +5,7 @@
*
*
* Portions Copyright (c) 1996-2010 PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/pgxcnode.h b/src/include/pgxc/pgxcnode.h
index 428b5e9ae4..770b9c3a36 100644
--- a/src/include/pgxc/pgxcnode.h
+++ b/src/include/pgxc/pgxcnode.h
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group ?
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/planner.h b/src/include/pgxc/planner.h
index 62d401d3d0..caf8f8c916 100644
--- a/src/include/pgxc/planner.h
+++ b/src/include/pgxc/planner.h
@@ -5,7 +5,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group ?
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/poolcomm.h b/src/include/pgxc/poolcomm.h
index a4183a2f84..d223e29261 100644
--- a/src/include/pgxc/poolcomm.h
+++ b/src/include/pgxc/poolcomm.h
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/poolmgr.h b/src/include/pgxc/poolmgr.h
index 8ce24f4fd6..3845b8eab2 100644
--- a/src/include/pgxc/poolmgr.h
+++ b/src/include/pgxc/poolmgr.h
@@ -6,7 +6,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/pgxc/poolutils.h b/src/include/pgxc/poolutils.h
index 45af425fd0..15a7a2e9fa 100644
--- a/src/include/pgxc/poolutils.h
+++ b/src/include/pgxc/poolutils.h
@@ -5,7 +5,7 @@
* Utilities for Postgres-XC Pooler
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
- * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Postgres-XC Development Group
*
* IDENTIFICATION
* $$
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 5231736914..190df0ed9b 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -9,7 +9,7 @@
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, 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
*
* src/include/postgres.h
*
diff --git a/src/include/postmaster/autovacuum.h b/src/include/postmaster/autovacuum.h
index 6eaf00efbc..3df45b1165 100644
--- a/src/include/postmaster/autovacuum.h
+++ b/src/include/postmaster/autovacuum.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/postmaster/autovacuum.h
*
diff --git a/src/include/storage/procarray.h b/src/include/storage/procarray.h
index 79758330e1..a353a6a8a3 100644
--- a/src/include/storage/procarray.h
+++ b/src/include/storage/procarray.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/storage/procarray.h
*
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 60ba57ff6a..1c84fdc578 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/utils/rel.h
*
diff --git a/src/include/utils/snapshot.h b/src/include/utils/snapshot.h
index d802723ea7..8e3e0d72c8 100644
--- a/src/include/utils/snapshot.h
+++ b/src/include/utils/snapshot.h
@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/utils/snapshot.h
*
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 44f3ff0790..9a3cc15d4c 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -8,7 +8,7 @@
*
* Portions Copyright (c) 1996-2011, 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
*
* src/include/utils/syscache.h
*
diff --git a/src/pgxc/Makefile b/src/pgxc/Makefile
index a75fb5fdaa..eeed4ebb66 100644
--- a/src/pgxc/Makefile
+++ b/src/pgxc/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC documentation tool makefile
#
-# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright (c) 2010-2012 Postgres-XC Development Group
#
# doc-xc/Makefile
#
diff --git a/src/pgxc/bin/Makefile b/src/pgxc/bin/Makefile
index 3950290b42..4f04bc8984 100644
--- a/src/pgxc/bin/Makefile
+++ b/src/pgxc/bin/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC documentation tool makefile
#
-# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright (c) 2010-2012 Postgres-XC Development Group
#
# doc-xc/Makefile
#
diff --git a/src/pgxc/bin/pgxc_clean/Makefile b/src/pgxc/bin/pgxc_clean/Makefile
index 6a910c3c15..12556fced7 100644
--- a/src/pgxc/bin/pgxc_clean/Makefile
+++ b/src/pgxc/bin/pgxc_clean/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for src/pgxc/bin/pgxc_clean
#
-# Portions Copyright (c) 2011 Nippon Telegraph and Telephone Corporation
+# Portions Copyright (c) 2011 Postgres-XC Development Group
#
# $PostgreSQL$
#
diff --git a/src/pgxc/bin/pgxc_clean/txninfo.h b/src/pgxc/bin/pgxc_clean/txninfo.h
index 71851b4936..10798712ee 100644
--- a/src/pgxc/bin/pgxc_clean/txninfo.h
+++ b/src/pgxc/bin/pgxc_clean/txninfo.h
@@ -3,7 +3,7 @@
* txninfo.h
* Prepared transaction info
*
- * Portions Copyright (c) 2012 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2012 Postgres-XC Development Group
*
* $Postgres-XC$
*
diff --git a/src/pgxc/bin/pgxc_ddl/pgxc_ddl b/src/pgxc/bin/pgxc_ddl/pgxc_ddl
index 04680294d6..b56a8ff86a 100644
--- a/src/pgxc/bin/pgxc_ddl/pgxc_ddl
+++ b/src/pgxc/bin/pgxc_ddl/pgxc_ddl
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright (c) 2010-2012 Postgres-XC Development Group
#Scripts to launch DDL in PGXC cluster using a cold_backup method
#Be sure to have set a correct ssl environment in all the servers of the cluster
diff --git a/src/pgxc/tools/Makefile b/src/pgxc/tools/Makefile
index 21b7312337..523d0994db 100644
--- a/src/pgxc/tools/Makefile
+++ b/src/pgxc/tools/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC documentation tool makefile
#
-# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright (c) 2010-2012 Postgres-XC Development Group
#
# doc-xc/Makefile
#
diff --git a/src/pgxc/tools/makesgml/Makefile b/src/pgxc/tools/makesgml/Makefile
index 771cd705b8..b773bc001e 100644
--- a/src/pgxc/tools/makesgml/Makefile
+++ b/src/pgxc/tools/makesgml/Makefile
@@ -2,7 +2,7 @@
#
# Postgres-XC makesgml tool makefile
#
-# Copyright(c) 2010-2012 Nippon Telegraph and Telephone Corporation
+# Copyright(c) 2010-2012 Postgres-XC Development Group
#
# src/pgxc/tools/makesgml/Makefile
#
diff --git a/src/pgxc/tools/makesgml/makesgml.c b/src/pgxc/tools/makesgml/makesgml.c
index 5d5972b17a..1cf03228bf 100644
--- a/src/pgxc/tools/makesgml/makesgml.c
+++ b/src/pgxc/tools/makesgml/makesgml.c
@@ -2,7 +2,7 @@
*
* makesgml - Postgres-XC document build tool
*
- * Copyright (c) 2010-2012, Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012, Postgres-XC Development Group
*
* IDENTIFICATION
* src/pgxc/tools/makesgml/makesgml.c