You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/11 08:59:17 UTC

[GitHub] daisy-ycguo commented on issue #106: Check the LICENSE of achieved files in source codes

daisy-ycguo commented on issue #106: Check the LICENSE of achieved files in source codes
URL: https://github.com/apache/incubator-openwhisk-release/issues/106#issuecomment-380379878
 
 
   I have checked a few and found "python_virtualenv_name.zip" and "python2_virtualenv.zip" will bring troubles to us.
   
   `openwhisk-cli/tests/dat/actions/python2_virtualenv/virtualenv/lib/python2.7/site-packages/pip/_vendor/packaging/*`
   ```
   # This file is dual licensed under the terms of the Apache License, Version
   # 2.0, and the BSD License. See the LICENSE file in the root of this repository
   # for complete details.
   ```
   
   `openwhisk-cli/tests/dat/actions/python2_virtualenv/virtualenv/lib/python2.7/site-packages/pip/_vendor/webencodings/*`
   ```
   """
       webencodings.labels
       ~~~~~~~~~~~~~~~~~~~
       Map encoding labels to their name.
       :copyright: Copyright 2012 by Simon Sapin
       :license: BSD, see LICENSE for details.
   """
   ```
   
   `openwhisk-cli/tests/dat/actions/python2_virtualenv/virtualenv/lib/python2.7/site-packages/pip/_vendor/colorama/*`
   ```
   # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
   ```
   
   Python 3 virtual environment has the same issue.
   
   Since these archived python virtual env files are in `tests/dat`, we need to decide if we want to include them in our source code distribution, considering the workload we need to spend on the legal documents.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services