This closes #602
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4f7778b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4f7778b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4f7778b8 Branch: refs/heads/master Commit: 4f7778b8e38ccecd729d9d5be26357b6bac7824a Parents: b52184e aab6a76 Author: Alex Heneveld <[email protected]> Authored: Tue Apr 21 21:48:35 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Apr 21 21:48:35 2015 +0100 ---------------------------------------------------------------------- docs/guide/dev/code/licensing.md | 116 ++ docs/guide/dev/index.md | 1 + pom.xml | 26 +- usage/all/pom.xml | 46 +- usage/all/start-mgmt-web.sh | 43 - usage/cli/pom.xml | 40 +- usage/cli/src/main/license/DISCLAIMER | 8 + usage/cli/src/main/license/LICENSE | 208 +++ usage/cli/src/main/license/NOTICE | 5 + usage/cli/src/test/license/DISCLAIMER | 8 + usage/cli/src/test/license/LICENSE | 175 ++ usage/cli/src/test/license/NOTICE | 5 + .../main/config/build-distribution-archive.xml | 9 +- .../src/main/config/build-distribution-dir.xml | 9 +- usage/dist/src/main/license/DISCLAIMER | 8 + usage/dist/src/main/license/LICENSE | 1691 ++++++++++++++++++ usage/dist/src/main/license/NOTICE | 5 + usage/jsgui/pom.xml | 33 + usage/jsgui/src/main/license/DISCLAIMER | 8 + usage/jsgui/src/main/license/LICENSE | 292 +++ usage/jsgui/src/main/license/NOTICE | 5 + usage/jsgui/src/main/webapp/LICENSE | 176 -- usage/jsgui/src/test/license/DISCLAIMER | 8 + usage/jsgui/src/test/license/LICENSE | 175 ++ usage/jsgui/src/test/license/NOTICE | 5 + utils/jmx/jmxmp-ssl-agent/pom.xml | 51 +- .../src/main/license/DISCLAIMER.shaded | 8 + .../src/main/license/LICENSE.shaded | 925 ++++++++++ .../src/main/license/NOTICE.shaded | 15 + 29 files changed, 3817 insertions(+), 287 deletions(-) ----------------------------------------------------------------------
