summaryrefslogtreecommitdiff
path: root/src/gtm
diff options
context:
space:
mode:
authorMichael P2012-01-12 02:01:57 +0000
committerMichael P2012-01-12 02:01:57 +0000
commitadcdf144576a6e7222c591b89a454611592093c2 (patch)
tree5d7d2c5c9870d1fd4403af003a3ac2bb2845215e /src/gtm
parent7f6c2f920521c213bbf9624fc445980f258e9a08 (diff)
Change file headers to 2012
Diffstat (limited to 'src/gtm')
-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/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/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/gtm_ctl.c2
-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/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/path.c2
-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/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/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/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
69 files changed, 69 insertions, 69 deletions
diff --git a/src/gtm/client/fe-connect.c b/src/gtm/client/fe-connect.c
index 56bdb1fe47..af7bf58473 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/client/fe-misc.c b/src/gtm/client/fe-misc.c
index 98dbe2190c..60aa32a659 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* 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 bbc234ea9d..cb303a6e49 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/client/gtm_client.c b/src/gtm/client/gtm_client.c
index 521df48112..2eab51431f 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/client/ip.c b/src/gtm/client/ip.c
index 9d24391206..de573e0c88 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/client/pqexpbuffer.c b/src/gtm/client/pqexpbuffer.c
index 856b765509..32bc76eefd 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* $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 28a374081b..cb5552b713 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/client/test/test_seq.c b/src/gtm/client/test/test_seq.c
index ad36f25677..614489f593 100644
--- a/src/gtm/client/test/test_seq.c
+++ b/src/gtm/client/test/test_seq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#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 a150fb9ff8..fd1e15216a 100644
--- a/src/gtm/client/test/test_snap.c
+++ b/src/gtm/client/test/test_snap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#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 581924f4a8..ac241aabc2 100644
--- a/src/gtm/client/test/test_snapperf.c
+++ b/src/gtm/client/test/test_snapperf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/client/test/test_txn.c b/src/gtm/client/test/test_txn.c
index 6415f1567c..a8a4f179ce 100644
--- a/src/gtm/client/test/test_txn.c
+++ b/src/gtm/client/test/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/client/test/test_txnperf.c b/src/gtm/client/test/test_txnperf.c
index 53d0012cd2..545a79e3d3 100644
--- a/src/gtm/client/test/test_txnperf.c
+++ b/src/gtm/client/test/test_txnperf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
#include <unistd.h>
diff --git a/src/gtm/common/aset.c b/src/gtm/common/aset.c
index c95f9a1a99..804d9f1526 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* 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 ea182d541f..d1a0dffae2 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/elog.c b/src/gtm/common/elog.c
index db47481d1a..25fe432f12 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/gtm_list.c b/src/gtm/common/gtm_list.c
index 46245f1951..0b3e975e7c 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/gtm_lock.c b/src/gtm/common/gtm_lock.c
index 560ef9daa6..7ca9f0e67c 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/gtm_serialize.c b/src/gtm/common/gtm_serialize.c
index b2a9b953ba..1f286817db 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/gtm_serialize_debug.c b/src/gtm/common/gtm_serialize_debug.c
index 9a4acb0d93..f4e67cb165 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/gtm_utils.c b/src/gtm/common/gtm_utils.c
index b1293c2770..49fd59d724 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/mcxt.c b/src/gtm/common/mcxt.c
index c9294a2296..1ed0e70343 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/common/stringinfo.c b/src/gtm/common/stringinfo.c
index 821ca67640..f16a888d58 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* $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/gtm_ctl.c b/src/gtm/gtm_ctl/gtm_ctl.c
index 4ced20d1f7..6faff44299 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* $PostgreSQL$
*
diff --git a/src/gtm/libpq/ip.c b/src/gtm/libpq/ip.c
index 08929e98c7..b14158181c 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/libpq/pqcomm.c b/src/gtm/libpq/pqcomm.c
index 048434ded4..507c4a1723 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* $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 6d8e5f9de0..bbd86b2b63 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* $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 0c7914ec15..9aec6e4610 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/libpq/strlcpy.c b/src/gtm/libpq/strlcpy.c
index 28a374081b..cb5552b713 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_opt.c b/src/gtm/main/gtm_opt.c
index 9548081ba9..3018a5b8eb 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_seq.c b/src/gtm/main/gtm_seq.c
index 5f154c6949..711fdb3c96 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_snap.c b/src/gtm/main/gtm_snap.c
index c5db23d645..e0b0ec8064 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_standby.c b/src/gtm/main/gtm_standby.c
index b5a08deb55..5458cf6a98 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_stat.c b/src/gtm/main/gtm_stat.c
index d9fa7aad84..7557dcaa7a 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_stats.c b/src/gtm/main/gtm_stats.c
index 2548cd45e9..77808141ef 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_thread.c b/src/gtm/main/gtm_thread.c
index 0470bf3b7d..a5cf3411d3 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_time.c b/src/gtm/main/gtm_time.c
index 1e1451eaf1..ea68534d45 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/gtm_txn.c b/src/gtm/main/gtm_txn.c
index 1e1a674fc9..d01a4674c3 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/main/main.c b/src/gtm/main/main.c
index 997f42dd5d..825a64cf80 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/path/path.c b/src/gtm/path/path.c
index ccf19c7af6..aafbabace2 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/proxy/gtm_proxy_opt.c b/src/gtm/proxy/gtm_proxy_opt.c
index 20c4c492dd..7a6199a219 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
diff --git a/src/gtm/proxy/proxy_main.c b/src/gtm/proxy/proxy_main.c
index 67228397c0..ad99ad0461 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/proxy/proxy_thread.c b/src/gtm/proxy/proxy_thread.c
index 6aca454a83..21b4d195d6 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/proxy/proxy_utils.c b/src/gtm/proxy/proxy_utils.c
index 9b928ca4dd..75e33056d5 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
* src/gtm/proxy/proxy_utils.c
*
diff --git a/src/gtm/recovery/register_common.c b/src/gtm/recovery/register_common.c
index cefcbbe3ee..f87562d658 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/register_gtm.c b/src/gtm/recovery/register_gtm.c
index 9ca0e20a6d..5607a6b590 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/replication.c b/src/gtm/recovery/replication.c
index ae351ff26a..707cd964b4 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/recovery/standby_utils.c b/src/gtm/recovery/standby_utils.c
index a28c0f933a..859e66c4cb 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-2011 Nippon Telegraph and Telephone Corporation
+ * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*
*
* IDENTIFICATION
diff --git a/src/gtm/test/test_connect.c b/src/gtm/test/test_connect.c
index 83ee654fce..d936d5c9dc 100644
--- a/src/gtm/test/test_connect.c
+++ b/src/gtm/test/test_connect.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_node.c b/src/gtm/test/test_node.c
index 17dc070623..8ef2d98c1c 100644
--- a/src/gtm/test/test_node.c
+++ b/src/gtm/test/test_node.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_node5.c b/src/gtm/test/test_node5.c
index df0d63a9fe..28d9c462b3 100644
--- a/src/gtm/test/test_node5.c
+++ b/src/gtm/test/test_node5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_repli.c b/src/gtm/test/test_repli.c
index 1077baebd6..3a4450547a 100644
--- a/src/gtm/test/test_repli.c
+++ b/src/gtm/test/test_repli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_repli2.c b/src/gtm/test/test_repli2.c
index b9ed50bcb6..38d4630a46 100644
--- a/src/gtm/test/test_repli2.c
+++ b/src/gtm/test/test_repli2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_scenario.c b/src/gtm/test/test_scenario.c
index 059da6fa7f..6f1a1eb886 100644
--- a/src/gtm/test/test_scenario.c
+++ b/src/gtm/test/test_scenario.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq.c b/src/gtm/test/test_seq.c
index e86e9ede4f..4433e4947c 100644
--- a/src/gtm/test/test_seq.c
+++ b/src/gtm/test/test_seq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq4.c b/src/gtm/test/test_seq4.c
index 1b0c4b9d7d..243995a489 100644
--- a/src/gtm/test/test_seq4.c
+++ b/src/gtm/test/test_seq4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_seq5.c b/src/gtm/test/test_seq5.c
index f14f14a23b..5ff61db384 100644
--- a/src/gtm/test/test_seq5.c
+++ b/src/gtm/test/test_seq5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_standby.c b/src/gtm/test/test_standby.c
index 8a447571ed..6ef29e0d3e 100644
--- a/src/gtm/test/test_standby.c
+++ b/src/gtm/test/test_standby.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_startup.c b/src/gtm/test/test_startup.c
index 3bc91ba2f5..945eb6e061 100644
--- a/src/gtm/test/test_startup.c
+++ b/src/gtm/test/test_startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn.c b/src/gtm/test/test_txn.c
index 29d7bc9767..945fb4ce88 100644
--- a/src/gtm/test/test_txn.c
+++ b/src/gtm/test/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn4.c b/src/gtm/test/test_txn4.c
index e5312cf460..ca1e180fa9 100644
--- a/src/gtm/test/test_txn4.c
+++ b/src/gtm/test/test_txn4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test/test_txn5.c b/src/gtm/test/test_txn5.c
index 04ca7b3a49..0f551a165a 100644
--- a/src/gtm/test/test_txn5.c
+++ b/src/gtm/test/test_txn5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_connect2.c b/src/gtm/test2/test_connect2.c
index b3be3ed0f4..d5bdaef3d4 100644
--- a/src/gtm/test2/test_connect2.c
+++ b/src/gtm/test2/test_connect2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_standby.c b/src/gtm/test2/test_standby.c
index 8a447571ed..6ef29e0d3e 100644
--- a/src/gtm/test2/test_standby.c
+++ b/src/gtm/test2/test_standby.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_startup.c b/src/gtm/test2/test_startup.c
index 3bc91ba2f5..945eb6e061 100644
--- a/src/gtm/test2/test_startup.c
+++ b/src/gtm/test2/test_startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn.c b/src/gtm/test2/test_txn.c
index 29d7bc9767..945fb4ce88 100644
--- a/src/gtm/test2/test_txn.c
+++ b/src/gtm/test2/test_txn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn2.c b/src/gtm/test2/test_txn2.c
index eb5786bfd6..16e685bba1 100644
--- a/src/gtm/test2/test_txn2.c
+++ b/src/gtm/test2/test_txn2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn3.c b/src/gtm/test2/test_txn3.c
index af22642760..25cc328505 100644
--- a/src/gtm/test2/test_txn3.c
+++ b/src/gtm/test2/test_txn3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn4.c b/src/gtm/test2/test_txn4.c
index e5312cf460..ca1e180fa9 100644
--- a/src/gtm/test2/test_txn4.c
+++ b/src/gtm/test2/test_txn4.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>
diff --git a/src/gtm/test2/test_txn5.c b/src/gtm/test2/test_txn5.c
index 04ca7b3a49..0f551a165a 100644
--- a/src/gtm/test2/test_txn5.c
+++ b/src/gtm/test2/test_txn5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
+ * Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
*/
#include <sys/types.h>