[2/2] incubator-hawq git commit: HAWQ-1062. Remove ASF incompatible Perl JSON module

2016-09-20 Thread espino
HAWQ-1062. Remove ASF incompatible Perl JSON module

* Remove JSON Perl Module (Artistic license) module (files and
  directory) from source tree.  The user wanting to run these Perl JSON
  module dependent scripts (tidycat.pl, calico.pl, caqluniqdef.pl) are
  instructed to download it from www.cpan.org if it is not found in dev
  environment.  Here is error message received if JSON Perl Module is
  not found:

Fatal Error: The required package JSON is not installed -- please
download it from www.cpan.org

  JSON Perl Module versions 2.27 through 2.90 are known to work.

* Update LICENSE file and remove licenses/LICENSE-json.txtfile.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/eb10af42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/eb10af42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/eb10af42

Branch: refs/heads/master
Commit: eb10af42dfd23e71e6d8d46e8bbc48b5593d90c4
Parents: f676c58
Author: Ed Espino 
Authored: Tue Sep 20 00:33:45 2016 -0700
Committer: Ed Espino 
Committed: Tue Sep 20 02:54:17 2016 -0700

--
 LICENSE|3 -
 licenses/LICENSE-json.txt  |  131 --
 src/include/catalog/JSON.pm| 2223 ---
 src/include/catalog/JSON/PP.pm | 2191 --
 src/include/catalog/JSON/PP/Boolean.pm |   26 -
 src/include/catalog/JSON/PP5005.pm |  146 --
 src/include/catalog/JSON/PP56.pm   |  198 ---
 src/include/catalog/JSON/PP58.pm   |   93 --
 8 files changed, 5011 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/eb10af42/LICENSE
--
diff --git a/LICENSE b/LICENSE
index 62a4872..02e1967 100644
--- a/LICENSE
+++ b/LICENSE
@@ -383,9 +383,6 @@ Perl LICENSE
   license. See project link for details.  The text of each license is
   also included at licenses/LICENSE-[project].txt.
 
- JSON 
-   src/include/catalog/JSON
-  
  plperl
src/pl/plperl
   

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/eb10af42/licenses/LICENSE-json.txt
--
diff --git a/licenses/LICENSE-json.txt b/licenses/LICENSE-json.txt
deleted file mode 100644
index 71dd596..000
--- a/licenses/LICENSE-json.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-Copyright 2007-2010 by Makamaka Hannyaharamitu
-
-The "Artistic License"
-
-Preamble
-
-The intent of this document is to state the conditions under which a
-Package may be copied, such that the Copyright Holder maintains some
-semblance of artistic control over the development of the package,
-while giving the users of the package the right to use and distribute
-the Package in a more-or-less customary fashion, plus the right to make
-reasonable modifications.
-
-Definitions:
-
-"Package" refers to the collection of files distributed by the
-Copyright Holder, and derivatives of that collection of files
-created through textual modification.
-
-"Standard Version" refers to such a Package if it has not been
-modified, or has been modified in accordance with the wishes
-of the Copyright Holder as specified below.
-
-"Copyright Holder" is whoever is named in the copyright or
-copyrights for the package.
-
-"You" is you, if you're thinking about copying or distributing
-this Package.
-
-"Reasonable copying fee" is whatever you can justify on the
-basis of media cost, duplication charges, time of people involved,
-and so on.  (You will not be required to justify it to the
- Copyright Holder, but only to the computing community at large
- as a market that must bear the fee.)
-
-"Freely Available" means that no fee is charged for the item
-itself, though there may be fees involved in handling the item.
-It also means that recipients of the item may redistribute it
-under the same conditions they received it.
-
-1. You may make and give away verbatim copies of the source form of the
-Standard Version of this Package without restriction, provided that you
-duplicate all of the original copyright notices and associated disclaimers.
-
-2. You may apply bug fixes, portability fixes and other modifications
-derived from the Public Domain or from the Copyright Holder.  A Package
-modified in such a way shall still be considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided
-that you insert a prominent notice in each changed file stating how and
-when you changed that file, and provided that you do at least ONE of the
-following:
-
-a) place your modifications in the Public Domain or otherwise make them
-Freely Available, such as by posting said modifications to U

[2/2] incubator-hawq git commit: HAWQ-1062. Remove ASF incompatible Perl JSON module

2016-09-20 Thread espino
HAWQ-1062. Remove ASF incompatible Perl JSON module

* Remove JSON Perl Module (Artistic license) module (files and
  directory) from source tree.  The user wanting to run these Perl JSON
  module dependent scripts (tidycat.pl, calico.pl, caqluniqdef.pl) are
  instructed to download it from www.cpan.org if it is not found in dev
  environment.  Here is error message received if JSON Perl Module is
  not found:

Fatal Error: The required package JSON is not installed -- please
download it from www.cpan.org

  JSON Perl Module versions 2.27 through 2.90 are known to work.

* Update LICENSE file and remove licenses/LICENSE-json.txtfile.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/b7c8717b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/b7c8717b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/b7c8717b

Branch: refs/heads/2.0.0.0-incubating
Commit: b7c8717bda7af633573dc464bedac16eebefab1e
Parents: 8eff603
Author: Ed Espino 
Authored: Tue Sep 20 00:33:45 2016 -0700
Committer: Ed Espino 
Committed: Tue Sep 20 00:45:50 2016 -0700

--
 LICENSE|3 -
 licenses/LICENSE-json.txt  |  131 --
 src/include/catalog/JSON.pm| 2223 ---
 src/include/catalog/JSON/PP.pm | 2191 --
 src/include/catalog/JSON/PP/Boolean.pm |   26 -
 src/include/catalog/JSON/PP5005.pm |  146 --
 src/include/catalog/JSON/PP56.pm   |  198 ---
 src/include/catalog/JSON/PP58.pm   |   93 --
 8 files changed, 5011 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/b7c8717b/LICENSE
--
diff --git a/LICENSE b/LICENSE
index 62a4872..02e1967 100644
--- a/LICENSE
+++ b/LICENSE
@@ -383,9 +383,6 @@ Perl LICENSE
   license. See project link for details.  The text of each license is
   also included at licenses/LICENSE-[project].txt.
 
- JSON 
-   src/include/catalog/JSON
-  
  plperl
src/pl/plperl
   

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/b7c8717b/licenses/LICENSE-json.txt
--
diff --git a/licenses/LICENSE-json.txt b/licenses/LICENSE-json.txt
deleted file mode 100644
index 71dd596..000
--- a/licenses/LICENSE-json.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-Copyright 2007-2010 by Makamaka Hannyaharamitu
-
-The "Artistic License"
-
-Preamble
-
-The intent of this document is to state the conditions under which a
-Package may be copied, such that the Copyright Holder maintains some
-semblance of artistic control over the development of the package,
-while giving the users of the package the right to use and distribute
-the Package in a more-or-less customary fashion, plus the right to make
-reasonable modifications.
-
-Definitions:
-
-"Package" refers to the collection of files distributed by the
-Copyright Holder, and derivatives of that collection of files
-created through textual modification.
-
-"Standard Version" refers to such a Package if it has not been
-modified, or has been modified in accordance with the wishes
-of the Copyright Holder as specified below.
-
-"Copyright Holder" is whoever is named in the copyright or
-copyrights for the package.
-
-"You" is you, if you're thinking about copying or distributing
-this Package.
-
-"Reasonable copying fee" is whatever you can justify on the
-basis of media cost, duplication charges, time of people involved,
-and so on.  (You will not be required to justify it to the
- Copyright Holder, but only to the computing community at large
- as a market that must bear the fee.)
-
-"Freely Available" means that no fee is charged for the item
-itself, though there may be fees involved in handling the item.
-It also means that recipients of the item may redistribute it
-under the same conditions they received it.
-
-1. You may make and give away verbatim copies of the source form of the
-Standard Version of this Package without restriction, provided that you
-duplicate all of the original copyright notices and associated disclaimers.
-
-2. You may apply bug fixes, portability fixes and other modifications
-derived from the Public Domain or from the Copyright Holder.  A Package
-modified in such a way shall still be considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided
-that you insert a prominent notice in each changed file stating how and
-when you changed that file, and provided that you do at least ONE of the
-following:
-
-a) place your modifications in the Public Domain or otherwise make them
-Freely Available, such as by posting said modifi