GitHub user eirinikos opened a pull request:
https://github.com/apache/brooklyn/pull/15
edit Brooklyn license info so that GitHub recognizes it
Hello! ð
(CCing @dankohn who has requested this work so that the license will appear
correctly in https://landscape.cncf.io/selected=apache-brooklyn)
GitHub uses a library called Licensee to identify a project's license
type. It shows this information in the status bar and via the API if it
can unambiguously identify the license.
This commit updates the LICENSE file so that it begins with the full
text of the Apache license (including the Appendix). The text that
preceded the beginning of the license text has been transferred to a
new "License" section in the README.
Collectively, these changes allow Licensee to successfully identify the
license type of Brooklyn as Apache 2.0.
REFS: BROOKLYN-593
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eirinikos/brooklyn update-license
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn/pull/15.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 #15
----
commit 6ca934ad1dacbfd9f49c5191b6fd40fe0cdb8073
Author: Andrea Kao <eirinikos@...>
Date: 2018-06-19T02:17:06Z
edit Brooklyn license info so that GitHub recognizes it
GitHub uses a library called Licensee to identify a project's license
type. It shows this information in the status bar and via the API if it
can unambiguously identify the license.
This commit updates the LICENSE file so that it begins with the full
text of the Apache license (including the Appendix). The text that
preceded the beginning of the license text has been transferred to a
new "License" section in the README.
Collectively, these changes allow Licensee to successfully identify the
license type of Brooklyn as Apache 2.0.
REFS: BROOKLYN-593
Signed-off-by: Andrea Kao <[email protected]>
----
---