GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/89

    GUACAMOLE-133: Document all dependencies of Guacamole within LICENSE.

    Note that there are **two versions of `LICENSE`**:
    
    1. `LICENSE` (in the top-level directory) which covers the source, and thus 
describes only the dependencies bundled with the source.
    2. `guacamole/src/licenses/LICENSE` which is added to the Guacamole .war 
file during the build, and describes all dependencies which are bundled with 
the .war ... of which there are a fair few.
    
    Within the each of the above `LICENSE` files, *bundled* dependencies and 
their licenses are listed is in alphabetical order using the following rough 
format:
    
        Some Dependency (http://url.for.project/if/known/)
        --------------------------------------------------
        
            Version: A.B.C
            From: 'Carl P. Wrightholder' (http://url.for.author/if/known)
            License(s):
                LICENSE1 
(guacamole/src/dependencies/some-dependency-A.B.C/License1.txt)
                LICENSE2 
(guacamole/src/dependencies/some-dependency-A.B.C/License2.txt)
    
        Full text of license(s), if not too large to include.
    
    I've kept the license filenames identical to the upstream source (if they 
included the license text at all). If the project instead included a URL to the 
license instead, I downloaded the license and used the filename from the URL. 
Some projects have multiple licenses. Depending on how the project represents 
their licenses, multiple licenses may be within in the same `LICENSE` / 
`LICENSE.txt` / `License.txt` / `COPYING` / `MITBSDCDDPLv1.3.27.text` file.
    
    See also: http://www.apache.org/dev/licensing-howto.html

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

    $ git pull https://github.com/mike-jumper/incubator-guacamole-client 
guac-license

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

    https://github.com/apache/incubator-guacamole-client/pull/89.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 #89
    
----
commit 110ebf64e22723880e6b13abda721508f0bb1d60
Author: Michael Jumper <mjum...@apache.org>
Date:   2016-12-02T22:41:43Z

    GUACAMOLE-133: Document all dependencies of Guacamole within LICENSE.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to