summaryrefslogtreecommitdiff
path: root/src/include/commands
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/commands
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/commands')
-rw-r--r--src/include/commands/sequence.h4
-rw-r--r--src/include/commands/vacuum.h4
-rw-r--r--src/include/commands/variable.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index 0bdecd5dd6..3993b89d61 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -3,10 +3,6 @@
* sequence.h
* prototypes for sequence.c.
*
- * 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-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 3124ef26a4..993ce7e3b8 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -4,10 +4,6 @@
* header file for postgres vacuum cleaner and statistics analyzer
*
*
- * 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-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index 055bd2cfaa..fd5d81e8d5 100644
--- a/src/include/commands/variable.h
+++ b/src/include/commands/variable.h
@@ -2,10 +2,6 @@
* variable.h
* Routines for handling specialized SET variables.
*
- * 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-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California