You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by joshelser <gi...@git.apache.org> on 2016/07/19 03:00:36 UTC

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

GitHub user joshelser opened a pull request:

    https://github.com/apache/phoenix/pull/183

    PHOENIX-3084 source release licensing issues.

    Fixes for the Apache Phoenix source release

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joshelser/phoenix licensing

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/183.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #183
    
----
commit 50b655e3c8ba5a4887da2b2168ea0afbabd00d42
Author: Josh Elser <el...@apache.org>
Date:   2016-07-18T21:56:05Z

    PHOENIX-3086 Release artifacts should be "apache-phoenix*"

commit b6b58467b2a9cb5a3bb4a74d978aea504788285f
Author: Josh Elser <el...@apache.org>
Date:   2016-07-18T22:18:07Z

    PHOENIX-3085 Remove Copyright ASF from license headers

commit 7f54cd8e14511b618ec528a42311d35f6b93d59e
Author: Josh Elser <el...@apache.org>
Date:   2016-07-18T22:36:30Z

    PHOENIX-3087 Add missing license headers to files

commit f91cc84ff3f8101c52c7b3343262ffea3436dbc7
Author: Josh Elser <el...@apache.org>
Date:   2016-07-18T22:55:08Z

    PHOENIX-3088 Drastically reduce apache-rat-plugin excludes
    
    The apache-rat-plugin is already configured to exclude many of the
    things that we were overriding the exclusions in pluginManagement
    to exclude for us. All of these were removed. Exclusion configuration moved from
    pluginMangement to plugins to avoid unintentional exclusions in child
    modules (that were only meant to applied at the parent pom)
    
    Also removes manual configuration of apache-rat-plugin version to
    use the version set in apache parent pom.

commit ad856b2b25afa71ee5c0664b1b4beefd42797e54
Author: Josh Elser <el...@apache.org>
Date:   2016-07-19T02:57:16Z

    PHOENIX-3089 PHOENIX-3090 Fix L&N for source release

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    Ok, I think this one is good to go. Any chance I could bug some folks to glance over these changes (I know they're massive). @billierinaldi, @joewitt, @apurtell, @busbey
    
    FYI @JamesRTaylor and @ankitsinghal (to know things are close).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71724215
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
    --- End diff --
    
    I suppose under the same logic as the daemon.py entry, I could drop that too. AFAIK, these were not verbatim "copies" from other NOTICE files, just stating that they were copied and not original works.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71724269
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    --- End diff --
    
    Good catch, let me dbl check and fix.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by JamesRTaylor <gi...@git.apache.org>.
Github user JamesRTaylor commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71406832
  
    --- Diff: LICENSE ---
    @@ -200,3 +200,90 @@
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
    +
    +---
    +
    +This product bundles Sqlline (https://github.com/julianhyde/sqlline)
    +which is licensed under the 3-clause BSD license
    +
    +Copyright (c) 2002,2003,2004,2005,2006,2007 Marc Prud'hommeaux
    +Copyright (c) 2004-2010 The Eigenbase Project
    +Copyright (c) 2013-2014 Julian Hyde
    +All rights reserved.
    +
    +---
    +
    +This product bundles portions of AngularJS (https://angularjs.org/) which
    --- End diff --
    
    What about the missing ASF header for the javascript files?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71705904
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    --- End diff --
    
    which version of the CDDL?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    I think this is good to go. Does anyone else want to look at this before I merge it in?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71727042
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    --- End diff --
    
    Fixed in cac336a (will push shortly)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71725551
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
     Copyright 2014 Simply Measured, Inc.
     Copyright 2015 Interset Software Inc.
     
     The file bin/daemon.py is based on the file of the same name in python-daemon 2.0.5
    -(https://pypi.python.org/pypi/python-daemon/) distributed under the terms of
    -the Apache 2 license. Original source copyright:
    --- End diff --
    
    \u2705 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71396256
  
    --- Diff: examples/STOCK_SYMBOL.sql ---
    @@ -1,3 +1,19 @@
    +-- Licensed to the Apache Software Foundation (ASF) under one
    +-- or more contributor license agreements.  See the NOTICE file
    +-- distributed with this work for additional information
    +-- regarding copyright ownership.  The ASF licenses this file
    +-- to you under the Apache License, Version 2.0 (the
    +-- "License"); you may not use this file except in compliance
    +-- with the License.  You may obtain a copy of the License at
    +--
    +-- http://www.apache.org/licenses/LICENSE-2.0
    +--
    +-- Unless required by applicable law or agreed to in writing, software
    +-- distributed under the License is distributed on an "AS IS" BASIS,
    +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +-- See the License for the specific language governing permissions and
    +-- limitations under the License.
    +
    --- End diff --
    
    Great. Thanks for the catch! I totally did not use it. Let me re-add these to the exclusions and make an issue to track this information.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: PHOENIX-3084 source release licensing issues.

Posted by JamesRTaylor <gi...@git.apache.org>.
Github user JamesRTaylor commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    Thanks, @joshelser! Couple of minor comments. Really appreciate your efforts here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71706827
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    --- End diff --
    
    Above we say "Creative Commons Public License" and here "Creative Commons Attribution", which is it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71706120
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    --- End diff --
    
    nit: is there a difference between "public domain" here and "Public Domain" back up above?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71727352
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    +
    +    Creative Commons Legal Code
    +
    +    Attribution 3.0 Unported
    +
    +        CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    +        LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    +        ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    +        INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    +        REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    +        DAMAGES RESULTING FROM ITS USE.
    +
    +  See below for full CCPL License.
    --- End diff --
    
    I believe this was a verbatim copy from the shipped hbase NOTICE files. Maybe we need correction there?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by JamesRTaylor <gi...@git.apache.org>.
Github user JamesRTaylor commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71285770
  
    --- Diff: examples/STOCK_SYMBOL.sql ---
    @@ -1,3 +1,19 @@
    +-- Licensed to the Apache Software Foundation (ASF) under one
    +-- or more contributor license agreements.  See the NOTICE file
    +-- distributed with this work for additional information
    +-- regarding copyright ownership.  The ASF licenses this file
    +-- to you under the Apache License, Version 2.0 (the
    +-- "License"); you may not use this file except in compliance
    +-- with the License.  You may obtain a copy of the License at
    +--
    +-- http://www.apache.org/licenses/LICENSE-2.0
    +--
    +-- Unless required by applicable law or agreed to in writing, software
    +-- distributed under the License is distributed on an "AS IS" BASIS,
    +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +-- See the License for the specific language governing permissions and
    +-- limitations under the License.
    +
    --- End diff --
    
    There was a sqlline bug which prevented SQL scripts from running where the first line was a comment. Would you mind confirming that this has been fixed in the version of sqlline we're using? If it's a problem, we can just remove these examples as they're not particularly important.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71725657
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
    --- End diff --
    
    So long as it's either removed or named consistently, \u2705 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71731040
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    --- End diff --
    
    CC by A 2.5 is correct. The little header was me being dumb.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71396909
  
    --- Diff: LICENSE ---
    @@ -200,3 +200,90 @@
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
    +
    +---
    +
    +This product bundles Sqlline (https://github.com/julianhyde/sqlline)
    +which is licensed under the 3-clause BSD license
    +
    +Copyright (c) 2002,2003,2004,2005,2006,2007 Marc Prud'hommeaux
    +Copyright (c) 2004-2010 The Eigenbase Project
    +Copyright (c) 2013-2014 Julian Hyde
    +All rights reserved.
    +
    +---
    +
    +This product bundles portions of AngularJS (https://angularjs.org/) which
    --- End diff --
    
    The text added here should be all that is needed for 4.8.0's source release for the trace ui stuff. The accompanying binary artifact just needs the same text copied into its LICENSE and NOTICE. While we can move this out for 4.8.0, I think I'd say we can decide what to do in a 4.9.0 (does this code get dropped, moved into some other repo, etc). We certainly can just remove it now if desired.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71704802
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
     Copyright 2014 Simply Measured, Inc.
     Copyright 2015 Interset Software Inc.
     
     The file bin/daemon.py is based on the file of the same name in python-daemon 2.0.5
    -(https://pypi.python.org/pypi/python-daemon/) distributed under the terms of
    -the Apache 2 license. Original source copyright:
    --- End diff --
    
    what's the license for this inclusion? I presume not Apache 2, since it's removed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    Thanks again for taking a look at this, Sean! You found some really nice brain farts from me.
    
    Changes made:
    * Clarified CDDL 1.0 and 1.1 references in LICENSE
    * Included CDDL 1.0 and 1.1 text in LICENSE
    * Corrected the LICENSE mentions for hbase-server (bad copy-paste)
    * Clarified CC by A 2.5 and 3.0 products in LICENSE
    * Included CC by A 2.5 and 3.0 texts in LICENSE
    * Remove an unnecessary mention to ASLv2 in NOTICE
    * Removed all trailing whitespace in L&N


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71706501
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    +
    +    Creative Commons Legal Code
    +
    +    Attribution 3.0 Unported
    +
    +        CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    +        LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    +        ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    +        INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    +        REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    +        DAMAGES RESULTING FROM ITS USE.
    +
    +  See below for full CCPL License.
    --- End diff --
    
    should be the CC-A license, I think?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: PHOENIX-3084 source release licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    7d9adab removes the license headers from `examples/**/*.sql` and re-adds the exclusions to apache-rat-plugin. Filed https://issues.apache.org/jira/browse/PHOENIX-3099 to track it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by mujtabachohan <gi...@git.apache.org>.
Github user mujtabachohan commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71390004
  
    --- Diff: examples/STOCK_SYMBOL.sql ---
    @@ -1,3 +1,19 @@
    +-- Licensed to the Apache Software Foundation (ASF) under one
    +-- or more contributor license agreements.  See the NOTICE file
    +-- distributed with this work for additional information
    +-- regarding copyright ownership.  The ASF licenses this file
    +-- to you under the Apache License, Version 2.0 (the
    +-- "License"); you may not use this file except in compliance
    +-- with the License.  You may obtain a copy of the License at
    +--
    +-- http://www.apache.org/licenses/LICENSE-2.0
    +--
    +-- Unless required by applicable law or agreed to in writing, software
    +-- distributed under the License is distributed on an "AS IS" BASIS,
    +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +-- See the License for the specific language governing permissions and
    +-- limitations under the License.
    +
    --- End diff --
    
    This is not fixed in sqlline 1.1.9 that we are using. Fix will be part of yet unreleased 1.1.10. However this works fine using psql.py script.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    @apurtell I got some emails from you on the naming of the tarballs, but I'm struggling to find the thread here on GH. I'm not actually 100% positive if the artifacts being named "phoenix" and not "apache-phoenix" is against policy. I would be OK reverting that change if it's not actually required that the names are "apache-foo" (and only recommended) -- seeing if I can find the relevant policy docs.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71727249
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    --- End diff --
    
    Nope omission on my part. 4ade807


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by apurtell <gi...@git.apache.org>.
Github user apurtell commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71761538
  
    --- Diff: dev/make_rc.sh ---
    @@ -30,10 +30,10 @@ DIR_ROOT="$(cd $(dirname $0);pwd)/.."
     cd $DIR_ROOT
     PHOENIX="$(xmllint --xpath "//*[local-name()='project']/*[local-name()='version']/text()" pom.xml)"
     DIR_REL_BASE=$DIR_ROOT/release
    -DIR_REL_ROOT=$DIR_REL_BASE/phoenix-$PHOENIX
    -DIR_REL_BIN=phoenix-$PHOENIX-bin
    +DIR_REL_ROOT=$DIR_REL_BASE/apache-phoenix-$PHOENIX
    --- End diff --
    
    This will be fun for repackagers, but it's something that can be handled with a regex


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71724014
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
     Copyright 2014 Simply Measured, Inc.
     Copyright 2015 Interset Software Inc.
     
     The file bin/daemon.py is based on the file of the same name in python-daemon 2.0.5
    -(https://pypi.python.org/pypi/python-daemon/) distributed under the terms of
    -the Apache 2 license. Original source copyright:
    --- End diff --
    
    No, it is ASLv2. Omitting because it's unnecessary to state because it is ASLv2. Just propagating the copyright information.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71729382
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    +
    +    Creative Commons Legal Code
    +
    +    Attribution 3.0 Unported
    +
    +        CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    +        LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    +        ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    +        INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    +        REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    +        DAMAGES RESULTING FROM ITS USE.
    +
    +  See below for full CCPL License.
    --- End diff --
    
    Fixed in 3120212


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71725734
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    --- End diff --
    
    good catch on your part then, I didn't notice that bit. :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    Thanks for all of the help everyone. This was merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by apurtell <gi...@git.apache.org>.
Github user apurtell commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71762055
  
    --- Diff: dev/make_rc.sh ---
    @@ -88,15 +88,15 @@ cp $DIR_DOCS/* $DIR_REL_BIN_PATH;
     cp -r examples/* $DIR_EXAMPLES
     
     # Generate bin tar
    -tar cvzf $DIR_REL_BIN_TAR_PATH/$DIR_REL_BIN.tar.gz -C $DIR_REL_ROOT phoenix-$PHOENIX-bin;
    +tar cvzf $DIR_REL_BIN_TAR_PATH/$DIR_REL_BIN.tar.gz -C $DIR_REL_ROOT apache-phoenix-$PHOENIX-bin;
    --- End diff --
    
    This will be fun for repackagers but can be handled by a regex I suppose


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser closed the pull request at:

    https://github.com/apache/phoenix/pull/183


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71724651
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    --- End diff --
    
    Oh, shame. I also didn't include the text for CDDL


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71731461
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    --- End diff --
    
    Haha, ok, I think hbase-server.jar. It was a bad copy-paste job from me.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71706965
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    --- End diff --
    
    I don't see the text of the Create Commons By Attribution 3.0 license in the diff. Was it already in the base file or something?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71728385
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    --- End diff --
    
    No, it wasn't. I think I missed the full license text here too. hbase-server.jar might also need looking at for the same reason (mental note).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by joshelser <gi...@git.apache.org>.
Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71407328
  
    --- Diff: LICENSE ---
    @@ -200,3 +200,90 @@
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
    +
    +---
    +
    +This product bundles Sqlline (https://github.com/julianhyde/sqlline)
    +which is licensed under the 3-clause BSD license
    +
    +Copyright (c) 2002,2003,2004,2005,2006,2007 Marc Prud'hommeaux
    +Copyright (c) 2004-2010 The Eigenbase Project
    +Copyright (c) 2013-2014 Julian Hyde
    +All rights reserved.
    +
    +---
    +
    +This product bundles portions of AngularJS (https://angularjs.org/) which
    --- End diff --
    
    Oh right. That was done in 7f54cd8. Still though, that was straightforward to fix.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71728934
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    --- End diff --
    
    ugh. yeah let me know if I have to dig. That jar gets filled in via [a velocity template macro](https://github.com/apache/hbase/blob/ce657d591114d1dab4aa4cf65698dfbae29406e3/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm#L264), so if that's not working correctly I'll have some problems.
    
    (also, jeez I forgot how involved the HBase solution to this is)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: PHOENIX-3084 source release licensing issues.

Posted by JamesRTaylor <gi...@git.apache.org>.
Github user JamesRTaylor commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71286007
  
    --- Diff: LICENSE ---
    @@ -200,3 +200,90 @@
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
    +
    +---
    +
    +This product bundles Sqlline (https://github.com/julianhyde/sqlline)
    +which is licensed under the 3-clause BSD license
    +
    +Copyright (c) 2002,2003,2004,2005,2006,2007 Marc Prud'hommeaux
    +Copyright (c) 2004-2010 The Eigenbase Project
    +Copyright (c) 2013-2014 Julian Hyde
    +All rights reserved.
    +
    +---
    +
    +This product bundles portions of AngularJS (https://angularjs.org/) which
    --- End diff --
    
    The only reason we bundle this project and the ones below it are for the trace UI. If this is going to make it more difficult to do a binary release or require more work for the source releases, I think we should just remove the trace UI from both source and binary releases.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71728211
  
    --- Diff: dev/release_files/LICENSE ---
    @@ -201,28 +201,1238 @@
        See the License for the specific language governing permissions and
        limitations under the License.
     
    -======================================================================
    +----------------------------------------------------------------------
    +
    +Apache Phoenix binary artifact bundled components. Full licenses
    +for bundled software is available at the end of this file if not
    +included inline.
    +
    +----------------------------------------------------------------------
    +This product bundles the following products which are licensed with
    +the 3-Clause BSD License.
     
    -BSD Clause 3/New BSD License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-3-Clause
    +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
    +
    +ASM 3.1 (http://asm.ow2.org) Copyright (c) 2000-2011 INRIA, France Telecom
     
     Snappy, version 1.1.0.1, http://code.google.com/p/snappy/
    -Protobuf, version 2.4.0, https://code.google.com/p/protobuf/
    -SQLLine, version 1.1.2, https://github.com/julianhyde/sqlline/
     
    -======================================================================
    +Google Protobuf Java, version 2.5.0, (https://code.google.com/p/protobuf/), Copyright 2008, Google Inc.
    +Google Protobuf Java, version 3.0.0-beta-1, (https://code.google.com/p/protobuf/), Copyright 2014, Google Inc.
     
    -BSD Clause 2 License, applies to the following bundled libraries:
    -LICENSE: http://opensource.org/licenses/BSD-2-Clause
    +JSch, version 0.1.42 (http://www.jcraft.com/jsch) Copyright 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
     
    -JLine, version 2.11, http://jline.sourceforge.net/
    -ANTLR, version 3.5, http://www.antlr.org/
    +Paranamer, version 2.3 (https://github.com/paul-hammant/paranamer/) Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc
     
    -======================================================================
    +JLine version 2.11 (https://github.com/jline/jline2) Copyright (c) 2002-2016, the original author or authors.
     
    -MIT License, applies to the following bundled library:
    -LICENSE: http://opensource.org/licenses/MIT
    +ANTLR String Template 4.0.4 (http://www.stringtemplate.org) Copyright StringTemplate / Terence Parr 2013
     
    -SLF4J, version 1.4.3, http://www.slf4j.org/
    +ANTLR Runtime 3.5.2 (https://github.com/antlr/antlr3) Copyright (c) 2013 Terence Parr
    +
    +leveldbjni 1.8 (http://fusesource.com) Copyright (C) 2011, FuseSource Corp
    +
    +Hamcrest 1.3 (www.hamcrest.org) Copyright (c) 2000-2015 www.hamcrest.org 
    +
    +Snappy 0.3 (https://github.com/dain/snappy)
    +  Copyright 2011 Dain Sundstrom dain@iq80.com
    +  Copyright 2011, Google Inc.opensource@google.com
    +
    +OWASP AntiSamy 1.4.3 (https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project)
    +
    +OWASP ESAPI 2.1.0 (https://github.com/ESAPI/esapi-java-legacy) Copyright (c) 2007, The OWASP Foundation
    +
    +xmlenc (http://xmlenc.sourceforge.net/) Copyright 2003-2005, Ernst de Haan <wf...@gmail.com>
    +
    +Janino Compiler (https://github.com/janino-compiler/janino)
    +  Copyright (c) 2001-2016, Arno Unkrig
    +  Copyright (c) 2015-2016 TIBCO Software Inc.
    +
    +Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
    +
    +---
    +
    +This product bundles the following products which are licensed with
    +the MIT License
    +
    +AngularJS (https://angularjs.org/) Copyright (c) 2010-2016 Google, Inc.
    +
    +Bootstrap (http://getbootstrap.com/) Copyright (c) 2011-2015 Twitter, Inc.
    +GLYPHICONS Halflings is also included as a part of Bootstrap.
    +
    +jQuery (https://jquery.org/) Copyright 2005, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +sizzle.js (http://sizzlejs.com) Copyright 2008, 2014 jQuery Foundation, Inc. and
    +other contributors
    +
    +Angular Google Chart (https://github.com/angular-google-chart/angular-google-chart)
    +Copyright (c) 2013 Nicolas Bouillon
    +
    +angular-ui-bootstrap (http://angular-ui.github.io/bootstrap/) Copyright (c) 2012-2016 the AngularUI
    +Team, https://github.com/organizations/angular-ui/teams/291112
    +
    +Font Awesome CSS (http://fontawesome.io/).
    +
    +JRuby jcodings 1.0.8 (https://github.com/jruby/jcodings)
    +
    +JRuby joni 2.1.2 (https://github.com/jruby/joni)
    +
    +SLF4j (http://slf4j.org) Copyright (c) 2004-2013 QOS.ch
    +
    +HSQLDB (http://hsqldb.org/)
    +
    +  For work developed by the HSQL Development Group:
    +  Copyright (c) 2001-2016, The HSQL Development Group
    +
    +  For work originally developed by the Hypersonic SQL Group:
    +  Copyright (c) 1995-2000 by the Hypersonic SQL Group.
    +
    +---
    +
    +This product bundles Font Awesome fonts (http://fontawesome.io/) which is licensed
    +under the SIL OFL 1.1 License.
    +
    +---
    +
    +This product contains the following products which are licensed with the Sun Public
    +License (SPL).
    +
    +BeanShell (http://www.beanshell.org)
    +
    +---
    +
    +This product contains the following products which are in the Public Domain.
    +
    +Aopalliance 1.0 (http://aopalliance.sourceforge.net/)
    +
    +---
    +
    +This product contains the following products which are licensed under the Common
    +Development and Distribution License (CDDL).
    +
    +Jersey 1.9 (https://jersey.java.net/) Copyright (c) 2010-2011 Oracle and/or its affiliates.
    +
    +Jaxb 2.2.3-1 (https://jaxb.java.net/) Copyright (c) 2010 Oracle and/or its affiliates.
    +
    +JavaBeans Activation Framework 1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp) Copyright 1997-2005 Sun Microsystems, Inc.
    +
    +JavaServer Pages(TM) API 2.1  (https://jsp.java.net/) Copyright �2013 Oracle Corporation.
    +
    +Java(TM) Servlet API Design Specification 3.0.1 (http://servlet-spec.java.net/) Copyright (c) 1997-2011 Oracle and/or its affiliates.
    +
    +JavaServlet(TM) Specification 2.5 (https://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html) Copyright 2005 Sun Microsystems, Inc.
    +
    +JAXB API bundle for GlassFish V3 2.2.2 (https://jaxb.dev.java.net/) Copyright (c) 2010 Oracle and/or its affiliates
    +
    +Streaming API for XML 1.0-2 Copyright (c) 2003 by BEA Systems
    +
    +---
    +
    +This product contains the following products which are licensed under the
    +Apache Software License, version 1.1.
    +
    +Apache Commons EL 1.0 (https://commons.apache.org/proper/commons-el/)
    +
    +Apache Jakarta Oro 2.0.8 (http://jakarta.apache.org/)
    +
    +---
    +
    +This product bundles the following products which are licensed under the
    +Eclipse Public License (EPL):
    +
    +JUnit 4.12 (http://junit.org/junit4/) Copyright � 2002-2016 JUnit.
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Creative Commons Public License:
    +
    +Apache HttpComponents
    +
    +  This project contains annotations in the package org.apache.http.annotation
    +  which are derived from JCIP-ANNOTATIONS
    +  Copyright (c) 2005 Brian Goetz and Tim Peierls.
    +  See http://www.jcip.net and the Creative Commons Attribution License
    +  (http://creativecommons.org/licenses/by/2.5)
    +
    +---
    +
    +This product includes the following products which are licensed using the
    +Mozilla Public License 2.0:
    +
    +jamon-runtime (https://svn.code.sf.net/p/jamon/code/releases/jamon-runtime/jamon-runtime-2.4.1/)
    +
    +---
    +
    +This product includes the following products which are in the public domain
    +
    +Tukaani XZ for Java (http://tukaani.org/xz/java.html)
    +
    +---
    +
    +Propagated LICENSE information from bundled software.
    +
    +---
    +
    +Apache Commons Math3 3.1.1
    +
    +  APACHE COMMONS MATH DERIVATIVE WORKS:
    +  
    +  The Apache commons-math library includes a number of subcomponents
    +  whose implementation is derived from original sources written
    +  in C or Fortran.  License terms of the original sources
    +  are reproduced below.
    +  
    +  ===============================================================================
    +  For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in
    +  the LevenbergMarquardtOptimizer class in package
    +  org.apache.commons.math3.optimization.general
    +  Original source copyright and license statement:
    +  
    +  Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
    +  
    +  Redistribution and use in source and binary forms, with or
    +  without modification, are permitted provided that the
    +  following conditions are met:
    +  
    +  1. Redistributions of source code must retain the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer.
    +  
    +  2. Redistributions in binary form must reproduce the above
    +  copyright notice, this list of conditions and the following
    +  disclaimer in the documentation and/or other materials
    +  provided with the distribution.
    +  
    +  3. The end-user documentation included with the
    +  redistribution, if any, must include the following
    +  acknowledgment:
    +  
    +     "This product includes software developed by the
    +     University of Chicago, as Operator of Argonne National
    +     Laboratory.
    +  
    +  Alternately, this acknowledgment may appear in the software
    +  itself, if and wherever such third-party acknowledgments
    +  normally appear.
    +
    +  4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
    +  WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
    +  UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
    +  THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
    +  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
    +  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
    +  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
    +  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
    +  USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
    +  THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
    +  DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
    +  UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
    +  BE CORRECTED.
    +  
    +  5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
    +  HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
    +  ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
    +  INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
    +  ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
    +  PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
    +  SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
    +  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
    +  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
    +  POSSIBILITY OF SUCH LOSS OR DAMAGES.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the odex Fortran routine developed by
    +  E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class
    +  in package org.apache.commons.math3.ode.nonstiff:
    +  
    +  
    +  Copyright (c) 2004, Ernst Hairer
    +  
    +  Redistribution and use in source and binary forms, with or without
    +  modification, are permitted provided that the following conditions are
    +  met:
    +  
    +  - Redistributions of source code must retain the above copyright
    +  notice, this list of conditions and the following disclaimer.
    +  
    +  - Redistributions in binary form must reproduce the above copyright
    +  notice, this list of conditions and the following disclaimer in the
    +  documentation and/or other materials provided with the distribution.
    +  
    +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
    +  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    +  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    +  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  Copyright and license statement for the original Mersenne twister C
    +  routines translated in MersenneTwister class in package
    +  org.apache.commons.math3.random:
    +  
    +     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    +     All rights reserved.
    +  
    +     Redistribution and use in source and binary forms, with or without
    +     modification, are permitted provided that the following conditions
    +     are met:
    +  
    +       1. Redistributions of source code must retain the above copyright
    +          notice, this list of conditions and the following disclaimer.
    +  
    +       2. Redistributions in binary form must reproduce the above copyright
    +          notice, this list of conditions and the following disclaimer in the
    +          documentation and/or other materials provided with the distribution.
    +  
    +       3. The names of its contributors may not be used to endorse or promote
    +          products derived from this software without specific prior written
    +          permission.
    +  
    +     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    +     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    +     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    +     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    +     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    +     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    +     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    +     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    +     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    +     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    +     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +  ===============================================================================
    +  
    +  The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
    +  an adapted version of "OrekitMessagesTest" test class for the Orekit library
    +  The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"
    +  has been imported from the Orekit space flight dynamics library.
    +  
    +  Th Orekit library is described at:
    +    https://www.orekit.org/forge/projects/orekit
    +  The original files are distributed under the terms of the Apache 2 license
    +  which is: Copyright 2010 CS Communication & Syst�mes
    +
    +  ===============================================================================
    +
    +Apache Commons Math 3.3:
    +
    +  The initial code for shuffling an array (originally in class
    +  "org.apache.commons.math3.random.RandomDataGenerator", now replaced by
    +  a method in class "org.apache.commons.math3.util.MathArrays") was
    +  inspired from the algorithm description provided in
    +  "Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).
    +  The textbook (containing a proof that the shuffle is uniformly random) is
    +  available here:
    +  http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf
    +  ===============================================================================
    +
    +---
    +
    +Apache HBase (hbase-server)
    +
    +  This project bundles a copy of the JQuery minified javascript library version
    +  1.8.3 under the terms of the MIT license.
    +
    +    Copyright 2012 jQuery Foundation and other contributors
    +    http://jquery.com/
    +
    +  This project bundles a derivative image for our Orca Logo. This image is
    +  available under the Creative Commons By Attribution 3.0 License.
    +
    +    Creative Commons Legal Code
    +
    +    Attribution 3.0 Unported
    +
    +        CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    +        LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    +        ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    +        INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    +        REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    +        DAMAGES RESULTING FROM ITS USE.
    +
    +  See below for full CCPL License.
    --- End diff --
    
    hurm. which branch?
    
    [current master LICENSE for that bit just has the full text](https://github.com/apache/hbase/blob/6840c5fa6cdeb2409d21fbaed173f694968fdd0a/LICENSE.txt#L293) and [current master NOTICE looks very different](https://github.com/apache/hbase/blob/6840c5fa6cdeb2409d21fbaed173f694968fdd0a/NOTICE.txt#L14) (and probably needs to be cleaned up).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #183: 4.8.0 licensing issues.

Posted by apurtell <gi...@git.apache.org>.
Github user apurtell commented on the issue:

    https://github.com/apache/phoenix/pull/183
  
    lgtm


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #183: 4.8.0 licensing issues.

Posted by busbey <gi...@git.apache.org>.
Github user busbey commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/183#discussion_r71705288
  
    --- Diff: NOTICE ---
    @@ -1,37 +1,18 @@
    +Apache Phoenix
    +Copyright 2013-2016 The Apache Software Foundation
    +
     This product includes software developed by The Apache Software
     Foundation (http://www.apache.org/).
     
    -It includes software from other Apache Software Foundation projects,
    -including, but not limited to:
    -  - Apache HBase
    -  - Apache Hadoop
    -  - Apache Commons
    -
    -In addition, this product includes/uses software developed by:
    -
    -JLine (http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SQLLine ((http://jline.sourceforge.net/),
    -Copyright (c) 2002-2006, Marc Prud'hommeaux <mw...@cornell.edu>.
    -
    -SLF4J (http://www.slf4j.org/),
    -Copyright (c) 2004-2008 QOS.ch
    -
    -ANTLR (http://www.antlr.org/),
    -Copyright (c) 2003-2008, Terrence Parr.
    -
    -JUnit (http://www.junit.org/) included under the Common Public License v1.0.
    -See the full text here: http://junit.sourceforge.net/cpl-v10.html
    +This also includes:
     
     The phoenix-spark module has been adapted from the phoenix-spark library
     distributed under the terms of the Apache 2 license. Original source copyright:
    --- End diff --
    
    nit: "Apache License version 2.0"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---