summaryrefslogtreecommitdiff
path: root/src/include/pgxc
diff options
context:
space:
mode:
authorMason Sharp2016-02-18 07:40:55 +0000
committerPavan Deolasee2016-10-18 09:58:32 +0000
commit0b309cad9157a5906b242f78a19519b4bcc4b662 (patch)
tree9109a9e2b7d0464e21675375aaa2413058a7a4ca /src/include/pgxc
parente3a034e84f12a8103984205634ccc936d7d8240a (diff)
There was a missing commit from when the repo was forked,
applying to the new repo. Original commit from the sourceforge repo: commit e61639b864e83b6b45d11b737ec3c3d67aeb4b56 Author: Mason Sharp <mason_s@users.sourceforge.net> Date: Sun Jul 26 17:54:08 2015 -0700 Changed license from the Mozilla Public License to the PostgreSQL License
Diffstat (limited to 'src/include/pgxc')
-rw-r--r--src/include/pgxc/execRemote.h4
-rw-r--r--src/include/pgxc/pgxc.h4
-rw-r--r--src/include/pgxc/pgxcnode.h4
-rw-r--r--src/include/pgxc/planner.h4
-rw-r--r--src/include/pgxc/poolmgr.h4
5 files changed, 0 insertions, 20 deletions
diff --git a/src/include/pgxc/execRemote.h b/src/include/pgxc/execRemote.h
index b4c3d1adc4..eceb7be680 100644
--- a/src/include/pgxc/execRemote.h
+++ b/src/include/pgxc/execRemote.h
@@ -5,10 +5,6 @@
* Functions to execute commands on multiple Datanodes
*
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
* Portions Copyright (c) 2012-2014, TransLattice, Inc.
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group
diff --git a/src/include/pgxc/pgxc.h b/src/include/pgxc/pgxc.h
index d918d2c9b3..689d045768 100644
--- a/src/include/pgxc/pgxc.h
+++ b/src/include/pgxc/pgxc.h
@@ -4,10 +4,6 @@
* Postgres-XC flags and connection control information
*
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
* Portions Copyright (c) 2012-2014, TransLattice, Inc.
* Portions Copyright (c) 1996-2011 PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group
diff --git a/src/include/pgxc/pgxcnode.h b/src/include/pgxc/pgxcnode.h
index e19bbfe2b8..163b0e4914 100644
--- a/src/include/pgxc/pgxcnode.h
+++ b/src/include/pgxc/pgxcnode.h
@@ -5,10 +5,6 @@
* Utility functions to communicate to Datanodes and Coordinators
*
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
* Portions Copyright (c) 2012-2014, TransLattice, Inc.
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group ?
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group
diff --git a/src/include/pgxc/planner.h b/src/include/pgxc/planner.h
index 0b8e669096..54713bcedf 100644
--- a/src/include/pgxc/planner.h
+++ b/src/include/pgxc/planner.h
@@ -4,10 +4,6 @@
* Externally declared locator functions
*
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
* Portions Copyright (c) 2012-2014, TransLattice, Inc.
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group
diff --git a/src/include/pgxc/poolmgr.h b/src/include/pgxc/poolmgr.h
index 2b8ad5dbef..31690983d1 100644
--- a/src/include/pgxc/poolmgr.h
+++ b/src/include/pgxc/poolmgr.h
@@ -5,10 +5,6 @@
* Definitions for the Datanode connection pool.
*
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
* Portions Copyright (c) 2012-2014, TransLattice, Inc.
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2012 Postgres-XC Development Group