PHOENIX-3168 Remove unnecessary Sqlline entry from src LICENSE file We do not bundle Sqlline in the source release; therefore, such an entry is unnecessary.
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3c921b05 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3c921b05 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3c921b05 Branch: refs/heads/system-catalog Commit: 3c921b05f1491d478c9bf4ae6153d8d1acf08dd0 Parents: e79fad9 Author: Josh Elser <[email protected]> Authored: Mon Feb 20 21:54:40 2017 -0500 Committer: Josh Elser <[email protected]> Committed: Tue Feb 21 16:04:47 2017 -0500 ---------------------------------------------------------------------- LICENSE | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/3c921b05/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 5d3b58a..08e5e10 100644 --- a/LICENSE +++ b/LICENSE @@ -209,16 +209,6 @@ included inline. --- -This product bundles the following which are licensed under the 3-clause BSD license. - -Sqlline (https://github.com/julianhyde/sqlline) - - Copyright (c) 2002,2003,2004,2005,2006,2007 Marc Prud'hommeaux - Copyright (c) 2004-2010 The Eigenbase Project - Copyright (c) 2013-2014 Julian Hyde - ---- - This product bundles the following which are licensed under the MIT license. Portions of AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
