You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/08/17 18:39:43 UTC

[01/26] incubator-brooklyn git commit: Revert "add license headers - make compliant with RAT check"

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master d9f99c201 -> ff5ec4425


Revert "add license headers - make compliant with RAT check"

This reverts commit 52e4ba7538db3f2fa87f0a566ce483858b500318.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/bea3567d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/bea3567d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/bea3567d

Branch: refs/heads/master
Commit: bea3567d39a739691fcbc7b49fd04585cde4f975
Parents: d9f99c2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 17:37:22 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:37:22 2015 +0100

----------------------------------------------------------------------
 usage/dist/licensing/README.md       | 18 ------------------
 usage/dist/licensing/extras.yaml     | 18 ------------------
 usage/dist/licensing/make-license.sh | 19 -------------------
 usage/dist/licensing/overrides.yaml  | 18 ------------------
 usage/dist/pom.xml                   |  4 ----
 5 files changed, 77 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/licensing/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md
index e67a02e..9fdac99 100644
--- a/usage/dist/licensing/README.md
+++ b/usage/dist/licensing/README.md
@@ -1,21 +1,3 @@
-#
-# 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.
-#
 
 This uses a special maven plugin to create license and notification information,
 based on metadata in overrides.yaml and extras.yaml.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/licensing/extras.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml
index 77cf3e0..10622e9 100644
--- a/usage/dist/licensing/extras.yaml
+++ b/usage/dist/licensing/extras.yaml
@@ -1,21 +1,3 @@
-#
-# 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.
-#
 
 # extras file for org.heneveld.license-audit-maven-plugin
 # supplying info for addl licenses included with brooklyn

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/licensing/make-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh
index 0964aee..a5868de 100755
--- a/usage/dist/licensing/make-license.sh
+++ b/usage/dist/licensing/make-license.sh
@@ -1,22 +1,3 @@
-#
-# 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.
-#
-
 set -e
 
 ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false )

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
index 1e20221..a46917e 100644
--- a/usage/dist/licensing/overrides.yaml
+++ b/usage/dist/licensing/overrides.yaml
@@ -1,21 +1,3 @@
-#
-# 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.
-#
 
 # overrides file for org.heneveld.license-audit-maven-plugin
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bea3567d/usage/dist/pom.xml
----------------------------------------------------------------------
diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml
index f1436de..a570ffe 100644
--- a/usage/dist/pom.xml
+++ b/usage/dist/pom.xml
@@ -98,10 +98,6 @@
                     <excludes combine.children="append">
                         <!-- Exclude sample config files because they are illustrative, intended for changing -->
                         <exclude>src/main/dist/conf/**</exclude>
-                        <exclude>licensing/licenses/**</exclude>
-                        <exclude>licensing/README.md</exclude>
-                        <exclude>licensing/*LICENSE*</exclude>
-                        <exclude>licensing/*.autogenerated</exclude>
                     </excludes>
                   </configuration>
             </plugin>


[11/26] incubator-brooklyn git commit: add license headers - make compliant with RAT check

Posted by he...@apache.org.
add license headers - make compliant with RAT check


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/881ddb4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/881ddb4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/881ddb4e

Branch: refs/heads/master
Commit: 881ddb4ec7617f3877400497f47fa9290ab4194d
Parents: f52b66b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Aug 13 18:35:16 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:15 2015 +0100

----------------------------------------------------------------------
 usage/dist/licensing/README.md       | 18 ++++++++++++++++++
 usage/dist/licensing/extras.yaml     | 18 ++++++++++++++++++
 usage/dist/licensing/make-license.sh | 19 +++++++++++++++++++
 usage/dist/licensing/overrides.yaml  | 18 ++++++++++++++++++
 usage/dist/pom.xml                   |  4 ++++
 5 files changed, 77 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881ddb4e/usage/dist/licensing/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md
index 9fdac99..e67a02e 100644
--- a/usage/dist/licensing/README.md
+++ b/usage/dist/licensing/README.md
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 
 This uses a special maven plugin to create license and notification information,
 based on metadata in overrides.yaml and extras.yaml.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881ddb4e/usage/dist/licensing/extras.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml
index 10622e9..77cf3e0 100644
--- a/usage/dist/licensing/extras.yaml
+++ b/usage/dist/licensing/extras.yaml
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 
 # extras file for org.heneveld.license-audit-maven-plugin
 # supplying info for addl licenses included with brooklyn

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881ddb4e/usage/dist/licensing/make-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh
index a5868de..0964aee 100755
--- a/usage/dist/licensing/make-license.sh
+++ b/usage/dist/licensing/make-license.sh
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 set -e
 
 ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false )

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881ddb4e/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
index a46917e..1e20221 100644
--- a/usage/dist/licensing/overrides.yaml
+++ b/usage/dist/licensing/overrides.yaml
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 
 # overrides file for org.heneveld.license-audit-maven-plugin
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881ddb4e/usage/dist/pom.xml
----------------------------------------------------------------------
diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml
index a570ffe..f1436de 100644
--- a/usage/dist/pom.xml
+++ b/usage/dist/pom.xml
@@ -98,6 +98,10 @@
                     <excludes combine.children="append">
                         <!-- Exclude sample config files because they are illustrative, intended for changing -->
                         <exclude>src/main/dist/conf/**</exclude>
+                        <exclude>licensing/licenses/**</exclude>
+                        <exclude>licensing/README.md</exclude>
+                        <exclude>licensing/*LICENSE*</exclude>
+                        <exclude>licensing/*.autogenerated</exclude>
                     </excludes>
                   </configuration>
             </plugin>


[26/26] incubator-brooklyn git commit: include custom metastuff BSD license text

Posted by he...@apache.org.
include custom metastuff BSD license text


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/ff5ec442
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/ff5ec442
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/ff5ec442

Branch: refs/heads/master
Commit: ff5ec4425e3a5458cb954f2dc7bf14942bbc6c64
Parents: 1421e10
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 16:26:27 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:16 2015 +0100

----------------------------------------------------------------------
 .../licenses/binary/metastuff-bsd-style         | 43 ++++++++++++++++++
 usage/dist/licensing/overrides.yaml             |  2 +-
 usage/dist/src/main/license/files/LICENSE       | 47 +++++++++++++++++++-
 3 files changed, 90 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ff5ec442/usage/dist/licensing/licenses/binary/metastuff-bsd-style
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/metastuff-bsd-style b/usage/dist/licensing/licenses/binary/metastuff-bsd-style
new file mode 100644
index 0000000..6bb4ef6
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/metastuff-bsd-style
@@ -0,0 +1,43 @@
+MetaStuff BSD Style License
+
+  Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
+  
+  Redistribution and use of this software and associated documentation
+  ("Software"), with or without modification, are permitted provided
+  that the following conditions are met:
+  
+  1. Redistributions of source code must retain copyright
+     statements and notices.  Redistributions must also contain a
+     copy of this document.
+  
+  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 name "DOM4J" must not be used to endorse or promote
+     products derived from this Software without prior written
+     permission of MetaStuff, Ltd.  For written permission,
+     please contact dom4j-info@metastuff.com.
+  
+  4. Products derived from this Software may not be called "DOM4J"
+     nor may "DOM4J" appear in their names without prior written
+     permission of MetaStuff, Ltd. DOM4J is a registered
+     trademark of MetaStuff, Ltd.
+  
+  5. Due credit should be given to the DOM4J Project -
+     http://www.dom4j.org
+  
+  THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESSED 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
+  METASTUFF, LTD. OR ITS 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ff5ec442/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
index 77e2326..e1952ba 100644
--- a/usage/dist/licensing/overrides.yaml
+++ b/usage/dist/licensing/overrides.yaml
@@ -51,7 +51,7 @@
 - id: dom4j:dom4j:1.6.1
   url: "http://dom4j.sourceforge.net/"
   license:
-  - name: BSD style
+  - name: MetaStuff BSD style license (3-clause)
     url: http://dom4j.sourceforge.net/dom4j-1.6.1/license.html
 - id: org.python:jython-standalone:2.7-b3
   license:

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ff5ec442/usage/dist/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/LICENSE b/usage/dist/src/main/license/files/LICENSE
index 1476fcc..a00784b 100644
--- a/usage/dist/src/main/license/files/LICENSE
+++ b/usage/dist/src/main/license/files/LICENSE
@@ -355,7 +355,7 @@ This project includes the software: dataTables.js
 This project includes the software: dom4j
   Available at: http://dom4j.sourceforge.net/
   Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
-  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
+  Used under the following license: MetaStuff BSD style license (3-clause) (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
 
 This project includes the software: handlebars.js
   Available at: https://github.com/wycats/handlebars.js
@@ -618,6 +618,7 @@ Contents:
   Bouncy Castle License
   JTidy License
   Jython License
+  MetaStuff BSD Style License
   Indiana University Extreme! Lab Software License, Version 1.1.1
 
 
@@ -1894,6 +1895,50 @@ Jython License
   
   
 
+MetaStuff BSD Style License
+
+  Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
+  
+  Redistribution and use of this software and associated documentation
+  ("Software"), with or without modification, are permitted provided
+  that the following conditions are met:
+  
+  1. Redistributions of source code must retain copyright
+     statements and notices.  Redistributions must also contain a
+     copy of this document.
+  
+  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 name "DOM4J" must not be used to endorse or promote
+     products derived from this Software without prior written
+     permission of MetaStuff, Ltd.  For written permission,
+     please contact dom4j-info@metastuff.com.
+  
+  4. Products derived from this Software may not be called "DOM4J"
+     nor may "DOM4J" appear in their names without prior written
+     permission of MetaStuff, Ltd. DOM4J is a registered
+     trademark of MetaStuff, Ltd.
+  
+  5. Due credit should be given to the DOM4J Project -
+     http://www.dom4j.org
+  
+  THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESSED 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
+  METASTUFF, LTD. OR ITS 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.
+  
+
 Indiana University Extreme! Lab Software License, Version 1.1.1
 
   Copyright (c) 2002 Extreme! Lab, Indiana University. All rights reserved.


[09/26] incubator-brooklyn git commit: new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f52b66be/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index c13cc54..368915b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,19 @@
 
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+---------------------------------------------------
+
+(1) This software license: Apache License, version 2.0
+
+
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -175,123 +190,1745 @@
       of your accepting any such warranty or additional liability.
 
 
+---------------------------------------------------
+
+(2) Notices for bundled software
+
+This project includes the software: aopalliance
+  Available at: http://aopalliance.sourceforge.net
+  Used under the following license: Public Domain
+
+This project includes the software: asm
+  Available at: http://asm.objectweb.org/asm/
+  Developed by: ObjectWeb (http://www.objectweb.org/)
+  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
+
+This project includes the software: async.js
+  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Miller Medeiros (2011)
+
+This project includes the software: backbone.js
+  Available at: http://backbonejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+
+This project includes the software: bootstrap.js
+  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) Twitter, Inc (2012)
+
+This project includes the software: ch.qos.logback
+  Available at: http://logback.qos.ch
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
+
+This project includes the software: com.fasterxml.jackson
+  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
+  Developed by: FasterXML (http://fasterxml.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.findbugs
+  Available at: http://findbugs.sourceforge.net/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.gson
+  Available at: http://code.google.com/p/google-gson/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.guava
+  Available at: http://code.google.com/p/guava-libraries/guava
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.http-client
+  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
+  Developed by: Google (http://www.google.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject
+  Available at: http://code.google.com/p/google-guice/guice/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject.extensions
+  Available at: http://code.google.com/p/google-guice/extensions-parent/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.googlecode.concurrentlinkedhashmap
+  Available at: http://code.google.com/p/concurrentlinkedhashmap
+  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jamesmurty.utils
+  Available at: http://code.google.com/p/java-xmlbuilder/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: com.jayway.jsonpath
+  Available at: https://github.com/jayway/JsonPath
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jcraft
+  Available at: http://www.jcraft.com/jsch-agent-proxy/
+  Developed by: JCraft,Inc. (http://www.jcraft.com/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
+
+This project includes the software: com.maxmind.db
+  Available at: http://dev.maxmind.com/
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.maxmind.geoip2
+  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.squareup.okhttp
+  Available at: https://github.com/square/okhttp/okhttp
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.squareup.okio
+  Available at: https://github.com/square/okio/okio
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.sun.jersey
+  Available at: https://jersey.java.net/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.sun.jersey.contribs
+  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.thoughtworks.xstream
+  Available at: http://codehaus.org/xstream-parent/xstream/
+  Developed by: XStream (http://xstream.codehaus.org)
+  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
+
+This project includes the software: com.wordnik
+  Available at: https://github.com/wordnik/swagger-core/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: commons-beanutils
+  Available at: http://commons.apache.org/proper/commons-beanutils/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-codec
+  Available at: http://commons.apache.org/proper/commons-codec/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-collections
+  Available at: http://commons.apache.org/collections/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-io
+  Available at: http://commons.apache.org/io/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-lang
+  Available at: http://commons.apache.org/lang/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-logging
+  Available at: http://commons.apache.org/proper/commons-logging/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: dataTables.js
+  Available at: http://www.datatables.net
+  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) Allan Jardine (2008-2012)
+
+This project includes the software: dom4j
+  Available at: http://dom4j.sourceforge.net/
+  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
+  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
+
+This project includes the software: handlebars.js
+  Available at: https://github.com/wycats/handlebars.js
+  Developed by: Yehuda Katz (https://github.com/wycats/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Yehuda Katz (2012)
+
+This project includes the software: io.airlift
+  Available at: https://github.com/airlift/airline
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: io.cloudsoft.windows
+  Available at: http://github.com/cloudsoft/winrm4j
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.annotation
+  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
+  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
+
+This project includes the software: javax.inject
+  Available at: http://code.google.com/p/atinject/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.validation
+  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
+
+This project includes the software: javax.ws.rs
+  Available at: https://jsr311.dev.java.net
+  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
+  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
+
+This project includes the software: jquery.ba-bbq.js
+  Available at: http://benalman.com/projects/jquery-bbq-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+
+This project includes the software: jquery.form.js
+  Available at: https://github.com/malsup/form
+  Developed by: Mike Alsup (http://malsup.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) M. Alsup (2006-2013)
+
+This project includes the software: jquery.js
+  Available at: http://jquery.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) John Resig (2011)
+
+This project includes the software: js-uri
+  Available at: http://code.google.com/p/js-uri/
+  Developed by: js-uri contributors (https://code.google.com/js-uri)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) js-uri contributors (2013)
+
+This project includes the software: js-yaml.js
+  Available at: https://github.com/nodeca/
+  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Vitaly Puzrin (2011-2015)
+
+This project includes the software: moment.js
+  Available at: http://momentjs.com
+  Developed by: Tim Wood (http://momentjs.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+
+This project includes the software: net.java.dev.jna
+  Available at: https://github.com/twall/jna
+  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
+
+This project includes the software: net.minidev
+  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
+  Developed by: Chemouni Uriel (http://www.minidev.net/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: net.schmizz
+  Available at: http://github.com/shikhar/sshj
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.99soft.guice
+  Available at: http://99soft.github.com/rocoto/
+  Developed by: 99 Software Foundation (http://www.99soft.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.brooklyn
+  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.commons
+  Available at: http://commons.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.felix
+  Available at: http://felix.apache.org/org.apache.felix.framework/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.httpcomponents
+  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.bouncycastle
+  Available at: http://www.bouncycastle.org/java.html
+  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
+
+This project includes the software: org.codehaus.groovy
+  Available at: http://groovy.codehaus.org/
+  Developed by: The Codehaus (http://codehaus.org)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jackson
+  Available at: http://jackson.codehaus.org
+  Developed by: FasterXML (http://fasterxml.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jettison
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty
+  Available at: http://www.eclipse.org/jetty
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty.orbit
+  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.freemarker
+  Available at: http://freemarker.org/
+  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
+
+This project includes the software: org.glassfish.external
+  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
+
+This project includes the software: org.hibernate
+  Available at: http://jtidy.sourceforge.net
+  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
+
+This project includes the software: org.javassist
+  Available at: http://www.javassist.org/
+  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
+
+This project includes the software: org.jvnet.mimepull
+  Available at: http://mimepull.java.net
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: org.mongodb
+  Available at: http://www.mongodb.org
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.python
+  Available at: http://www.jython.org/
+  Used under the following license: Jython Software License (http://www.jython.org/license.html)
+
+This project includes the software: org.reflections
+  Available at: http://code.google.com/p/reflections/reflections/
+  Used under the following license: WTFPL (http://www.wtfpl.net/)
+
+This project includes the software: org.scala-lang
+  Available at: http://www.scala-lang.org/
+  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
+  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
+
+This project includes the software: org.slf4j
+  Available at: http://www.slf4j.org
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
+
+This project includes the software: org.tukaani
+  Available at: http://tukaani.org/xz/java.html
+  Used under the following license: Public Domain
+
+This project includes the software: org.yaml
+  Available at: http://www.snakeyaml.org
+  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
+
+This project includes the software: require.js
+  Available at: http://github.com/jrburke/requirejs for details
+  Developed by: The Dojo Foundation (http://dojofoundation.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) The Dojo Foundation (2010-2012)
+
+This project includes the software: sizzle.js
+  Available at: http://sizzlejs.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) jQuery Foundation and other contributors (2011)
+
+This project includes the software: Swagger JS
+  Available at: https://github.com/wordnik/swagger-js
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: Swagger UI
+  Available at: https://github.com/wordnik/swagger-ui
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+
+This project includes the software: typeahead.js
+  Available at: https://github.com/twitter/typeahead.js
+  Developed by: Twitter, Inc (http://twitter.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+
+This project includes the software: underscore.js
+  Available at: http://underscorejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+
+This project includes the software: xml-apis
+  Available at: http://xml.apache.org/commons/#external
+  Developed by: Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: xmlpull
+  Available at: http://www.xmlpull.org
+  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
+
+This project includes the software: xpp3
+  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
+  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
+  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
+
+This project includes the software: ZeroClipboard
+  Available at: http://zeroclipboard.org/
+  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jon Rohan, James M. Greene (2014)
+
 
 ---------------------------------------------------
 
-This distribution contains third party resources.
+(3) Licenses for bundled software
+
+Contents:
 
-This product includes software developed at The jQuery Foundation (http://jquery.org/):
-jquery.js, selected jquery*.js.
-Copyright (c) John Resig (2011).
-Licensed under the MIT license (see below).
+  Apache License, Version 2.0
+  The BSD 2-Clause License
+  The BSD 3-Clause License ("New BSD")
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+  Eclipse Public License, version 1.0
+  The MIT License ("MIT")
+  WTF Public License
+  Bouncy Castle License
+  JTidy License
+  Jython License
+  Indiana University Extreme! Lab Software License, Version 1.1.1
 
-This product includes software developed at The Dojo Foundation (http://dojofoundation.org/):
-require.js, text.js, sizzle.js in jquery.js.
-Copyright (c) The Dojo Foundation (2011, 2012).
-Licensed under the MIT license (see below).
 
-This product includes software developed at DocumentCloud Inc (http://www.documentcloud.org/):
-backbone.js, underscore.js.
-Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013).
-Licensed under the MIT license (see below).
+Apache License, Version 2.0
 
-This product includes software developed by Miller Medeiros (https://github.com/millermedeiros/):
-async.js.
-Copyright (c) Miller Medeiros (2011).
-Licensed under the MIT license (see below).
+  Apache License
+  Version 2.0, January 2004
+  http://www.apache.org/licenses/
+  
+  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+  
+  1. Definitions.
+  
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+  
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+  
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+  
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+  
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+  
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+  
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+  
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+  
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+  
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+  
+  2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+  
+  3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license applies only to those patent claims licensable
+  by such Contributor that are necessarily infringed by their
+  Contribution(s) alone or by combination of their Contribution(s)
+  with the Work to which such Contribution(s) was submitted. If You
+  institute patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Work
+  or a Contribution incorporated within the Work constitutes direct
+  or contributory patent infringement, then any patent licenses
+  granted to You under this License for that Work shall terminate
+  as of the date such litigation is filed.
+  
+  4. Redistribution. You may reproduce and distribute copies of the
+  Work or Derivative Works thereof in any medium, with or without
+  modifications, and in Source or Object form, provided that You
+  meet the following conditions:
+  
+  (a) You must give any other recipients of the Work or
+  Derivative Works a copy of this License; and
+  
+  (b) You must cause any modified files to carry prominent notices
+  stating that You changed the files; and
+  
+  (c) You must retain, in the Source form of any Derivative Works
+  that You distribute, all copyright, patent, trademark, and
+  attribution notices from the Source form of the Work,
+  excluding those notices that do not pertain to any part of
+  the Derivative Works; and
+  
+  (d) If the Work includes a "NOTICE" text file as part of its
+  distribution, then any Derivative Works that You distribute must
+  include a readable copy of the attribution notices contained
+  within such NOTICE file, excluding those notices that do not
+  pertain to any part of the Derivative Works, in at least one
+  of the following places: within a NOTICE text file distributed
+  as part of the Derivative Works; within the Source form or
+  documentation, if provided along with the Derivative Works; or,
+  within a display generated by the Derivative Works, if and
+  wherever such third-party notices normally appear. The contents
+  of the NOTICE file are for informational purposes only and
+  do not modify the License. You may add Your own attribution
+  notices within Derivative Works that You distribute, alongside
+  or as an addendum to the NOTICE text from the Work, provided
+  that such additional attribution notices cannot be construed
+  as modifying the License.
+  
+  You may add Your own copyright statement to Your modifications and
+  may provide additional or different license terms and conditions
+  for use, reproduction, or distribution of Your modifications, or
+  for any such Derivative Works as a whole, provided Your use,
+  reproduction, and distribution of the Work otherwise complies with
+  the conditions stated in this License.
+  
+  5. Submission of Contributions. Unless You explicitly state otherwise,
+  any Contribution intentionally submitted for inclusion in the Work
+  by You to the Licensor shall be under the terms and conditions of
+  this License, without any additional terms or conditions.
+  Notwithstanding the above, nothing herein shall supersede or modify
+  the terms of any separate license agreement you may have executed
+  with Licensor regarding such Contributions.
+  
+  6. Trademarks. This License does not grant permission to use the trade
+  names, trademarks, service marks, or product names of the Licensor,
+  except as required for reasonable and customary use in describing the
+  origin of the Work and reproducing the content of the NOTICE file.
+  
+  7. Disclaimer of Warranty. Unless required by applicable law or
+  agreed to in writing, Licensor provides the Work (and each
+  Contributor provides its Contributions) on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied, including, without limitation, any warranties or conditions
+  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+  PARTICULAR PURPOSE. You are solely responsible for determining the
+  appropriateness of using or redistributing the Work and assume any
+  risks associated with Your exercise of permissions under this License.
+  
+  8. Limitation of Liability. In no event and under no legal theory,
+  whether in tort (including negligence), contract, or otherwise,
+  unless required by applicable law (such as deliberate and grossly
+  negligent acts) or agreed to in writing, shall any Contributor be
+  liable to You for damages, including any direct, indirect, special,
+  incidental, or consequential damages of any character arising as a
+  result of this License or out of the use or inability to use the
+  Work (including but not limited to damages for loss of goodwill,
+  work stoppage, computer failure or malfunction, or any and all
+  other commercial damages or losses), even if such Contributor
+  has been advised of the possibility of such damages.
+  
+  9. Accepting Warranty or Additional Liability. While redistributing
+  the Work or Derivative Works thereof, You may choose to offer,
+  and charge a fee for, acceptance of support, warranty, indemnity,
+  or other liability obligations and/or rights consistent with this
+  License. However, in accepting such obligations, You may act only
+  on Your own behalf and on Your sole responsibility, not on behalf
+  of any other Contributor, and only if You agree to indemnify,
+  defend, and hold each Contributor harmless for any liability
+  incurred by, or claims asserted against, such Contributor by reason
+  of your accepting any such warranty or additional liability.
+  
 
-This product includes software developed at Twitter, Inc (http://twitter.com):
-typeahead.js, bloodhound.js
-Copyright (c) Twitter, Inc (2013).
-Licensed under the MIT license (see below).
+The BSD 2-Clause License
 
-This product includes software developed by Yehuda Katz (https://github.com/wycats/):
-handlebars*.js.
-Copyright (c) Yehuda Katz (2012).
-Licensed under the MIT license (see below).
+  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.
+  
+  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 HOLDER 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.
+  
 
-This product includes software developed by "Cowboy" Ben Alman (http://benalman.com/).
-jquery.ba-bbq*.js
-Copyright (c) "Cowboy" Ben Alman (2010).
-Licensed under the MIT license (see below).
+The BSD 3-Clause License ("New BSD")
 
-This product includes software developed by WonderGroup and Jordan Thomas (http://labs.wondergroup.com/demos/mini-ui/index.html):
-jquery.wiggle.js.
-Copyright (c) WonderGroup and Jordan Thomas (2010).
-Licensed under the MIT license (see below).
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  
 
-This product includes software developed by Tim Wood (http://momentjs.com):
-moment.js
-Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014).
-Licensed under the MIT license (see below).
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
-This product includes software developed by ZeroClipboard contributors (https://github.com/zeroclipboard):
-ZeroClipboard.js
-Copyright (c) Jon Rohan, James M. Greene (2014).
-Licensed under the MIT license (see below).
+  1. Definitions.
+  
+  1.1. "Contributor" means each individual or entity that
+  creates or contributes to the creation of Modifications.
+  
+  1.2. "Contributor Version" means the combination of the
+  Original Software, prior Modifications used by a
+  Contributor (if any), and the Modifications made by that
+  particular Contributor.
+  
+  1.3. "Covered Software" means (a) the Original Software, or
+  (b) Modifications, or (c) the combination of files
+  containing Original Software with files containing
+  Modifications, in each case including portions thereof.
+  
+  1.4. "Executable" means the Covered Software in any form
+  other than Source Code. 
+  
+  1.5. "Initial Developer" means the individual or entity
+  that first makes Original Software available under this
+  License. 
+  
+  1.6. "Larger Work" means a work which combines Covered
+  Software or portions thereof with code not governed by the
+  terms of this License.
+  
+  1.7. "License" means this document.
+  
+  1.8. "Licensable" means having the right to grant, to the
+  maximum extent possible, whether at the time of the initial
+  grant or subsequently acquired, any and all of the rights
+  conveyed herein.
+  
+  1.9. "Modifications" means the Source Code and Executable
+  form of any of the following: 
+  
+  A. Any file that results from an addition to,
+  deletion from or modification of the contents of a
+  file containing Original Software or previous
+  Modifications; 
+  
+  B. Any new file that contains any part of the
+  Original Software or previous Modification; or 
+  
+  C. Any new file that is contributed or otherwise made
+  available under the terms of this License.
+  
+  1.10. "Original Software" means the Source Code and
+  Executable form of computer software code that is
+  originally released under this License. 
+  
+  1.11. "Patent Claims" means any patent claim(s), now owned
+  or hereafter acquired, including without limitation,
+  method, process, and apparatus claims, in any patent
+  Licensable by grantor. 
+  
+  1.12. "Source Code" means (a) the common form of computer
+  software code in which modifications are made and (b)
+  associated documentation included in or with such code.
+  
+  1.13. "You" (or "Your") means an individual or a legal
+  entity exercising rights under, and complying with all of
+  the terms of, this License. For legal entities, "You"
+  includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this
+  definition, "control" means (a) the power, direct or
+  indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership
+  of more than fifty percent (50%) of the outstanding shares
+  or beneficial ownership of such entity.
+  
+  2. License Grants. 
+  
+  2.1. The Initial Developer Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide,
+  royalty-free, non-exclusive license: 
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Initial Developer,
+  to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or
+  portions thereof), with or without Modifications,
+  and/or as part of a Larger Work; and 
+  
+  (b) under Patent Claims infringed by the making,
+  using or selling of Original Software, to make, have
+  made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or
+  portions thereof). 
+  
+  (c) The licenses granted in Sections 2.1(a) and (b)
+  are effective on the date Initial Developer first
+  distributes or otherwise makes the Original Software
+  available to a third party under the terms of this
+  License. 
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent
+  license is granted: (1) for code that You delete from
+  the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original
+  Software, or (ii) the combination of the Original
+  Software with other software or devices. 
+  
+  2.2. Contributor Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, each
+  Contributor hereby grants You a world-wide, royalty-free,
+  non-exclusive license:
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Contributor to
+  use, reproduce, modify, display, perform, sublicense
+  and distribute the Modifications created by such
+  Contributor (or portions thereof), either on an
+  unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making,
+  using, or selling of Modifications made by that
+  Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such
+  combination), to make, use, sell, offer for sale,
+  have made, and/or otherwise dispose of: (1)
+  Modifications made by that Contributor (or portions
+  thereof); and (2) the combination of Modifications
+  made by that Contributor with its Contributor Version
+  (or portions of such combination). 
+  
+  (c) The licenses granted in Sections 2.2(a) and
+  2.2(b) are effective on the date Contributor first
+  distributes or otherwise makes the Modifications
+  available to a third party. 
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent
+  license is granted: (1) for any code that Contributor
+  has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party
+  modifications of Contributor Version, or (ii) the
+  combination of Modifications made by that Contributor
+  with other software (except as part of the
+  Contributor Version) or other devices; or (3) under
+  Patent Claims infringed by Covered Software in the
+  absence of Modifications made by that Contributor. 
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.
+  
+  Any Covered Software that You distribute or otherwise make
+  available in Executable form must also be made available in
+  Source Code form and that Source Code form must be
+  distributed only under the terms of this License. You must
+  include a copy of this License with every copy of the
+  Source Code form of the Covered Software You distribute or
+  otherwise make available. You must inform recipients of any
+  such Covered Software in Executable form as to how they can
+  obtain such Covered Software in Source Code form in a
+  reasonable manner on or through a medium customarily used
+  for software exchange.
+  
+  3.2. Modifications.
+  
+  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You
+  represent that You believe Your Modifications are Your
+  original creation(s) and/or You have sufficient rights to
+  grant the rights conveyed by this License.
+  
+  3.3. Required Notices.
+  
+  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification.
+  You may not remove or alter any copyright, patent or
+  trademark notices contained within the Covered Software, or
+  any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.
+  
+  You may not offer or impose any terms on any Covered
+  Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients"
+  rights hereunder. You may choose to offer, and to charge a
+  fee for, warranty, support, indemnity or liability
+  obligations to one or more recipients of Covered Software.
+  However, you may do so only on Your own behalf, and not on
+  behalf of the Initial Developer or any Contributor. You
+  must make it absolutely clear that any such warranty,
+  support, indemnity or liability obligation is offered by
+  You alone, and You hereby agree to indemnify the Initial
+  Developer and every Contributor for any liability incurred
+  by the Initial Developer or such Contributor as a result of
+  warranty, support, indemnity or liability terms You offer.
+      
+  3.5. Distribution of Executable Versions.
+  
+  You may distribute the Executable form of the Covered
+  Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms
+  different from this License, provided that You are in
+  compliance with the terms of this License and that the
+  license for the Executable form does not attempt to limit
+  or alter the recipient"s rights in the Source Code form
+  from the rights set forth in this License. If You
+  distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that
+  any terms which differ from this License are offered by You
+  alone, not by the Initial Developer or Contributor. You
+  hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial
+  Developer or such Contributor as a result of any such terms
+  You offer.
+  
+  3.6. Larger Works.
+  
+  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License
+  and distribute the Larger Work as a single product. In such
+  a case, You must make sure the requirements of this License
+  are fulfilled for the Covered Software. 
+  
+  4. Versions of the License. 
+  
+  4.1. New Versions.
+  
+  Sun Microsystems, Inc. is the initial license steward and
+  may publish revised and/or new versions of this License
+  from time to time. Each version will be given a
+  distinguishing version number. Except as provided in
+  Section 4.3, no one other than the license steward has the
+  right to modify this License. 
+  
+  4.2. Effect of New Versions.
+  
+  You may always continue to use, distribute or otherwise
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. If the Initial Developer includes a
+  notice in the Original Software prohibiting it from being
+  distributed or otherwise made available under any
+  subsequent version of the License, You must distribute and
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. Otherwise, You may also choose to
+  use, distribute or otherwise make the Covered Software
+  available under the terms of any subsequent version of the
+  License published by the license steward. 
+  
+  4.3. Modified Versions.
+  
+  When You are an Initial Developer and You want to create a
+  new license for Your Original Software, You may create and
+  use a modified version of this License if You: (a) rename
+  the license and remove any references to the name of the
+  license steward (except to note that the license differs
+  from this License); and (b) otherwise make it clear that
+  the license contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.
+  
+  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+  DISCLAIMER. 
+  
+  6. TERMINATION. 
+  
+  6.1. This License and the rights granted hereunder will
+  terminate automatically if You fail to comply with terms
+  herein and fail to cure such breach within 30 days of
+  becoming aware of the breach. Provisions which, by their
+  nature, must remain in effect beyond the termination of
+  this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding
+  declaratory judgment actions) against Initial Developer or
+  a Contributor (the Initial Developer or Contributor against
+  whom You assert such claim is referred to as "Participant")
+  alleging that the Participant Software (meaning the
+  Contributor Version where the Participant is a Contributor
+  or the Original Software where the Participant is the
+  Initial Developer) directly or indirectly infringes any
+  patent, then any and all rights granted directly or
+  indirectly to You by such Participant, the Initial
+  Developer (if the Initial Developer is not the Participant)
+  and all Contributors under Sections 2.1 and/or 2.2 of this
+  License shall, upon 60 days notice from Participant
+  terminate prospectively and automatically at the expiration
+  of such 60 day notice period, unless if within such 60 day
+  period You withdraw Your claim with respect to the
+  Participant Software against such Participant either
+  unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. In the event of termination under Sections 6.1 or 6.2
+  above, all end user licenses that have been validly granted
+  by You or any distributor hereunder prior to termination
+  (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
+  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+  APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a "commercial item," as that term is
+  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+  computer software" (as that term is defined at 48 C.F.R. "
+  252.227-7014(a)(1)) and "commercial computer software
+  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+  through 227.7202-4 (June 1995), all U.S. Government End Users
+  acquire Covered Software with only those rights set forth herein.
+  This U.S. Government Rights clause is in lieu of, and supersedes,
+  any other FAR, DFAR, or other clause or provision that addresses
+  Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject
+  matter hereof. If any provision of this License is held to be
+  unenforceable, such provision shall be reformed only to the
+  extent necessary to make it enforceable. This License shall be
+  governed by the law of the jurisdiction specified in a notice
+  contained within the Original Software (except to the extent
+  applicable law, if any, provides otherwise), excluding such
+  jurisdiction"s conflict-of-law provisions. Any litigation
+  relating to this License shall be subject to the jurisdiction of
+  the courts located in the jurisdiction and venue specified in a
+  notice contained within the Original Software, with the losing
+  party responsible for costs, including, without limitation, court
+  costs and reasonable attorneys" fees and expenses. The
+  application of the United Nations Convention on Contracts for the
+  International Sale of Goods is expressly excluded. Any law or
+  regulation which provides that the language of a contract shall
+  be construed against the drafter shall not apply to this License.
+  You agree that You alone are responsible for compliance with the
+  United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use,
+  distribute or otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is
+  responsible for claims and damages arising, directly or
+  indirectly, out of its utilization of rights under this License
+  and You agree to work with Initial Developer and Contributors to
+  distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission
+  of liability.
+  
 
-This product includes software developed at SpryMedia Ltd (http://sprymedia.co.uk/):
-jquery.dataTables.js, dataTables.extensions.js
-Copyright (c) Allan Jardine (2008-2012).
-Licensed under the New BSD license (see below).
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
 
-This product includes software developed by js-uri contributors (https://code.google.com/js-uri):
-URI.js.
-Copyright (c) js-uri contributors (2013).
-Licensed under the New BSD license (see below).
+  1. Definitions.
+  
+  1.1. “Contributor” means each individual or entity that creates or contributes
+  to the creation of Modifications.
+  
+  1.2. “Contributor Version” means the combination of the Original Software,
+  prior Modifications used by a Contributor (if any), and the Modifications made
+  by that particular Contributor.
+  
+  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
+  or (c) the combination of files containing Original Software with files
+  containing Modifications, in each case including portions thereof.
+  
+  1.4. “Executable” means the Covered Software in any form other than Source
+  Code.
+  
+  1.5. “Initial Developer” means the individual or entity that first makes
+  Original Software available under this License.
+  
+  1.6. “Larger Work” means a work which combines Covered Software or portions
+  thereof with code not governed by the terms of this License.
+  
+  1.7. “License” means this document.
+  
+  1.8. “Licensable” means having the right to grant, to the maximum extent
+  possible, whether at the time of the initial grant or subsequently acquired,
+  any and all of the rights conveyed herein.
+  
+  1.9. “Modifications” means the Source Code and Executable form of any of the
+  following:
+  
+  A. Any file that results from an addition to, deletion from or modification of
+  the contents of a file containing Original Software or previous Modifications;
+  
+  B. Any new file that contains any part of the Original Software or previous
+  Modification; or
+  
+  C. Any new file that is contributed or otherwise made available under the terms
+  of this License.
+  
+  1.10. “Original Software” means the Source Code and Executable form of computer
+  software code that is originally released under this License.
+  
+  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
+  acquired, including without limitation, method, process, and apparatus claims,
+  in any patent Licensable by grantor.
+  
+  1.12. “Source Code” means (a) the common form of computer software code in
+  which modifications are made and (b) associated documentation included in or
+  with such code.
+  
+  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
+  under, and complying with all of the terms of, this License. For legal
+  entities, “You” includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this definition, “control” means
+  (a) the power, direct or indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership of more than fifty
+  percent (50%) of the outstanding shares or beneficial ownership of such entity.
+  
+  2. License Grants.
+  
+  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
+  Section 3.1 below and subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
+  license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or portions thereof), with or
+  without Modifications, and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using or selling of Original
+  Software, to make, have made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or portions thereof).
+  
+  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
+  Initial Developer first distributes or otherwise makes the Original Software
+  available to a third party under the terms of this License.
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
+  code that You delete from the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original Software, or (ii) the
+  combination of the Original Software with other software or devices.
+  
+  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
+  below and subject to third party intellectual property claims, each Contributor
+  hereby grants You a world-wide, royalty-free, non-exclusive license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Contributor to use, reproduce, modify, display, perform,
+  sublicense and distribute the Modifications created by such Contributor (or
+  portions thereof), either on an unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using, or selling of
+  Modifications made by that Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such combination), to make, use, sell,
+  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
+  by that Contributor (or portions thereof); and (2) the combination of
+  Modifications made by that Contributor with its Contributor Version (or
+  portions of such combination).
+  
+  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
+  date Contributor first distributes or otherwise makes the Modifications
+  available to a third party.
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
+  any code that Contributor has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party modifications of Contributor Version,
+  or (ii) the combination of Modifications made by that Contributor with other
+  software (except as part of the Contributor Version) or other devices; or (3)
+  under Patent Claims infringed by Covered Software in the absence of
+  Modifications made by that Contributor.
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.  Any Covered Software that You distribute or
+  otherwise make available in Executable form must also be made available in
+  Source Code form and that Source Code form must be distributed only under the
+  terms of this License. You must include a copy of this License with every copy
+  of the Source Code form of the Covered Software You distribute or otherwise
+  make available. You must inform recipients of any such Covered Software in
+  Executable form as to how they can obtain such Covered Software in Source Code
+  form in a reasonable manner on or through a medium customarily used for
+  software exchange.
+  
+  3.2. Modifications.  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You represent that You
+  believe Your Modifications are Your original creation(s) and/or You have
+  sufficient rights to grant the rights conveyed by this License.
+  
+  3.3. Required Notices.  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification. You may not remove
+  or alter any copyright, patent or trademark notices contained within the
+  Covered Software, or any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.  You may not offer or impose any terms on
+  any Covered Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients' rights hereunder. You may
+  choose to offer, and to charge a fee for, warranty, support, indemnity or
+  liability obligations to one or more recipients of Covered Software. However,
+  you may do so only on Your own behalf, and not on behalf of the Initial
+  Developer or any Contributor. You must make it absolutely clear that any such
+  warranty, support, indemnity or liability obligation is offered by You alone,
+  and You hereby agree to indemnify the Initial Developer and every Contributor
+  for any liability incurred by the Initial Developer or such Contributor as a
+  result of warranty, support, indemnity or liability terms You offer.
+  
+  3.5. Distribution of Executable Versions.  You may distribute the Executable
+  form of the Covered Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms different from this
+  License, provided that You are in compliance with the terms of this License and
+  that the license for the Executable form does not attempt to limit or alter the
+  recipient's rights in the Source Code form from the rights set forth in this
+  License. If You distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that any terms which
+  differ from this License are offered by You alone, not by the Initial Developer
+  or Contributor. You hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial Developer or such
+  Contributor as a result of any such terms You offer.
+  
+  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License and distribute the
+  Larger Work as a single product. In such a case, You must make sure the
+  requirements of this License are fulfilled for the Covered Software.
+  
+  4. Versions of the License.
+  
+  4.1. New Versions.  Oracle is the initial license steward and may publish
+  revised and/or new versions of this License from time to time. Each version
+  will be given a distinguishing version number. Except as provided in Section
+  4.3, no one other than the license steward has the right to modify this
+  License.
+  
+  4.2. Effect of New Versions.  You may always continue to use, distribute or
+  otherwise make the Covered Software available under the terms of the version of
+  the License under which You originally received the Covered Software. If the
+  Initial Developer includes a notice in the Original Software prohibiting it
+  from being distributed or otherwise made available under any subsequent version
+  of the License, You must distribute and make the Covered Software available
+  under the terms of the version of the License under which You originally
+  received the Covered Software. Otherwise, You may also choose to use,
+  distribute or otherwise make the Covered Software available under the terms of
+  any subsequent version of the License published by the license steward.
+  
+  4.3. Modified Versions.  When You are an Initial Developer and You want to
+  create a new license for Your Original Software, You may create and use a
+  modified version of this License if You: (a) rename the license and remove any
+  references to the name of the license steward (except to note that the license
+  differs from this License); and (b) otherwise make it clear that the license
+  contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
+  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
+  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
+  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
+  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
+  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
+  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+  
+  6. TERMINATION.
+  
+  6.1. This License and the rights granted hereunder will terminate automatically
+  if You fail to comply with terms herein and fail to cure such breach within 30
+  days of becoming aware of the breach. Provisions which, by their nature, must
+  remain in effect beyond the termination of this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding declaratory judgment
+  actions) against Initial Developer or a Contributor (the Initial Developer or
+  Contributor against whom You assert such claim is referred to as “Participant”)
+  alleging that the Participant Software (meaning the Contributor Version where
+  the Participant is a Contributor or the Original Software where the Participant
+  is the Initial Developer) directly or indirectly infringes any patent, then any
+  and all rights granted directly or indirectly to You by such Participant, the
+  Initial Developer (if the Initial Developer is not the Participant) and all
+  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
+  notice from Participant terminate prospectively and automatically at the
+  expiration of such 60 day notice period, unless if within such 60 day period
+  You withdraw Your claim with respect to the Participant Software against such
+  Participant either unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. If You assert a patent infringement claim against Participant alleging
+  that the Participant Software directly or indirectly infringes any patent where
+  such claim is resolved (such as by license or settlement) prior to the
+  initiation of patent infringement litigation, then the reasonable value of the
+  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
+  into account in determining the amount or value of any payment or license.
+  
+  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
+  licenses that have been validly granted by You or any distributor hereunder
+  prior to termination (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
+  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
+  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
+  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
+  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
+  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
+  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
+  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
+  LIMITATION MAY NOT APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a “commercial item,” as that term is defined in 48
+  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
+  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
+  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
+  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
+  with only those rights set forth herein. This U.S. Government Rights clause is
+  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
+  that addresses Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject matter
+  hereof. If any provision of this License is held to be unenforceable, such
+  provision shall be reformed only to the extent necessary to make it
+  enforceable. This License shall be governed by the law of the jurisdiction
+  specified in a notice contained within the Original Software (except to the
+  extent applicable law, if any, provides otherwise), excluding such
+  jurisdiction's conflict-of-law provisions. Any litigation relating to this
+  License shall be subject to the jurisdiction of the courts located in the
+  jurisdiction and venue specified in a notice contained within the Original
+  Software, with the losing party responsible for costs, including, without
+  limitation, court costs and reasonable attorneys' fees and expenses. The
+  application of the United Nations Convention on Contracts for the International
+  Sale of Goods is expressly excluded. Any law or regulation which provides that
+  the language of a contract shall be construed against the drafter shall not
+  apply to this License. You agree that You alone are responsible for compliance
+  with the United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use, distribute or
+  otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is responsible
+  for claims and damages arising, directly or indirectly, out of its utilization
+  of rights under this License and You agree to work with Initial Developer and
+  Contributors to distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission of liability.
+  
+  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+  (CDDL) The code released under the CDDL shall be governed by the laws of the
+  State of California (excluding conflict-of-law provisions). Any litigation
+  relating to this License shall be subject to the jurisdiction of the Federal
+  Courts of the Northern District of California and the state courts of the State
+  of California, with venue lying in Santa Clara County, California.
 
-This product includes software developed by Vitaly Puzrin (https://github.com/nodeca/):
-js-yaml.js
-Copyright (c) Vitaly Puzrin (2011-2015).
-Licensed under the MIT license (see below).
 
+Eclipse Public License, version 1.0
 
+  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+  
+  1. DEFINITIONS
+  
+  "Contribution" means:
+  
+  a) in the case of the initial Contributor, the initial code and documentation
+  distributed under this Agreement, and b) in the case of each subsequent
+  Contributor:
+  
+  i) changes to the Program, and
+  
+  ii) additions to the Program;
+  
+  where such changes and/or additions to the Program originate from and are
+  distributed by that particular Contributor. A Contribution 'originates' from a
+  Contributor if it was added to the Program by such Contributor itself or anyone
+  acting on such Contributor's behalf. Contributions do not include additions to
+  the Program which: (i) are separate modules of software distributed in
+  conjunction with the Program under their own license agreement, and (ii) are
+  not derivative works of the Program.
+  
+  "Contributor" means any person or entity that distributes the Program.
+  
+  "Licensed Patents " mean patent claims licensable by a Contributor which are
+  necessarily infringed by the use or sale of its Contribution alone or when
+  combined with the Program.
+  
+  "Program" means the Contributions distributed in accordance with this
+  Agreement.
+  
+  "Recipient" means anyone who receives the Program under this Agreement,
+  including all Contributors.
+  
+  2. GRANT OF RIGHTS
+  
+  a) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free copyright license to
+  reproduce, prepare derivative works of, publicly display, publicly perform,
+  distribute and sublicense the Contribution of such Contributor, if any, and
+  such derivative works, in source code and object code form.
+  
+  b) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free patent license under
+  Licensed Patents to make, use, sell, offer to sell, import and otherwise
+  transfer the Contribution of such Contributor, if any, in source code and
+  object code form. This patent license shall apply to the combination of the
+  Contribution and the Program if, at the time the Contribution is added by the
+  Contributor, such addition of the Contribution causes such combination to be
+  covered by the Licensed Patents. The patent license shall not apply to any
+  other combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+  
+  c) Recipient understands that although each Contributor grants the licenses to
+  its Contributions set forth herein, no assurances are provided by any
+  Contributor that the Program does not infringe the patent or other intellectual
+  property rights of any other entity. Each Contributor disclaims any liability
+  to Recipient for claims brought by any other entity based on infringement of
+  intellectual property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby assumes sole
+  responsibility to secure any other intellectual property rights needed, if any.
+  For example, if a third party patent license is required to allow Recipient to
+  distribute the Program, it is Recipient's responsibility to acquire that
+  license before distributing the Program.
+  
+  d) Each Contributor represents that to its knowledge it has sufficient
+  copyright rights in its Contribution, if any, to grant the copyright license
+  set forth in this Agreement.
+  
+  3. REQUIREMENTS
+  
+  A Contributor may choose to distribute the Program in object code form under
+  its own license agreement, provided that:
+  
+  a) it complies with the terms and conditions of this Agreement; and
+  
+  b) its license agreement:
+  
+  i) effectively disclaims on behalf of all Contributors all warranties and
+  conditions, express and implied, including warranties or conditions of title
+  and non-infringement, and implied warranties or conditions of merchantability
+  and fitness for a particular purpose;
+  
+  ii) effectively excludes on behalf of all Contributors all liability for
+  damages, including direct, indirect, special, incidental and consequential
+  damages, such as lost profits;
+  
+  iii) states that any provisions which differ from this Agreement are offered by
+  that Contributor alone and not by any other party; and
+  
+  iv) states that source code for the Program is available from such Contributor,
+  and informs licensees how to obtain it in a reasonable manner on or through a
+  medium customarily used for software exchange.
+  
+  When the Program is made available in source code form:
+  
+  a) it must be made available under this Agreement; and
+  
+  b) a copy of this Agreement must be included with each copy of the Program.
+  
+  Contributors may not remove or alter any copyright notices contained within the
+  Program.
+  
+  Each Contributor must identify itself as the originator of its Contribution, if
+  any, in a manner that reasonably allows subsequent Recipients to identify the
+  originator of the Contribution.
+  
+  4. COMMERCIAL DISTRIBUTION
+  
+  Commercial distributors of software may accept certain responsibilities with
+  respect to end users, business partners and the like. While this license is
+  intended to facilitate the commercial use of the Program, the Contributor who
+  includes the Program in a commercial product offering should do so in a manner
+  which does not create potential liability for other Contributors. Therefore, if
+  a Contributor includes the Program in a commercial product offering, such
+  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+  every other Contributor ("Indemnified Contributor") against any losses, damages
+  and costs (collectively "Losses") arising from claims, lawsuits and other legal
+  actions brought by a third party against the Indemnified Contributor to the
+  extent caused by the acts or omissions of such Commercial Contributor in
+  connection with its distribution of the Program in a commercial product
+  offering. The obligations in this section do not apply to any claims or Losses
+  relating to any actual or alleged intellectual property infringement. In order
+  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+  Contributor in writing of such claim, and b) allow the Commercial Contributor
+  to control, and cooperate with the Commercial Contributor in, the defense and
+  any related settlement negotiations. The Indemnified Contributor may
+  participate in any such claim at its own expense.
+  
+  For example, a Contributor might include the Program in a commercial product
+  offering, Product X. That Contributor is then a Commercial Contributor. If that
+  Commercial Contributor then makes performance claims, or offers warranties
+  related to Product X, those performance claims and warranties are such
+  Commercial Contributor's responsibility alone. Under this section, the
+  Commercial Contributor would have to defend claims against the other
+  Contributors related to those performance claims and warranties, and if a court
+  requires any other Contributor to pay any damages as a result, the Commercial
+  Contributor must pay those damages.
+  
+  5. NO WARRANTY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+  Recipient is solely responsible for determining the appropriateness of using
+  and distributing the Program and assumes all risks associated with its exercise
+  of rights under this Agreement , including but not limited to the risks and
+  costs of program errors, compliance with applicable laws, damage to or loss of
+  data, programs or equipment, and unavailability or interruption of operations.
+  
+  6. DISCLAIMER OF LIABILITY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+  
+  7. GENERAL
+  
+  If any provision of this Agreement is invalid or unenforceable under applicable
+  law, it shall not affect the validity or enforceability of the remainder of the
+  terms of this Agreement, and without further action by the parties hereto, such
+  provision shall be reformed to the minimum extent necessary to make such
+  provision valid and enforceable.
+  
+  If Recipient institutes patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
+  (excluding combinations of the Program with other software or hardware)
+  infringes such Recipient's patent(s), then such Recipient's rights granted
+  under Section 2(b) shall terminate as of the date such litigation is filed.
+  
+  All Recipient's rights under this Agreement shall terminate if it fails to
+  comply with any of the material terms or conditions of this Agreement and does
+  not cure such failure in a reasonable period of time after becoming aware of
+  such noncompliance. If all Recipient's rights under this Agreement terminate,
+  Recipient agrees to cease use and distribution of the Program as soon as
+  reasonably practicable. However, Recipient's obligations under this Agreement
+  and any licenses granted by Recipient relating to the Program shall continue
+  and survive.
+  
+  Everyone is permitted to copy and distribute copies of this Agreement, but in
+  order to avoid inconsistency the Agreement is copyrighted and may only be
+  modified in the following manner. The Agreement Steward reserves the right to
+  publish new versions (including revisions) of this Agreement from time to time.
+  No one other than the Agreement Steward has the right to modify this Agreement.
+  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
+  may assign the responsibility to serve as the Agreement Steward to a suitable
+  separate entity. Each new version of the Agreement will be given a
+  distinguishing version number. The Program (including Contributions) may always
+  be distributed subject to the version of the Agreement under which it was
+  received. In addition, after a new version of the Agreement is published,
+  Contributor may elect to distribute the Program (including its Contributions)
+  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
+  above, Recipient receives no rights or licenses to the intellectual property of
+  any Contributor under this Agreement, whether expressly, by implication,
+  estoppel or otherwise. All rights in the Program not expressly granted under
+  this Agreement are reserved.
+  
+  This Agreement is governed by the laws of the State of New York and the
+  intellectual property laws of the United States of America. No party to this
+  Agreement will bring a legal action under this Agreement more than one year
+  after the cause of action arose. Each party waives its rights to a jury trial
+  in any resulting litigation.
+  
 
 The MIT License ("MIT")
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  
 
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+WTF Public License
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
+  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
+ 
+  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
+ 
+  Everyone is permitted to copy and distribute verbatim or modified 
+  copies of this license document, and changing it is allowed as long 
+  as the name is changed. 
+ 
+             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
+    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+ 
+   0. You just DO WHAT THE FUCK YOU WANT TO.
+ 
 
+Bouncy Castle License
+  
+  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
+  (http://www.bouncycastle.org)
+  
+  Permis

<TRUNCATED>


[17/26] incubator-brooklyn git commit: new LICENSE files

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1421e103/usage/cli/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/files/LICENSE b/usage/cli/src/main/license/files/LICENSE
index eb16d03..630e44b 100644
--- a/usage/cli/src/main/license/files/LICENSE
+++ b/usage/cli/src/main/license/files/LICENSE
@@ -1,4 +1,19 @@
 
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+---------------------------------------------------
+
+(1) This software license: Apache License, version 2.0
+
+
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -175,34 +190,50 @@
       of your accepting any such warranty or additional liability.
 
 
+---------------------------------------------------
+
+(2) Notices for bundled software
+
+This project includes the software: typeahead.js
+  Available at: https://github.com/twitter/typeahead.js
+  Developed by: Twitter, Inc (http://twitter.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+
+This project includes the software: underscore.js
+  Available at: http://underscorejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+
 
 ---------------------------------------------------
 
-This distribution contains third party resources.
+(3) Licenses for bundled software
 
-This product includes software developed at Twitter, Inc (http://twitter.com):
-typeahead.js, bloodhound.js
-Copyright (c) Twitter, Inc (2013).
-Licensed under the MIT license (see below).
+Contents:
 
+  The MIT License ("MIT")
 
 
 The MIT License ("MIT")
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1421e103/usage/dist/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/LICENSE b/usage/dist/src/main/license/files/LICENSE
index 368915b..1476fcc 100644
--- a/usage/dist/src/main/license/files/LICENSE
+++ b/usage/dist/src/main/license/files/LICENSE
@@ -225,6 +225,10 @@ This project includes the software: ch.qos.logback
   Developed by: QOS.ch (http://www.qos.ch)
   Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
 
+This project includes the software: com.beust
+  Available at: http://beust.com/jcommander
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
 This project includes the software: com.fasterxml.jackson
   Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
   Developed by: FasterXML (http://fasterxml.com/)
@@ -263,7 +267,7 @@ This project includes the software: com.googlecode.concurrentlinkedhashmap
   Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 This project includes the software: com.jamesmurty.utils
-  Available at: http://code.google.com/p/java-xmlbuilder/
+  Available at: https://github.com/jmurty/java-xmlbuilder
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 
 This project includes the software: com.jayway.jsonpath
@@ -419,6 +423,10 @@ This project includes the software: moment.js
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
 
+This project includes the software: net.iharder
+  Available at: http://iharder.net/base64/
+  Used under the following license: Public domain
+
 This project includes the software: net.java.dev.jna
   Available at: https://github.com/twall/jna
   Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1421e103/usage/jsgui/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/files/LICENSE b/usage/jsgui/src/main/license/files/LICENSE
index d9f5bc7..68dcfe5 100644
--- a/usage/jsgui/src/main/license/files/LICENSE
+++ b/usage/jsgui/src/main/license/files/LICENSE
@@ -1,4 +1,19 @@
 
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+---------------------------------------------------
+
+(1) This software license: Apache License, version 2.0
+
+
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -175,118 +190,165 @@
       of your accepting any such warranty or additional liability.
 
 
-
 ---------------------------------------------------
 
-This distribution contains third party resources.
-
-This product includes software developed at The jQuery Foundation (http://jquery.org/):
-jquery.js, selected jquery*.js.
-Copyright (c) John Resig (2011).
-Licensed under the MIT license (see below).
-
-This product includes software developed at The Dojo Foundation (http://dojofoundation.org/):
-require.js, text.js, sizzle.js in jquery.js.
-Copyright (c) The Dojo Foundation (2011, 2012).
-Licensed under the MIT license (see below).
-
-This product includes software developed at DocumentCloud Inc (http://www.documentcloud.org/):
-backbone.js, underscore.js.
-Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013).
-Licensed under the MIT license (see below).
+(2) Notices for bundled software
+
+This project includes the software: async.js
+  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Miller Medeiros (2011)
+
+This project includes the software: backbone.js
+  Available at: http://backbonejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+
+This project includes the software: bootstrap.js
+  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) Twitter, Inc (2012)
+
+This project includes the software: dataTables.js
+  Available at: http://www.datatables.net
+  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) Allan Jardine (2008-2012)
+
+This project includes the software: handlebars.js
+  Available at: https://github.com/wycats/handlebars.js
+  Developed by: Yehuda Katz (https://github.com/wycats/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Yehuda Katz (2012)
+
+This project includes the software: jquery.ba-bbq.js
+  Available at: http://benalman.com/projects/jquery-bbq-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+
+This project includes the software: jquery.form.js
+  Available at: https://github.com/malsup/form
+  Developed by: Mike Alsup (http://malsup.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) M. Alsup (2006-2013)
+
+This project includes the software: jquery.js
+  Available at: http://jquery.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) John Resig (2011)
+
+This project includes the software: js-uri
+  Available at: http://code.google.com/p/js-uri/
+  Developed by: js-uri contributors (https://code.google.com/js-uri)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) js-uri contributors (2013)
+
+This project includes the software: js-yaml.js
+  Available at: https://github.com/nodeca/
+  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Vitaly Puzrin (2011-2015)
+
+This project includes the software: moment.js
+  Available at: http://momentjs.com
+  Developed by: Tim Wood (http://momentjs.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+
+This project includes the software: require.js
+  Available at: http://github.com/jrburke/requirejs for details
+  Developed by: The Dojo Foundation (http://dojofoundation.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) The Dojo Foundation (2010-2012)
+
+This project includes the software: sizzle.js
+  Available at: http://sizzlejs.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) jQuery Foundation and other contributors (2011)
+
+This project includes the software: Swagger JS
+  Available at: https://github.com/wordnik/swagger-js
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: Swagger UI
+  Available at: https://github.com/wordnik/swagger-ui
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+
+This project includes the software: underscore.js
+  Available at: http://underscorejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+
+This project includes the software: ZeroClipboard
+  Available at: http://zeroclipboard.org/
+  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jon Rohan, James M. Greene (2014)
 
-This product includes software developed by Miller Medeiros (https://github.com/millermedeiros/):
-async.js.
-Copyright (c) Miller Medeiros (2011).
-Licensed under the MIT license (see below).
 
-This product includes software developed by Yehuda Katz (https://github.com/wycats/):
-handlebars*.js.
-Copyright (c) Yehuda Katz (2012).
-Licensed under the MIT license (see below).
-
-This product includes software developed by "Cowboy" Ben Alman (http://benalman.com/).
-jquery.ba-bbq*.js
-Copyright (c) "Cowboy" Ben Alman (2010).
-Licensed under the MIT license (see below).
-
-This product includes software developed by WonderGroup and Jordan Thomas (http://labs.wondergroup.com/demos/mini-ui/index.html):
-jquery.wiggle.js.
-Copyright (c) WonderGroup and Jordan Thomas (2010).
-Licensed under the MIT license (see below).
-
-This product includes software developed by Tim Wood (http://momentjs.com):
-moment.js
-Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014).
-Licensed under the MIT license (see below).
+---------------------------------------------------
 
-This product includes software developed by ZeroClipboard contributors (https://github.com/zeroclipboard):
-ZeroClipboard.js
-Copyright (c) Jon Rohan, James M. Greene (2014).
-Licensed under the MIT license (see below).
+(3) Licenses for bundled software
 
-This product includes software developed at SpryMedia Ltd (http://sprymedia.co.uk/):
-jquery.dataTables.js, dataTables.extensions.js
-Copyright (c) Allan Jardine (2008-2012).
-Licensed under the New BSD license (see below).
+Contents:
 
-This product includes software developed by js-uri contributors (https://code.google.com/js-uri):
-URI.js.
-Copyright (c) js-uri contributors (2013).
-Licensed under the New BSD license (see below).
+  The BSD 3-Clause License ("New BSD")
+  The MIT License ("MIT")
 
-This product includes software developed by Vitaly Puzrin (https://github.com/nodeca/):
-js-yaml.js
-Copyright (c) Vitaly Puzrin (2011-2015).
-Licensed under the MIT license (see below).
 
+The BSD 3-Clause License ("New BSD")
 
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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 MIT License ("MIT")
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-
-
-The BSD 3-Clause License ("New BSD")
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  
 
-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. Neither the name of the copyright holder nor the names of its contributors 
-may 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 HOLDER 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.


[03/26] incubator-brooklyn git commit: Revert "new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing"

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/99f69c34/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 368915b..c13cc54 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,19 +1,4 @@
 
-This software is distributed under the Apache License, version 2.0. See (1) below.
-This software is copyright (c) The Apache Software Foundation and contributors.
-
-Contents:
-
-  (1) This software license: Apache License, version 2.0
-  (2) Notices for bundled software
-  (3) Licenses for bundled software
-
-
----------------------------------------------------
-
-(1) This software license: Apache License, version 2.0
-
-
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -190,1745 +175,123 @@ Contents:
       of your accepting any such warranty or additional liability.
 
 
----------------------------------------------------
-
-(2) Notices for bundled software
-
-This project includes the software: aopalliance
-  Available at: http://aopalliance.sourceforge.net
-  Used under the following license: Public Domain
-
-This project includes the software: asm
-  Available at: http://asm.objectweb.org/asm/
-  Developed by: ObjectWeb (http://www.objectweb.org/)
-  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
-
-This project includes the software: async.js
-  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
-  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Miller Medeiros (2011)
-
-This project includes the software: backbone.js
-  Available at: http://backbonejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
-
-This project includes the software: bootstrap.js
-  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) Twitter, Inc (2012)
-
-This project includes the software: ch.qos.logback
-  Available at: http://logback.qos.ch
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
-
-This project includes the software: com.fasterxml.jackson
-  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
-  Developed by: FasterXML (http://fasterxml.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.findbugs
-  Available at: http://findbugs.sourceforge.net/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.gson
-  Available at: http://code.google.com/p/google-gson/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.guava
-  Available at: http://code.google.com/p/guava-libraries/guava
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.http-client
-  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
-  Developed by: Google (http://www.google.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject
-  Available at: http://code.google.com/p/google-guice/guice/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject.extensions
-  Available at: http://code.google.com/p/google-guice/extensions-parent/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.googlecode.concurrentlinkedhashmap
-  Available at: http://code.google.com/p/concurrentlinkedhashmap
-  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jamesmurty.utils
-  Available at: http://code.google.com/p/java-xmlbuilder/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: com.jayway.jsonpath
-  Available at: https://github.com/jayway/JsonPath
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jcraft
-  Available at: http://www.jcraft.com/jsch-agent-proxy/
-  Developed by: JCraft,Inc. (http://www.jcraft.com/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
-
-This project includes the software: com.maxmind.db
-  Available at: http://dev.maxmind.com/
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.maxmind.geoip2
-  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.squareup.okhttp
-  Available at: https://github.com/square/okhttp/okhttp
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.squareup.okio
-  Available at: https://github.com/square/okio/okio
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.sun.jersey
-  Available at: https://jersey.java.net/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.sun.jersey.contribs
-  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.thoughtworks.xstream
-  Available at: http://codehaus.org/xstream-parent/xstream/
-  Developed by: XStream (http://xstream.codehaus.org)
-  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
-
-This project includes the software: com.wordnik
-  Available at: https://github.com/wordnik/swagger-core/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: commons-beanutils
-  Available at: http://commons.apache.org/proper/commons-beanutils/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-codec
-  Available at: http://commons.apache.org/proper/commons-codec/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-collections
-  Available at: http://commons.apache.org/collections/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-io
-  Available at: http://commons.apache.org/io/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-lang
-  Available at: http://commons.apache.org/lang/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-logging
-  Available at: http://commons.apache.org/proper/commons-logging/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: dataTables.js
-  Available at: http://www.datatables.net
-  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) Allan Jardine (2008-2012)
-
-This project includes the software: dom4j
-  Available at: http://dom4j.sourceforge.net/
-  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
-  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
-
-This project includes the software: handlebars.js
-  Available at: https://github.com/wycats/handlebars.js
-  Developed by: Yehuda Katz (https://github.com/wycats/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Yehuda Katz (2012)
-
-This project includes the software: io.airlift
-  Available at: https://github.com/airlift/airline
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: io.cloudsoft.windows
-  Available at: http://github.com/cloudsoft/winrm4j
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.annotation
-  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
-  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
-
-This project includes the software: javax.inject
-  Available at: http://code.google.com/p/atinject/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.validation
-  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
-
-This project includes the software: javax.ws.rs
-  Available at: https://jsr311.dev.java.net
-  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
-  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
-
-This project includes the software: jquery.ba-bbq.js
-  Available at: http://benalman.com/projects/jquery-bbq-plugin/
-  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
-
-This project includes the software: jquery.form.js
-  Available at: https://github.com/malsup/form
-  Developed by: Mike Alsup (http://malsup.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) M. Alsup (2006-2013)
-
-This project includes the software: jquery.js
-  Available at: http://jquery.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) John Resig (2011)
-
-This project includes the software: js-uri
-  Available at: http://code.google.com/p/js-uri/
-  Developed by: js-uri contributors (https://code.google.com/js-uri)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) js-uri contributors (2013)
-
-This project includes the software: js-yaml.js
-  Available at: https://github.com/nodeca/
-  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Vitaly Puzrin (2011-2015)
-
-This project includes the software: moment.js
-  Available at: http://momentjs.com
-  Developed by: Tim Wood (http://momentjs.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
-
-This project includes the software: net.java.dev.jna
-  Available at: https://github.com/twall/jna
-  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
-
-This project includes the software: net.minidev
-  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
-  Developed by: Chemouni Uriel (http://www.minidev.net/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: net.schmizz
-  Available at: http://github.com/shikhar/sshj
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.99soft.guice
-  Available at: http://99soft.github.com/rocoto/
-  Developed by: 99 Software Foundation (http://www.99soft.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.brooklyn
-  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.commons
-  Available at: http://commons.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.felix
-  Available at: http://felix.apache.org/org.apache.felix.framework/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.httpcomponents
-  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.jclouds
-  Available at: http://jclouds.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.bouncycastle
-  Available at: http://www.bouncycastle.org/java.html
-  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
-
-This project includes the software: org.codehaus.groovy
-  Available at: http://groovy.codehaus.org/
-  Developed by: The Codehaus (http://codehaus.org)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jackson
-  Available at: http://jackson.codehaus.org
-  Developed by: FasterXML (http://fasterxml.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jettison
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty
-  Available at: http://www.eclipse.org/jetty
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty.orbit
-  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.freemarker
-  Available at: http://freemarker.org/
-  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
-
-This project includes the software: org.glassfish.external
-  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
-
-This project includes the software: org.hibernate
-  Available at: http://jtidy.sourceforge.net
-  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
-
-This project includes the software: org.javassist
-  Available at: http://www.javassist.org/
-  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
-
-This project includes the software: org.jvnet.mimepull
-  Available at: http://mimepull.java.net
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: org.mongodb
-  Available at: http://www.mongodb.org
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.python
-  Available at: http://www.jython.org/
-  Used under the following license: Jython Software License (http://www.jython.org/license.html)
-
-This project includes the software: org.reflections
-  Available at: http://code.google.com/p/reflections/reflections/
-  Used under the following license: WTFPL (http://www.wtfpl.net/)
-
-This project includes the software: org.scala-lang
-  Available at: http://www.scala-lang.org/
-  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
-  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
-
-This project includes the software: org.slf4j
-  Available at: http://www.slf4j.org
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
-
-This project includes the software: org.tukaani
-  Available at: http://tukaani.org/xz/java.html
-  Used under the following license: Public Domain
-
-This project includes the software: org.yaml
-  Available at: http://www.snakeyaml.org
-  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
-
-This project includes the software: require.js
-  Available at: http://github.com/jrburke/requirejs for details
-  Developed by: The Dojo Foundation (http://dojofoundation.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) The Dojo Foundation (2010-2012)
-
-This project includes the software: sizzle.js
-  Available at: http://sizzlejs.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) jQuery Foundation and other contributors (2011)
-
-This project includes the software: Swagger JS
-  Available at: https://github.com/wordnik/swagger-js
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: Swagger UI
-  Available at: https://github.com/wordnik/swagger-ui
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
-
-This project includes the software: typeahead.js
-  Available at: https://github.com/twitter/typeahead.js
-  Developed by: Twitter, Inc (http://twitter.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
-
-This project includes the software: underscore.js
-  Available at: http://underscorejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
-
-This project includes the software: xml-apis
-  Available at: http://xml.apache.org/commons/#external
-  Developed by: Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: xmlpull
-  Available at: http://www.xmlpull.org
-  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
-
-This project includes the software: xpp3
-  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
-  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
-  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
-
-This project includes the software: ZeroClipboard
-  Available at: http://zeroclipboard.org/
-  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jon Rohan, James M. Greene (2014)
-
 
 ---------------------------------------------------
 
-(3) Licenses for bundled software
-
-Contents:
+This distribution contains third party resources.
 
-  Apache License, Version 2.0
-  The BSD 2-Clause License
-  The BSD 3-Clause License ("New BSD")
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-  Eclipse Public License, version 1.0
-  The MIT License ("MIT")
-  WTF Public License
-  Bouncy Castle License
-  JTidy License
-  Jython License
-  Indiana University Extreme! Lab Software License, Version 1.1.1
+This product includes software developed at The jQuery Foundation (http://jquery.org/):
+jquery.js, selected jquery*.js.
+Copyright (c) John Resig (2011).
+Licensed under the MIT license (see below).
 
+This product includes software developed at The Dojo Foundation (http://dojofoundation.org/):
+require.js, text.js, sizzle.js in jquery.js.
+Copyright (c) The Dojo Foundation (2011, 2012).
+Licensed under the MIT license (see below).
 
-Apache License, Version 2.0
+This product includes software developed at DocumentCloud Inc (http://www.documentcloud.org/):
+backbone.js, underscore.js.
+Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013).
+Licensed under the MIT license (see below).
 
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  
+This product includes software developed by Miller Medeiros (https://github.com/millermedeiros/):
+async.js.
+Copyright (c) Miller Medeiros (2011).
+Licensed under the MIT license (see below).
 
-The BSD 2-Clause License
+This product includes software developed at Twitter, Inc (http://twitter.com):
+typeahead.js, bloodhound.js
+Copyright (c) Twitter, Inc (2013).
+Licensed under the MIT license (see below).
 
-  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.
-  
-  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 HOLDER 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.
-  
+This product includes software developed by Yehuda Katz (https://github.com/wycats/):
+handlebars*.js.
+Copyright (c) Yehuda Katz (2012).
+Licensed under the MIT license (see below).
 
-The BSD 3-Clause License ("New BSD")
+This product includes software developed by "Cowboy" Ben Alman (http://benalman.com/).
+jquery.ba-bbq*.js
+Copyright (c) "Cowboy" Ben Alman (2010).
+Licensed under the MIT license (see below).
 
-  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. Neither the name of the copyright holder nor the names of its contributors 
-  may 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 HOLDER 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.
-  
+This product includes software developed by WonderGroup and Jordan Thomas (http://labs.wondergroup.com/demos/mini-ui/index.html):
+jquery.wiggle.js.
+Copyright (c) WonderGroup and Jordan Thomas (2010).
+Licensed under the MIT license (see below).
 
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+This product includes software developed by Tim Wood (http://momentjs.com):
+moment.js
+Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014).
+Licensed under the MIT license (see below).
 
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  
+This product includes software developed by ZeroClipboard contributors (https://github.com/zeroclipboard):
+ZeroClipboard.js
+Copyright (c) Jon Rohan, James M. Greene (2014).
+Licensed under the MIT license (see below).
 
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+This product includes software developed at SpryMedia Ltd (http://sprymedia.co.uk/):
+jquery.dataTables.js, dataTables.extensions.js
+Copyright (c) Allan Jardine (2008-2012).
+Licensed under the New BSD license (see below).
 
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
+This product includes software developed by js-uri contributors (https://code.google.com/js-uri):
+URI.js.
+Copyright (c) js-uri contributors (2013).
+Licensed under the New BSD license (see below).
 
+This product includes software developed by Vitaly Puzrin (https://github.com/nodeca/):
+js-yaml.js
+Copyright (c) Vitaly Puzrin (2011-2015).
+Licensed under the MIT license (see below).
 
-Eclipse Public License, version 1.0
 
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, and implied warranties or conditions of merchantability
-  and fitness for a particular purpose;
-  
-  ii) effectively excludes on behalf of all Contributors all liability for
-  damages, including direct, indirect, special, incidental and consequential
-  damages, such as lost profits;
-  
-  iii) states that any provisions which differ from this Agreement are offered by
-  that Contributor alone and not by any other party; and
-  
-  iv) states that source code for the Program is available from such Contributor,
-  and informs licensees how to obtain it in a reasonable manner on or through a
-  medium customarily used for software exchange.
-  
-  When the Program is made available in source code form:
-  
-  a) it must be made available under this Agreement; and
-  
-  b) a copy of this Agreement must be included with each copy of the Program.
-  
-  Contributors may not remove or alter any copyright notices contained within the
-  Program.
-  
-  Each Contributor must identify itself as the originator of its Contribution, if
-  any, in a manner that reasonably allows subsequent Recipients to identify the
-  originator of the Contribution.
-  
-  4. COMMERCIAL DISTRIBUTION
-  
-  Commercial distributors of software may accept certain responsibilities with
-  respect to end users, business partners and the like. While this license is
-  intended to facilitate the commercial use of the Program, the Contributor who
-  includes the Program in a commercial product offering should do so in a manner
-  which does not create potential liability for other Contributors. Therefore, if
-  a Contributor includes the Program in a commercial product offering, such
-  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-  every other Contributor ("Indemnified Contributor") against any losses, damages
-  and costs (collectively "Losses") arising from claims, lawsuits and other legal
-  actions brought by a third party against the Indemnified Contributor to the
-  extent caused by the acts or omissions of such Commercial Contributor in
-  connection with its distribution of the Program in a commercial product
-  offering. The obligations in this section do not apply to any claims or Losses
-  relating to any actual or alleged intellectual property infringement. In order
-  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-  Contributor in writing of such claim, and b) allow the Commercial Contributor
-  to control, and cooperate with the Commercial Contributor in, the defense and
-  any related settlement negotiations. The Indemnified Contributor may
-  participate in any such claim at its own expense.
-  
-  For example, a Contributor might include the Program in a commercial product
-  offering, Product X. That Contributor is then a Commercial Contributor. If that
-  Commercial Contributor then makes performance claims, or offers warranties
-  related to Product X, those performance claims and warranties are such
-  Commercial Contributor's responsibility alone. Under this section, the
-  Commercial Contributor would have to defend claims against the other
-  Contributors related to those performance claims and warranties, and if a court
-  requires any other Contributor to pay any damages as a result, the Commercial
-  Contributor must pay those damages.
-  
-  5. NO WARRANTY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
-  Recipient is solely responsible for determining the appropriateness of using
-  and distributing the Program and assumes all risks associated with its exercise
-  of rights under this Agreement , including but not limited to the risks and
-  costs of program errors, compliance with applicable laws, damage to or loss of
-  data, programs or equipment, and unavailability or interruption of operations.
-  
-  6. DISCLAIMER OF LIABILITY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
-  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-  
-  7. GENERAL
-  
-  If any provision of this Agreement is invalid or unenforceable under applicable
-  law, it shall not affect the validity or enforceability of the remainder of the
-  terms of this Agreement, and without further action by the parties hereto, such
-  provision shall be reformed to the minimum extent necessary to make such
-  provision valid and enforceable.
-  
-  If Recipient institutes patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
-  (excluding combinations of the Program with other software or hardware)
-  infringes such Recipient's patent(s), then such Recipient's rights granted
-  under Section 2(b) shall terminate as of the date such litigation is filed.
-  
-  All Recipient's rights under this Agreement shall terminate if it fails to
-  comply with any of the material terms or conditions of this Agreement and does
-  not cure such failure in a reasonable period of time after becoming aware of
-  such noncompliance. If all Recipient's rights under this Agreement terminate,
-  Recipient agrees to cease use and distribution of the Program as soon as
-  reasonably practicable. However, Recipient's obligations under this Agreement
-  and any licenses granted by Recipient relating to the Program shall continue
-  and survive.
-  
-  Everyone is permitted to copy and distribute copies of this Agreement, but in
-  order to avoid inconsistency the Agreement is copyrighted and may only be
-  modified in the following manner. The Agreement Steward reserves the right to
-  publish new versions (including revisions) of this Agreement from time to time.
-  No one other than the Agreement Steward has the right to modify this Agreement.
-  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
-  may assign the responsibility to serve as the Agreement Steward to a suitable
-  separate entity. Each new version of the Agreement will be given a
-  distinguishing version number. The Program (including Contributions) may always
-  be distributed subject to the version of the Agreement under which it was
-  received. In addition, after a new version of the Agreement is published,
-  Contributor may elect to distribute the Program (including its Contributions)
-  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
-  above, Recipient receives no rights or licenses to the intellectual property of
-  any Contributor under this Agreement, whether expressly, by implication,
-  estoppel or otherwise. All rights in the Program not expressly granted under
-  this Agreement are reserved.
-  
-  This Agreement is governed by the laws of the State of New York and the
-  intellectual property laws of the United States of America. No party to this
-  Agreement will bring a legal action under this Agreement more than one year
-  after the cause of action arose. Each party waives its rights to a jury trial
-  in any resulting litigation.
-  
 
 The MIT License ("MIT")
 
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
-  
-
-WTF Public License
-
-  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
- 
-  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
- 
-  Everyone is permitted to copy and distribute verbatim or modified 
-  copies of this license document, and changing it is allowed as long 
-  as the name is changed. 
- 
-             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
-    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
- 
-   0. You just DO WHAT THE FUCK YOU WANT TO.
- 
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
 
-Bouncy Castle License
-  
-  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
-  (http://www.bouncycastle.org)
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy of
-  this software and associated documentation files (the "Software"), to deal in
-  the Software without restriction, including without limitation the rights to
-  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Software, and to permit persons to whom the Software is furnished to do
-  so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in all
-  copies or substantial portions of the Software.
-  
-  T

<TRUNCATED>


[20/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/LICENSE b/usage/dist/src/main/license/files/LICENSE
new file mode 100644
index 0000000..368915b
--- /dev/null
+++ b/usage/dist/src/main/license/files/LICENSE
@@ -0,0 +1,1934 @@
+
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+---------------------------------------------------
+
+(1) This software license: Apache License, version 2.0
+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+
+---------------------------------------------------
+
+(2) Notices for bundled software
+
+This project includes the software: aopalliance
+  Available at: http://aopalliance.sourceforge.net
+  Used under the following license: Public Domain
+
+This project includes the software: asm
+  Available at: http://asm.objectweb.org/asm/
+  Developed by: ObjectWeb (http://www.objectweb.org/)
+  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
+
+This project includes the software: async.js
+  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Miller Medeiros (2011)
+
+This project includes the software: backbone.js
+  Available at: http://backbonejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+
+This project includes the software: bootstrap.js
+  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) Twitter, Inc (2012)
+
+This project includes the software: ch.qos.logback
+  Available at: http://logback.qos.ch
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
+
+This project includes the software: com.fasterxml.jackson
+  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
+  Developed by: FasterXML (http://fasterxml.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.findbugs
+  Available at: http://findbugs.sourceforge.net/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.gson
+  Available at: http://code.google.com/p/google-gson/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.guava
+  Available at: http://code.google.com/p/guava-libraries/guava
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.http-client
+  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
+  Developed by: Google (http://www.google.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject
+  Available at: http://code.google.com/p/google-guice/guice/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject.extensions
+  Available at: http://code.google.com/p/google-guice/extensions-parent/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.googlecode.concurrentlinkedhashmap
+  Available at: http://code.google.com/p/concurrentlinkedhashmap
+  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jamesmurty.utils
+  Available at: http://code.google.com/p/java-xmlbuilder/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: com.jayway.jsonpath
+  Available at: https://github.com/jayway/JsonPath
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jcraft
+  Available at: http://www.jcraft.com/jsch-agent-proxy/
+  Developed by: JCraft,Inc. (http://www.jcraft.com/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
+
+This project includes the software: com.maxmind.db
+  Available at: http://dev.maxmind.com/
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.maxmind.geoip2
+  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.squareup.okhttp
+  Available at: https://github.com/square/okhttp/okhttp
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.squareup.okio
+  Available at: https://github.com/square/okio/okio
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.sun.jersey
+  Available at: https://jersey.java.net/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.sun.jersey.contribs
+  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.thoughtworks.xstream
+  Available at: http://codehaus.org/xstream-parent/xstream/
+  Developed by: XStream (http://xstream.codehaus.org)
+  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
+
+This project includes the software: com.wordnik
+  Available at: https://github.com/wordnik/swagger-core/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: commons-beanutils
+  Available at: http://commons.apache.org/proper/commons-beanutils/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-codec
+  Available at: http://commons.apache.org/proper/commons-codec/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-collections
+  Available at: http://commons.apache.org/collections/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-io
+  Available at: http://commons.apache.org/io/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-lang
+  Available at: http://commons.apache.org/lang/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-logging
+  Available at: http://commons.apache.org/proper/commons-logging/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: dataTables.js
+  Available at: http://www.datatables.net
+  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) Allan Jardine (2008-2012)
+
+This project includes the software: dom4j
+  Available at: http://dom4j.sourceforge.net/
+  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
+  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
+
+This project includes the software: handlebars.js
+  Available at: https://github.com/wycats/handlebars.js
+  Developed by: Yehuda Katz (https://github.com/wycats/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Yehuda Katz (2012)
+
+This project includes the software: io.airlift
+  Available at: https://github.com/airlift/airline
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: io.cloudsoft.windows
+  Available at: http://github.com/cloudsoft/winrm4j
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.annotation
+  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
+  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
+
+This project includes the software: javax.inject
+  Available at: http://code.google.com/p/atinject/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.validation
+  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
+
+This project includes the software: javax.ws.rs
+  Available at: https://jsr311.dev.java.net
+  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
+  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
+
+This project includes the software: jquery.ba-bbq.js
+  Available at: http://benalman.com/projects/jquery-bbq-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+
+This project includes the software: jquery.form.js
+  Available at: https://github.com/malsup/form
+  Developed by: Mike Alsup (http://malsup.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) M. Alsup (2006-2013)
+
+This project includes the software: jquery.js
+  Available at: http://jquery.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) John Resig (2011)
+
+This project includes the software: js-uri
+  Available at: http://code.google.com/p/js-uri/
+  Developed by: js-uri contributors (https://code.google.com/js-uri)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) js-uri contributors (2013)
+
+This project includes the software: js-yaml.js
+  Available at: https://github.com/nodeca/
+  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Vitaly Puzrin (2011-2015)
+
+This project includes the software: moment.js
+  Available at: http://momentjs.com
+  Developed by: Tim Wood (http://momentjs.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+
+This project includes the software: net.java.dev.jna
+  Available at: https://github.com/twall/jna
+  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
+
+This project includes the software: net.minidev
+  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
+  Developed by: Chemouni Uriel (http://www.minidev.net/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: net.schmizz
+  Available at: http://github.com/shikhar/sshj
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.99soft.guice
+  Available at: http://99soft.github.com/rocoto/
+  Developed by: 99 Software Foundation (http://www.99soft.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.brooklyn
+  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.commons
+  Available at: http://commons.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.felix
+  Available at: http://felix.apache.org/org.apache.felix.framework/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.httpcomponents
+  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.bouncycastle
+  Available at: http://www.bouncycastle.org/java.html
+  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
+
+This project includes the software: org.codehaus.groovy
+  Available at: http://groovy.codehaus.org/
+  Developed by: The Codehaus (http://codehaus.org)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jackson
+  Available at: http://jackson.codehaus.org
+  Developed by: FasterXML (http://fasterxml.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jettison
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty
+  Available at: http://www.eclipse.org/jetty
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty.orbit
+  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.freemarker
+  Available at: http://freemarker.org/
+  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
+
+This project includes the software: org.glassfish.external
+  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
+
+This project includes the software: org.hibernate
+  Available at: http://jtidy.sourceforge.net
+  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
+
+This project includes the software: org.javassist
+  Available at: http://www.javassist.org/
+  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
+
+This project includes the software: org.jvnet.mimepull
+  Available at: http://mimepull.java.net
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: org.mongodb
+  Available at: http://www.mongodb.org
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.python
+  Available at: http://www.jython.org/
+  Used under the following license: Jython Software License (http://www.jython.org/license.html)
+
+This project includes the software: org.reflections
+  Available at: http://code.google.com/p/reflections/reflections/
+  Used under the following license: WTFPL (http://www.wtfpl.net/)
+
+This project includes the software: org.scala-lang
+  Available at: http://www.scala-lang.org/
+  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
+  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
+
+This project includes the software: org.slf4j
+  Available at: http://www.slf4j.org
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
+
+This project includes the software: org.tukaani
+  Available at: http://tukaani.org/xz/java.html
+  Used under the following license: Public Domain
+
+This project includes the software: org.yaml
+  Available at: http://www.snakeyaml.org
+  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
+
+This project includes the software: require.js
+  Available at: http://github.com/jrburke/requirejs for details
+  Developed by: The Dojo Foundation (http://dojofoundation.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) The Dojo Foundation (2010-2012)
+
+This project includes the software: sizzle.js
+  Available at: http://sizzlejs.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) jQuery Foundation and other contributors (2011)
+
+This project includes the software: Swagger JS
+  Available at: https://github.com/wordnik/swagger-js
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: Swagger UI
+  Available at: https://github.com/wordnik/swagger-ui
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+
+This project includes the software: typeahead.js
+  Available at: https://github.com/twitter/typeahead.js
+  Developed by: Twitter, Inc (http://twitter.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+
+This project includes the software: underscore.js
+  Available at: http://underscorejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+
+This project includes the software: xml-apis
+  Available at: http://xml.apache.org/commons/#external
+  Developed by: Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: xmlpull
+  Available at: http://www.xmlpull.org
+  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
+
+This project includes the software: xpp3
+  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
+  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
+  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
+
+This project includes the software: ZeroClipboard
+  Available at: http://zeroclipboard.org/
+  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jon Rohan, James M. Greene (2014)
+
+
+---------------------------------------------------
+
+(3) Licenses for bundled software
+
+Contents:
+
+  Apache License, Version 2.0
+  The BSD 2-Clause License
+  The BSD 3-Clause License ("New BSD")
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+  Eclipse Public License, version 1.0
+  The MIT License ("MIT")
+  WTF Public License
+  Bouncy Castle License
+  JTidy License
+  Jython License
+  Indiana University Extreme! Lab Software License, Version 1.1.1
+
+
+Apache License, Version 2.0
+
+  Apache License
+  Version 2.0, January 2004
+  http://www.apache.org/licenses/
+  
+  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+  
+  1. Definitions.
+  
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+  
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+  
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+  
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+  
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+  
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+  
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+  
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+  
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+  
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+  
+  2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+  
+  3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license applies only to those patent claims licensable
+  by such Contributor that are necessarily infringed by their
+  Contribution(s) alone or by combination of their Contribution(s)
+  with the Work to which such Contribution(s) was submitted. If You
+  institute patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Work
+  or a Contribution incorporated within the Work constitutes direct
+  or contributory patent infringement, then any patent licenses
+  granted to You under this License for that Work shall terminate
+  as of the date such litigation is filed.
+  
+  4. Redistribution. You may reproduce and distribute copies of the
+  Work or Derivative Works thereof in any medium, with or without
+  modifications, and in Source or Object form, provided that You
+  meet the following conditions:
+  
+  (a) You must give any other recipients of the Work or
+  Derivative Works a copy of this License; and
+  
+  (b) You must cause any modified files to carry prominent notices
+  stating that You changed the files; and
+  
+  (c) You must retain, in the Source form of any Derivative Works
+  that You distribute, all copyright, patent, trademark, and
+  attribution notices from the Source form of the Work,
+  excluding those notices that do not pertain to any part of
+  the Derivative Works; and
+  
+  (d) If the Work includes a "NOTICE" text file as part of its
+  distribution, then any Derivative Works that You distribute must
+  include a readable copy of the attribution notices contained
+  within such NOTICE file, excluding those notices that do not
+  pertain to any part of the Derivative Works, in at least one
+  of the following places: within a NOTICE text file distributed
+  as part of the Derivative Works; within the Source form or
+  documentation, if provided along with the Derivative Works; or,
+  within a display generated by the Derivative Works, if and
+  wherever such third-party notices normally appear. The contents
+  of the NOTICE file are for informational purposes only and
+  do not modify the License. You may add Your own attribution
+  notices within Derivative Works that You distribute, alongside
+  or as an addendum to the NOTICE text from the Work, provided
+  that such additional attribution notices cannot be construed
+  as modifying the License.
+  
+  You may add Your own copyright statement to Your modifications and
+  may provide additional or different license terms and conditions
+  for use, reproduction, or distribution of Your modifications, or
+  for any such Derivative Works as a whole, provided Your use,
+  reproduction, and distribution of the Work otherwise complies with
+  the conditions stated in this License.
+  
+  5. Submission of Contributions. Unless You explicitly state otherwise,
+  any Contribution intentionally submitted for inclusion in the Work
+  by You to the Licensor shall be under the terms and conditions of
+  this License, without any additional terms or conditions.
+  Notwithstanding the above, nothing herein shall supersede or modify
+  the terms of any separate license agreement you may have executed
+  with Licensor regarding such Contributions.
+  
+  6. Trademarks. This License does not grant permission to use the trade
+  names, trademarks, service marks, or product names of the Licensor,
+  except as required for reasonable and customary use in describing the
+  origin of the Work and reproducing the content of the NOTICE file.
+  
+  7. Disclaimer of Warranty. Unless required by applicable law or
+  agreed to in writing, Licensor provides the Work (and each
+  Contributor provides its Contributions) on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied, including, without limitation, any warranties or conditions
+  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+  PARTICULAR PURPOSE. You are solely responsible for determining the
+  appropriateness of using or redistributing the Work and assume any
+  risks associated with Your exercise of permissions under this License.
+  
+  8. Limitation of Liability. In no event and under no legal theory,
+  whether in tort (including negligence), contract, or otherwise,
+  unless required by applicable law (such as deliberate and grossly
+  negligent acts) or agreed to in writing, shall any Contributor be
+  liable to You for damages, including any direct, indirect, special,
+  incidental, or consequential damages of any character arising as a
+  result of this License or out of the use or inability to use the
+  Work (including but not limited to damages for loss of goodwill,
+  work stoppage, computer failure or malfunction, or any and all
+  other commercial damages or losses), even if such Contributor
+  has been advised of the possibility of such damages.
+  
+  9. Accepting Warranty or Additional Liability. While redistributing
+  the Work or Derivative Works thereof, You may choose to offer,
+  and charge a fee for, acceptance of support, warranty, indemnity,
+  or other liability obligations and/or rights consistent with this
+  License. However, in accepting such obligations, You may act only
+  on Your own behalf and on Your sole responsibility, not on behalf
+  of any other Contributor, and only if You agree to indemnify,
+  defend, and hold each Contributor harmless for any liability
+  incurred by, or claims asserted against, such Contributor by reason
+  of your accepting any such warranty or additional liability.
+  
+
+The BSD 2-Clause License
+
+  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.
+  
+  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 HOLDER 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 BSD 3-Clause License ("New BSD")
+
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+  1. Definitions.
+  
+  1.1. "Contributor" means each individual or entity that
+  creates or contributes to the creation of Modifications.
+  
+  1.2. "Contributor Version" means the combination of the
+  Original Software, prior Modifications used by a
+  Contributor (if any), and the Modifications made by that
+  particular Contributor.
+  
+  1.3. "Covered Software" means (a) the Original Software, or
+  (b) Modifications, or (c) the combination of files
+  containing Original Software with files containing
+  Modifications, in each case including portions thereof.
+  
+  1.4. "Executable" means the Covered Software in any form
+  other than Source Code. 
+  
+  1.5. "Initial Developer" means the individual or entity
+  that first makes Original Software available under this
+  License. 
+  
+  1.6. "Larger Work" means a work which combines Covered
+  Software or portions thereof with code not governed by the
+  terms of this License.
+  
+  1.7. "License" means this document.
+  
+  1.8. "Licensable" means having the right to grant, to the
+  maximum extent possible, whether at the time of the initial
+  grant or subsequently acquired, any and all of the rights
+  conveyed herein.
+  
+  1.9. "Modifications" means the Source Code and Executable
+  form of any of the following: 
+  
+  A. Any file that results from an addition to,
+  deletion from or modification of the contents of a
+  file containing Original Software or previous
+  Modifications; 
+  
+  B. Any new file that contains any part of the
+  Original Software or previous Modification; or 
+  
+  C. Any new file that is contributed or otherwise made
+  available under the terms of this License.
+  
+  1.10. "Original Software" means the Source Code and
+  Executable form of computer software code that is
+  originally released under this License. 
+  
+  1.11. "Patent Claims" means any patent claim(s), now owned
+  or hereafter acquired, including without limitation,
+  method, process, and apparatus claims, in any patent
+  Licensable by grantor. 
+  
+  1.12. "Source Code" means (a) the common form of computer
+  software code in which modifications are made and (b)
+  associated documentation included in or with such code.
+  
+  1.13. "You" (or "Your") means an individual or a legal
+  entity exercising rights under, and complying with all of
+  the terms of, this License. For legal entities, "You"
+  includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this
+  definition, "control" means (a) the power, direct or
+  indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership
+  of more than fifty percent (50%) of the outstanding shares
+  or beneficial ownership of such entity.
+  
+  2. License Grants. 
+  
+  2.1. The Initial Developer Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide,
+  royalty-free, non-exclusive license: 
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Initial Developer,
+  to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or
+  portions thereof), with or without Modifications,
+  and/or as part of a Larger Work; and 
+  
+  (b) under Patent Claims infringed by the making,
+  using or selling of Original Software, to make, have
+  made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or
+  portions thereof). 
+  
+  (c) The licenses granted in Sections 2.1(a) and (b)
+  are effective on the date Initial Developer first
+  distributes or otherwise makes the Original Software
+  available to a third party under the terms of this
+  License. 
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent
+  license is granted: (1) for code that You delete from
+  the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original
+  Software, or (ii) the combination of the Original
+  Software with other software or devices. 
+  
+  2.2. Contributor Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, each
+  Contributor hereby grants You a world-wide, royalty-free,
+  non-exclusive license:
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Contributor to
+  use, reproduce, modify, display, perform, sublicense
+  and distribute the Modifications created by such
+  Contributor (or portions thereof), either on an
+  unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making,
+  using, or selling of Modifications made by that
+  Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such
+  combination), to make, use, sell, offer for sale,
+  have made, and/or otherwise dispose of: (1)
+  Modifications made by that Contributor (or portions
+  thereof); and (2) the combination of Modifications
+  made by that Contributor with its Contributor Version
+  (or portions of such combination). 
+  
+  (c) The licenses granted in Sections 2.2(a) and
+  2.2(b) are effective on the date Contributor first
+  distributes or otherwise makes the Modifications
+  available to a third party. 
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent
+  license is granted: (1) for any code that Contributor
+  has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party
+  modifications of Contributor Version, or (ii) the
+  combination of Modifications made by that Contributor
+  with other software (except as part of the
+  Contributor Version) or other devices; or (3) under
+  Patent Claims infringed by Covered Software in the
+  absence of Modifications made by that Contributor. 
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.
+  
+  Any Covered Software that You distribute or otherwise make
+  available in Executable form must also be made available in
+  Source Code form and that Source Code form must be
+  distributed only under the terms of this License. You must
+  include a copy of this License with every copy of the
+  Source Code form of the Covered Software You distribute or
+  otherwise make available. You must inform recipients of any
+  such Covered Software in Executable form as to how they can
+  obtain such Covered Software in Source Code form in a
+  reasonable manner on or through a medium customarily used
+  for software exchange.
+  
+  3.2. Modifications.
+  
+  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You
+  represent that You believe Your Modifications are Your
+  original creation(s) and/or You have sufficient rights to
+  grant the rights conveyed by this License.
+  
+  3.3. Required Notices.
+  
+  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification.
+  You may not remove or alter any copyright, patent or
+  trademark notices contained within the Covered Software, or
+  any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.
+  
+  You may not offer or impose any terms on any Covered
+  Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients"
+  rights hereunder. You may choose to offer, and to charge a
+  fee for, warranty, support, indemnity or liability
+  obligations to one or more recipients of Covered Software.
+  However, you may do so only on Your own behalf, and not on
+  behalf of the Initial Developer or any Contributor. You
+  must make it absolutely clear that any such warranty,
+  support, indemnity or liability obligation is offered by
+  You alone, and You hereby agree to indemnify the Initial
+  Developer and every Contributor for any liability incurred
+  by the Initial Developer or such Contributor as a result of
+  warranty, support, indemnity or liability terms You offer.
+      
+  3.5. Distribution of Executable Versions.
+  
+  You may distribute the Executable form of the Covered
+  Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms
+  different from this License, provided that You are in
+  compliance with the terms of this License and that the
+  license for the Executable form does not attempt to limit
+  or alter the recipient"s rights in the Source Code form
+  from the rights set forth in this License. If You
+  distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that
+  any terms which differ from this License are offered by You
+  alone, not by the Initial Developer or Contributor. You
+  hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial
+  Developer or such Contributor as a result of any such terms
+  You offer.
+  
+  3.6. Larger Works.
+  
+  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License
+  and distribute the Larger Work as a single product. In such
+  a case, You must make sure the requirements of this License
+  are fulfilled for the Covered Software. 
+  
+  4. Versions of the License. 
+  
+  4.1. New Versions.
+  
+  Sun Microsystems, Inc. is the initial license steward and
+  may publish revised and/or new versions of this License
+  from time to time. Each version will be given a
+  distinguishing version number. Except as provided in
+  Section 4.3, no one other than the license steward has the
+  right to modify this License. 
+  
+  4.2. Effect of New Versions.
+  
+  You may always continue to use, distribute or otherwise
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. If the Initial Developer includes a
+  notice in the Original Software prohibiting it from being
+  distributed or otherwise made available under any
+  subsequent version of the License, You must distribute and
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. Otherwise, You may also choose to
+  use, distribute or otherwise make the Covered Software
+  available under the terms of any subsequent version of the
+  License published by the license steward. 
+  
+  4.3. Modified Versions.
+  
+  When You are an Initial Developer and You want to create a
+  new license for Your Original Software, You may create and
+  use a modified version of this License if You: (a) rename
+  the license and remove any references to the name of the
+  license steward (except to note that the license differs
+  from this License); and (b) otherwise make it clear that
+  the license contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.
+  
+  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+  DISCLAIMER. 
+  
+  6. TERMINATION. 
+  
+  6.1. This License and the rights granted hereunder will
+  terminate automatically if You fail to comply with terms
+  herein and fail to cure such breach within 30 days of
+  becoming aware of the breach. Provisions which, by their
+  nature, must remain in effect beyond the termination of
+  this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding
+  declaratory judgment actions) against Initial Developer or
+  a Contributor (the Initial Developer or Contributor against
+  whom You assert such claim is referred to as "Participant")
+  alleging that the Participant Software (meaning the
+  Contributor Version where the Participant is a Contributor
+  or the Original Software where the Participant is the
+  Initial Developer) directly or indirectly infringes any
+  patent, then any and all rights granted directly or
+  indirectly to You by such Participant, the Initial
+  Developer (if the Initial Developer is not the Participant)
+  and all Contributors under Sections 2.1 and/or 2.2 of this
+  License shall, upon 60 days notice from Participant
+  terminate prospectively and automatically at the expiration
+  of such 60 day notice period, unless if within such 60 day
+  period You withdraw Your claim with respect to the
+  Participant Software against such Participant either
+  unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. In the event of termination under Sections 6.1 or 6.2
+  above, all end user licenses that have been validly granted
+  by You or any distributor hereunder prior to termination
+  (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
+  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+  APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a "commercial item," as that term is
+  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+  computer software" (as that term is defined at 48 C.F.R. "
+  252.227-7014(a)(1)) and "commercial computer software
+  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+  through 227.7202-4 (June 1995), all U.S. Government End Users
+  acquire Covered Software with only those rights set forth herein.
+  This U.S. Government Rights clause is in lieu of, and supersedes,
+  any other FAR, DFAR, or other clause or provision that addresses
+  Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject
+  matter hereof. If any provision of this License is held to be
+  unenforceable, such provision shall be reformed only to the
+  extent necessary to make it enforceable. This License shall be
+  governed by the law of the jurisdiction specified in a notice
+  contained within the Original Software (except to the extent
+  applicable law, if any, provides otherwise), excluding such
+  jurisdiction"s conflict-of-law provisions. Any litigation
+  relating to this License shall be subject to the jurisdiction of
+  the courts located in the jurisdiction and venue specified in a
+  notice contained within the Original Software, with the losing
+  party responsible for costs, including, without limitation, court
+  costs and reasonable attorneys" fees and expenses. The
+  application of the United Nations Convention on Contracts for the
+  International Sale of Goods is expressly excluded. Any law or
+  regulation which provides that the language of a contract shall
+  be construed against the drafter shall not apply to this License.
+  You agree that You alone are responsible for compliance with the
+  United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use,
+  distribute or otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is
+  responsible for claims and damages arising, directly or
+  indirectly, out of its utilization of rights under this License
+  and You agree to work with Initial Developer and Contributors to
+  distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission
+  of liability.
+  
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+
+  1. Definitions.
+  
+  1.1. “Contributor” means each individual or entity that creates or contributes
+  to the creation of Modifications.
+  
+  1.2. “Contributor Version” means the combination of the Original Software,
+  prior Modifications used by a Contributor (if any), and the Modifications made
+  by that particular Contributor.
+  
+  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
+  or (c) the combination of files containing Original Software with files
+  containing Modifications, in each case including portions thereof.
+  
+  1.4. “Executable” means the Covered Software in any form other than Source
+  Code.
+  
+  1.5. “Initial Developer” means the individual or entity that first makes
+  Original Software available under this License.
+  
+  1.6. “Larger Work” means a work which combines Covered Software or portions
+  thereof with code not governed by the terms of this License.
+  
+  1.7. “License” means this document.
+  
+  1.8. “Licensable” means having the right to grant, to the maximum extent
+  possible, whether at the time of the initial grant or subsequently acquired,
+  any and all of the rights conveyed herein.
+  
+  1.9. “Modifications” means the Source Code and Executable form of any of the
+  following:
+  
+  A. Any file that results from an addition to, deletion from or modification of
+  the contents of a file containing Original Software or previous Modifications;
+  
+  B. Any new file that contains any part of the Original Software or previous
+  Modification; or
+  
+  C. Any new file that is contributed or otherwise made available under the terms
+  of this License.
+  
+  1.10. “Original Software” means the Source Code and Executable form of computer
+  software code that is originally released under this License.
+  
+  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
+  acquired, including without limitation, method, process, and apparatus claims,
+  in any patent Licensable by grantor.
+  
+  1.12. “Source Code” means (a) the common form of computer software code in
+  which modifications are made and (b) associated documentation included in or
+  with such code.
+  
+  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
+  under, and complying with all of the terms of, this License. For legal
+  entities, “You” includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this definition, “control” means
+  (a) the power, direct or indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership of more than fifty
+  percent (50%) of the outstanding shares or beneficial ownership of such entity.
+  
+  2. License Grants.
+  
+  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
+  Section 3.1 below and subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
+  license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or portions thereof), with or
+  without Modifications, and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using or selling of Original
+  Software, to make, have made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or portions thereof).
+  
+  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
+  Initial Developer first distributes or otherwise makes the Original Software
+  available to a third party under the terms of this License.
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
+  code that You delete from the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original Software, or (ii) the
+  combination of the Original Software with other software or devices.
+  
+  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
+  below and subject to third party intellectual property claims, each Contributor
+  hereby grants You a world-wide, royalty-free, non-exclusive license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Contributor to use, reproduce, modify, display, perform,
+  sublicense and distribute the Modifications created by such Contributor (or
+  portions thereof), either on an unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using, or selling of
+  Modifications made by that Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such combination), to make, use, sell,
+  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
+  by that Contributor (or portions thereof); and (2) the combination of
+  Modifications made by that Contributor with its Contributor Version (or
+  portions of such combination).
+  
+  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
+  date Contributor first distributes or otherwise makes the Modifications
+  available to a third party.
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
+  any code that Contributor has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party modifications of Contributor Version,
+  or (ii) the combination of Modifications made by that Contributor with other
+  software (except as part of the Contributor Version) or other devices; or (3)
+  under Patent Claims infringed by Covered Software in the absence of
+  Modifications made by that Contributor.
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.  Any Covered Software that You distribute or
+  otherwise make available in Executable form must also be made available in
+  Source Code form and that Source Code form must be distributed only under the
+  terms of this License. You must include a copy of this License with every copy
+  of the Source Code form of the Covered Software You distribute or otherwise
+  make available. You must inform recipients of any such Covered Software in
+  Executable form as to how they can obtain such Covered Software in Source Code
+  form in a reasonable manner on or through a medium customarily used for
+  software exchange.
+  
+  3.2. Modifications.  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You represent that You
+  believe Your Modifications are Your original creation(s) and/or You have
+  sufficient rights to grant the rights conveyed by this License.
+  
+  3.3. Required Notices.  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification. You may not remove
+  or alter any copyright, patent or trademark notices contained within the
+  Covered Software, or any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.  You may not offer or impose any terms on
+  any Covered Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients' rights hereunder. You may
+  choose to offer, and to charge a fee for, warranty, support, indemnity or
+  liability obligations to one or more recipients of Covered Software. However,
+  you may do so only on Your own behalf, and not on behalf of the Initial
+  Developer or any Contributor. You must make it absolutely clear that any such
+  warranty, support, indemnity or liability obligation is offered by You alone,
+  and You hereby agree to indemnify the Initial Developer and every Contributor
+  for any liability incurred by the Initial Developer or such Contributor as a
+  result of warranty, support, indemnity or liability terms You offer.
+  
+  3.5. Distribution of Executable Versions.  You may distribute the Executable
+  form of the Covered Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms different from this
+  License, provided that You are in compliance with the terms of this License and
+  that the license for the Executable form does not attempt to limit or alter the
+  recipient's rights in the Source Code form from the rights set forth in this
+  License. If You distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that any terms which
+  differ from this License are offered by You alone, not by the Initial Developer
+  or Contributor. You hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial Developer or such
+  Contributor as a result of any such terms You offer.
+  
+  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License and distribute the
+  Larger Work as a single product. In such a case, You must make sure the
+  requirements of this License are fulfilled for the Covered Software.
+  
+  4. Versions of the License.
+  
+  4.1. New Versions.  Oracle is the initial license steward and may publish
+  revised and/or new versions of this License from time to time. Each version
+  will be given a distinguishing version number. Except as provided in Section
+  4.3, no one other than the license steward has the right to modify this
+  License.
+  
+  4.2. Effect of New Versions.  You may always continue to use, distribute or
+  otherwise make the Covered Software available under the terms of the version of
+  the License under which You originally received the Covered Software. If the
+  Initial Developer includes a notice in the Original Software prohibiting it
+  from being distributed or otherwise made available under any subsequent version
+  of the License, You must distribute and make the Covered Software available
+  under the terms of the version of the License under which You originally
+  received the Covered Software. Otherwise, You may also choose to use,
+  distribute or otherwise make the Covered Software available under the terms of
+  any subsequent version of the License published by the license steward.
+  
+  4.3. Modified Versions.  When You are an Initial Developer and You want to
+  create a new license for Your Original Software, You may create and use a
+  modified version of this License if You: (a) rename the license and remove any
+  references to the name of the license steward (except to note that the license
+  differs from this License); and (b) otherwise make it clear that the license
+  contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
+  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
+  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
+  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
+  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
+  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
+  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+  
+  6. TERMINATION.
+  
+  6.1. This License and the rights granted hereunder will terminate automatically
+  if You fail to comply with terms herein and fail to cure such breach within 30
+  days of becoming aware of the breach. Provisions which, by their nature, must
+  remain in effect beyond the termination of this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding declaratory judgment
+  actions) against Initial Developer or a Contributor (the Initial Developer or
+  Contributor against whom You assert such claim is referred to as “Participant”)
+  alleging that the Participant Software (meaning the Contributor Version where
+  the Participant is a Contributor or the Original Software where the Participant
+  is the Initial Developer) directly or indirectly infringes any patent, then any
+  and all rights granted directly or indirectly to You by such Participant, the
+  Initial Developer (if the Initial Developer is not the Participant) and all
+  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
+  notice from Participant terminate prospectively and automatically at the
+  expiration of such 60 day notice period, unless if within such 60 day period
+  You withdraw Your claim with respect to the Participant Software against such
+  Participant either unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. If You assert a patent infringement claim against Participant alleging
+  that the Participant Software directly or indirectly infringes any patent where
+  such claim is resolved (such as by license or settlement) prior to the
+  initiation of patent infringement litigation, then the reasonable value of the
+  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
+  into account in determining the amount or value of any payment or license.
+  
+  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
+  licenses that have been validly granted by You or any distributor hereunder
+  prior to termination (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
+  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
+  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
+  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
+  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
+  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
+  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
+  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
+  LIMITATION MAY NOT APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a “commercial item,” as that term is defined in 48
+  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
+  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
+  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
+  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
+  with only those rights set forth herein. This U.S. Government Rights clause is
+  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
+  that addresses Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject matter
+  hereof. If any provision of this License is held to be unenforceable, such
+  provision shall be reformed only to the extent necessary to make it
+  enforceable. This License shall be governed by the law of the jurisdiction
+  specified in a notice contained within the Original Software (except to the
+  extent applicable law, if any, provides otherwise), excluding such
+  jurisdiction's conflict-of-law provisions. Any litigation relating to this
+  License shall be subject to the jurisdiction of the courts located in the
+  jurisdiction and venue specified in a notice contained within the Original
+  Software, with the losing party responsible for costs, including, without
+  limitation, court costs and reasonable attorneys' fees and expenses. The
+  application of the United Nations Convention on Contracts for the International
+  Sale of Goods is expressly excluded. Any law or regulation which provides that
+  the language of a contract shall be construed against the drafter shall not
+  apply to this License. You agree that You alone are responsible for compliance
+  with the United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use, distribute or
+  otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is responsible
+  for claims and damages arising, directly or indirectly, out of its utilization
+  of rights under this License and You agree to work with Initial Developer and
+  Contributors to distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission of liability.
+  
+  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+  (CDDL) The code released under the CDDL shall be governed by the laws of the
+  State of California (excluding conflict-of-law provisions). Any litigation
+  relating to this License shall be subject to the jurisdiction of the Federal
+  Courts of the Northern District of California and the state courts of the State
+  of California, with venue lying in Santa Clara County, California.
+
+
+Eclipse Public License, version 1.0
+
+  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+  
+  1. DEFINITIONS
+  
+  "Contribution" means:
+  
+  a) in the case of the initial Contributor, the initial code and documentation
+  distributed under this Agreement, and b) in the case of each subsequent
+  Contributor:
+  
+  i) changes to the Program, and
+  
+  ii) additions to the Program;
+  
+  where such changes and/or additions to the Program originate from and are
+  distributed by that particular Contributor. A Contribution 'originates' from a
+  Contributor if it was added to the Program by such Contributor itself or anyone
+  acting on such Contributor's behalf. Contributions do not include additions to
+  the Program which: (i) are separate modules of software distributed in
+  conjunction with the Program under their own license agreement, and (ii) are
+  not derivative works of the Program.
+  
+  "Contributor" means any person or entity that distributes the Program.
+  
+  "Licensed Patents " mean patent claims licensable by a Contributor which are
+  necessarily infringed by the use or sale of its Contribution alone or when
+  combined with the Program.
+  
+  "Program" means the Contributions distributed in accordance with this
+  Agreement.
+  
+  "Recipient" means anyone who receives the Program under this Agreement,
+  including all Contributors.
+  
+  2. GRANT OF RIGHTS
+  
+  a) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free copyright license to
+  reproduce, prepare derivative works of, publicly display, publicly perform,
+  distribute and sublicense the Contribution of such Contributor, if any, and
+  such derivative works, in source code and object code form.
+  
+  b) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free patent license under
+  Licensed Patents to make, use, sell, offer to sell, import and otherwise
+  transfer the Contribution of such Contributor, if any, in source code and
+  object code form. This patent license shall apply to the combination of the
+  Contribution and the Program if, at the time the Contribution is added by the
+  Contributor, such addition of the Contribution causes such combination to be
+  covered by the Licensed Patents. The patent license shall not apply to any
+  other combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+  
+  c) Recipient understands that although each Contributor grants the licenses to
+  its Contributions set forth herein, no assurances are provided by any
+  Contributor that the Program does not infringe the patent or other intellectual
+  property rights of any other entity. Each Contributor disclaims any liability
+  to Recipient for claims brought by any other entity based on infringement of
+  intellectual property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby assumes sole
+  responsibility to secure any other intellectual property rights needed, if any.
+  For example, if a third party patent license is required to allow Recipient to
+  distribute the Program, it is Recipient's responsibility to acquire that
+  license before distributing the Program.
+  
+  d) Each Contributor represents that to its knowledge it has sufficient
+  copyright rights in its Contribution, if any, to grant the copyright license
+  set forth in this Agreement.
+  
+  3. REQUIREMENTS
+  
+  A Contributor may choose to distribute the Program in object code form under
+  its own license agreement, provided that:
+  
+  a) it complies with the terms and conditions of this Agreement; and
+  
+  b) its license agreement:
+  
+  i) effectively disclaims on behalf of all Contributors all warranties and
+  conditions, express and implied, including warranties or conditions of title
+  and non-infringement, and implied warranties or conditions of merchantability
+  and fitness for a particular purpose;
+  
+  ii) effectively excludes on behalf of all Contributors all liability for
+  damages, including direct, indirect, special, incidental and consequential
+  damages, such as lost profits;
+  
+  iii) states that any provisions which differ from this Agreement are offered by
+  that Contributor alone and not by any other party; and
+  
+  iv) states that source code for the Program is available from such Contributor,
+  and informs licensees how to obtain it in a reasonable manner on or through a
+  medium customarily used for software exchange.
+  
+  When the Program is made available in source code form:
+  
+  a) it must be made available under this Agreement; and
+  
+  b) a copy of this Agreement must be included with each copy of the Program.
+  
+  Contributors may not remove or alter any copyright notices contained within the
+  Program.
+  
+  Each Contributor must identify itself as the originator of its Contribution, if
+  any, in a manner that reasonably allows subsequent Recipients to identify the
+  originator of the Contribution.
+  
+  4. COMMERCIAL DISTRIBUTION
+  
+  Commercial distributors of software may accept certain responsibilities with
+  respect to end users, business partners and the like. While this license is
+  intended to facilitate the commercial use of the Program, the Contributor who
+  includes the Program in a commercial product offering should do so in a manner
+  which does not create potential liability for other Contributors. Therefore, if
+  a Contributor includes the Program in a commercial product offering, such
+  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+  every other Contributor ("Indemnified Contributor") against any losses, damages
+  and costs (collectively "Losses") arising from claims, lawsuits and other legal
+  actions brought by a third party against the Indemnified Contributor to the
+  extent caused by the acts or omissions of such Commercial Contributor in
+  connection with its distribution of the Program in a commercial product
+  offering. The obligations in this section do not apply to any claims or Losses
+  relating to any actual or alleged intellectual property infringement. In order
+  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+  Contributor in writing of such claim, and b) allow the Commercial Contributor
+  to control, and cooperate with the Commercial Contributor in, the defense and
+  any related settlement negotiations. The Indemnified Contributor may
+  participate in any such claim at its own expense.
+  
+  For example, a Contributor might include the Program in a commercial product
+  offering, Product X. That Contributor is then a Commercial Contributor. If that
+  Commercial Contributor then makes performance claims, or offers warranties
+  related to Product X, those performance claims and warranties are such
+  Commercial Contributor's responsibility alone. Under this section, the


<TRUNCATED>


[23/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/CDDL1.1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/CDDL1.1 b/usage/dist/licensing/licenses/binary/CDDL1.1
new file mode 100644
index 0000000..def9b35
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/CDDL1.1
@@ -0,0 +1,304 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+
+  1. Definitions.
+  
+  1.1. “Contributor” means each individual or entity that creates or contributes
+  to the creation of Modifications.
+  
+  1.2. “Contributor Version” means the combination of the Original Software,
+  prior Modifications used by a Contributor (if any), and the Modifications made
+  by that particular Contributor.
+  
+  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
+  or (c) the combination of files containing Original Software with files
+  containing Modifications, in each case including portions thereof.
+  
+  1.4. “Executable” means the Covered Software in any form other than Source
+  Code.
+  
+  1.5. “Initial Developer” means the individual or entity that first makes
+  Original Software available under this License.
+  
+  1.6. “Larger Work” means a work which combines Covered Software or portions
+  thereof with code not governed by the terms of this License.
+  
+  1.7. “License” means this document.
+  
+  1.8. “Licensable” means having the right to grant, to the maximum extent
+  possible, whether at the time of the initial grant or subsequently acquired,
+  any and all of the rights conveyed herein.
+  
+  1.9. “Modifications” means the Source Code and Executable form of any of the
+  following:
+  
+  A. Any file that results from an addition to, deletion from or modification of
+  the contents of a file containing Original Software or previous Modifications;
+  
+  B. Any new file that contains any part of the Original Software or previous
+  Modification; or
+  
+  C. Any new file that is contributed or otherwise made available under the terms
+  of this License.
+  
+  1.10. “Original Software” means the Source Code and Executable form of computer
+  software code that is originally released under this License.
+  
+  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
+  acquired, including without limitation, method, process, and apparatus claims,
+  in any patent Licensable by grantor.
+  
+  1.12. “Source Code” means (a) the common form of computer software code in
+  which modifications are made and (b) associated documentation included in or
+  with such code.
+  
+  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
+  under, and complying with all of the terms of, this License. For legal
+  entities, “You” includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this definition, “control” means
+  (a) the power, direct or indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership of more than fifty
+  percent (50%) of the outstanding shares or beneficial ownership of such entity.
+  
+  2. License Grants.
+  
+  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
+  Section 3.1 below and subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
+  license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or portions thereof), with or
+  without Modifications, and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using or selling of Original
+  Software, to make, have made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or portions thereof).
+  
+  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
+  Initial Developer first distributes or otherwise makes the Original Software
+  available to a third party under the terms of this License.
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
+  code that You delete from the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original Software, or (ii) the
+  combination of the Original Software with other software or devices.
+  
+  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
+  below and subject to third party intellectual property claims, each Contributor
+  hereby grants You a world-wide, royalty-free, non-exclusive license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Contributor to use, reproduce, modify, display, perform,
+  sublicense and distribute the Modifications created by such Contributor (or
+  portions thereof), either on an unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using, or selling of
+  Modifications made by that Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such combination), to make, use, sell,
+  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
+  by that Contributor (or portions thereof); and (2) the combination of
+  Modifications made by that Contributor with its Contributor Version (or
+  portions of such combination).
+  
+  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
+  date Contributor first distributes or otherwise makes the Modifications
+  available to a third party.
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
+  any code that Contributor has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party modifications of Contributor Version,
+  or (ii) the combination of Modifications made by that Contributor with other
+  software (except as part of the Contributor Version) or other devices; or (3)
+  under Patent Claims infringed by Covered Software in the absence of
+  Modifications made by that Contributor.
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.  Any Covered Software that You distribute or
+  otherwise make available in Executable form must also be made available in
+  Source Code form and that Source Code form must be distributed only under the
+  terms of this License. You must include a copy of this License with every copy
+  of the Source Code form of the Covered Software You distribute or otherwise
+  make available. You must inform recipients of any such Covered Software in
+  Executable form as to how they can obtain such Covered Software in Source Code
+  form in a reasonable manner on or through a medium customarily used for
+  software exchange.
+  
+  3.2. Modifications.  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You represent that You
+  believe Your Modifications are Your original creation(s) and/or You have
+  sufficient rights to grant the rights conveyed by this License.
+  
+  3.3. Required Notices.  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification. You may not remove
+  or alter any copyright, patent or trademark notices contained within the
+  Covered Software, or any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.  You may not offer or impose any terms on
+  any Covered Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients' rights hereunder. You may
+  choose to offer, and to charge a fee for, warranty, support, indemnity or
+  liability obligations to one or more recipients of Covered Software. However,
+  you may do so only on Your own behalf, and not on behalf of the Initial
+  Developer or any Contributor. You must make it absolutely clear that any such
+  warranty, support, indemnity or liability obligation is offered by You alone,
+  and You hereby agree to indemnify the Initial Developer and every Contributor
+  for any liability incurred by the Initial Developer or such Contributor as a
+  result of warranty, support, indemnity or liability terms You offer.
+  
+  3.5. Distribution of Executable Versions.  You may distribute the Executable
+  form of the Covered Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms different from this
+  License, provided that You are in compliance with the terms of this License and
+  that the license for the Executable form does not attempt to limit or alter the
+  recipient's rights in the Source Code form from the rights set forth in this
+  License. If You distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that any terms which
+  differ from this License are offered by You alone, not by the Initial Developer
+  or Contributor. You hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial Developer or such
+  Contributor as a result of any such terms You offer.
+  
+  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License and distribute the
+  Larger Work as a single product. In such a case, You must make sure the
+  requirements of this License are fulfilled for the Covered Software.
+  
+  4. Versions of the License.
+  
+  4.1. New Versions.  Oracle is the initial license steward and may publish
+  revised and/or new versions of this License from time to time. Each version
+  will be given a distinguishing version number. Except as provided in Section
+  4.3, no one other than the license steward has the right to modify this
+  License.
+  
+  4.2. Effect of New Versions.  You may always continue to use, distribute or
+  otherwise make the Covered Software available under the terms of the version of
+  the License under which You originally received the Covered Software. If the
+  Initial Developer includes a notice in the Original Software prohibiting it
+  from being distributed or otherwise made available under any subsequent version
+  of the License, You must distribute and make the Covered Software available
+  under the terms of the version of the License under which You originally
+  received the Covered Software. Otherwise, You may also choose to use,
+  distribute or otherwise make the Covered Software available under the terms of
+  any subsequent version of the License published by the license steward.
+  
+  4.3. Modified Versions.  When You are an Initial Developer and You want to
+  create a new license for Your Original Software, You may create and use a
+  modified version of this License if You: (a) rename the license and remove any
+  references to the name of the license steward (except to note that the license
+  differs from this License); and (b) otherwise make it clear that the license
+  contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
+  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
+  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
+  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
+  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
+  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
+  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+  
+  6. TERMINATION.
+  
+  6.1. This License and the rights granted hereunder will terminate automatically
+  if You fail to comply with terms herein and fail to cure such breach within 30
+  days of becoming aware of the breach. Provisions which, by their nature, must
+  remain in effect beyond the termination of this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding declaratory judgment
+  actions) against Initial Developer or a Contributor (the Initial Developer or
+  Contributor against whom You assert such claim is referred to as “Participant”)
+  alleging that the Participant Software (meaning the Contributor Version where
+  the Participant is a Contributor or the Original Software where the Participant
+  is the Initial Developer) directly or indirectly infringes any patent, then any
+  and all rights granted directly or indirectly to You by such Participant, the
+  Initial Developer (if the Initial Developer is not the Participant) and all
+  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
+  notice from Participant terminate prospectively and automatically at the
+  expiration of such 60 day notice period, unless if within such 60 day period
+  You withdraw Your claim with respect to the Participant Software against such
+  Participant either unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. If You assert a patent infringement claim against Participant alleging
+  that the Participant Software directly or indirectly infringes any patent where
+  such claim is resolved (such as by license or settlement) prior to the
+  initiation of patent infringement litigation, then the reasonable value of the
+  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
+  into account in determining the amount or value of any payment or license.
+  
+  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
+  licenses that have been validly granted by You or any distributor hereunder
+  prior to termination (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
+  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
+  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
+  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
+  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
+  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
+  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
+  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
+  LIMITATION MAY NOT APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a “commercial item,” as that term is defined in 48
+  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
+  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
+  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
+  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
+  with only those rights set forth herein. This U.S. Government Rights clause is
+  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
+  that addresses Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject matter
+  hereof. If any provision of this License is held to be unenforceable, such
+  provision shall be reformed only to the extent necessary to make it
+  enforceable. This License shall be governed by the law of the jurisdiction
+  specified in a notice contained within the Original Software (except to the
+  extent applicable law, if any, provides otherwise), excluding such
+  jurisdiction's conflict-of-law provisions. Any litigation relating to this
+  License shall be subject to the jurisdiction of the courts located in the
+  jurisdiction and venue specified in a notice contained within the Original
+  Software, with the losing party responsible for costs, including, without
+  limitation, court costs and reasonable attorneys' fees and expenses. The
+  application of the United Nations Convention on Contracts for the International
+  Sale of Goods is expressly excluded. Any law or regulation which provides that
+  the language of a contract shall be construed against the drafter shall not
+  apply to this License. You agree that You alone are responsible for compliance
+  with the United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use, distribute or
+  otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is responsible
+  for claims and damages arising, directly or indirectly, out of its utilization
+  of rights under this License and You agree to work with Initial Developer and
+  Contributors to distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission of liability.
+  
+  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+  (CDDL) The code released under the CDDL shall be governed by the laws of the
+  State of California (excluding conflict-of-law provisions). Any litigation
+  relating to this License shall be subject to the jurisdiction of the Federal
+  Courts of the Northern District of California and the state courts of the State
+  of California, with venue lying in Santa Clara County, California.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/EPL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/EPL1 b/usage/dist/licensing/licenses/binary/EPL1
new file mode 100644
index 0000000..6891076
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/EPL1
@@ -0,0 +1,212 @@
+Eclipse Public License, version 1.0
+
+  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+  
+  1. DEFINITIONS
+  
+  "Contribution" means:
+  
+  a) in the case of the initial Contributor, the initial code and documentation
+  distributed under this Agreement, and b) in the case of each subsequent
+  Contributor:
+  
+  i) changes to the Program, and
+  
+  ii) additions to the Program;
+  
+  where such changes and/or additions to the Program originate from and are
+  distributed by that particular Contributor. A Contribution 'originates' from a
+  Contributor if it was added to the Program by such Contributor itself or anyone
+  acting on such Contributor's behalf. Contributions do not include additions to
+  the Program which: (i) are separate modules of software distributed in
+  conjunction with the Program under their own license agreement, and (ii) are
+  not derivative works of the Program.
+  
+  "Contributor" means any person or entity that distributes the Program.
+  
+  "Licensed Patents " mean patent claims licensable by a Contributor which are
+  necessarily infringed by the use or sale of its Contribution alone or when
+  combined with the Program.
+  
+  "Program" means the Contributions distributed in accordance with this
+  Agreement.
+  
+  "Recipient" means anyone who receives the Program under this Agreement,
+  including all Contributors.
+  
+  2. GRANT OF RIGHTS
+  
+  a) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free copyright license to
+  reproduce, prepare derivative works of, publicly display, publicly perform,
+  distribute and sublicense the Contribution of such Contributor, if any, and
+  such derivative works, in source code and object code form.
+  
+  b) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free patent license under
+  Licensed Patents to make, use, sell, offer to sell, import and otherwise
+  transfer the Contribution of such Contributor, if any, in source code and
+  object code form. This patent license shall apply to the combination of the
+  Contribution and the Program if, at the time the Contribution is added by the
+  Contributor, such addition of the Contribution causes such combination to be
+  covered by the Licensed Patents. The patent license shall not apply to any
+  other combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+  
+  c) Recipient understands that although each Contributor grants the licenses to
+  its Contributions set forth herein, no assurances are provided by any
+  Contributor that the Program does not infringe the patent or other intellectual
+  property rights of any other entity. Each Contributor disclaims any liability
+  to Recipient for claims brought by any other entity based on infringement of
+  intellectual property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby assumes sole
+  responsibility to secure any other intellectual property rights needed, if any.
+  For example, if a third party patent license is required to allow Recipient to
+  distribute the Program, it is Recipient's responsibility to acquire that
+  license before distributing the Program.
+  
+  d) Each Contributor represents that to its knowledge it has sufficient
+  copyright rights in its Contribution, if any, to grant the copyright license
+  set forth in this Agreement.
+  
+  3. REQUIREMENTS
+  
+  A Contributor may choose to distribute the Program in object code form under
+  its own license agreement, provided that:
+  
+  a) it complies with the terms and conditions of this Agreement; and
+  
+  b) its license agreement:
+  
+  i) effectively disclaims on behalf of all Contributors all warranties and
+  conditions, express and implied, including warranties or conditions of title
+  and non-infringement, and implied warranties or conditions of merchantability
+  and fitness for a particular purpose;
+  
+  ii) effectively excludes on behalf of all Contributors all liability for
+  damages, including direct, indirect, special, incidental and consequential
+  damages, such as lost profits;
+  
+  iii) states that any provisions which differ from this Agreement are offered by
+  that Contributor alone and not by any other party; and
+  
+  iv) states that source code for the Program is available from such Contributor,
+  and informs licensees how to obtain it in a reasonable manner on or through a
+  medium customarily used for software exchange.
+  
+  When the Program is made available in source code form:
+  
+  a) it must be made available under this Agreement; and
+  
+  b) a copy of this Agreement must be included with each copy of the Program.
+  
+  Contributors may not remove or alter any copyright notices contained within the
+  Program.
+  
+  Each Contributor must identify itself as the originator of its Contribution, if
+  any, in a manner that reasonably allows subsequent Recipients to identify the
+  originator of the Contribution.
+  
+  4. COMMERCIAL DISTRIBUTION
+  
+  Commercial distributors of software may accept certain responsibilities with
+  respect to end users, business partners and the like. While this license is
+  intended to facilitate the commercial use of the Program, the Contributor who
+  includes the Program in a commercial product offering should do so in a manner
+  which does not create potential liability for other Contributors. Therefore, if
+  a Contributor includes the Program in a commercial product offering, such
+  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+  every other Contributor ("Indemnified Contributor") against any losses, damages
+  and costs (collectively "Losses") arising from claims, lawsuits and other legal
+  actions brought by a third party against the Indemnified Contributor to the
+  extent caused by the acts or omissions of such Commercial Contributor in
+  connection with its distribution of the Program in a commercial product
+  offering. The obligations in this section do not apply to any claims or Losses
+  relating to any actual or alleged intellectual property infringement. In order
+  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+  Contributor in writing of such claim, and b) allow the Commercial Contributor
+  to control, and cooperate with the Commercial Contributor in, the defense and
+  any related settlement negotiations. The Indemnified Contributor may
+  participate in any such claim at its own expense.
+  
+  For example, a Contributor might include the Program in a commercial product
+  offering, Product X. That Contributor is then a Commercial Contributor. If that
+  Commercial Contributor then makes performance claims, or offers warranties
+  related to Product X, those performance claims and warranties are such
+  Commercial Contributor's responsibility alone. Under this section, the
+  Commercial Contributor would have to defend claims against the other
+  Contributors related to those performance claims and warranties, and if a court
+  requires any other Contributor to pay any damages as a result, the Commercial
+  Contributor must pay those damages.
+  
+  5. NO WARRANTY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+  Recipient is solely responsible for determining the appropriateness of using
+  and distributing the Program and assumes all risks associated with its exercise
+  of rights under this Agreement , including but not limited to the risks and
+  costs of program errors, compliance with applicable laws, damage to or loss of
+  data, programs or equipment, and unavailability or interruption of operations.
+  
+  6. DISCLAIMER OF LIABILITY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+  
+  7. GENERAL
+  
+  If any provision of this Agreement is invalid or unenforceable under applicable
+  law, it shall not affect the validity or enforceability of the remainder of the
+  terms of this Agreement, and without further action by the parties hereto, such
+  provision shall be reformed to the minimum extent necessary to make such
+  provision valid and enforceable.
+  
+  If Recipient institutes patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
+  (excluding combinations of the Program with other software or hardware)
+  infringes such Recipient's patent(s), then such Recipient's rights granted
+  under Section 2(b) shall terminate as of the date such litigation is filed.
+  
+  All Recipient's rights under this Agreement shall terminate if it fails to
+  comply with any of the material terms or conditions of this Agreement and does
+  not cure such failure in a reasonable period of time after becoming aware of
+  such noncompliance. If all Recipient's rights under this Agreement terminate,
+  Recipient agrees to cease use and distribution of the Program as soon as
+  reasonably practicable. However, Recipient's obligations under this Agreement
+  and any licenses granted by Recipient relating to the Program shall continue
+  and survive.
+  
+  Everyone is permitted to copy and distribute copies of this Agreement, but in
+  order to avoid inconsistency the Agreement is copyrighted and may only be
+  modified in the following manner. The Agreement Steward reserves the right to
+  publish new versions (including revisions) of this Agreement from time to time.
+  No one other than the Agreement Steward has the right to modify this Agreement.
+  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
+  may assign the responsibility to serve as the Agreement Steward to a suitable
+  separate entity. Each new version of the Agreement will be given a
+  distinguishing version number. The Program (including Contributions) may always
+  be distributed subject to the version of the Agreement under which it was
+  received. In addition, after a new version of the Agreement is published,
+  Contributor may elect to distribute the Program (including its Contributions)
+  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
+  above, Recipient receives no rights or licenses to the intellectual property of
+  any Contributor under this Agreement, whether expressly, by implication,
+  estoppel or otherwise. All rights in the Program not expressly granted under
+  this Agreement are reserved.
+  
+  This Agreement is governed by the laws of the State of New York and the
+  intellectual property laws of the United States of America. No party to this
+  Agreement will bring a legal action under this Agreement more than one year
+  after the cause of action arose. Each party waives its rights to a jury trial
+  in any resulting litigation.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/MIT b/usage/dist/licensing/licenses/binary/MIT
new file mode 100644
index 0000000..71dfb45
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/MIT
@@ -0,0 +1,20 @@
+The MIT License ("MIT")
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/WTFPL
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/WTFPL b/usage/dist/licensing/licenses/binary/WTFPL
new file mode 100644
index 0000000..03c1695
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/WTFPL
@@ -0,0 +1,15 @@
+WTF Public License
+
+  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
+ 
+  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
+ 
+  Everyone is permitted to copy and distribute verbatim or modified 
+  copies of this license document, and changing it is allowed as long 
+  as the name is changed. 
+ 
+             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
+    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+ 
+   0. You just DO WHAT THE FUCK YOU WANT TO.
+ 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/bouncycastle
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/bouncycastle b/usage/dist/licensing/licenses/binary/bouncycastle
new file mode 100644
index 0000000..8589a0b
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/bouncycastle
@@ -0,0 +1,23 @@
+Bouncy Castle License
+  
+  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
+  (http://www.bouncycastle.org)
+  
+  Permission is hereby granted, free of charge, to any person obtaining a copy of
+  this software and associated documentation files (the "Software"), to deal in
+  the Software without restriction, including without limitation the rights to
+  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+  of the Software, and to permit persons to whom the Software is furnished to do
+  so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in all
+  copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/jtidy
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/jtidy b/usage/dist/licensing/licenses/binary/jtidy
new file mode 100644
index 0000000..0bcb614
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/jtidy
@@ -0,0 +1,53 @@
+JTidy License
+
+  Java HTML Tidy - JTidy
+  HTML parser and pretty printer
+  
+  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
+  Institute of Technology, Institut National de Recherche en
+  Informatique et en Automatique, Keio University). All Rights
+  Reserved.
+  
+  Contributing Author(s):
+  
+     Dave Raggett <ds...@w3.org>
+     Andy Quick <ac...@sympatico.ca> (translation to Java)
+     Gary L Peskin <ga...@firstech.com> (Java development)
+     Sami Lempinen <sa...@lempinen.net> (release management)
+     Fabrizio Giustina <fgiust at users.sourceforge.net>
+  
+  The contributing author(s) would like to thank all those who
+  helped with testing, bug fixes, and patience.  This wouldn't
+  have been possible without all of you.
+  
+  COPYRIGHT NOTICE:
+   
+  This software and documentation is provided "as is," and
+  the copyright holders and contributing author(s) make no
+  representations or warranties, express or implied, including
+  but not limited to, warranties of merchantability or fitness
+  for any particular purpose or that the use of the software or
+  documentation will not infringe any third party patents,
+  copyrights, trademarks or other rights. 
+  
+  The copyright holders and contributing author(s) will not be
+  liable for any direct, indirect, special or consequential damages
+  arising out of any use of the software or documentation, even if
+  advised of the possibility of such damage.
+  
+  Permission is hereby granted to use, copy, modify, and distribute
+  this source code, or portions hereof, documentation and executables,
+  for any purpose, without fee, subject to the following restrictions:
+  
+  1. The origin of this source code must not be misrepresented.
+  2. Altered versions must be plainly marked as such and must
+     not be misrepresented as being the original source.
+  3. This Copyright notice may not be removed or altered from any
+     source or altered source distribution.
+   
+  The copyright holders and contributing author(s) specifically
+  permit, without fee, and encourage the use of this source code
+  as a component for supporting the Hypertext Markup Language in
+  commercial products. If you use this source code in a product,
+  acknowledgment is not required but would be appreciated.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/jython
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/jython b/usage/dist/licensing/licenses/binary/jython
new file mode 100644
index 0000000..b2258d4
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/jython
@@ -0,0 +1,27 @@
+Jython License
+
+  Jython 2.0, 2.1 License
+  
+  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers All rights reserved.
+  
+  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.
+  Neither the name of the Jython Developers nor the names of its contributors may 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 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.
+  
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/xpp3_indiana_university
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/xpp3_indiana_university b/usage/dist/licensing/licenses/binary/xpp3_indiana_university
new file mode 100644
index 0000000..7d69a29
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/xpp3_indiana_university
@@ -0,0 +1,45 @@
+Indiana University Extreme! Lab Software License, Version 1.1.1
+
+  Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
+    Extreme! Lab (http://www.extreme.indiana.edu/)."
+  
+  Alternately, this acknowledgment may appear in the software itself,
+  if and wherever such third-party acknowledgments normally appear.
+  
+  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
+  must not be used to endorse or promote products derived from this
+  software without prior written permission. For written permission,
+  please contact http://www.extreme.indiana.edu/.
+  
+  5. Products derived from this software may not use "Indiana Univeristy"
+  name nor may "Indiana Univeristy" appear in their name, without prior
+  written permission of the Indiana University.
+  
+  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/bouncycastle
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/bouncycastle b/usage/dist/licensing/licenses/bouncycastle
deleted file mode 100644
index 8589a0b..0000000
--- a/usage/dist/licensing/licenses/bouncycastle
+++ /dev/null
@@ -1,23 +0,0 @@
-Bouncy Castle License
-  
-  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
-  (http://www.bouncycastle.org)
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy of
-  this software and associated documentation files (the "Software"), to deal in
-  the Software without restriction, including without limitation the rights to
-  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Software, and to permit persons to whom the Software is furnished to do
-  so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in all
-  copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/cli/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/cli/MIT b/usage/dist/licensing/licenses/cli/MIT
new file mode 100644
index 0000000..71dfb45
--- /dev/null
+++ b/usage/dist/licensing/licenses/cli/MIT
@@ -0,0 +1,20 @@
+The MIT License ("MIT")
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/jsgui/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jsgui/BSD-3-Clause b/usage/dist/licensing/licenses/jsgui/BSD-3-Clause
new file mode 100644
index 0000000..be2692c
--- /dev/null
+++ b/usage/dist/licensing/licenses/jsgui/BSD-3-Clause
@@ -0,0 +1,27 @@
+The BSD 3-Clause License ("New BSD")
+
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/jsgui/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jsgui/MIT b/usage/dist/licensing/licenses/jsgui/MIT
new file mode 100644
index 0000000..71dfb45
--- /dev/null
+++ b/usage/dist/licensing/licenses/jsgui/MIT
@@ -0,0 +1,20 @@
+The MIT License ("MIT")
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/jtidy
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jtidy b/usage/dist/licensing/licenses/jtidy
deleted file mode 100644
index 0bcb614..0000000
--- a/usage/dist/licensing/licenses/jtidy
+++ /dev/null
@@ -1,53 +0,0 @@
-JTidy License
-
-  Java HTML Tidy - JTidy
-  HTML parser and pretty printer
-  
-  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
-  Institute of Technology, Institut National de Recherche en
-  Informatique et en Automatique, Keio University). All Rights
-  Reserved.
-  
-  Contributing Author(s):
-  
-     Dave Raggett <ds...@w3.org>
-     Andy Quick <ac...@sympatico.ca> (translation to Java)
-     Gary L Peskin <ga...@firstech.com> (Java development)
-     Sami Lempinen <sa...@lempinen.net> (release management)
-     Fabrizio Giustina <fgiust at users.sourceforge.net>
-  
-  The contributing author(s) would like to thank all those who
-  helped with testing, bug fixes, and patience.  This wouldn't
-  have been possible without all of you.
-  
-  COPYRIGHT NOTICE:
-   
-  This software and documentation is provided "as is," and
-  the copyright holders and contributing author(s) make no
-  representations or warranties, express or implied, including
-  but not limited to, warranties of merchantability or fitness
-  for any particular purpose or that the use of the software or
-  documentation will not infringe any third party patents,
-  copyrights, trademarks or other rights. 
-  
-  The copyright holders and contributing author(s) will not be
-  liable for any direct, indirect, special or consequential damages
-  arising out of any use of the software or documentation, even if
-  advised of the possibility of such damage.
-  
-  Permission is hereby granted to use, copy, modify, and distribute
-  this source code, or portions hereof, documentation and executables,
-  for any purpose, without fee, subject to the following restrictions:
-  
-  1. The origin of this source code must not be misrepresented.
-  2. Altered versions must be plainly marked as such and must
-     not be misrepresented as being the original source.
-  3. This Copyright notice may not be removed or altered from any
-     source or altered source distribution.
-   
-  The copyright holders and contributing author(s) specifically
-  permit, without fee, and encourage the use of this source code
-  as a component for supporting the Hypertext Markup Language in
-  commercial products. If you use this source code in a product,
-  acknowledgment is not required but would be appreciated.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/jython
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jython b/usage/dist/licensing/licenses/jython
deleted file mode 100644
index b2258d4..0000000
--- a/usage/dist/licensing/licenses/jython
+++ /dev/null
@@ -1,27 +0,0 @@
-Jython License
-
-  Jython 2.0, 2.1 License
-  
-  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers All rights reserved.
-  
-  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.
-  Neither the name of the Jython Developers nor the names of its contributors may 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 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.
-  
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/source/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/source/BSD-3-Clause b/usage/dist/licensing/licenses/source/BSD-3-Clause
new file mode 100644
index 0000000..be2692c
--- /dev/null
+++ b/usage/dist/licensing/licenses/source/BSD-3-Clause
@@ -0,0 +1,27 @@
+The BSD 3-Clause License ("New BSD")
+
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/source/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/source/MIT b/usage/dist/licensing/licenses/source/MIT
new file mode 100644
index 0000000..71dfb45
--- /dev/null
+++ b/usage/dist/licensing/licenses/source/MIT
@@ -0,0 +1,20 @@
+The MIT License ("MIT")
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/xpp3_indiana_university
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/xpp3_indiana_university b/usage/dist/licensing/licenses/xpp3_indiana_university
deleted file mode 100644
index 7d69a29..0000000
--- a/usage/dist/licensing/licenses/xpp3_indiana_university
+++ /dev/null
@@ -1,45 +0,0 @@
-Indiana University Extreme! Lab Software License, Version 1.1.1
-
-  Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
-    Extreme! Lab (http://www.extreme.indiana.edu/)."
-  
-  Alternately, this acknowledgment may appear in the software itself,
-  if and wherever such third-party acknowledgments normally appear.
-  
-  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
-  must not be used to endorse or promote products derived from this
-  software without prior written permission. For written permission,
-  please contact http://www.extreme.indiana.edu/.
-  
-  5. Products derived from this software may not use "Indiana Univeristy"
-  name nor may "Indiana Univeristy" appear in their name, without prior
-  written permission of the Indiana University.
-  
-  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/make-all-licenses.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-all-licenses.sh b/usage/dist/licensing/make-all-licenses.sh
new file mode 100755
index 0000000..81c0fd8
--- /dev/null
+++ b/usage/dist/licensing/make-all-licenses.sh
@@ -0,0 +1,61 @@
+#
+# 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.
+#
+
+# generates LICENSE files for source and binary,
+# and for each of `projects-with-custom-licenses`
+
+set -e
+
+# update the extras-files file from projects-with-custom-licenses
+cat projects-with-custom-licenses | awk '{ printf("%s/src/main/license/source-inclusions.yaml:", $0); }' | sed 's/:$//' > extras-files
+
+unset BROOKLYN_LICENSE_SPECIALS
+unset BROOKLYN_LICENSE_EXTRAS_FILES
+unset BROOKLYN_LICENSE_MODE
+
+# individual projects
+for x in `cat projects-with-custom-licenses` ; do
+  export BROOKLYN_LICENSE_MODE=`basename $x`
+  echo MAKING LICENSES FOR: ${BROOKLYN_LICENSE_MODE}
+  export BROOKLYN_LICENSE_SPECIALS=-DonlyExtras=true
+  export BROOKLYN_LICENSE_EXTRAS_FILES=$x/src/main/license/source-inclusions.yaml
+  cp licenses/`basename $x`/* licenses/source
+  ./make-one-license.sh > LICENSE.autogenerated
+  cp LICENSE.autogenerated ../$x/src/main/license/files/LICENSE
+  unset BROOKLYN_LICENSE_SPECIALS
+  unset BROOKLYN_LICENSE_EXTRAS_FILES
+  unset BROOKLYN_LICENSE_MODE
+done
+
+# source build, at root
+export BROOKLYN_LICENSE_MODE=source
+echo MAKING LICENSES FOR: ${BROOKLYN_LICENSE_MODE}
+export BROOKLYN_LICENSE_SPECIALS=-DonlyExtras=true 
+./make-one-license.sh > LICENSE.autogenerated
+cp LICENSE.autogenerated ../../../LICENSE
+unset BROOKLYN_LICENSE_SPECIALS
+unset BROOKLYN_LICENSE_MODE
+
+# binary build, in dist
+export BROOKLYN_LICENSE_MODE=binary
+echo MAKING LICENSES FOR: ${BROOKLYN_LICENSE_MODE}
+./make-one-license.sh > LICENSE.autogenerated
+cp LICENSE.autogenerated ../src/main/license/files/LICENSE
+unset BROOKLYN_LICENSE_MODE
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/make-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh
deleted file mode 100755
index 0964aee..0000000
--- a/usage/dist/licensing/make-license.sh
+++ /dev/null
@@ -1,69 +0,0 @@
-#
-# 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.
-#
-
-set -e
-
-ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false )
-
-cat << EOF
-
-This software is distributed under the Apache License, version 2.0. See (1) below.
-This software is copyright (c) The Apache Software Foundation and contributors.
-
-Contents:
-
-  (1) This software license: Apache License, version 2.0
-  (2) Notices for bundled software
-  (3) Licenses for bundled software
-
-
-EOF
-
-echo "---------------------------------------------------"
-echo
-echo "(1) This software license: Apache License, version 2.0"
-echo
-cat MAIN_LICENSE_ASL2
-echo
-echo "---------------------------------------------------"
-echo
-echo "(2) Notices for bundled software"
-echo
-pushd .. > /dev/null
-mvn org.heneveld.maven:license-audit-maven-plugin:notices \
-        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
-        -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml \
-        -DoutputFile=licensing/notices.autogenerated \
-    > /dev/null 2> /dev/null
-popd > /dev/null
-cat notices.autogenerated
-
-echo
-echo "---------------------------------------------------"
-echo
-echo "(3) Licenses for bundled software"
-echo
-echo Contents:
-echo
-for x in licenses/* ; do head -1 $x | awk '{print "  "$0;}' ; done
-echo
-echo
-for x in licenses/* ; do cat $x ; echo ; done
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/make-one-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-one-license.sh b/usage/dist/licensing/make-one-license.sh
new file mode 100755
index 0000000..325afa3
--- /dev/null
+++ b/usage/dist/licensing/make-one-license.sh
@@ -0,0 +1,77 @@
+#
+# 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.
+#
+
+set -e
+
+# generates a LICENSE file, including notices and other licenses as needed
+# uses various env vars BROOKLYN_LICENSE_* to determine appropriate behaviour;
+# see make-licenses.sh for examples
+
+ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" > /dev/stderr && false )
+
+if [ -z "${BROOKLYN_LICENSE_MODE}" ] ; then echo BROOKLYN_LICENSE_MODE must be set > /dev/stderr ; false ; fi
+
+
+cat << EOF
+
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+EOF
+
+echo "---------------------------------------------------"
+echo
+echo "(1) This software license: Apache License, version 2.0"
+echo
+cat MAIN_LICENSE_ASL2
+echo
+echo "---------------------------------------------------"
+echo
+echo "(2) Notices for bundled software"
+echo
+pushd .. > /dev/null
+mvn org.heneveld.maven:license-audit-maven-plugin:notices \
+        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
+        -DoverridesFile=licensing/overrides.yaml \
+        -DextrasFiles=${BROOKLYN_LICENSE_EXTRAS_FILES:-`cat licensing/extras-files`} \
+        ${BROOKLYN_LICENSE_SPECIALS} \
+        -DoutputFile=licensing/notices.autogenerated \
+    > /dev/null 2> /dev/null
+popd > /dev/null
+cat notices.autogenerated
+
+echo
+echo "---------------------------------------------------"
+echo
+echo "(3) Licenses for bundled software"
+echo
+echo Contents:
+echo
+for x in licenses/${BROOKLYN_LICENSE_MODE}/* ; do head -1 $x | awk '{print "  "$0;}' ; done
+echo
+echo
+for x in licenses/${BROOKLYN_LICENSE_MODE}/* ; do cat $x ; echo ; done
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
index 1e20221..77e2326 100644
--- a/usage/dist/licensing/overrides.yaml
+++ b/usage/dist/licensing/overrides.yaml
@@ -18,6 +18,17 @@
 #
 
 # overrides file for org.heneveld.license-audit-maven-plugin
+# expands/corrects detail needed for generating license notices
+
+
+# super-projects to suppress notices for sub-projects
+
+- id: org.apache.brooklyn
+  url: http://brooklyn.incubator.apache.org/
+- id: org.apache.jclouds
+  url: http://jclouds.apache.org/
+- id: com.fasterxml.jackson
+  url: http://wiki.fasterxml.com/JacksonHome
 
 
 # poms with missing data
@@ -29,6 +40,7 @@
   url: https://opendmk.java.net/
   license: CDDL
 
+
 # poms with incorrect data (out-of-date URL's mainly)
 
 - id: org.hibernate:jtidy:r8-20060801
@@ -58,11 +70,151 @@
   #    name: Public Domain
   #    comment: "The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)"
 
-# super-projects to suppress notices for sub-projects
-- id: org.apache.brooklyn
-  url: http://brooklyn.incubator.apache.org/
-- id: org.apache.jclouds
-  url: http://jclouds.apache.org/
-- id: com.fasterxml.jackson
-  url: http://wiki.fasterxml.com/JacksonHome
+
+# info on non-maven projects
+
+- id: jquery.js
+  url: http://jquery.com/
+  description: JS library for manipulating HTML and eventing
+  name: jQuery JavaScript Library
+  files: jquery.js
+  version: 1.7.2
+  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
+  notice: Copyright (c) John Resig (2011)
+  license: MIT
+
+- id: sizzle.js
+  url: http://sizzlejs.com/
+  version: n/a
+  files: included in jquery
+  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
+  notice: Copyright (c) jQuery Foundation and other contributors (2011)
+  license: MIT
+
+- id: Swagger JS
+  files: swagger.js
+  version: 1.0.1
+  url: https://github.com/wordnik/swagger-js
+  license: ASL2
+
+- id: Swagger UI
+  files: swagger-ui.js, swagger.js, jquery.{slideto,wiggle}*.js
+  version: 1.0.1
+  url: https://github.com/wordnik/swagger-ui
+  license: ASL2
+  notice: Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+  # jquery.wiggle is from WonderGroup/JT, defunct URL http://labs.wondergroup.com/demos/mini-ui/index.html
+
+- id: require.js
+  name: RequireJS 
+  files: require.js, text.js
+  version: 2.0.6 
+  url: http://github.com/jrburke/requirejs for details
+  organization: { name: "The Dojo Foundation", url: "http://dojofoundation.org/" }
+  notice: Copyright (c) The Dojo Foundation (2010-2012)
+  license: MIT
+
+- id: backbone.js
+  version: 1.0.0
+  url: http://backbonejs.org
+  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
+  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+  license: MIT
+
+- id: bootstrap.js
+  version: 2.0.4
+  url: http://twitter.github.com/bootstrap/javascript.html#transitions
+  notice: Copyright (c) Twitter, Inc (2012)
+  license: ASL2
+  
+- id: underscore.js
+  version: 1.4.4
+  files: underscore*.{js,map}
+  url: http://underscorejs.org
+  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
+  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+  license: MIT
+
+- id: async.js
+  files: async.js
+  version: 0.1.1
+  url: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  # ORIGINALLY https://github.com/millermedeiros/requirejs-plugins
+  organization: { name: "Miller Medeiros", url: "https://github.com/millermedeiros/" }
+  description: RequireJS plugin for async dependency load like JSONP and Google Maps
+  notice: Copyright (c) Miller Medeiros (2011)
+  license: MIT 
+
+# used for CLI to build catalog
+- id: typeahead.js
+  version: 0.10.5
+  url: https://github.com/twitter/typeahead.js
+  organization: { name: "Twitter, Inc", url: "http://twitter.com" }
+  notice: Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+  license: MIT
+
+- id: handlebars.js
+  files: handlebars*.js
+  version: 1.0-rc1
+  url: https://github.com/wycats/handlebars.js 
+  organization: { name: "Yehuda Katz", url: "https://github.com/wycats/" }
+  notice: Copyright (c) Yehuda Katz (2012)
+  license: MIT
+
+- id: jquery.ba-bbq.js
+  name: "jQuery BBQ: Back Button & Query Library"
+  files: jquery.ba-bbq*.js
+  version: 1.2.1
+  url: http://benalman.com/projects/jquery-bbq-plugin/
+  organization: { name: "\"Cowboy\" Ben Alman", url: "http://benalman.com/" }
+  notice: Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+  license: MIT
+
+- id: moment.js
+  version: 2.1.0
+  url: http://momentjs.com
+  organization: { name: "Tim Wood", url: "http://momentjs.com" }
+  notice: Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+  license: MIT
+
+- id: ZeroClipboard
+  files: ZeroClipboard.*
+  version: 1.3.1
+  url: http://zeroclipboard.org/
+  organization: { name: "ZeroClipboard contributors", url: "https://github.com/zeroclipboard" }
+  notice: Copyright (c) Jon Rohan, James M. Greene (2014)
+  license: MIT
+
+- id: dataTables.js
+  files: jquery.dataTables.js, dataTables.extensions.js
+  version: 1.9.4
+  url: www.datatables.net
+  organization: { name: "SpryMedia Ltd", url: "http://sprymedia.co.uk/" }
+  notice: Copyright (c) Allan Jardine (2008-2012)
+  license: BSD-3-Clause
+
+- id: js-uri
+  files: URI.js
+  version: r29
+  url: http://code.google.com/p/js-uri/
+  organization: { name: "js-uri contributors", url: "https://code.google.com/js-uri" }
+  license: BSD-3-Clause
+  # inferred
+  notice: Copyright (c) js-uri contributors (2013)
+
+- id: js-yaml.js
+  version: 3.2.7
+  organization: { name: "Vitaly Puzrin", url: "https://github.com/nodeca/" }
+  url: https://github.com/nodeca/
+  notice: Copyright (c) Vitaly Puzrin (2011-2015)
+  license: MIT
+
+- id: jquery.form.js
+  name: jQuery Form Plugin
+  version: "3.09"
+  url: https://github.com/malsup/form
+  organization: { name: "Mike Alsup", url: "http://malsup.com/" }
+  notice: Copyright (c) M. Alsup (2006-2013)
+  # also http://malsup.com/jquery/form/
+  license: MIT
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/projects-with-custom-licenses
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/projects-with-custom-licenses b/usage/dist/licensing/projects-with-custom-licenses
new file mode 100644
index 0000000..ebf210c
--- /dev/null
+++ b/usage/dist/licensing/projects-with-custom-licenses
@@ -0,0 +1,2 @@
+../jsgui
+../cli

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/pom.xml
----------------------------------------------------------------------
diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml
index f1436de..a0e0806 100644
--- a/usage/dist/pom.xml
+++ b/usage/dist/pom.xml
@@ -102,6 +102,8 @@
                         <exclude>licensing/README.md</exclude>
                         <exclude>licensing/*LICENSE*</exclude>
                         <exclude>licensing/*.autogenerated</exclude>
+                        <exclude>licensing/projects-with-custom-licenses</exclude>
+                        <exclude>licensing/extras-files</exclude>
                     </excludes>
                   </configuration>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/config/build-distribution.xml
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/config/build-distribution.xml b/usage/dist/src/main/config/build-distribution.xml
index 78569e8..fc2264d 100644
--- a/usage/dist/src/main/config/build-distribution.xml
+++ b/usage/dist/src/main/config/build-distribution.xml
@@ -34,7 +34,7 @@
             </includes>
         </fileSet>
         <fileSet>
-            <directory>${project.basedir}/src/main/license</directory>
+            <directory>${project.basedir}/src/main/license/files</directory>
             <outputDirectory></outputDirectory>
             <fileMode>0644</fileMode>
             <directoryMode>0755</directoryMode>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/DISCLAIMER b/usage/dist/src/main/license/DISCLAIMER
deleted file mode 100644
index 9e6119b..0000000
--- a/usage/dist/src/main/license/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
-a further review indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of the code, it does 
-indicate that the project has yet to be fully endorsed by the ASF.
-


[13/26] incubator-brooklyn git commit: remove testng dependency from compile scope in database project

Posted by he...@apache.org.
remove testng dependency from compile scope in database project


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/02cc391b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/02cc391b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/02cc391b

Branch: refs/heads/master
Commit: 02cc391be036ec7674bccade9f43c93d53996dd1
Parents: ac724cc
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 17:27:25 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:15 2015 +0100

----------------------------------------------------------------------
 software/database/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/02cc391b/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index fed3b0d..f98a8e3 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -107,10 +107,6 @@
             <artifactId>groovy-all</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.beust</groupId>
-            <artifactId>jcommander</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>


[22/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/LICENSE b/usage/dist/src/main/license/LICENSE
deleted file mode 100644
index 368915b..0000000
--- a/usage/dist/src/main/license/LICENSE
+++ /dev/null
@@ -1,1934 +0,0 @@
-
-This software is distributed under the Apache License, version 2.0. See (1) below.
-This software is copyright (c) The Apache Software Foundation and contributors.
-
-Contents:
-
-  (1) This software license: Apache License, version 2.0
-  (2) Notices for bundled software
-  (3) Licenses for bundled software
-
-
----------------------------------------------------
-
-(1) This software license: Apache License, version 2.0
-
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-
----------------------------------------------------
-
-(2) Notices for bundled software
-
-This project includes the software: aopalliance
-  Available at: http://aopalliance.sourceforge.net
-  Used under the following license: Public Domain
-
-This project includes the software: asm
-  Available at: http://asm.objectweb.org/asm/
-  Developed by: ObjectWeb (http://www.objectweb.org/)
-  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
-
-This project includes the software: async.js
-  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
-  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Miller Medeiros (2011)
-
-This project includes the software: backbone.js
-  Available at: http://backbonejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
-
-This project includes the software: bootstrap.js
-  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) Twitter, Inc (2012)
-
-This project includes the software: ch.qos.logback
-  Available at: http://logback.qos.ch
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
-
-This project includes the software: com.fasterxml.jackson
-  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
-  Developed by: FasterXML (http://fasterxml.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.findbugs
-  Available at: http://findbugs.sourceforge.net/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.gson
-  Available at: http://code.google.com/p/google-gson/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.guava
-  Available at: http://code.google.com/p/guava-libraries/guava
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.http-client
-  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
-  Developed by: Google (http://www.google.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject
-  Available at: http://code.google.com/p/google-guice/guice/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject.extensions
-  Available at: http://code.google.com/p/google-guice/extensions-parent/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.googlecode.concurrentlinkedhashmap
-  Available at: http://code.google.com/p/concurrentlinkedhashmap
-  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jamesmurty.utils
-  Available at: http://code.google.com/p/java-xmlbuilder/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: com.jayway.jsonpath
-  Available at: https://github.com/jayway/JsonPath
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jcraft
-  Available at: http://www.jcraft.com/jsch-agent-proxy/
-  Developed by: JCraft,Inc. (http://www.jcraft.com/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
-
-This project includes the software: com.maxmind.db
-  Available at: http://dev.maxmind.com/
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.maxmind.geoip2
-  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.squareup.okhttp
-  Available at: https://github.com/square/okhttp/okhttp
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.squareup.okio
-  Available at: https://github.com/square/okio/okio
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.sun.jersey
-  Available at: https://jersey.java.net/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.sun.jersey.contribs
-  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.thoughtworks.xstream
-  Available at: http://codehaus.org/xstream-parent/xstream/
-  Developed by: XStream (http://xstream.codehaus.org)
-  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
-
-This project includes the software: com.wordnik
-  Available at: https://github.com/wordnik/swagger-core/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: commons-beanutils
-  Available at: http://commons.apache.org/proper/commons-beanutils/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-codec
-  Available at: http://commons.apache.org/proper/commons-codec/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-collections
-  Available at: http://commons.apache.org/collections/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-io
-  Available at: http://commons.apache.org/io/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-lang
-  Available at: http://commons.apache.org/lang/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-logging
-  Available at: http://commons.apache.org/proper/commons-logging/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: dataTables.js
-  Available at: http://www.datatables.net
-  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) Allan Jardine (2008-2012)
-
-This project includes the software: dom4j
-  Available at: http://dom4j.sourceforge.net/
-  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
-  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
-
-This project includes the software: handlebars.js
-  Available at: https://github.com/wycats/handlebars.js
-  Developed by: Yehuda Katz (https://github.com/wycats/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Yehuda Katz (2012)
-
-This project includes the software: io.airlift
-  Available at: https://github.com/airlift/airline
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: io.cloudsoft.windows
-  Available at: http://github.com/cloudsoft/winrm4j
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.annotation
-  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
-  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
-
-This project includes the software: javax.inject
-  Available at: http://code.google.com/p/atinject/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.validation
-  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
-
-This project includes the software: javax.ws.rs
-  Available at: https://jsr311.dev.java.net
-  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
-  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
-
-This project includes the software: jquery.ba-bbq.js
-  Available at: http://benalman.com/projects/jquery-bbq-plugin/
-  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
-
-This project includes the software: jquery.form.js
-  Available at: https://github.com/malsup/form
-  Developed by: Mike Alsup (http://malsup.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) M. Alsup (2006-2013)
-
-This project includes the software: jquery.js
-  Available at: http://jquery.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) John Resig (2011)
-
-This project includes the software: js-uri
-  Available at: http://code.google.com/p/js-uri/
-  Developed by: js-uri contributors (https://code.google.com/js-uri)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) js-uri contributors (2013)
-
-This project includes the software: js-yaml.js
-  Available at: https://github.com/nodeca/
-  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Vitaly Puzrin (2011-2015)
-
-This project includes the software: moment.js
-  Available at: http://momentjs.com
-  Developed by: Tim Wood (http://momentjs.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
-
-This project includes the software: net.java.dev.jna
-  Available at: https://github.com/twall/jna
-  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
-
-This project includes the software: net.minidev
-  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
-  Developed by: Chemouni Uriel (http://www.minidev.net/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: net.schmizz
-  Available at: http://github.com/shikhar/sshj
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.99soft.guice
-  Available at: http://99soft.github.com/rocoto/
-  Developed by: 99 Software Foundation (http://www.99soft.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.brooklyn
-  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.commons
-  Available at: http://commons.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.felix
-  Available at: http://felix.apache.org/org.apache.felix.framework/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.httpcomponents
-  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.jclouds
-  Available at: http://jclouds.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.bouncycastle
-  Available at: http://www.bouncycastle.org/java.html
-  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
-
-This project includes the software: org.codehaus.groovy
-  Available at: http://groovy.codehaus.org/
-  Developed by: The Codehaus (http://codehaus.org)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jackson
-  Available at: http://jackson.codehaus.org
-  Developed by: FasterXML (http://fasterxml.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jettison
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty
-  Available at: http://www.eclipse.org/jetty
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty.orbit
-  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.freemarker
-  Available at: http://freemarker.org/
-  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
-
-This project includes the software: org.glassfish.external
-  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
-
-This project includes the software: org.hibernate
-  Available at: http://jtidy.sourceforge.net
-  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
-
-This project includes the software: org.javassist
-  Available at: http://www.javassist.org/
-  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
-
-This project includes the software: org.jvnet.mimepull
-  Available at: http://mimepull.java.net
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: org.mongodb
-  Available at: http://www.mongodb.org
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.python
-  Available at: http://www.jython.org/
-  Used under the following license: Jython Software License (http://www.jython.org/license.html)
-
-This project includes the software: org.reflections
-  Available at: http://code.google.com/p/reflections/reflections/
-  Used under the following license: WTFPL (http://www.wtfpl.net/)
-
-This project includes the software: org.scala-lang
-  Available at: http://www.scala-lang.org/
-  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
-  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
-
-This project includes the software: org.slf4j
-  Available at: http://www.slf4j.org
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
-
-This project includes the software: org.tukaani
-  Available at: http://tukaani.org/xz/java.html
-  Used under the following license: Public Domain
-
-This project includes the software: org.yaml
-  Available at: http://www.snakeyaml.org
-  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
-
-This project includes the software: require.js
-  Available at: http://github.com/jrburke/requirejs for details
-  Developed by: The Dojo Foundation (http://dojofoundation.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) The Dojo Foundation (2010-2012)
-
-This project includes the software: sizzle.js
-  Available at: http://sizzlejs.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) jQuery Foundation and other contributors (2011)
-
-This project includes the software: Swagger JS
-  Available at: https://github.com/wordnik/swagger-js
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: Swagger UI
-  Available at: https://github.com/wordnik/swagger-ui
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
-
-This project includes the software: typeahead.js
-  Available at: https://github.com/twitter/typeahead.js
-  Developed by: Twitter, Inc (http://twitter.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
-
-This project includes the software: underscore.js
-  Available at: http://underscorejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
-
-This project includes the software: xml-apis
-  Available at: http://xml.apache.org/commons/#external
-  Developed by: Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: xmlpull
-  Available at: http://www.xmlpull.org
-  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
-
-This project includes the software: xpp3
-  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
-  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
-  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
-
-This project includes the software: ZeroClipboard
-  Available at: http://zeroclipboard.org/
-  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jon Rohan, James M. Greene (2014)
-
-
----------------------------------------------------
-
-(3) Licenses for bundled software
-
-Contents:
-
-  Apache License, Version 2.0
-  The BSD 2-Clause License
-  The BSD 3-Clause License ("New BSD")
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-  Eclipse Public License, version 1.0
-  The MIT License ("MIT")
-  WTF Public License
-  Bouncy Castle License
-  JTidy License
-  Jython License
-  Indiana University Extreme! Lab Software License, Version 1.1.1
-
-
-Apache License, Version 2.0
-
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  
-
-The BSD 2-Clause License
-
-  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.
-  
-  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 HOLDER 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 BSD 3-Clause License ("New BSD")
-
-  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. Neither the name of the copyright holder nor the names of its contributors 
-  may 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 HOLDER 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.
-  
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
-
-
-Eclipse Public License, version 1.0
-
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, and implied warranties or conditions of merchantability
-  and fitness for a particular purpose;
-  
-  ii) effectively excludes on behalf of all Contributors all liability for
-  damages, including direct, indirect, special, incidental and consequential
-  damages, such as lost profits;
-  
-  iii) states that any provisions which differ from this Agreement are offered by
-  that Contributor alone and not by any other party; and
-  
-  iv) states that source code for the Program is available from such Contributor,
-  and informs licensees how to obtain it in a reasonable manner on or through a
-  medium customarily used for software exchange.
-  
-  When the Program is made available in source code form:
-  
-  a) it must be made available under this Agreement; and
-  
-  b) a copy of this Agreement must be included with each copy of the Program.
-  
-  Contributors may not remove or alter any copyright notices contained within the
-  Program.
-  
-  Each Contributor must identify itself as the originator of its Contribution, if
-  any, in a manner that reasonably allows subsequent Recipients to identify the
-  originator of the Contribution.
-  
-  4. COMMERCIAL DISTRIBUTION
-  
-  Commercial distributors of software may accept certain responsibilities with
-  respect to end users, business partners and the like. While this license is
-  intended to facilitate the commercial use of the Program, the Contributor who
-  includes the Program in a commercial product offering should do so in a manner
-  which does not create potential liability for other Contributors. Therefore, if
-  a Contributor includes the Program in a commercial product offering, such
-  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-  every other Contributor ("Indemnified Contributor") against any losses, damages
-  and costs (collectively "Losses") arising from claims, lawsuits and other legal
-  actions brought by a third party against the Indemnified Contributor to the
-  extent caused by the acts or omissions of such Commercial Contributor in
-  connection with its distribution of the Program in a commercial product
-  offering. The obligations in this section do not apply to any claims or Losses
-  relating to any actual or alleged intellectual property infringement. In order
-  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-  Contributor in writing of such claim, and b) allow the Commercial Contributor
-  to control, and cooperate with the Commercial Contributor in, the defense and
-  any related settlement negotiations. The Indemnified Contributor may
-  participate in any such claim at its own expense.
-  
-  For example, a Contributor might include the Program in a commercial product
-  offering, Product X. That Contributor is then a Commercial Contributor. If that
-  Commercial Contributor then makes performance claims, or offers warranties
-  related to Product X, those performance claims and warranties are such
-  Commercial Contributor's responsibility alone. Under this section, the
-  Commercial Contri

<TRUNCATED>


[18/26] incubator-brooklyn git commit: new LICENSE files

Posted by he...@apache.org.
new LICENSE files


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1421e103
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1421e103
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1421e103

Branch: refs/heads/master
Commit: 1421e1037ef77e56d20bfd2eb5297a093e2caf30
Parents: 4a24ec2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 16:03:06 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:16 2015 +0100

----------------------------------------------------------------------
 LICENSE                                    | 1574 -----------------------
 usage/cli/src/main/license/files/LICENSE   |   75 +-
 usage/dist/src/main/license/files/LICENSE  |   10 +-
 usage/jsgui/src/main/license/files/LICENSE |  264 ++--
 4 files changed, 225 insertions(+), 1698 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1421e103/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 368915b..047405c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -194,15 +194,6 @@ Contents:
 
 (2) Notices for bundled software
 
-This project includes the software: aopalliance
-  Available at: http://aopalliance.sourceforge.net
-  Used under the following license: Public Domain
-
-This project includes the software: asm
-  Available at: http://asm.objectweb.org/asm/
-  Developed by: ObjectWeb (http://www.objectweb.org/)
-  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
-
 This project includes the software: async.js
   Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
   Developed by: Miller Medeiros (https://github.com/millermedeiros/)
@@ -220,169 +211,18 @@ This project includes the software: bootstrap.js
   Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
   Copyright (c) Twitter, Inc (2012)
 
-This project includes the software: ch.qos.logback
-  Available at: http://logback.qos.ch
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
-
-This project includes the software: com.fasterxml.jackson
-  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
-  Developed by: FasterXML (http://fasterxml.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.findbugs
-  Available at: http://findbugs.sourceforge.net/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.gson
-  Available at: http://code.google.com/p/google-gson/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.guava
-  Available at: http://code.google.com/p/guava-libraries/guava
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.http-client
-  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
-  Developed by: Google (http://www.google.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject
-  Available at: http://code.google.com/p/google-guice/guice/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject.extensions
-  Available at: http://code.google.com/p/google-guice/extensions-parent/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.googlecode.concurrentlinkedhashmap
-  Available at: http://code.google.com/p/concurrentlinkedhashmap
-  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jamesmurty.utils
-  Available at: http://code.google.com/p/java-xmlbuilder/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: com.jayway.jsonpath
-  Available at: https://github.com/jayway/JsonPath
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jcraft
-  Available at: http://www.jcraft.com/jsch-agent-proxy/
-  Developed by: JCraft,Inc. (http://www.jcraft.com/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
-
-This project includes the software: com.maxmind.db
-  Available at: http://dev.maxmind.com/
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.maxmind.geoip2
-  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.squareup.okhttp
-  Available at: https://github.com/square/okhttp/okhttp
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.squareup.okio
-  Available at: https://github.com/square/okio/okio
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.sun.jersey
-  Available at: https://jersey.java.net/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.sun.jersey.contribs
-  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.thoughtworks.xstream
-  Available at: http://codehaus.org/xstream-parent/xstream/
-  Developed by: XStream (http://xstream.codehaus.org)
-  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
-
-This project includes the software: com.wordnik
-  Available at: https://github.com/wordnik/swagger-core/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: commons-beanutils
-  Available at: http://commons.apache.org/proper/commons-beanutils/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-codec
-  Available at: http://commons.apache.org/proper/commons-codec/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-collections
-  Available at: http://commons.apache.org/collections/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-io
-  Available at: http://commons.apache.org/io/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-lang
-  Available at: http://commons.apache.org/lang/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-logging
-  Available at: http://commons.apache.org/proper/commons-logging/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
 This project includes the software: dataTables.js
   Available at: http://www.datatables.net
   Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
   Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
   Copyright (c) Allan Jardine (2008-2012)
 
-This project includes the software: dom4j
-  Available at: http://dom4j.sourceforge.net/
-  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
-  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
-
 This project includes the software: handlebars.js
   Available at: https://github.com/wycats/handlebars.js
   Developed by: Yehuda Katz (https://github.com/wycats/)
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) Yehuda Katz (2012)
 
-This project includes the software: io.airlift
-  Available at: https://github.com/airlift/airline
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: io.cloudsoft.windows
-  Available at: http://github.com/cloudsoft/winrm4j
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.annotation
-  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
-  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
-
-This project includes the software: javax.inject
-  Available at: http://code.google.com/p/atinject/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.validation
-  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
-
-This project includes the software: javax.ws.rs
-  Available at: https://jsr311.dev.java.net
-  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
-  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
-
 This project includes the software: jquery.ba-bbq.js
   Available at: http://benalman.com/projects/jquery-bbq-plugin/
   Developed by: "Cowboy" Ben Alman (http://benalman.com/)
@@ -419,126 +259,6 @@ This project includes the software: moment.js
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
 
-This project includes the software: net.java.dev.jna
-  Available at: https://github.com/twall/jna
-  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
-
-This project includes the software: net.minidev
-  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
-  Developed by: Chemouni Uriel (http://www.minidev.net/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: net.schmizz
-  Available at: http://github.com/shikhar/sshj
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.99soft.guice
-  Available at: http://99soft.github.com/rocoto/
-  Developed by: 99 Software Foundation (http://www.99soft.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.brooklyn
-  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.commons
-  Available at: http://commons.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.felix
-  Available at: http://felix.apache.org/org.apache.felix.framework/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.httpcomponents
-  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.jclouds
-  Available at: http://jclouds.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.bouncycastle
-  Available at: http://www.bouncycastle.org/java.html
-  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
-
-This project includes the software: org.codehaus.groovy
-  Available at: http://groovy.codehaus.org/
-  Developed by: The Codehaus (http://codehaus.org)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jackson
-  Available at: http://jackson.codehaus.org
-  Developed by: FasterXML (http://fasterxml.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jettison
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty
-  Available at: http://www.eclipse.org/jetty
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty.orbit
-  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.freemarker
-  Available at: http://freemarker.org/
-  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
-
-This project includes the software: org.glassfish.external
-  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
-
-This project includes the software: org.hibernate
-  Available at: http://jtidy.sourceforge.net
-  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
-
-This project includes the software: org.javassist
-  Available at: http://www.javassist.org/
-  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
-
-This project includes the software: org.jvnet.mimepull
-  Available at: http://mimepull.java.net
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: org.mongodb
-  Available at: http://www.mongodb.org
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.python
-  Available at: http://www.jython.org/
-  Used under the following license: Jython Software License (http://www.jython.org/license.html)
-
-This project includes the software: org.reflections
-  Available at: http://code.google.com/p/reflections/reflections/
-  Used under the following license: WTFPL (http://www.wtfpl.net/)
-
-This project includes the software: org.scala-lang
-  Available at: http://www.scala-lang.org/
-  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
-  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
-
-This project includes the software: org.slf4j
-  Available at: http://www.slf4j.org
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
-
-This project includes the software: org.tukaani
-  Available at: http://tukaani.org/xz/java.html
-  Used under the following license: Public Domain
-
-This project includes the software: org.yaml
-  Available at: http://www.snakeyaml.org
-  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
-
 This project includes the software: require.js
   Available at: http://github.com/jrburke/requirejs for details
   Developed by: The Dojo Foundation (http://dojofoundation.org/)
@@ -572,20 +292,6 @@ This project includes the software: underscore.js
   Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
   Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
 
-This project includes the software: xml-apis
-  Available at: http://xml.apache.org/commons/#external
-  Developed by: Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: xmlpull
-  Available at: http://www.xmlpull.org
-  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
-
-This project includes the software: xpp3
-  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
-  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
-  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
-
 This project includes the software: ZeroClipboard
   Available at: http://zeroclipboard.org/
   Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
@@ -599,221 +305,9 @@ This project includes the software: ZeroClipboard
 
 Contents:
 
-  Apache License, Version 2.0
-  The BSD 2-Clause License
   The BSD 3-Clause License ("New BSD")
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-  Eclipse Public License, version 1.0
   The MIT License ("MIT")
-  WTF Public License
-  Bouncy Castle License
-  JTidy License
-  Jython License
-  Indiana University Extreme! Lab Software License, Version 1.1.1
-
-
-Apache License, Version 2.0
 
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  
-
-The BSD 2-Clause License
-
-  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.
-  
-  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 HOLDER 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 BSD 3-Clause License ("New BSD")
 
@@ -843,906 +337,6 @@ The BSD 3-Clause License ("New BSD")
   POSSIBILITY OF SUCH DAMAGE.
   
 
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
-
-
-Eclipse Public License, version 1.0
-
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, and implied warranties or conditions of merchantability
-  and fitness for a particular purpose;
-  
-  ii) effectively excludes on behalf of all Contributors all liability for
-  damages, including direct, indirect, special, incidental and consequential
-  damages, such as lost profits;
-  
-  iii) states that any provisions which differ from this Agreement are offered by
-  that Contributor alone and not by any other party; and
-  
-  iv) states that source code for the Program is available from such Contributor,
-  and informs licensees how to obtain it in a reasonable manner on or through a
-  medium customarily used for software exchange.
-  
-  When the Program is made available in source code form:
-  
-  a) it must be made available under this Agreement; and
-  
-  b) a copy of this Agreement must be included with each copy of the Program.
-  
-  Contributors may not remove or alter any copyright notices contained within the
-  Program.
-  
-  Each Contributor must identify itself as the originator of its Contribution, if
-  any, in a manner that reasonably allows subsequent Recipients to identify the
-  originator of the Contribution.
-  
-  4. COMMERCIAL DISTRIBUTION
-  
-  Commercial distributors of software may accept certain responsibilities with
-  respect to end users, business partners and the like. While this license is
-  intended to facilitate the commercial use of the Program, the Contributor who
-  includes the Program in a commercial product offering should do so in a manner
-  which does not create potential liability for other Contributors. Therefore, if
-  a Contributor includes the Program in a commercial product offering, such
-  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-  every other Contributor ("Indemnified Contributor") against any losses, damages
-  and costs (collectively "Losses") arising from claims, lawsuits and other legal
-  actions brought by a third party against the Indemnified Contributor to the
-  extent caused by the acts or omissions of such Commercial Contributor in
-  connection with its distribution of the Program in a commercial product
-  offering. The obligations in this section do not apply to any claims or Losses
-  relating to any actual or alleged intellectual property infringement. In order
-  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-  Contributor in writing of such claim, and b) allow the Commercial Contributor
-  to control, and cooperate with the Commercial Contributor in, the defense and
-  any related settlement negotiations. The Indemnified Contributor may
-  participate in any such claim at its own expense.
-  
-  For example, a Contributor might include the Program in a commercial product
-  offering, Product X. That Contributor is then a Commercial Contributor. If that
-  Commercial Contributor then makes performance claims, or offers warranties
-  related to Product X, those performance claims and warranties are such
-  Commercial Contributor's responsibility alone. Under this section, the
-  Commercial Contributor would have to defend claims against the other
-  Contributors related to those performance claims and warranties, and if a court
-  requires any other Contributor to pay any damages as a result, the Commercial
-  Contributor must pay those damages.
-  
-  5. NO WARRANTY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
-  Recipient is solely responsible for determining the appropriateness of using
-  and distributing the Program and assumes all risks associated with its exercise
-  of rights under this Agreement , including but not limited to the risks and
-  costs of program errors, compliance with applicable laws, damage to or loss of
-  data, programs or equipment, and unavailability or interruption of operations.
-  
-  6. DISCLAIMER OF LIABILITY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
-  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-  
-  7. GENERAL
-  
-  If any provision of this Agreement is invalid or unenforceable under applicable
-  law, it shall not affect the validity or enforceability of the remainder of the
-  terms of this Agreement, and without further action by the parties hereto, such
-  provision shall be reformed to the minimum extent necessary to make such
-  provision valid and enforceable.
-  
-  If Recipient institutes patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
-  (excluding combinations of the Program with other software or hardware)
-  infringes such Recipient's patent(s), then such Recipient's rights granted
-  under Section 2(b) shall terminate as of the date such litigation is filed.
-  
-  All Recipient's rights under this Agreement shall terminate if it fails to
-  comply with any of the material terms or conditions of this Agreement and does
-  not cure such failure in a reasonable period of time after becoming aware of
-  such noncompliance. If all Recipient's rights under this Agreement terminate,
-  Recipient agrees to cease use and distribution of the Program as soon as
-  reasonably practicable. However, Recipient's obligations under this Agreement
-  and any licenses granted by Recipient relating to the Program shall continue
-  and survive.
-  
-  Everyone is permitted to copy and distribute copies of this Agreement, but in
-  order to avoid inconsistency the Agreement is copyrighted and may only be
-  modified in the following manner. The Agreement Steward reserves the right to
-  publish new versions (including revisions) of this Agreement from time to time.
-  No one other than the Agreement Steward has the right to modify this Agreement.
-  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
-  may assign the responsibility to serve as the Agreement Steward to a suitable
-  separate entity. Each new version of the Agreement will be given a
-  distinguishing version number. The Program (including Contributions) may always
-  be distributed subject to the version of the Agreement under which it was
-  received. In addition, after a new version of the Agreement is published,
-  Contributor may elect to distribute the Program (including its Contributions)
-  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
-  above, Recipient receives no rights or licenses to the intellectual property of
-  any Contributor under this Agreement, whether expressly, by implication,
-  estoppel or otherwise. All rights in the Program not expressly granted under
-  this Agreement are reserved.
-  
-  This Agreement is governed by the laws of the State of New York and the
-  intellectual property laws of the United States of America. No party to this
-  Agreement will bring a legal action under this Agreement more than one year
-  after the cause of action arose. Each party waives its rights to a jury trial
-  in any resulting litigation.
-  
-
 The MIT License ("MIT")
 
   Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1764,171 +358,3 @@ The MIT License ("MIT")
   THE SOFTWARE.
   
 
-WTF Public License
-
-  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
- 
-  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
- 
-  Everyone is permitted to copy and distribute verbatim or modified 
-  copies of this license document, and changing it is allowed as long 
-  as the name is changed. 
- 
-             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
-    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
- 
-   0. You just DO WHAT THE FUCK YOU WANT TO.
- 
-
-Bouncy Castle License
-  
-  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
-  (http://www.bouncycastle.org)
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy of
-  this software and associated documentation files (the "Software"), to deal in
-  the Software without restriction, including without limitation the rights to
-  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Software, and to permit persons to whom the Software is furnished to do
-  so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in all
-  copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-  
-
-JTidy License
-
-  Java HTML Tidy - JTidy
-  HTML parser and pretty printer
-  
-  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
-  Institute of Technology, Institut National de Recherche en
-  Informatique et en Automatique, Keio University). All Rights
-  Reserved.
-  
-  Contributing Author(s):
-  
-     Dave Raggett <ds...@w3.org>
-     Andy Quick <ac...@sympatico.ca> (translation to Java)
-     Gary L Peskin <ga...@firstech.com> (Java development)
-     Sami Lempinen <sa...@lempinen.net> (release management)
-     Fabrizio Giustina <fgiust at users.sourceforge.net>
-  
-  The contributing author(s) would like to thank all those who
-  helped with testing, bug fixes, and patience.  This wouldn't
-  have been possible without all of you.
-  
-  COPYRIGHT NOTICE:
-   
-  This software and documentation is provided "as is," and
-  the copyright holders and contributing author(s) make no
-  representations or warranties, express or implied, including
-  but not limited to, warranties of merchantability or fitness
-  for any particular purpose or that the use of the software or
-  documentation will not infringe any third party patents,
-  copyrights, trademarks or other rights. 
-  
-  The copyright holders and contributing author(s) will not be
-  liable for any direct, indirect, special or consequential damages
-  arising out of any use of the software or documentation, even if
-  advised of the possibility of such damage.
-  
-  Permission is hereby granted to use, copy, modify, and distribute
-  this source code, or portions hereof, documentation and executables,
-  for any purpose, without fee, subject to the following restrictions:
-  
-  1. The origin of this source code must not be misrepresented.
-  2. Altered versions must be plainly marked as such and must
-     not be misrepresented as being the original source.
-  3. This Copyright notice may not be removed or altered from any
-     source or altered source distribution.
-   
-  The copyright holders and contributing author(s) specifically
-  permit, without fee, and encourage the use of this source code
-  as a component for supporting the Hypertext Markup Language in
-  commercial products. If you use this source code in a product,
-  acknowledgment is not required but would be appreciated.
-  
-
-Jython License
-
-  Jython 2.0, 2.1 License
-  
-  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers All rights reserved.
-  
-  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.
-  Neither the name of the Jython Developers nor the names of its contributors may 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 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.
-  
-  
-
-Indiana University Extreme! Lab Software License, Version 1.1.1
-
-  Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
-    Extreme! Lab (http://www.extreme.indiana.edu/)."
-  
-  Alternately, this acknowledgment may appear in the software itself,
-  if and wherever such third-party acknowledgments normally appear.
-  
-  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
-  must not be used to endorse or promote products derived from this
-  software without prior written permission. For written permission,
-  please contact http://www.extreme.indiana.edu/.
-  
-  5. Products derived from this software may not use "Indiana Univeristy"
-  name nor may "Indiana Univeristy" appear in their name, without prior
-  written permission of the Indiana University.
-  
-  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
-  
-


[21/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/NOTICE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/NOTICE b/usage/dist/src/main/license/NOTICE
deleted file mode 100644
index f790f13..0000000
--- a/usage/dist/src/main/license/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Brooklyn
-Copyright 2014-2015 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/README.md b/usage/dist/src/main/license/README.md
new file mode 100644
index 0000000..0d3b52b
--- /dev/null
+++ b/usage/dist/src/main/license/README.md
@@ -0,0 +1,2 @@
+See /usage/dist/licensing/README.md for an explanation of this directory.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/files/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/DISCLAIMER b/usage/dist/src/main/license/files/DISCLAIMER
new file mode 100644
index 0000000..9e6119b
--- /dev/null
+++ b/usage/dist/src/main/license/files/DISCLAIMER
@@ -0,0 +1,8 @@
+
+Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
+sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
+a further review indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. While incubation 
+status is not necessarily a reflection of the completeness or stability of the code, it does 
+indicate that the project has yet to be fully endorsed by the ASF.
+


[15/26] incubator-brooklyn git commit: can autogenerate LICENSE, and get more required licenses, with info on running a license-audit in usage/dist/licensing

Posted by he...@apache.org.
can autogenerate LICENSE, and get more required licenses,
with info on running a license-audit in usage/dist/licensing


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/ac724cc7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/ac724cc7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/ac724cc7

Branch: refs/heads/master
Commit: ac724cc7b6685214c1821d3ea09cfdd769b82452
Parents: 8d3e982
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Aug 12 19:20:58 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:15 2015 +0100

----------------------------------------------------------------------
 usage/dist/licensing/.gitignore                 |   2 +
 usage/dist/licensing/MAIN_LICENSE_ASL2          | 176 +++++++++
 usage/dist/licensing/README.md                  |  39 ++
 usage/dist/licensing/extras.yaml                | 161 ++++++++
 usage/dist/licensing/licenses/ASL2              | 177 +++++++++
 usage/dist/licensing/licenses/BSD-2-Clause      |  23 ++
 usage/dist/licensing/licenses/BSD-3-Clause      |  27 ++
 usage/dist/licensing/licenses/CDDL1             | 381 +++++++++++++++++++
 usage/dist/licensing/licenses/CDDL1.1           | 304 +++++++++++++++
 usage/dist/licensing/licenses/EPL1              | 212 +++++++++++
 usage/dist/licensing/licenses/MIT               |  20 +
 usage/dist/licensing/licenses/WTFPL             |  15 +
 usage/dist/licensing/licenses/bouncycastle      |  23 ++
 usage/dist/licensing/licenses/jtidy             |  53 +++
 usage/dist/licensing/licenses/jython            |  27 ++
 .../licensing/licenses/xpp3_indiana_university  |  45 +++
 usage/dist/licensing/make-license.sh            |  50 +++
 usage/dist/licensing/overrides.yaml             |  50 +++
 18 files changed, 1785 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/.gitignore
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/.gitignore b/usage/dist/licensing/.gitignore
new file mode 100644
index 0000000..2d17061
--- /dev/null
+++ b/usage/dist/licensing/.gitignore
@@ -0,0 +1,2 @@
+LICENSE.autogenerated
+notices.autogenerated

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/MAIN_LICENSE_ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/MAIN_LICENSE_ASL2 b/usage/dist/licensing/MAIN_LICENSE_ASL2
new file mode 100644
index 0000000..68c771a
--- /dev/null
+++ b/usage/dist/licensing/MAIN_LICENSE_ASL2
@@ -0,0 +1,176 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md
new file mode 100644
index 0000000..9fdac99
--- /dev/null
+++ b/usage/dist/licensing/README.md
@@ -0,0 +1,39 @@
+
+This uses a special maven plugin to create license and notification information,
+based on metadata in overrides.yaml and extras.yaml.
+
+First install  https://github.com/ahgittin/license-audit-maven-plugin 
+and then, in the usage/dist/ project of Brooklyn...
+
+
+To see a tree of license info:
+
+    mvn org.heneveld.maven:license-audit-maven-plugin:report \
+        -Dformat=summary \
+        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
+        -DoverridesFile=licensing/overrides.yaml \
+        -DextrasFile=licensing/extras.yaml
+
+
+To create the LICENSE file in the root and in the dist:
+
+    pushd licensing > /dev/null
+    ./make-license.sh > LICENSE.autogenerated || ( echo 'FAILED!!!' && rm LICENSE.autogenerated )
+    cp LICENSE.autogenerated ../../../LICENSE
+    cp LICENSE.autogenerated ../src/main/license/LICENSE
+    popd > /dev/null
+
+
+To generate a CSV:
+
+    mvn org.heneveld.maven:license-audit-maven-plugin:report \
+        -Dformat=csv \
+        -DlistDependencyIdOnly=true \
+        -DsuppressExcludedDependencies=true \
+        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
+        -DoverridesFile=licensing/overrides.yaml \
+        -DextrasFile=licensing/extras.yaml \
+        -DoutputFile=dependencies-licenses.csv
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/extras.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml
new file mode 100644
index 0000000..10622e9
--- /dev/null
+++ b/usage/dist/licensing/extras.yaml
@@ -0,0 +1,161 @@
+
+# extras file for org.heneveld.license-audit-maven-plugin
+# supplying info for addl licenses included with brooklyn
+
+- id: jquery.js
+  url: http://jquery.com/
+  description: JS library for manipulating HTML and eventing
+  name: jQuery JavaScript Library
+  files: jquery.js
+  version: 1.7.2
+  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
+  notice: Copyright (c) John Resig (2011)
+  license: MIT
+
+- id: sizzle.js
+  url: http://sizzlejs.com/
+  version: n/a
+  files: included in jquery
+  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
+  notice: Copyright (c) jQuery Foundation and other contributors (2011)
+  license: MIT
+
+- id: Swagger JS
+  files: swagger.js
+  version: 1.0.1
+  url: https://github.com/wordnik/swagger-js
+  license: ASL2
+
+- id: Swagger UI
+  files: swagger-ui.js, swagger.js, jquery.{slideto,wiggle}*.js
+  version: 1.0.1
+  url: https://github.com/wordnik/swagger-ui
+  license: ASL2
+  notice: Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+  # jquery.wiggle is from WonderGroup/JT, defunct URL http://labs.wondergroup.com/demos/mini-ui/index.html
+
+- id: require.js
+  name: RequireJS 
+  files: require.js, text.js
+  version: 2.0.6 
+  url: http://github.com/jrburke/requirejs for details
+  organization: { name: "The Dojo Foundation", url: "http://dojofoundation.org/" }
+  notice: Copyright (c) The Dojo Foundation (2010-2012)
+  license: MIT
+
+-
+  id: backbone.js
+  version: 1.0.0
+  url: http://backbonejs.org
+  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
+  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+  license: MIT
+
+-
+  id: bootstrap.js
+  version: 2.0.4
+  url: http://twitter.github.com/bootstrap/javascript.html#transitions
+  notice: Copyright (c) Twitter, Inc (2012)
+  license: ASL2
+  
+-
+  id: underscore.js
+  version: 1.4.4
+  files: underscore*.{js,map}
+  url: http://underscorejs.org
+  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
+  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+  license: MIT
+
+-
+  id: async.js
+  files: async.js
+  version: 0.1.1
+  url: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  # ORIGINALLY https://github.com/millermedeiros/requirejs-plugins
+  organization: { name: "Miller Medeiros", url: "https://github.com/millermedeiros/" }
+  description: RequireJS plugin for async dependency load like JSONP and Google Maps
+  notice: Copyright (c) Miller Medeiros (2011)
+  license: MIT 
+
+# used for CLI to build catalog
+- id: typeahead.js
+  version: 0.10.5
+  url: https://github.com/twitter/typeahead.js
+  organization: { name: "Twitter, Inc", url: "http://twitter.com" }
+  notice: Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+  license: MIT
+
+-
+  id: handlebars.js
+  files: handlebars*.js
+  version: 1.0-rc1
+  url: https://github.com/wycats/handlebars.js 
+  organization: { name: "Yehuda Katz", url: "https://github.com/wycats/" }
+  notice: Copyright (c) Yehuda Katz (2012)
+  license: MIT
+
+-
+  id: jquery.ba-bbq.js
+  name: "jQuery BBQ: Back Button & Query Library"
+  files: jquery.ba-bbq*.js
+  version: 1.2.1
+  url: http://benalman.com/projects/jquery-bbq-plugin/
+  organization: { name: "\"Cowboy\" Ben Alman", url: "http://benalman.com/" }
+  notice: Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+  license: MIT
+
+-
+  id: moment.js
+  version: 2.1.0
+  url: http://momentjs.com
+  organization: { name: "Tim Wood", url: "http://momentjs.com" }
+  notice: Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+  license: MIT
+
+-
+  id: ZeroClipboard
+  files: ZeroClipboard.*
+  version: 1.3.1
+  url: http://zeroclipboard.org/
+  organization: { name: "ZeroClipboard contributors", url: "https://github.com/zeroclipboard" }
+  notice: Copyright (c) Jon Rohan, James M. Greene (2014)
+  license: MIT
+
+-
+  id: dataTables.js
+  files: jquery.dataTables.js, dataTables.extensions.js
+  version: 1.9.4
+  url: www.datatables.net
+  organization: { name: "SpryMedia Ltd", url: "http://sprymedia.co.uk/" }
+  notice: Copyright (c) Allan Jardine (2008-2012)
+  license: BSD-3-Clause
+
+-
+  id: js-uri
+  files: URI.js
+  version: r29
+  url: http://code.google.com/p/js-uri/
+  organization: { name: "js-uri contributors", url: "https://code.google.com/js-uri" }
+  license: BSD-3-Clause
+  # inferred
+  notice: Copyright (c) js-uri contributors (2013)
+
+-
+  id: js-yaml.js
+  version: 3.2.7
+  organization: { name: "Vitaly Puzrin", url: "https://github.com/nodeca/" }
+  url: https://github.com/nodeca/
+  notice: Copyright (c) Vitaly Puzrin (2011-2015)
+  license: MIT
+
+-
+  id: jquery.form.js
+  name: jQuery Form Plugin
+  version: "3.09"
+  url: https://github.com/malsup/form
+  organization: { name: "Mike Alsup", url: "http://malsup.com/" }
+  notice: Copyright (c) M. Alsup (2006-2013)
+  # also http://malsup.com/jquery/form/
+  license: MIT
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/ASL2 b/usage/dist/licensing/licenses/ASL2
new file mode 100644
index 0000000..eccbc6a
--- /dev/null
+++ b/usage/dist/licensing/licenses/ASL2
@@ -0,0 +1,177 @@
+Apache License, Version 2.0
+
+  Apache License
+  Version 2.0, January 2004
+  http://www.apache.org/licenses/
+  
+  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+  
+  1. Definitions.
+  
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+  
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+  
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+  
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+  
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+  
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+  
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+  
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+  
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+  
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+  
+  2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+  
+  3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license applies only to those patent claims licensable
+  by such Contributor that are necessarily infringed by their
+  Contribution(s) alone or by combination of their Contribution(s)
+  with the Work to which such Contribution(s) was submitted. If You
+  institute patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Work
+  or a Contribution incorporated within the Work constitutes direct
+  or contributory patent infringement, then any patent licenses
+  granted to You under this License for that Work shall terminate
+  as of the date such litigation is filed.
+  
+  4. Redistribution. You may reproduce and distribute copies of the
+  Work or Derivative Works thereof in any medium, with or without
+  modifications, and in Source or Object form, provided that You
+  meet the following conditions:
+  
+  (a) You must give any other recipients of the Work or
+  Derivative Works a copy of this License; and
+  
+  (b) You must cause any modified files to carry prominent notices
+  stating that You changed the files; and
+  
+  (c) You must retain, in the Source form of any Derivative Works
+  that You distribute, all copyright, patent, trademark, and
+  attribution notices from the Source form of the Work,
+  excluding those notices that do not pertain to any part of
+  the Derivative Works; and
+  
+  (d) If the Work includes a "NOTICE" text file as part of its
+  distribution, then any Derivative Works that You distribute must
+  include a readable copy of the attribution notices contained
+  within such NOTICE file, excluding those notices that do not
+  pertain to any part of the Derivative Works, in at least one
+  of the following places: within a NOTICE text file distributed
+  as part of the Derivative Works; within the Source form or
+  documentation, if provided along with the Derivative Works; or,
+  within a display generated by the Derivative Works, if and
+  wherever such third-party notices normally appear. The contents
+  of the NOTICE file are for informational purposes only and
+  do not modify the License. You may add Your own attribution
+  notices within Derivative Works that You distribute, alongside
+  or as an addendum to the NOTICE text from the Work, provided
+  that such additional attribution notices cannot be construed
+  as modifying the License.
+  
+  You may add Your own copyright statement to Your modifications and
+  may provide additional or different license terms and conditions
+  for use, reproduction, or distribution of Your modifications, or
+  for any such Derivative Works as a whole, provided Your use,
+  reproduction, and distribution of the Work otherwise complies with
+  the conditions stated in this License.
+  
+  5. Submission of Contributions. Unless You explicitly state otherwise,
+  any Contribution intentionally submitted for inclusion in the Work
+  by You to the Licensor shall be under the terms and conditions of
+  this License, without any additional terms or conditions.
+  Notwithstanding the above, nothing herein shall supersede or modify
+  the terms of any separate license agreement you may have executed
+  with Licensor regarding such Contributions.
+  
+  6. Trademarks. This License does not grant permission to use the trade
+  names, trademarks, service marks, or product names of the Licensor,
+  except as required for reasonable and customary use in describing the
+  origin of the Work and reproducing the content of the NOTICE file.
+  
+  7. Disclaimer of Warranty. Unless required by applicable law or
+  agreed to in writing, Licensor provides the Work (and each
+  Contributor provides its Contributions) on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied, including, without limitation, any warranties or conditions
+  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+  PARTICULAR PURPOSE. You are solely responsible for determining the
+  appropriateness of using or redistributing the Work and assume any
+  risks associated with Your exercise of permissions under this License.
+  
+  8. Limitation of Liability. In no event and under no legal theory,
+  whether in tort (including negligence), contract, or otherwise,
+  unless required by applicable law (such as deliberate and grossly
+  negligent acts) or agreed to in writing, shall any Contributor be
+  liable to You for damages, including any direct, indirect, special,
+  incidental, or consequential damages of any character arising as a
+  result of this License or out of the use or inability to use the
+  Work (including but not limited to damages for loss of goodwill,
+  work stoppage, computer failure or malfunction, or any and all
+  other commercial damages or losses), even if such Contributor
+  has been advised of the possibility of such damages.
+  
+  9. Accepting Warranty or Additional Liability. While redistributing
+  the Work or Derivative Works thereof, You may choose to offer,
+  and charge a fee for, acceptance of support, warranty, indemnity,
+  or other liability obligations and/or rights consistent with this
+  License. However, in accepting such obligations, You may act only
+  on Your own behalf and on Your sole responsibility, not on behalf
+  of any other Contributor, and only if You agree to indemnify,
+  defend, and hold each Contributor harmless for any liability
+  incurred by, or claims asserted against, such Contributor by reason
+  of your accepting any such warranty or additional liability.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/BSD-2-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-2-Clause b/usage/dist/licensing/licenses/BSD-2-Clause
new file mode 100644
index 0000000..832c10e
--- /dev/null
+++ b/usage/dist/licensing/licenses/BSD-2-Clause
@@ -0,0 +1,23 @@
+The BSD 2-Clause License
+
+  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.
+  
+  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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-3-Clause b/usage/dist/licensing/licenses/BSD-3-Clause
new file mode 100644
index 0000000..be2692c
--- /dev/null
+++ b/usage/dist/licensing/licenses/BSD-3-Clause
@@ -0,0 +1,27 @@
+The BSD 3-Clause License ("New BSD")
+
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/CDDL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1 b/usage/dist/licensing/licenses/CDDL1
new file mode 100644
index 0000000..611d916
--- /dev/null
+++ b/usage/dist/licensing/licenses/CDDL1
@@ -0,0 +1,381 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+  1. Definitions.
+  
+  1.1. "Contributor" means each individual or entity that
+  creates or contributes to the creation of Modifications.
+  
+  1.2. "Contributor Version" means the combination of the
+  Original Software, prior Modifications used by a
+  Contributor (if any), and the Modifications made by that
+  particular Contributor.
+  
+  1.3. "Covered Software" means (a) the Original Software, or
+  (b) Modifications, or (c) the combination of files
+  containing Original Software with files containing
+  Modifications, in each case including portions thereof.
+  
+  1.4. "Executable" means the Covered Software in any form
+  other than Source Code. 
+  
+  1.5. "Initial Developer" means the individual or entity
+  that first makes Original Software available under this
+  License. 
+  
+  1.6. "Larger Work" means a work which combines Covered
+  Software or portions thereof with code not governed by the
+  terms of this License.
+  
+  1.7. "License" means this document.
+  
+  1.8. "Licensable" means having the right to grant, to the
+  maximum extent possible, whether at the time of the initial
+  grant or subsequently acquired, any and all of the rights
+  conveyed herein.
+  
+  1.9. "Modifications" means the Source Code and Executable
+  form of any of the following: 
+  
+  A. Any file that results from an addition to,
+  deletion from or modification of the contents of a
+  file containing Original Software or previous
+  Modifications; 
+  
+  B. Any new file that contains any part of the
+  Original Software or previous Modification; or 
+  
+  C. Any new file that is contributed or otherwise made
+  available under the terms of this License.
+  
+  1.10. "Original Software" means the Source Code and
+  Executable form of computer software code that is
+  originally released under this License. 
+  
+  1.11. "Patent Claims" means any patent claim(s), now owned
+  or hereafter acquired, including without limitation,
+  method, process, and apparatus claims, in any patent
+  Licensable by grantor. 
+  
+  1.12. "Source Code" means (a) the common form of computer
+  software code in which modifications are made and (b)
+  associated documentation included in or with such code.
+  
+  1.13. "You" (or "Your") means an individual or a legal
+  entity exercising rights under, and complying with all of
+  the terms of, this License. For legal entities, "You"
+  includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this
+  definition, "control" means (a) the power, direct or
+  indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership
+  of more than fifty percent (50%) of the outstanding shares
+  or beneficial ownership of such entity.
+  
+  2. License Grants. 
+  
+  2.1. The Initial Developer Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide,
+  royalty-free, non-exclusive license: 
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Initial Developer,
+  to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or
+  portions thereof), with or without Modifications,
+  and/or as part of a Larger Work; and 
+  
+  (b) under Patent Claims infringed by the making,
+  using or selling of Original Software, to make, have
+  made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or
+  portions thereof). 
+  
+  (c) The licenses granted in Sections 2.1(a) and (b)
+  are effective on the date Initial Developer first
+  distributes or otherwise makes the Original Software
+  available to a third party under the terms of this
+  License. 
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent
+  license is granted: (1) for code that You delete from
+  the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original
+  Software, or (ii) the combination of the Original
+  Software with other software or devices. 
+  
+  2.2. Contributor Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, each
+  Contributor hereby grants You a world-wide, royalty-free,
+  non-exclusive license:
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Contributor to
+  use, reproduce, modify, display, perform, sublicense
+  and distribute the Modifications created by such
+  Contributor (or portions thereof), either on an
+  unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making,
+  using, or selling of Modifications made by that
+  Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such
+  combination), to make, use, sell, offer for sale,
+  have made, and/or otherwise dispose of: (1)
+  Modifications made by that Contributor (or portions
+  thereof); and (2) the combination of Modifications
+  made by that Contributor with its Contributor Version
+  (or portions of such combination). 
+  
+  (c) The licenses granted in Sections 2.2(a) and
+  2.2(b) are effective on the date Contributor first
+  distributes or otherwise makes the Modifications
+  available to a third party. 
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent
+  license is granted: (1) for any code that Contributor
+  has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party
+  modifications of Contributor Version, or (ii) the
+  combination of Modifications made by that Contributor
+  with other software (except as part of the
+  Contributor Version) or other devices; or (3) under
+  Patent Claims infringed by Covered Software in the
+  absence of Modifications made by that Contributor. 
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.
+  
+  Any Covered Software that You distribute or otherwise make
+  available in Executable form must also be made available in
+  Source Code form and that Source Code form must be
+  distributed only under the terms of this License. You must
+  include a copy of this License with every copy of the
+  Source Code form of the Covered Software You distribute or
+  otherwise make available. You must inform recipients of any
+  such Covered Software in Executable form as to how they can
+  obtain such Covered Software in Source Code form in a
+  reasonable manner on or through a medium customarily used
+  for software exchange.
+  
+  3.2. Modifications.
+  
+  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You
+  represent that You believe Your Modifications are Your
+  original creation(s) and/or You have sufficient rights to
+  grant the rights conveyed by this License.
+  
+  3.3. Required Notices.
+  
+  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification.
+  You may not remove or alter any copyright, patent or
+  trademark notices contained within the Covered Software, or
+  any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.
+  
+  You may not offer or impose any terms on any Covered
+  Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients"
+  rights hereunder. You may choose to offer, and to charge a
+  fee for, warranty, support, indemnity or liability
+  obligations to one or more recipients of Covered Software.
+  However, you may do so only on Your own behalf, and not on
+  behalf of the Initial Developer or any Contributor. You
+  must make it absolutely clear that any such warranty,
+  support, indemnity or liability obligation is offered by
+  You alone, and You hereby agree to indemnify the Initial
+  Developer and every Contributor for any liability incurred
+  by the Initial Developer or such Contributor as a result of
+  warranty, support, indemnity or liability terms You offer.
+      
+  3.5. Distribution of Executable Versions.
+  
+  You may distribute the Executable form of the Covered
+  Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms
+  different from this License, provided that You are in
+  compliance with the terms of this License and that the
+  license for the Executable form does not attempt to limit
+  or alter the recipient"s rights in the Source Code form
+  from the rights set forth in this License. If You
+  distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that
+  any terms which differ from this License are offered by You
+  alone, not by the Initial Developer or Contributor. You
+  hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial
+  Developer or such Contributor as a result of any such terms
+  You offer.
+  
+  3.6. Larger Works.
+  
+  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License
+  and distribute the Larger Work as a single product. In such
+  a case, You must make sure the requirements of this License
+  are fulfilled for the Covered Software. 
+  
+  4. Versions of the License. 
+  
+  4.1. New Versions.
+  
+  Sun Microsystems, Inc. is the initial license steward and
+  may publish revised and/or new versions of this License
+  from time to time. Each version will be given a
+  distinguishing version number. Except as provided in
+  Section 4.3, no one other than the license steward has the
+  right to modify this License. 
+  
+  4.2. Effect of New Versions.
+  
+  You may always continue to use, distribute or otherwise
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. If the Initial Developer includes a
+  notice in the Original Software prohibiting it from being
+  distributed or otherwise made available under any
+  subsequent version of the License, You must distribute and
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. Otherwise, You may also choose to
+  use, distribute or otherwise make the Covered Software
+  available under the terms of any subsequent version of the
+  License published by the license steward. 
+  
+  4.3. Modified Versions.
+  
+  When You are an Initial Developer and You want to create a
+  new license for Your Original Software, You may create and
+  use a modified version of this License if You: (a) rename
+  the license and remove any references to the name of the
+  license steward (except to note that the license differs
+  from this License); and (b) otherwise make it clear that
+  the license contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.
+  
+  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+  DISCLAIMER. 
+  
+  6. TERMINATION. 
+  
+  6.1. This License and the rights granted hereunder will
+  terminate automatically if You fail to comply with terms
+  herein and fail to cure such breach within 30 days of
+  becoming aware of the breach. Provisions which, by their
+  nature, must remain in effect beyond the termination of
+  this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding
+  declaratory judgment actions) against Initial Developer or
+  a Contributor (the Initial Developer or Contributor against
+  whom You assert such claim is referred to as "Participant")
+  alleging that the Participant Software (meaning the
+  Contributor Version where the Participant is a Contributor
+  or the Original Software where the Participant is the
+  Initial Developer) directly or indirectly infringes any
+  patent, then any and all rights granted directly or
+  indirectly to You by such Participant, the Initial
+  Developer (if the Initial Developer is not the Participant)
+  and all Contributors under Sections 2.1 and/or 2.2 of this
+  License shall, upon 60 days notice from Participant
+  terminate prospectively and automatically at the expiration
+  of such 60 day notice period, unless if within such 60 day
+  period You withdraw Your claim with respect to the
+  Participant Software against such Participant either
+  unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. In the event of termination under Sections 6.1 or 6.2
+  above, all end user licenses that have been validly granted
+  by You or any distributor hereunder prior to termination
+  (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
+  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+  APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a "commercial item," as that term is
+  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+  computer software" (as that term is defined at 48 C.F.R. "
+  252.227-7014(a)(1)) and "commercial computer software
+  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+  through 227.7202-4 (June 1995), all U.S. Government End Users
+  acquire Covered Software with only those rights set forth herein.
+  This U.S. Government Rights clause is in lieu of, and supersedes,
+  any other FAR, DFAR, or other clause or provision that addresses
+  Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject
+  matter hereof. If any provision of this License is held to be
+  unenforceable, such provision shall be reformed only to the
+  extent necessary to make it enforceable. This License shall be
+  governed by the law of the jurisdiction specified in a notice
+  contained within the Original Software (except to the extent
+  applicable law, if any, provides otherwise), excluding such
+  jurisdiction"s conflict-of-law provisions. Any litigation
+  relating to this License shall be subject to the jurisdiction of
+  the courts located in the jurisdiction and venue specified in a
+  notice contained within the Original Software, with the losing
+  party responsible for costs, including, without limitation, court
+  costs and reasonable attorneys" fees and expenses. The
+  application of the United Nations Convention on Contracts for the
+  International Sale of Goods is expressly excluded. Any law or
+  regulation which provides that the language of a contract shall
+  be construed against the drafter shall not apply to this License.
+  You agree that You alone are responsible for compliance with the
+  United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use,
+  distribute or otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is
+  responsible for claims and damages arising, directly or
+  indirectly, out of its utilization of rights under this License
+  and You agree to work with Initial Developer and Contributors to
+  distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission
+  of liability.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/CDDL1.1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1.1 b/usage/dist/licensing/licenses/CDDL1.1
new file mode 100644
index 0000000..def9b35
--- /dev/null
+++ b/usage/dist/licensing/licenses/CDDL1.1
@@ -0,0 +1,304 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+
+  1. Definitions.
+  
+  1.1. “Contributor” means each individual or entity that creates or contributes
+  to the creation of Modifications.
+  
+  1.2. “Contributor Version” means the combination of the Original Software,
+  prior Modifications used by a Contributor (if any), and the Modifications made
+  by that particular Contributor.
+  
+  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
+  or (c) the combination of files containing Original Software with files
+  containing Modifications, in each case including portions thereof.
+  
+  1.4. “Executable” means the Covered Software in any form other than Source
+  Code.
+  
+  1.5. “Initial Developer” means the individual or entity that first makes
+  Original Software available under this License.
+  
+  1.6. “Larger Work” means a work which combines Covered Software or portions
+  thereof with code not governed by the terms of this License.
+  
+  1.7. “License” means this document.
+  
+  1.8. “Licensable” means having the right to grant, to the maximum extent
+  possible, whether at the time of the initial grant or subsequently acquired,
+  any and all of the rights conveyed herein.
+  
+  1.9. “Modifications” means the Source Code and Executable form of any of the
+  following:
+  
+  A. Any file that results from an addition to, deletion from or modification of
+  the contents of a file containing Original Software or previous Modifications;
+  
+  B. Any new file that contains any part of the Original Software or previous
+  Modification; or
+  
+  C. Any new file that is contributed or otherwise made available under the terms
+  of this License.
+  
+  1.10. “Original Software” means the Source Code and Executable form of computer
+  software code that is originally released under this License.
+  
+  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
+  acquired, including without limitation, method, process, and apparatus claims,
+  in any patent Licensable by grantor.
+  
+  1.12. “Source Code” means (a) the common form of computer software code in
+  which modifications are made and (b) associated documentation included in or
+  with such code.
+  
+  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
+  under, and complying with all of the terms of, this License. For legal
+  entities, “You” includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this definition, “control” means
+  (a) the power, direct or indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership of more than fifty
+  percent (50%) of the outstanding shares or beneficial ownership of such entity.
+  
+  2. License Grants.
+  
+  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
+  Section 3.1 below and subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
+  license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or portions thereof), with or
+  without Modifications, and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using or selling of Original
+  Software, to make, have made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or portions thereof).
+  
+  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
+  Initial Developer first distributes or otherwise makes the Original Software
+  available to a third party under the terms of this License.
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
+  code that You delete from the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original Software, or (ii) the
+  combination of the Original Software with other software or devices.
+  
+  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
+  below and subject to third party intellectual property claims, each Contributor
+  hereby grants You a world-wide, royalty-free, non-exclusive license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Contributor to use, reproduce, modify, display, perform,
+  sublicense and distribute the Modifications created by such Contributor (or
+  portions thereof), either on an unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using, or selling of
+  Modifications made by that Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such combination), to make, use, sell,
+  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
+  by that Contributor (or portions thereof); and (2) the combination of
+  Modifications made by that Contributor with its Contributor Version (or
+  portions of such combination).
+  
+  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
+  date Contributor first distributes or otherwise makes the Modifications
+  available to a third party.
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
+  any code that Contributor has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party modifications of Contributor Version,
+  or (ii) the combination of Modifications made by that Contributor with other
+  software (except as part of the Contributor Version) or other devices; or (3)
+  under Patent Claims infringed by Covered Software in the absence of
+  Modifications made by that Contributor.
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.  Any Covered Software that You distribute or
+  otherwise make available in Executable form must also be made available in
+  Source Code form and that Source Code form must be distributed only under the
+  terms of this License. You must include a copy of this License with every copy
+  of the Source Code form of the Covered Software You distribute or otherwise
+  make available. You must inform recipients of any such Covered Software in
+  Executable form as to how they can obtain such Covered Software in Source Code
+  form in a reasonable manner on or through a medium customarily used for
+  software exchange.
+  
+  3.2. Modifications.  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You represent that You
+  believe Your Modifications are Your original creation(s) and/or You have
+  sufficient rights to grant the rights conveyed by this License.
+  
+  3.3. Required Notices.  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification. You may not remove
+  or alter any copyright, patent or trademark notices contained within the
+  Covered Software, or any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.  You may not offer or impose any terms on
+  any Covered Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients' rights hereunder. You may
+  choose to offer, and to charge a fee for, warranty, support, indemnity or
+  liability obligations to one or more recipients of Covered Software. However,
+  you may do so only on Your own behalf, and not on behalf of the Initial
+  Developer or any Contributor. You must make it absolutely clear that any such
+  warranty, support, indemnity or liability obligation is offered by You alone,
+  and You hereby agree to indemnify the Initial Developer and every Contributor
+  for any liability incurred by the Initial Developer or such Contributor as a
+  result of warranty, support, indemnity or liability terms You offer.
+  
+  3.5. Distribution of Executable Versions.  You may distribute the Executable
+  form of the Covered Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms different from this
+  License, provided that You are in compliance with the terms of this License and
+  that the license for the Executable form does not attempt to limit or alter the
+  recipient's rights in the Source Code form from the rights set forth in this
+  License. If You distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that any terms which
+  differ from this License are offered by You alone, not by the Initial Developer
+  or Contributor. You hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial Developer or such
+  Contributor as a result of any such terms You offer.
+  
+  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License and distribute the
+  Larger Work as a single product. In such a case, You must make sure the
+  requirements of this License are fulfilled for the Covered Software.
+  
+  4. Versions of the License.
+  
+  4.1. New Versions.  Oracle is the initial license steward and may publish
+  revised and/or new versions of this License from time to time. Each version
+  will be given a distinguishing version number. Except as provided in Section
+  4.3, no one other than the license steward has the right to modify this
+  License.
+  
+  4.2. Effect of New Versions.  You may always continue to use, distribute or
+  otherwise make the Covered Software available under the terms of the version of
+  the License under which You originally received the Covered Software. If the
+  Initial Developer includes a notice in the Original Software prohibiting it
+  from being distributed or otherwise made available under any subsequent version
+  of the License, You must distribute and make the Covered Software available
+  under the terms of the version of the License under which You originally
+  received the Covered Software. Otherwise, You may also choose to use,
+  distribute or otherwise make the Covered Software available under the terms of
+  any subsequent version of the License published by the license steward.
+  
+  4.3. Modified Versions.  When You are an Initial Developer and You want to
+  create a new license for Your Original Software, You may create and use a
+  modified version of this License if You: (a) rename the license and remove any
+  references to the name of the license steward (except to note that the license
+  differs from this License); and (b) otherwise make it clear that the license
+  contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
+  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
+  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
+  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
+  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
+  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
+  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+  
+  6. TERMINATION.
+  
+  6.1. This License and the rights granted hereunder will terminate automatically
+  if You fail to comply with terms herein and fail to cure such breach within 30
+  days of becoming aware of the breach. Provisions which, by their nature, must
+  remain in effect beyond the termination of this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding declaratory judgment
+  actions) against Initial Developer or a Contributor (the Initial Developer or
+  Contributor against whom You assert such claim is referred to as “Participant”)
+  alleging that the Participant Software (meaning the Contributor Version where
+  the Participant is a Contributor or the Original Software where the Participant
+  is the Initial Developer) directly or indirectly infringes any patent, then any
+  and all rights granted directly or indirectly to You by such Participant, the
+  Initial Developer (if the Initial Developer is not the Participant) and all
+  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
+  notice from Participant terminate prospectively and automatically at the
+  expiration of such 60 day notice period, unless if within such 60 day period
+  You withdraw Your claim with respect to the Participant Software against such
+  Participant either unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. If You assert a patent infringement claim against Participant alleging
+  that the Participant Software directly or indirectly infringes any patent where
+  such claim is resolved (such as by license or settlement) prior to the
+  initiation of patent infringement litigation, then the reasonable value of the
+  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
+  into account in determining the amount or value of any payment or license.
+  
+  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
+  licenses that have been validly granted by You or any distributor hereunder
+  prior to termination (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
+  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
+  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
+  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
+  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
+  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
+  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
+  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
+  LIMITATION MAY NOT APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a “commercial item,” as that term is defined in 48
+  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
+  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
+  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
+  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
+  with only those rights set forth herein. This U.S. Government Rights clause is
+  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
+  that addresses Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject matter
+  hereof. If any provision of this License is held to be unenforceable, such
+  provision shall be reformed only to the extent necessary to make it
+  enforceable. This License shall be governed by the law of the jurisdiction
+  specified in a notice contained within the Original Software (except to the
+  extent applicable law, if any, provides otherwise), excluding such
+  jurisdiction's conflict-of-law provisions. Any litigation relating to this
+  License shall be subject to the jurisdiction of the courts located in the
+  jurisdiction and venue specified in a notice contained within the Original
+  Software, with the losing party responsible for costs, including, without
+  limitation, court costs and reasonable attorneys' fees and expenses. The
+  application of the United Nations Convention on Contracts for the International
+  Sale of Goods is expressly excluded. Any law or regulation which provides that
+  the language of a contract shall be construed against the drafter shall not
+  apply to this License. You agree that You alone are responsible for compliance
+  with the United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use, distribute or
+  otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is responsible
+  for claims and damages arising, directly or indirectly, out of its utilization
+  of rights under this License and You agree to work with Initial Developer and
+  Contributors to distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission of liability.
+  
+  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+  (CDDL) The code released under the CDDL shall be governed by the laws of the
+  State of California (excluding conflict-of-law provisions). Any litigation
+  relating to this License shall be subject to the jurisdiction of the Federal
+  Courts of the Northern District of California and the state courts of the State
+  of California, with venue lying in Santa Clara County, California.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/EPL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/EPL1 b/usage/dist/licensing/licenses/EPL1
new file mode 100644
index 0000000..6891076
--- /dev/null
+++ b/usage/dist/licensing/licenses/EPL1
@@ -0,0 +1,212 @@
+Eclipse Public License, version 1.0
+
+  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+  
+  1. DEFINITIONS
+  
+  "Contribution" means:
+  
+  a) in the case of the initial Contributor, the initial code and documentation
+  distributed under this Agreement, and b) in the case of each subsequent
+  Contributor:
+  
+  i) changes to the Program, and
+  
+  ii) additions to the Program;
+  
+  where such changes and/or additions to the Program originate from and are
+  distributed by that particular Contributor. A Contribution 'originates' from a
+  Contributor if it was added to the Program by such Contributor itself or anyone
+  acting on such Contributor's behalf. Contributions do not include additions to
+  the Program which: (i) are separate modules of software distributed in
+  conjunction with the Program under their own license agreement, and (ii) are
+  not derivative works of the Program.
+  
+  "Contributor" means any person or entity that distributes the Program.
+  
+  "Licensed Patents " mean patent claims licensable by a Contributor which are
+  necessarily infringed by the use or sale of its Contribution alone or when
+  combined with the Program.
+  
+  "Program" means the Contributions distributed in accordance with this
+  Agreement.
+  
+  "Recipient" means anyone who receives the Program under this Agreement,
+  including all Contributors.
+  
+  2. GRANT OF RIGHTS
+  
+  a) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free copyright license to
+  reproduce, prepare derivative works of, publicly display, publicly perform,
+  distribute and sublicense the Contribution of such Contributor, if any, and
+  such derivative works, in source code and object code form.
+  
+  b) Subject to the terms of this Agreement, each Contributor hereby grants
+  Recipient a non-exclusive, worldwide, royalty-free patent license under
+  Licensed Patents to make, use, sell, offer to sell, import and otherwise
+  transfer the Contribution of such Contributor, if any, in source code and
+  object code form. This patent license shall apply to the combination of the
+  Contribution and the Program if, at the time the Contribution is added by the
+  Contributor, such addition of the Contribution causes such combination to be
+  covered by the Licensed Patents. The patent license shall not apply to any
+  other combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+  
+  c) Recipient understands that although each Contributor grants the licenses to
+  its Contributions set forth herein, no assurances are provided by any
+  Contributor that the Program does not infringe the patent or other intellectual
+  property rights of any other entity. Each Contributor disclaims any liability
+  to Recipient for claims brought by any other entity based on infringement of
+  intellectual property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby assumes sole
+  responsibility to secure any other intellectual property rights needed, if any.
+  For example, if a third party patent license is required to allow Recipient to
+  distribute the Program, it is Recipient's responsibility to acquire that
+  license before distributing the Program.
+  
+  d) Each Contributor represents that to its knowledge it has sufficient
+  copyright rights in its Contribution, if any, to grant the copyright license
+  set forth in this Agreement.
+  
+  3. REQUIREMENTS
+  
+  A Contributor may choose to distribute the Program in object code form under
+  its own license agreement, provided that:
+  
+  a) it complies with the terms and conditions of this Agreement; and
+  
+  b) its license agreement:
+  
+  i) effectively disclaims on behalf of all Contributors all warranties and
+  conditions, express and implied, including warranties or conditions of title
+  and non-infringement, and implied warranties or conditions of merchantability
+  and fitness for a particular purpose;
+  
+  ii) effectively excludes on behalf of all Contributors all liability for
+  damages, including direct, indirect, special, incidental and consequential
+  damages, such as lost profits;
+  
+  iii) states that any provisions which differ from this Agreement are offered by
+  that Contributor alone and not by any other party; and
+  
+  iv) states that source code for the Program is available from such Contributor,
+  and informs licensees how to obtain it in a reasonable manner on or through a
+  medium customarily used for software exchange.
+  
+  When the Program is made available in source code form:
+  
+  a) it must be made available under this Agreement; and
+  
+  b) a copy of this Agreement must be included with each copy of the Program.
+  
+  Contributors may not remove or alter any copyright notices contained within the
+  Program.
+  
+  Each Contributor must identify itself as the originator of its Contribution, if
+  any, in a manner that reasonably allows subsequent Recipients to identify the
+  originator of the Contribution.
+  
+  4. COMMERCIAL DISTRIBUTION
+  
+  Commercial distributors of software may accept certain responsibilities with
+  respect to end users, business partners and the like. While this license is
+  intended to facilitate the commercial use of the Program, the Contributor who
+  includes the Program in a commercial product offering should do so in a manner
+  which does not create potential liability for other Contributors. Therefore, if
+  a Contributor includes the Program in a commercial product offering, such
+  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+  every other Contributor ("Indemnified Contributor") against any losses, damages
+  and costs (collectively "Losses") arising from claims, lawsuits and other legal
+  actions brought by a third party against the Indemnified Contributor to the
+  extent caused by the acts or omissions of such Commercial Contributor in
+  connection with its distribution of the Program in a commercial product
+  offering. The obligations in this section do not apply to any claims or Losses
+  relating to any actual or alleged intellectual property infringement. In order
+  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+  Contributor in writing of such claim, and b) allow the Commercial Contributor
+  to control, and cooperate with the Commercial Contributor in, the defense and
+  any related settlement negotiations. The Indemnified Contributor may
+  participate in any such claim at its own expense.
+  
+  For example, a Contributor might include the Program in a commercial product
+  offering, Product X. That Contributor is then a Commercial Contributor. If that
+  Commercial Contributor then makes performance claims, or offers warranties
+  related to Product X, those performance claims and warranties are such
+  Commercial Contributor's responsibility alone. Under this section, the
+  Commercial Contributor would have to defend claims against the other
+  Contributors related to those performance claims and warranties, and if a court
+  requires any other Contributor to pay any damages as a result, the Commercial
+  Contributor must pay those damages.
+  
+  5. NO WARRANTY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+  Recipient is solely responsible for determining the appropriateness of using
+  and distributing the Program and assumes all risks associated with its exercise
+  of rights under this Agreement , including but not limited to the risks and
+  costs of program errors, compliance with applicable laws, damage to or loss of
+  data, programs or equipment, and unavailability or interruption of operations.
+  
+  6. DISCLAIMER OF LIABILITY
+  
+  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+  
+  7. GENERAL
+  
+  If any provision of this Agreement is invalid or unenforceable under applicable
+  law, it shall not affect the validity or enforceability of the remainder of the
+  terms of this Agreement, and without further action by the parties hereto, such
+  provision shall be reformed to the minimum extent necessary to make such
+  provision valid and enforceable.
+  
+  If Recipient institutes patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
+  (excluding combinations of the Program with other software or hardware)
+  infringes such Recipient's patent(s), then such Recipient's rights granted
+  under Section 2(b) shall terminate as of the date such litigation is filed.
+  
+  All Recipient's rights under this Agreement shall terminate if it fails to
+  comply with any of the material terms or conditions of this Agreement and does
+  not cure such failure in a reasonable period of time after becoming aware of
+  such noncompliance. If all Recipient's rights under this Agreement terminate,
+  Recipient agrees to cease use and distribution of the Program as soon as
+  reasonably practicable. However, Recipient's obligations under this Agreement
+  and any licenses granted by Recipient relating to the Program shall continue
+  and survive.
+  
+  Everyone is permitted to copy and distribute copies of this Agreement, but in
+  order to avoid inconsistency the Agreement is copyrighted and may only be
+  modified in the following manner. The Agreement Steward reserves the right to
+  publish new versions (including revisions) of this Agreement from time to time.
+  No one other than the Agreement Steward has the right to modify this Agreement.
+  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
+  may assign the responsibility to serve as the Agreement Steward to a suitable
+  separate entity. Each new version of the Agreement will be given a
+  distinguishing version number. The Program (including Contributions) may always
+  be distributed subject to the version of the Agreement under which it was
+  received. In addition, after a new version of the Agreement is published,
+  Contributor may elect to distribute the Program (including its Contributions)
+  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
+  above, Recipient receives no rights or licenses to the intellectual property of
+  any Contributor under this Agreement, whether expressly, by implication,
+  estoppel or otherwise. All rights in the Program not expressly granted under
+  this Agreement are reserved.
+  
+  This Agreement is governed by the laws of the State of New York and the
+  intellectual property laws of the United States of America. No party to this
+  Agreement will bring a legal action under this Agreement more than one year
+  after the cause of action arose. Each party waives its rights to a jury trial
+  in any resulting litigation.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/MIT b/usage/dist/licensing/licenses/MIT
new file mode 100644
index 0000000..71dfb45
--- /dev/null
+++ b/usage/dist/licensing/licenses/MIT
@@ -0,0 +1,20 @@
+The MIT License ("MIT")
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/WTFPL
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/WTFPL b/usage/dist/licensing/licenses/WTFPL
new file mode 100644
index 0000000..03c1695
--- /dev/null
+++ b/usage/dist/licensing/licenses/WTFPL
@@ -0,0 +1,15 @@
+WTF Public License
+
+  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
+ 
+  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
+ 
+  Everyone is permitted to copy and distribute verbatim or modified 
+  copies of this license document, and changing it is allowed as long 
+  as the name is changed. 
+ 
+             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
+    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+ 
+   0. You just DO WHAT THE FUCK YOU WANT TO.
+ 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/bouncycastle
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/bouncycastle b/usage/dist/licensing/licenses/bouncycastle
new file mode 100644
index 0000000..8589a0b
--- /dev/null
+++ b/usage/dist/licensing/licenses/bouncycastle
@@ -0,0 +1,23 @@
+Bouncy Castle License
+  
+  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
+  (http://www.bouncycastle.org)
+  
+  Permission is hereby granted, free of charge, to any person obtaining a copy of
+  this software and associated documentation files (the "Software"), to deal in
+  the Software without restriction, including without limitation the rights to
+  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+  of the Software, and to permit persons to whom the Software is furnished to do
+  so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in all
+  copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/jtidy
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jtidy b/usage/dist/licensing/licenses/jtidy
new file mode 100644
index 0000000..0bcb614
--- /dev/null
+++ b/usage/dist/licensing/licenses/jtidy
@@ -0,0 +1,53 @@
+JTidy License
+
+  Java HTML Tidy - JTidy
+  HTML parser and pretty printer
+  
+  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
+  Institute of Technology, Institut National de Recherche en
+  Informatique et en Automatique, Keio University). All Rights
+  Reserved.
+  
+  Contributing Author(s):
+  
+     Dave Raggett <ds...@w3.org>
+     Andy Quick <ac...@sympatico.ca> (translation to Java)
+     Gary L Peskin <ga...@firstech.com> (Java development)
+     Sami Lempinen <sa...@lempinen.net> (release management)
+     Fabrizio Giustina <fgiust at users.sourceforge.net>
+  
+  The contributing author(s) would like to thank all those who
+  helped with testing, bug fixes, and patience.  This wouldn't
+  have been possible without all of you.
+  
+  COPYRIGHT NOTICE:
+   
+  This software and documentation is provided "as is," and
+  the copyright holders and contributing author(s) make no
+  representations or warranties, express or implied, including
+  but not limited to, warranties of merchantability or fitness
+  for any particular purpose or that the use of the software or
+  documentation will not infringe any third party patents,
+  copyrights, trademarks or other rights. 
+  
+  The copyright holders and contributing author(s) will not be
+  liable for any direct, indirect, special or consequential damages
+  arising out of any use of the software or documentation, even if
+  advised of the possibility of such damage.
+  
+  Permission is hereby granted to use, copy, modify, and distribute
+  this source code, or portions hereof, documentation and executables,
+  for any purpose, without fee, subject to the following restrictions:
+  
+  1. The origin of this source code must not be misrepresented.
+  2. Altered versions must be plainly marked as such and must
+     not be misrepresented as being the original source.
+  3. This Copyright notice may not be removed or altered from any
+     source or altered source distribution.
+   
+  The copyright holders and contributing author(s) specifically
+  permit, without fee, and encourage the use of this source code
+  as a component for supporting the Hypertext Markup Language in
+  commercial products. If you use this source code in a product,
+  acknowledgment is not required but would be appreciated.
+  



[07/26] incubator-brooklyn git commit: Revert "can autogenerate LICENSE, and get more required licenses, "

Posted by he...@apache.org.
Revert "can autogenerate LICENSE, and get more required licenses,"

This reverts commit 487bb9cdb52ef54fc807ae9b1c00e36f649af5a0.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8d3e9822
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8d3e9822
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8d3e9822

Branch: refs/heads/master
Commit: 8d3e98226e7cbd9ee3e46ce7eee162b537c65310
Parents: b6a9d39
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 17:37:31 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:37:31 2015 +0100

----------------------------------------------------------------------
 usage/dist/licensing/.gitignore                 |   2 -
 usage/dist/licensing/MAIN_LICENSE_ASL2          | 176 ---------
 usage/dist/licensing/README.md                  |  39 --
 usage/dist/licensing/extras.yaml                | 161 --------
 usage/dist/licensing/licenses/ASL2              | 177 ---------
 usage/dist/licensing/licenses/BSD-2-Clause      |  23 --
 usage/dist/licensing/licenses/BSD-3-Clause      |  27 --
 usage/dist/licensing/licenses/CDDL1             | 381 -------------------
 usage/dist/licensing/licenses/CDDL1.1           | 304 ---------------
 usage/dist/licensing/licenses/EPL1              | 212 -----------
 usage/dist/licensing/licenses/MIT               |  20 -
 usage/dist/licensing/licenses/WTFPL             |  15 -
 usage/dist/licensing/licenses/bouncycastle      |  23 --
 usage/dist/licensing/licenses/jtidy             |  53 ---
 usage/dist/licensing/licenses/jython            |  27 --
 .../licensing/licenses/xpp3_indiana_university  |  45 ---
 usage/dist/licensing/make-license.sh            |  50 ---
 usage/dist/licensing/overrides.yaml             |  50 ---
 18 files changed, 1785 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/.gitignore
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/.gitignore b/usage/dist/licensing/.gitignore
deleted file mode 100644
index 2d17061..0000000
--- a/usage/dist/licensing/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-LICENSE.autogenerated
-notices.autogenerated

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/MAIN_LICENSE_ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/MAIN_LICENSE_ASL2 b/usage/dist/licensing/MAIN_LICENSE_ASL2
deleted file mode 100644
index 68c771a..0000000
--- a/usage/dist/licensing/MAIN_LICENSE_ASL2
+++ /dev/null
@@ -1,176 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md
deleted file mode 100644
index 9fdac99..0000000
--- a/usage/dist/licensing/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-
-This uses a special maven plugin to create license and notification information,
-based on metadata in overrides.yaml and extras.yaml.
-
-First install  https://github.com/ahgittin/license-audit-maven-plugin 
-and then, in the usage/dist/ project of Brooklyn...
-
-
-To see a tree of license info:
-
-    mvn org.heneveld.maven:license-audit-maven-plugin:report \
-        -Dformat=summary \
-        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
-        -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml
-
-
-To create the LICENSE file in the root and in the dist:
-
-    pushd licensing > /dev/null
-    ./make-license.sh > LICENSE.autogenerated || ( echo 'FAILED!!!' && rm LICENSE.autogenerated )
-    cp LICENSE.autogenerated ../../../LICENSE
-    cp LICENSE.autogenerated ../src/main/license/LICENSE
-    popd > /dev/null
-
-
-To generate a CSV:
-
-    mvn org.heneveld.maven:license-audit-maven-plugin:report \
-        -Dformat=csv \
-        -DlistDependencyIdOnly=true \
-        -DsuppressExcludedDependencies=true \
-        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
-        -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml \
-        -DoutputFile=dependencies-licenses.csv
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/extras.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml
deleted file mode 100644
index 10622e9..0000000
--- a/usage/dist/licensing/extras.yaml
+++ /dev/null
@@ -1,161 +0,0 @@
-
-# extras file for org.heneveld.license-audit-maven-plugin
-# supplying info for addl licenses included with brooklyn
-
-- id: jquery.js
-  url: http://jquery.com/
-  description: JS library for manipulating HTML and eventing
-  name: jQuery JavaScript Library
-  files: jquery.js
-  version: 1.7.2
-  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
-  notice: Copyright (c) John Resig (2011)
-  license: MIT
-
-- id: sizzle.js
-  url: http://sizzlejs.com/
-  version: n/a
-  files: included in jquery
-  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
-  notice: Copyright (c) jQuery Foundation and other contributors (2011)
-  license: MIT
-
-- id: Swagger JS
-  files: swagger.js
-  version: 1.0.1
-  url: https://github.com/wordnik/swagger-js
-  license: ASL2
-
-- id: Swagger UI
-  files: swagger-ui.js, swagger.js, jquery.{slideto,wiggle}*.js
-  version: 1.0.1
-  url: https://github.com/wordnik/swagger-ui
-  license: ASL2
-  notice: Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
-  # jquery.wiggle is from WonderGroup/JT, defunct URL http://labs.wondergroup.com/demos/mini-ui/index.html
-
-- id: require.js
-  name: RequireJS 
-  files: require.js, text.js
-  version: 2.0.6 
-  url: http://github.com/jrburke/requirejs for details
-  organization: { name: "The Dojo Foundation", url: "http://dojofoundation.org/" }
-  notice: Copyright (c) The Dojo Foundation (2010-2012)
-  license: MIT
-
--
-  id: backbone.js
-  version: 1.0.0
-  url: http://backbonejs.org
-  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
-  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
-  license: MIT
-
--
-  id: bootstrap.js
-  version: 2.0.4
-  url: http://twitter.github.com/bootstrap/javascript.html#transitions
-  notice: Copyright (c) Twitter, Inc (2012)
-  license: ASL2
-  
--
-  id: underscore.js
-  version: 1.4.4
-  files: underscore*.{js,map}
-  url: http://underscorejs.org
-  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
-  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
-  license: MIT
-
--
-  id: async.js
-  files: async.js
-  version: 0.1.1
-  url: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
-  # ORIGINALLY https://github.com/millermedeiros/requirejs-plugins
-  organization: { name: "Miller Medeiros", url: "https://github.com/millermedeiros/" }
-  description: RequireJS plugin for async dependency load like JSONP and Google Maps
-  notice: Copyright (c) Miller Medeiros (2011)
-  license: MIT 
-
-# used for CLI to build catalog
-- id: typeahead.js
-  version: 0.10.5
-  url: https://github.com/twitter/typeahead.js
-  organization: { name: "Twitter, Inc", url: "http://twitter.com" }
-  notice: Copyright (c) Twitter, Inc. and other contributors (2013-2014)
-  license: MIT
-
--
-  id: handlebars.js
-  files: handlebars*.js
-  version: 1.0-rc1
-  url: https://github.com/wycats/handlebars.js 
-  organization: { name: "Yehuda Katz", url: "https://github.com/wycats/" }
-  notice: Copyright (c) Yehuda Katz (2012)
-  license: MIT
-
--
-  id: jquery.ba-bbq.js
-  name: "jQuery BBQ: Back Button & Query Library"
-  files: jquery.ba-bbq*.js
-  version: 1.2.1
-  url: http://benalman.com/projects/jquery-bbq-plugin/
-  organization: { name: "\"Cowboy\" Ben Alman", url: "http://benalman.com/" }
-  notice: Copyright (c) "\"Cowboy\" Ben Alman (2010)"
-  license: MIT
-
--
-  id: moment.js
-  version: 2.1.0
-  url: http://momentjs.com
-  organization: { name: "Tim Wood", url: "http://momentjs.com" }
-  notice: Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
-  license: MIT
-
--
-  id: ZeroClipboard
-  files: ZeroClipboard.*
-  version: 1.3.1
-  url: http://zeroclipboard.org/
-  organization: { name: "ZeroClipboard contributors", url: "https://github.com/zeroclipboard" }
-  notice: Copyright (c) Jon Rohan, James M. Greene (2014)
-  license: MIT
-
--
-  id: dataTables.js
-  files: jquery.dataTables.js, dataTables.extensions.js
-  version: 1.9.4
-  url: www.datatables.net
-  organization: { name: "SpryMedia Ltd", url: "http://sprymedia.co.uk/" }
-  notice: Copyright (c) Allan Jardine (2008-2012)
-  license: BSD-3-Clause
-
--
-  id: js-uri
-  files: URI.js
-  version: r29
-  url: http://code.google.com/p/js-uri/
-  organization: { name: "js-uri contributors", url: "https://code.google.com/js-uri" }
-  license: BSD-3-Clause
-  # inferred
-  notice: Copyright (c) js-uri contributors (2013)
-
--
-  id: js-yaml.js
-  version: 3.2.7
-  organization: { name: "Vitaly Puzrin", url: "https://github.com/nodeca/" }
-  url: https://github.com/nodeca/
-  notice: Copyright (c) Vitaly Puzrin (2011-2015)
-  license: MIT
-
--
-  id: jquery.form.js
-  name: jQuery Form Plugin
-  version: "3.09"
-  url: https://github.com/malsup/form
-  organization: { name: "Mike Alsup", url: "http://malsup.com/" }
-  notice: Copyright (c) M. Alsup (2006-2013)
-  # also http://malsup.com/jquery/form/
-  license: MIT
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/ASL2 b/usage/dist/licensing/licenses/ASL2
deleted file mode 100644
index eccbc6a..0000000
--- a/usage/dist/licensing/licenses/ASL2
+++ /dev/null
@@ -1,177 +0,0 @@
-Apache License, Version 2.0
-
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/BSD-2-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-2-Clause b/usage/dist/licensing/licenses/BSD-2-Clause
deleted file mode 100644
index 832c10e..0000000
--- a/usage/dist/licensing/licenses/BSD-2-Clause
+++ /dev/null
@@ -1,23 +0,0 @@
-The BSD 2-Clause License
-
-  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.
-  
-  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 HOLDER 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.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-3-Clause b/usage/dist/licensing/licenses/BSD-3-Clause
deleted file mode 100644
index be2692c..0000000
--- a/usage/dist/licensing/licenses/BSD-3-Clause
+++ /dev/null
@@ -1,27 +0,0 @@
-The BSD 3-Clause License ("New BSD")
-
-  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. Neither the name of the copyright holder nor the names of its contributors 
-  may 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 HOLDER 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.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/CDDL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1 b/usage/dist/licensing/licenses/CDDL1
deleted file mode 100644
index 611d916..0000000
--- a/usage/dist/licensing/licenses/CDDL1
+++ /dev/null
@@ -1,381 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/CDDL1.1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1.1 b/usage/dist/licensing/licenses/CDDL1.1
deleted file mode 100644
index def9b35..0000000
--- a/usage/dist/licensing/licenses/CDDL1.1
+++ /dev/null
@@ -1,304 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/EPL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/EPL1 b/usage/dist/licensing/licenses/EPL1
deleted file mode 100644
index 6891076..0000000
--- a/usage/dist/licensing/licenses/EPL1
+++ /dev/null
@@ -1,212 +0,0 @@
-Eclipse Public License, version 1.0
-
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, and implied warranties or conditions of merchantability
-  and fitness for a particular purpose;
-  
-  ii) effectively excludes on behalf of all Contributors all liability for
-  damages, including direct, indirect, special, incidental and consequential
-  damages, such as lost profits;
-  
-  iii) states that any provisions which differ from this Agreement are offered by
-  that Contributor alone and not by any other party; and
-  
-  iv) states that source code for the Program is available from such Contributor,
-  and informs licensees how to obtain it in a reasonable manner on or through a
-  medium customarily used for software exchange.
-  
-  When the Program is made available in source code form:
-  
-  a) it must be made available under this Agreement; and
-  
-  b) a copy of this Agreement must be included with each copy of the Program.
-  
-  Contributors may not remove or alter any copyright notices contained within the
-  Program.
-  
-  Each Contributor must identify itself as the originator of its Contribution, if
-  any, in a manner that reasonably allows subsequent Recipients to identify the
-  originator of the Contribution.
-  
-  4. COMMERCIAL DISTRIBUTION
-  
-  Commercial distributors of software may accept certain responsibilities with
-  respect to end users, business partners and the like. While this license is
-  intended to facilitate the commercial use of the Program, the Contributor who
-  includes the Program in a commercial product offering should do so in a manner
-  which does not create potential liability for other Contributors. Therefore, if
-  a Contributor includes the Program in a commercial product offering, such
-  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-  every other Contributor ("Indemnified Contributor") against any losses, damages
-  and costs (collectively "Losses") arising from claims, lawsuits and other legal
-  actions brought by a third party against the Indemnified Contributor to the
-  extent caused by the acts or omissions of such Commercial Contributor in
-  connection with its distribution of the Program in a commercial product
-  offering. The obligations in this section do not apply to any claims or Losses
-  relating to any actual or alleged intellectual property infringement. In order
-  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-  Contributor in writing of such claim, and b) allow the Commercial Contributor
-  to control, and cooperate with the Commercial Contributor in, the defense and
-  any related settlement negotiations. The Indemnified Contributor may
-  participate in any such claim at its own expense.
-  
-  For example, a Contributor might include the Program in a commercial product
-  offering, Product X. That Contributor is then a Commercial Contributor. If that
-  Commercial Contributor then makes performance claims, or offers warranties
-  related to Product X, those performance claims and warranties are such
-  Commercial Contributor's responsibility alone. Under this section, the
-  Commercial Contributor would have to defend claims against the other
-  Contributors related to those performance claims and warranties, and if a court
-  requires any other Contributor to pay any damages as a result, the Commercial
-  Contributor must pay those damages.
-  
-  5. NO WARRANTY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
-  Recipient is solely responsible for determining the appropriateness of using
-  and distributing the Program and assumes all risks associated with its exercise
-  of rights under this Agreement , including but not limited to the risks and
-  costs of program errors, compliance with applicable laws, damage to or loss of
-  data, programs or equipment, and unavailability or interruption of operations.
-  
-  6. DISCLAIMER OF LIABILITY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
-  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-  
-  7. GENERAL
-  
-  If any provision of this Agreement is invalid or unenforceable under applicable
-  law, it shall not affect the validity or enforceability of the remainder of the
-  terms of this Agreement, and without further action by the parties hereto, such
-  provision shall be reformed to the minimum extent necessary to make such
-  provision valid and enforceable.
-  
-  If Recipient institutes patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
-  (excluding combinations of the Program with other software or hardware)
-  infringes such Recipient's patent(s), then such Recipient's rights granted
-  under Section 2(b) shall terminate as of the date such litigation is filed.
-  
-  All Recipient's rights under this Agreement shall terminate if it fails to
-  comply with any of the material terms or conditions of this Agreement and does
-  not cure such failure in a reasonable period of time after becoming aware of
-  such noncompliance. If all Recipient's rights under this Agreement terminate,
-  Recipient agrees to cease use and distribution of the Program as soon as
-  reasonably practicable. However, Recipient's obligations under this Agreement
-  and any licenses granted by Recipient relating to the Program shall continue
-  and survive.
-  
-  Everyone is permitted to copy and distribute copies of this Agreement, but in
-  order to avoid inconsistency the Agreement is copyrighted and may only be
-  modified in the following manner. The Agreement Steward reserves the right to
-  publish new versions (including revisions) of this Agreement from time to time.
-  No one other than the Agreement Steward has the right to modify this Agreement.
-  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
-  may assign the responsibility to serve as the Agreement Steward to a suitable
-  separate entity. Each new version of the Agreement will be given a
-  distinguishing version number. The Program (including Contributions) may always
-  be distributed subject to the version of the Agreement under which it was
-  received. In addition, after a new version of the Agreement is published,
-  Contributor may elect to distribute the Program (including its Contributions)
-  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
-  above, Recipient receives no rights or licenses to the intellectual property of
-  any Contributor under this Agreement, whether expressly, by implication,
-  estoppel or otherwise. All rights in the Program not expressly granted under
-  this Agreement are reserved.
-  
-  This Agreement is governed by the laws of the State of New York and the
-  intellectual property laws of the United States of America. No party to this
-  Agreement will bring a legal action under this Agreement more than one year
-  after the cause of action arose. Each party waives its rights to a jury trial
-  in any resulting litigation.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/MIT b/usage/dist/licensing/licenses/MIT
deleted file mode 100644
index 71dfb45..0000000
--- a/usage/dist/licensing/licenses/MIT
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License ("MIT")
-
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/WTFPL
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/WTFPL b/usage/dist/licensing/licenses/WTFPL
deleted file mode 100644
index 03c1695..0000000
--- a/usage/dist/licensing/licenses/WTFPL
+++ /dev/null
@@ -1,15 +0,0 @@
-WTF Public License
-
-  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
- 
-  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
- 
-  Everyone is permitted to copy and distribute verbatim or modified 
-  copies of this license document, and changing it is allowed as long 
-  as the name is changed. 
- 
-             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
-    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
- 
-   0. You just DO WHAT THE FUCK YOU WANT TO.
- 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/bouncycastle
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/bouncycastle b/usage/dist/licensing/licenses/bouncycastle
deleted file mode 100644
index 8589a0b..0000000
--- a/usage/dist/licensing/licenses/bouncycastle
+++ /dev/null
@@ -1,23 +0,0 @@
-Bouncy Castle License
-  
-  Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc.
-  (http://www.bouncycastle.org)
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy of
-  this software and associated documentation files (the "Software"), to deal in
-  the Software without restriction, including without limitation the rights to
-  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Software, and to permit persons to whom the Software is furnished to do
-  so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in all
-  copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-  SOFTWARE.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/jtidy
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jtidy b/usage/dist/licensing/licenses/jtidy
deleted file mode 100644
index 0bcb614..0000000
--- a/usage/dist/licensing/licenses/jtidy
+++ /dev/null
@@ -1,53 +0,0 @@
-JTidy License
-
-  Java HTML Tidy - JTidy
-  HTML parser and pretty printer
-  
-  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
-  Institute of Technology, Institut National de Recherche en
-  Informatique et en Automatique, Keio University). All Rights
-  Reserved.
-  
-  Contributing Author(s):
-  
-     Dave Raggett <ds...@w3.org>
-     Andy Quick <ac...@sympatico.ca> (translation to Java)
-     Gary L Peskin <ga...@firstech.com> (Java development)
-     Sami Lempinen <sa...@lempinen.net> (release management)
-     Fabrizio Giustina <fgiust at users.sourceforge.net>
-  
-  The contributing author(s) would like to thank all those who
-  helped with testing, bug fixes, and patience.  This wouldn't
-  have been possible without all of you.
-  
-  COPYRIGHT NOTICE:
-   
-  This software and documentation is provided "as is," and
-  the copyright holders and contributing author(s) make no
-  representations or warranties, express or implied, including
-  but not limited to, warranties of merchantability or fitness
-  for any particular purpose or that the use of the software or
-  documentation will not infringe any third party patents,
-  copyrights, trademarks or other rights. 
-  
-  The copyright holders and contributing author(s) will not be
-  liable for any direct, indirect, special or consequential damages
-  arising out of any use of the software or documentation, even if
-  advised of the possibility of such damage.
-  
-  Permission is hereby granted to use, copy, modify, and distribute
-  this source code, or portions hereof, documentation and executables,
-  for any purpose, without fee, subject to the following restrictions:
-  
-  1. The origin of this source code must not be misrepresented.
-  2. Altered versions must be plainly marked as such and must
-     not be misrepresented as being the original source.
-  3. This Copyright notice may not be removed or altered from any
-     source or altered source distribution.
-   
-  The copyright holders and contributing author(s) specifically
-  permit, without fee, and encourage the use of this source code
-  as a component for supporting the Hypertext Markup Language in
-  commercial products. If you use this source code in a product,
-  acknowledgment is not required but would be appreciated.
-  



[24/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/CDDL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1 b/usage/dist/licensing/licenses/CDDL1
deleted file mode 100644
index 611d916..0000000
--- a/usage/dist/licensing/licenses/CDDL1
+++ /dev/null
@@ -1,381 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/CDDL1.1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/CDDL1.1 b/usage/dist/licensing/licenses/CDDL1.1
deleted file mode 100644
index def9b35..0000000
--- a/usage/dist/licensing/licenses/CDDL1.1
+++ /dev/null
@@ -1,304 +0,0 @@
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/EPL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/EPL1 b/usage/dist/licensing/licenses/EPL1
deleted file mode 100644
index 6891076..0000000
--- a/usage/dist/licensing/licenses/EPL1
+++ /dev/null
@@ -1,212 +0,0 @@
-Eclipse Public License, version 1.0
-
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, and implied warranties or conditions of merchantability
-  and fitness for a particular purpose;
-  
-  ii) effectively excludes on behalf of all Contributors all liability for
-  damages, including direct, indirect, special, incidental and consequential
-  damages, such as lost profits;
-  
-  iii) states that any provisions which differ from this Agreement are offered by
-  that Contributor alone and not by any other party; and
-  
-  iv) states that source code for the Program is available from such Contributor,
-  and informs licensees how to obtain it in a reasonable manner on or through a
-  medium customarily used for software exchange.
-  
-  When the Program is made available in source code form:
-  
-  a) it must be made available under this Agreement; and
-  
-  b) a copy of this Agreement must be included with each copy of the Program.
-  
-  Contributors may not remove or alter any copyright notices contained within the
-  Program.
-  
-  Each Contributor must identify itself as the originator of its Contribution, if
-  any, in a manner that reasonably allows subsequent Recipients to identify the
-  originator of the Contribution.
-  
-  4. COMMERCIAL DISTRIBUTION
-  
-  Commercial distributors of software may accept certain responsibilities with
-  respect to end users, business partners and the like. While this license is
-  intended to facilitate the commercial use of the Program, the Contributor who
-  includes the Program in a commercial product offering should do so in a manner
-  which does not create potential liability for other Contributors. Therefore, if
-  a Contributor includes the Program in a commercial product offering, such
-  Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
-  every other Contributor ("Indemnified Contributor") against any losses, damages
-  and costs (collectively "Losses") arising from claims, lawsuits and other legal
-  actions brought by a third party against the Indemnified Contributor to the
-  extent caused by the acts or omissions of such Commercial Contributor in
-  connection with its distribution of the Program in a commercial product
-  offering. The obligations in this section do not apply to any claims or Losses
-  relating to any actual or alleged intellectual property infringement. In order
-  to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-  Contributor in writing of such claim, and b) allow the Commercial Contributor
-  to control, and cooperate with the Commercial Contributor in, the defense and
-  any related settlement negotiations. The Indemnified Contributor may
-  participate in any such claim at its own expense.
-  
-  For example, a Contributor might include the Program in a commercial product
-  offering, Product X. That Contributor is then a Commercial Contributor. If that
-  Commercial Contributor then makes performance claims, or offers warranties
-  related to Product X, those performance claims and warranties are such
-  Commercial Contributor's responsibility alone. Under this section, the
-  Commercial Contributor would have to defend claims against the other
-  Contributors related to those performance claims and warranties, and if a court
-  requires any other Contributor to pay any damages as a result, the Commercial
-  Contributor must pay those damages.
-  
-  5. NO WARRANTY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
-  IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
-  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
-  Recipient is solely responsible for determining the appropriateness of using
-  and distributing the Program and assumes all risks associated with its exercise
-  of rights under this Agreement , including but not limited to the risks and
-  costs of program errors, compliance with applicable laws, damage to or loss of
-  data, programs or equipment, and unavailability or interruption of operations.
-  
-  6. DISCLAIMER OF LIABILITY
-  
-  EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
-  CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
-  PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
-  GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-  
-  7. GENERAL
-  
-  If any provision of this Agreement is invalid or unenforceable under applicable
-  law, it shall not affect the validity or enforceability of the remainder of the
-  terms of this Agreement, and without further action by the parties hereto, such
-  provision shall be reformed to the minimum extent necessary to make such
-  provision valid and enforceable.
-  
-  If Recipient institutes patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Program itself
-  (excluding combinations of the Program with other software or hardware)
-  infringes such Recipient's patent(s), then such Recipient's rights granted
-  under Section 2(b) shall terminate as of the date such litigation is filed.
-  
-  All Recipient's rights under this Agreement shall terminate if it fails to
-  comply with any of the material terms or conditions of this Agreement and does
-  not cure such failure in a reasonable period of time after becoming aware of
-  such noncompliance. If all Recipient's rights under this Agreement terminate,
-  Recipient agrees to cease use and distribution of the Program as soon as
-  reasonably practicable. However, Recipient's obligations under this Agreement
-  and any licenses granted by Recipient relating to the Program shall continue
-  and survive.
-  
-  Everyone is permitted to copy and distribute copies of this Agreement, but in
-  order to avoid inconsistency the Agreement is copyrighted and may only be
-  modified in the following manner. The Agreement Steward reserves the right to
-  publish new versions (including revisions) of this Agreement from time to time.
-  No one other than the Agreement Steward has the right to modify this Agreement.
-  The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
-  may assign the responsibility to serve as the Agreement Steward to a suitable
-  separate entity. Each new version of the Agreement will be given a
-  distinguishing version number. The Program (including Contributions) may always
-  be distributed subject to the version of the Agreement under which it was
-  received. In addition, after a new version of the Agreement is published,
-  Contributor may elect to distribute the Program (including its Contributions)
-  under the new version. Except as expressly stated in Sections 2(a) and 2(b)
-  above, Recipient receives no rights or licenses to the intellectual property of
-  any Contributor under this Agreement, whether expressly, by implication,
-  estoppel or otherwise. All rights in the Program not expressly granted under
-  this Agreement are reserved.
-  
-  This Agreement is governed by the laws of the State of New York and the
-  intellectual property laws of the United States of America. No party to this
-  Agreement will bring a legal action under this Agreement more than one year
-  after the cause of action arose. Each party waives its rights to a jury trial
-  in any resulting litigation.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/MIT
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/MIT b/usage/dist/licensing/licenses/MIT
deleted file mode 100644
index 71dfb45..0000000
--- a/usage/dist/licensing/licenses/MIT
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License ("MIT")
-
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/WTFPL
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/WTFPL b/usage/dist/licensing/licenses/WTFPL
deleted file mode 100644
index 03c1695..0000000
--- a/usage/dist/licensing/licenses/WTFPL
+++ /dev/null
@@ -1,15 +0,0 @@
-WTF Public License
-
-  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 
- 
-  Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net> 
- 
-  Everyone is permitted to copy and distribute verbatim or modified 
-  copies of this license document, and changing it is allowed as long 
-  as the name is changed. 
- 
-             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
-    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
- 
-   0. You just DO WHAT THE FUCK YOU WANT TO.
- 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/ASL2 b/usage/dist/licensing/licenses/binary/ASL2
new file mode 100644
index 0000000..eccbc6a
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/ASL2
@@ -0,0 +1,177 @@
+Apache License, Version 2.0
+
+  Apache License
+  Version 2.0, January 2004
+  http://www.apache.org/licenses/
+  
+  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+  
+  1. Definitions.
+  
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+  
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+  
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+  
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+  
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+  
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+  
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+  
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+  
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+  
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+  
+  2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+  
+  3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license applies only to those patent claims licensable
+  by such Contributor that are necessarily infringed by their
+  Contribution(s) alone or by combination of their Contribution(s)
+  with the Work to which such Contribution(s) was submitted. If You
+  institute patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Work
+  or a Contribution incorporated within the Work constitutes direct
+  or contributory patent infringement, then any patent licenses
+  granted to You under this License for that Work shall terminate
+  as of the date such litigation is filed.
+  
+  4. Redistribution. You may reproduce and distribute copies of the
+  Work or Derivative Works thereof in any medium, with or without
+  modifications, and in Source or Object form, provided that You
+  meet the following conditions:
+  
+  (a) You must give any other recipients of the Work or
+  Derivative Works a copy of this License; and
+  
+  (b) You must cause any modified files to carry prominent notices
+  stating that You changed the files; and
+  
+  (c) You must retain, in the Source form of any Derivative Works
+  that You distribute, all copyright, patent, trademark, and
+  attribution notices from the Source form of the Work,
+  excluding those notices that do not pertain to any part of
+  the Derivative Works; and
+  
+  (d) If the Work includes a "NOTICE" text file as part of its
+  distribution, then any Derivative Works that You distribute must
+  include a readable copy of the attribution notices contained
+  within such NOTICE file, excluding those notices that do not
+  pertain to any part of the Derivative Works, in at least one
+  of the following places: within a NOTICE text file distributed
+  as part of the Derivative Works; within the Source form or
+  documentation, if provided along with the Derivative Works; or,
+  within a display generated by the Derivative Works, if and
+  wherever such third-party notices normally appear. The contents
+  of the NOTICE file are for informational purposes only and
+  do not modify the License. You may add Your own attribution
+  notices within Derivative Works that You distribute, alongside
+  or as an addendum to the NOTICE text from the Work, provided
+  that such additional attribution notices cannot be construed
+  as modifying the License.
+  
+  You may add Your own copyright statement to Your modifications and
+  may provide additional or different license terms and conditions
+  for use, reproduction, or distribution of Your modifications, or
+  for any such Derivative Works as a whole, provided Your use,
+  reproduction, and distribution of the Work otherwise complies with
+  the conditions stated in this License.
+  
+  5. Submission of Contributions. Unless You explicitly state otherwise,
+  any Contribution intentionally submitted for inclusion in the Work
+  by You to the Licensor shall be under the terms and conditions of
+  this License, without any additional terms or conditions.
+  Notwithstanding the above, nothing herein shall supersede or modify
+  the terms of any separate license agreement you may have executed
+  with Licensor regarding such Contributions.
+  
+  6. Trademarks. This License does not grant permission to use the trade
+  names, trademarks, service marks, or product names of the Licensor,
+  except as required for reasonable and customary use in describing the
+  origin of the Work and reproducing the content of the NOTICE file.
+  
+  7. Disclaimer of Warranty. Unless required by applicable law or
+  agreed to in writing, Licensor provides the Work (and each
+  Contributor provides its Contributions) on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied, including, without limitation, any warranties or conditions
+  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+  PARTICULAR PURPOSE. You are solely responsible for determining the
+  appropriateness of using or redistributing the Work and assume any
+  risks associated with Your exercise of permissions under this License.
+  
+  8. Limitation of Liability. In no event and under no legal theory,
+  whether in tort (including negligence), contract, or otherwise,
+  unless required by applicable law (such as deliberate and grossly
+  negligent acts) or agreed to in writing, shall any Contributor be
+  liable to You for damages, including any direct, indirect, special,
+  incidental, or consequential damages of any character arising as a
+  result of this License or out of the use or inability to use the
+  Work (including but not limited to damages for loss of goodwill,
+  work stoppage, computer failure or malfunction, or any and all
+  other commercial damages or losses), even if such Contributor
+  has been advised of the possibility of such damages.
+  
+  9. Accepting Warranty or Additional Liability. While redistributing
+  the Work or Derivative Works thereof, You may choose to offer,
+  and charge a fee for, acceptance of support, warranty, indemnity,
+  or other liability obligations and/or rights consistent with this
+  License. However, in accepting such obligations, You may act only
+  on Your own behalf and on Your sole responsibility, not on behalf
+  of any other Contributor, and only if You agree to indemnify,
+  defend, and hold each Contributor harmless for any liability
+  incurred by, or claims asserted against, such Contributor by reason
+  of your accepting any such warranty or additional liability.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/BSD-2-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/BSD-2-Clause b/usage/dist/licensing/licenses/binary/BSD-2-Clause
new file mode 100644
index 0000000..832c10e
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/BSD-2-Clause
@@ -0,0 +1,23 @@
+The BSD 2-Clause License
+
+  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.
+  
+  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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/BSD-3-Clause b/usage/dist/licensing/licenses/binary/BSD-3-Clause
new file mode 100644
index 0000000..be2692c
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/BSD-3-Clause
@@ -0,0 +1,27 @@
+The BSD 3-Clause License ("New BSD")
+
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/binary/CDDL1
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/binary/CDDL1 b/usage/dist/licensing/licenses/binary/CDDL1
new file mode 100644
index 0000000..611d916
--- /dev/null
+++ b/usage/dist/licensing/licenses/binary/CDDL1
@@ -0,0 +1,381 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+  1. Definitions.
+  
+  1.1. "Contributor" means each individual or entity that
+  creates or contributes to the creation of Modifications.
+  
+  1.2. "Contributor Version" means the combination of the
+  Original Software, prior Modifications used by a
+  Contributor (if any), and the Modifications made by that
+  particular Contributor.
+  
+  1.3. "Covered Software" means (a) the Original Software, or
+  (b) Modifications, or (c) the combination of files
+  containing Original Software with files containing
+  Modifications, in each case including portions thereof.
+  
+  1.4. "Executable" means the Covered Software in any form
+  other than Source Code. 
+  
+  1.5. "Initial Developer" means the individual or entity
+  that first makes Original Software available under this
+  License. 
+  
+  1.6. "Larger Work" means a work which combines Covered
+  Software or portions thereof with code not governed by the
+  terms of this License.
+  
+  1.7. "License" means this document.
+  
+  1.8. "Licensable" means having the right to grant, to the
+  maximum extent possible, whether at the time of the initial
+  grant or subsequently acquired, any and all of the rights
+  conveyed herein.
+  
+  1.9. "Modifications" means the Source Code and Executable
+  form of any of the following: 
+  
+  A. Any file that results from an addition to,
+  deletion from or modification of the contents of a
+  file containing Original Software or previous
+  Modifications; 
+  
+  B. Any new file that contains any part of the
+  Original Software or previous Modification; or 
+  
+  C. Any new file that is contributed or otherwise made
+  available under the terms of this License.
+  
+  1.10. "Original Software" means the Source Code and
+  Executable form of computer software code that is
+  originally released under this License. 
+  
+  1.11. "Patent Claims" means any patent claim(s), now owned
+  or hereafter acquired, including without limitation,
+  method, process, and apparatus claims, in any patent
+  Licensable by grantor. 
+  
+  1.12. "Source Code" means (a) the common form of computer
+  software code in which modifications are made and (b)
+  associated documentation included in or with such code.
+  
+  1.13. "You" (or "Your") means an individual or a legal
+  entity exercising rights under, and complying with all of
+  the terms of, this License. For legal entities, "You"
+  includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this
+  definition, "control" means (a) the power, direct or
+  indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership
+  of more than fifty percent (50%) of the outstanding shares
+  or beneficial ownership of such entity.
+  
+  2. License Grants. 
+  
+  2.1. The Initial Developer Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide,
+  royalty-free, non-exclusive license: 
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Initial Developer,
+  to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or
+  portions thereof), with or without Modifications,
+  and/or as part of a Larger Work; and 
+  
+  (b) under Patent Claims infringed by the making,
+  using or selling of Original Software, to make, have
+  made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or
+  portions thereof). 
+  
+  (c) The licenses granted in Sections 2.1(a) and (b)
+  are effective on the date Initial Developer first
+  distributes or otherwise makes the Original Software
+  available to a third party under the terms of this
+  License. 
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent
+  license is granted: (1) for code that You delete from
+  the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original
+  Software, or (ii) the combination of the Original
+  Software with other software or devices. 
+  
+  2.2. Contributor Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, each
+  Contributor hereby grants You a world-wide, royalty-free,
+  non-exclusive license:
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Contributor to
+  use, reproduce, modify, display, perform, sublicense
+  and distribute the Modifications created by such
+  Contributor (or portions thereof), either on an
+  unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making,
+  using, or selling of Modifications made by that
+  Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such
+  combination), to make, use, sell, offer for sale,
+  have made, and/or otherwise dispose of: (1)
+  Modifications made by that Contributor (or portions
+  thereof); and (2) the combination of Modifications
+  made by that Contributor with its Contributor Version
+  (or portions of such combination). 
+  
+  (c) The licenses granted in Sections 2.2(a) and
+  2.2(b) are effective on the date Contributor first
+  distributes or otherwise makes the Modifications
+  available to a third party. 
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent
+  license is granted: (1) for any code that Contributor
+  has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party
+  modifications of Contributor Version, or (ii) the
+  combination of Modifications made by that Contributor
+  with other software (except as part of the
+  Contributor Version) or other devices; or (3) under
+  Patent Claims infringed by Covered Software in the
+  absence of Modifications made by that Contributor. 
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.
+  
+  Any Covered Software that You distribute or otherwise make
+  available in Executable form must also be made available in
+  Source Code form and that Source Code form must be
+  distributed only under the terms of this License. You must
+  include a copy of this License with every copy of the
+  Source Code form of the Covered Software You distribute or
+  otherwise make available. You must inform recipients of any
+  such Covered Software in Executable form as to how they can
+  obtain such Covered Software in Source Code form in a
+  reasonable manner on or through a medium customarily used
+  for software exchange.
+  
+  3.2. Modifications.
+  
+  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You
+  represent that You believe Your Modifications are Your
+  original creation(s) and/or You have sufficient rights to
+  grant the rights conveyed by this License.
+  
+  3.3. Required Notices.
+  
+  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification.
+  You may not remove or alter any copyright, patent or
+  trademark notices contained within the Covered Software, or
+  any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.
+  
+  You may not offer or impose any terms on any Covered
+  Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients"
+  rights hereunder. You may choose to offer, and to charge a
+  fee for, warranty, support, indemnity or liability
+  obligations to one or more recipients of Covered Software.
+  However, you may do so only on Your own behalf, and not on
+  behalf of the Initial Developer or any Contributor. You
+  must make it absolutely clear that any such warranty,
+  support, indemnity or liability obligation is offered by
+  You alone, and You hereby agree to indemnify the Initial
+  Developer and every Contributor for any liability incurred
+  by the Initial Developer or such Contributor as a result of
+  warranty, support, indemnity or liability terms You offer.
+      
+  3.5. Distribution of Executable Versions.
+  
+  You may distribute the Executable form of the Covered
+  Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms
+  different from this License, provided that You are in
+  compliance with the terms of this License and that the
+  license for the Executable form does not attempt to limit
+  or alter the recipient"s rights in the Source Code form
+  from the rights set forth in this License. If You
+  distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that
+  any terms which differ from this License are offered by You
+  alone, not by the Initial Developer or Contributor. You
+  hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial
+  Developer or such Contributor as a result of any such terms
+  You offer.
+  
+  3.6. Larger Works.
+  
+  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License
+  and distribute the Larger Work as a single product. In such
+  a case, You must make sure the requirements of this License
+  are fulfilled for the Covered Software. 
+  
+  4. Versions of the License. 
+  
+  4.1. New Versions.
+  
+  Sun Microsystems, Inc. is the initial license steward and
+  may publish revised and/or new versions of this License
+  from time to time. Each version will be given a
+  distinguishing version number. Except as provided in
+  Section 4.3, no one other than the license steward has the
+  right to modify this License. 
+  
+  4.2. Effect of New Versions.
+  
+  You may always continue to use, distribute or otherwise
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. If the Initial Developer includes a
+  notice in the Original Software prohibiting it from being
+  distributed or otherwise made available under any
+  subsequent version of the License, You must distribute and
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. Otherwise, You may also choose to
+  use, distribute or otherwise make the Covered Software
+  available under the terms of any subsequent version of the
+  License published by the license steward. 
+  
+  4.3. Modified Versions.
+  
+  When You are an Initial Developer and You want to create a
+  new license for Your Original Software, You may create and
+  use a modified version of this License if You: (a) rename
+  the license and remove any references to the name of the
+  license steward (except to note that the license differs
+  from this License); and (b) otherwise make it clear that
+  the license contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.
+  
+  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+  DISCLAIMER. 
+  
+  6. TERMINATION. 
+  
+  6.1. This License and the rights granted hereunder will
+  terminate automatically if You fail to comply with terms
+  herein and fail to cure such breach within 30 days of
+  becoming aware of the breach. Provisions which, by their
+  nature, must remain in effect beyond the termination of
+  this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding
+  declaratory judgment actions) against Initial Developer or
+  a Contributor (the Initial Developer or Contributor against
+  whom You assert such claim is referred to as "Participant")
+  alleging that the Participant Software (meaning the
+  Contributor Version where the Participant is a Contributor
+  or the Original Software where the Participant is the
+  Initial Developer) directly or indirectly infringes any
+  patent, then any and all rights granted directly or
+  indirectly to You by such Participant, the Initial
+  Developer (if the Initial Developer is not the Participant)
+  and all Contributors under Sections 2.1 and/or 2.2 of this
+  License shall, upon 60 days notice from Participant
+  terminate prospectively and automatically at the expiration
+  of such 60 day notice period, unless if within such 60 day
+  period You withdraw Your claim with respect to the
+  Participant Software against such Participant either
+  unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. In the event of termination under Sections 6.1 or 6.2
+  above, all end user licenses that have been validly granted
+  by You or any distributor hereunder prior to termination
+  (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
+  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+  APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a "commercial item," as that term is
+  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+  computer software" (as that term is defined at 48 C.F.R. "
+  252.227-7014(a)(1)) and "commercial computer software
+  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+  through 227.7202-4 (June 1995), all U.S. Government End Users
+  acquire Covered Software with only those rights set forth herein.
+  This U.S. Government Rights clause is in lieu of, and supersedes,
+  any other FAR, DFAR, or other clause or provision that addresses
+  Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject
+  matter hereof. If any provision of this License is held to be
+  unenforceable, such provision shall be reformed only to the
+  extent necessary to make it enforceable. This License shall be
+  governed by the law of the jurisdiction specified in a notice
+  contained within the Original Software (except to the extent
+  applicable law, if any, provides otherwise), excluding such
+  jurisdiction"s conflict-of-law provisions. Any litigation
+  relating to this License shall be subject to the jurisdiction of
+  the courts located in the jurisdiction and venue specified in a
+  notice contained within the Original Software, with the losing
+  party responsible for costs, including, without limitation, court
+  costs and reasonable attorneys" fees and expenses. The
+  application of the United Nations Convention on Contracts for the
+  International Sale of Goods is expressly excluded. Any law or
+  regulation which provides that the language of a contract shall
+  be construed against the drafter shall not apply to this License.
+  You agree that You alone are responsible for compliance with the
+  United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use,
+  distribute or otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is
+  responsible for claims and damages arising, directly or
+  indirectly, out of its utilization of rights under this License
+  and You agree to work with Initial Developer and Contributors to
+  distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission
+  of liability.
+  


[04/26] incubator-brooklyn git commit: Revert "new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing"

Posted by he...@apache.org.
Revert "new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing"

This reverts commit 32b9579d67fcdc8e469ccfce10a4c9c2296239cc.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/99f69c34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/99f69c34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/99f69c34

Branch: refs/heads/master
Commit: 99f69c34c2a00340e6b9ad3058a39f03159f2739
Parents: bea3567
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 17:37:28 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:37:28 2015 +0100

----------------------------------------------------------------------
 LICENSE                             | 1823 +----------------
 usage/dist/src/main/license/LICENSE | 3255 ++++++++++++++----------------
 2 files changed, 1599 insertions(+), 3479 deletions(-)
----------------------------------------------------------------------



[10/26] incubator-brooklyn git commit: new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing

Posted by he...@apache.org.
new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f52b66be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f52b66be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f52b66be

Branch: refs/heads/master
Commit: f52b66be798c489e3a1d173ccc5a0fb82bb2af01
Parents: 02cc391
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Aug 13 18:25:18 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:15 2015 +0100

----------------------------------------------------------------------
 LICENSE                             | 1823 ++++++++++++++++-
 usage/dist/src/main/license/LICENSE | 3255 ++++++++++++++++--------------
 2 files changed, 3479 insertions(+), 1599 deletions(-)
----------------------------------------------------------------------



[25/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
scripts for auto-generating the various LICENSE files we need


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0c9ac7b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0c9ac7b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0c9ac7b0

Branch: refs/heads/master
Commit: 0c9ac7b0dd375d82a1507c89193dd961cbdf9a17
Parents: e3a3e43
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 15:33:15 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:16 2015 +0100

----------------------------------------------------------------------
 usage/cli/pom.xml                               |    4 +-
 usage/cli/src/main/license/DISCLAIMER           |    8 -
 usage/cli/src/main/license/LICENSE              |  208 --
 usage/cli/src/main/license/NOTICE               |    5 -
 usage/cli/src/main/license/README.md            |    7 +
 usage/cli/src/main/license/files/DISCLAIMER     |    8 +
 usage/cli/src/main/license/files/LICENSE        |  208 ++
 usage/cli/src/main/license/files/NOTICE         |    5 +
 .../cli/src/main/license/source-inclusions.yaml |   24 +
 usage/cli/src/test/license/DISCLAIMER           |    8 -
 usage/cli/src/test/license/LICENSE              |  175 --
 usage/cli/src/test/license/NOTICE               |    5 -
 usage/cli/src/test/license/files/DISCLAIMER     |    8 +
 usage/cli/src/test/license/files/LICENSE        |  175 ++
 usage/cli/src/test/license/files/NOTICE         |    5 +
 usage/dist/licensing/README.md                  |   80 +-
 usage/dist/licensing/extras-files               |    1 +
 usage/dist/licensing/extras.yaml                |  179 --
 usage/dist/licensing/licenses/ASL2              |  177 --
 usage/dist/licensing/licenses/BSD-2-Clause      |   23 -
 usage/dist/licensing/licenses/BSD-3-Clause      |   27 -
 usage/dist/licensing/licenses/CDDL1             |  381 ----
 usage/dist/licensing/licenses/CDDL1.1           |  304 ---
 usage/dist/licensing/licenses/EPL1              |  212 --
 usage/dist/licensing/licenses/MIT               |   20 -
 usage/dist/licensing/licenses/WTFPL             |   15 -
 usage/dist/licensing/licenses/binary/ASL2       |  177 ++
 .../dist/licensing/licenses/binary/BSD-2-Clause |   23 +
 .../dist/licensing/licenses/binary/BSD-3-Clause |   27 +
 usage/dist/licensing/licenses/binary/CDDL1      |  381 ++++
 usage/dist/licensing/licenses/binary/CDDL1.1    |  304 +++
 usage/dist/licensing/licenses/binary/EPL1       |  212 ++
 usage/dist/licensing/licenses/binary/MIT        |   20 +
 usage/dist/licensing/licenses/binary/WTFPL      |   15 +
 .../dist/licensing/licenses/binary/bouncycastle |   23 +
 usage/dist/licensing/licenses/binary/jtidy      |   53 +
 usage/dist/licensing/licenses/binary/jython     |   27 +
 .../licenses/binary/xpp3_indiana_university     |   45 +
 usage/dist/licensing/licenses/bouncycastle      |   23 -
 usage/dist/licensing/licenses/cli/MIT           |   20 +
 .../dist/licensing/licenses/jsgui/BSD-3-Clause  |   27 +
 usage/dist/licensing/licenses/jsgui/MIT         |   20 +
 usage/dist/licensing/licenses/jtidy             |   53 -
 usage/dist/licensing/licenses/jython            |   27 -
 .../dist/licensing/licenses/source/BSD-3-Clause |   27 +
 usage/dist/licensing/licenses/source/MIT        |   20 +
 .../licensing/licenses/xpp3_indiana_university  |   45 -
 usage/dist/licensing/make-all-licenses.sh       |   61 +
 usage/dist/licensing/make-license.sh            |   69 -
 usage/dist/licensing/make-one-license.sh        |   77 +
 usage/dist/licensing/overrides.yaml             |  166 +-
 .../licensing/projects-with-custom-licenses     |    2 +
 usage/dist/pom.xml                              |    2 +
 .../dist/src/main/config/build-distribution.xml |    2 +-
 usage/dist/src/main/license/DISCLAIMER          |    8 -
 usage/dist/src/main/license/LICENSE             | 1934 ------------------
 usage/dist/src/main/license/NOTICE              |    5 -
 usage/dist/src/main/license/README.md           |    2 +
 usage/dist/src/main/license/files/DISCLAIMER    |    8 +
 usage/dist/src/main/license/files/LICENSE       | 1934 ++++++++++++++++++
 usage/dist/src/main/license/files/NOTICE        |    5 +
 usage/jsgui/pom.xml                             |    4 +-
 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/license/README.md          |    7 +
 usage/jsgui/src/main/license/files/DISCLAIMER   |    8 +
 usage/jsgui/src/main/license/files/LICENSE      |  292 +++
 usage/jsgui/src/main/license/files/NOTICE       |    5 +
 .../src/main/license/source-inclusions.yaml     |   39 +
 70 files changed, 4518 insertions(+), 4258 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/pom.xml
----------------------------------------------------------------------
diff --git a/usage/cli/pom.xml b/usage/cli/pom.xml
index 7bfecb9..48fd1ea 100644
--- a/usage/cli/pom.xml
+++ b/usage/cli/pom.xml
@@ -205,7 +205,7 @@
             </resource>
             <resource>
                 <targetPath>META-INF</targetPath>
-                <directory>${basedir}/src/main/license</directory>
+                <directory>${basedir}/src/main/license/files</directory>
             </resource>
         </resources>
         <testResources>
@@ -214,7 +214,7 @@
             </testResource>
             <testResource>
                 <targetPath>META-INF</targetPath>
-                <directory>${basedir}/src/test/license</directory>
+                <directory>${basedir}/src/test/license/files</directory>
             </testResource>
         </testResources>
     </build>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/DISCLAIMER b/usage/cli/src/main/license/DISCLAIMER
deleted file mode 100644
index 9e6119b..0000000
--- a/usage/cli/src/main/license/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
-a further review indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of the code, it does 
-indicate that the project has yet to be fully endorsed by the ASF.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/LICENSE b/usage/cli/src/main/license/LICENSE
deleted file mode 100644
index eb16d03..0000000
--- a/usage/cli/src/main/license/LICENSE
+++ /dev/null
@@ -1,208 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-
-
----------------------------------------------------
-
-This distribution contains third party resources.
-
-This product includes software developed at Twitter, Inc (http://twitter.com):
-typeahead.js, bloodhound.js
-Copyright (c) Twitter, Inc (2013).
-Licensed under the MIT license (see below).
-
-
-
-The MIT License ("MIT")
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/NOTICE
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/NOTICE b/usage/cli/src/main/license/NOTICE
deleted file mode 100644
index f790f13..0000000
--- a/usage/cli/src/main/license/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Brooklyn
-Copyright 2014-2015 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/README.md
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/README.md b/usage/cli/src/main/license/README.md
new file mode 100644
index 0000000..2714c67
--- /dev/null
+++ b/usage/cli/src/main/license/README.md
@@ -0,0 +1,7 @@
+
+This directory contains files to generate the custom license for this project.
+The files/ subdir contains the artifacts which are included in the JAR, some
+autogenerated by the dist/licensing scripts.
+
+See usage/dist/licensing/README.md for more information.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/files/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/files/DISCLAIMER b/usage/cli/src/main/license/files/DISCLAIMER
new file mode 100644
index 0000000..9e6119b
--- /dev/null
+++ b/usage/cli/src/main/license/files/DISCLAIMER
@@ -0,0 +1,8 @@
+
+Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
+sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
+a further review indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. While incubation 
+status is not necessarily a reflection of the completeness or stability of the code, it does 
+indicate that the project has yet to be fully endorsed by the ASF.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/files/LICENSE b/usage/cli/src/main/license/files/LICENSE
new file mode 100644
index 0000000..eb16d03
--- /dev/null
+++ b/usage/cli/src/main/license/files/LICENSE
@@ -0,0 +1,208 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+
+
+---------------------------------------------------
+
+This distribution contains third party resources.
+
+This product includes software developed at Twitter, Inc (http://twitter.com):
+typeahead.js, bloodhound.js
+Copyright (c) Twitter, Inc (2013).
+Licensed under the MIT license (see below).
+
+
+
+The MIT License ("MIT")
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/files/NOTICE
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/files/NOTICE b/usage/cli/src/main/license/files/NOTICE
new file mode 100644
index 0000000..f790f13
--- /dev/null
+++ b/usage/cli/src/main/license/files/NOTICE
@@ -0,0 +1,5 @@
+Apache Brooklyn
+Copyright 2014-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/main/license/source-inclusions.yaml
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/license/source-inclusions.yaml b/usage/cli/src/main/license/source-inclusions.yaml
new file mode 100644
index 0000000..93c9d25
--- /dev/null
+++ b/usage/cli/src/main/license/source-inclusions.yaml
@@ -0,0 +1,24 @@
+#
+# 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.
+#
+
+# extras file for org.heneveld.license-audit-maven-plugin
+# listing projects from which *source* files are included
+
+- id: underscore.js
+- id: typeahead.js

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/DISCLAIMER b/usage/cli/src/test/license/DISCLAIMER
deleted file mode 100644
index 9e6119b..0000000
--- a/usage/cli/src/test/license/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
-a further review indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of the code, it does 
-indicate that the project has yet to be fully endorsed by the ASF.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/LICENSE b/usage/cli/src/test/license/LICENSE
deleted file mode 100644
index 67db858..0000000
--- a/usage/cli/src/test/license/LICENSE
+++ /dev/null
@@ -1,175 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/NOTICE
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/NOTICE b/usage/cli/src/test/license/NOTICE
deleted file mode 100644
index f790f13..0000000
--- a/usage/cli/src/test/license/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Brooklyn
-Copyright 2014-2015 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/files/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/files/DISCLAIMER b/usage/cli/src/test/license/files/DISCLAIMER
new file mode 100644
index 0000000..9e6119b
--- /dev/null
+++ b/usage/cli/src/test/license/files/DISCLAIMER
@@ -0,0 +1,8 @@
+
+Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
+sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
+a further review indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. While incubation 
+status is not necessarily a reflection of the completeness or stability of the code, it does 
+indicate that the project has yet to be fully endorsed by the ASF.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/files/LICENSE b/usage/cli/src/test/license/files/LICENSE
new file mode 100644
index 0000000..67db858
--- /dev/null
+++ b/usage/cli/src/test/license/files/LICENSE
@@ -0,0 +1,175 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/cli/src/test/license/files/NOTICE
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/license/files/NOTICE b/usage/cli/src/test/license/files/NOTICE
new file mode 100644
index 0000000..f790f13
--- /dev/null
+++ b/usage/cli/src/test/license/files/NOTICE
@@ -0,0 +1,5 @@
+Apache Brooklyn
+Copyright 2014-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/README.md
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md
index e67a02e..d6d295d 100644
--- a/usage/dist/licensing/README.md
+++ b/usage/dist/licensing/README.md
@@ -1,48 +1,37 @@
-#
-# 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.
-#
-
-This uses a special maven plugin to create license and notification information,
-based on metadata in overrides.yaml and extras.yaml.
+
+We use a special maven plugin and scripts to automatically create the LICENSE
+files, including all notices, based on metadata in overrides.yaml and **/source-inclusions.yaml.
 
 First install  https://github.com/ahgittin/license-audit-maven-plugin 
 and then, in the usage/dist/ project of Brooklyn...
 
 
+# Quick Usage
+
 To see a tree of license info:
 
     mvn org.heneveld.maven:license-audit-maven-plugin:report \
         -Dformat=summary \
         -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
         -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml
+        -DextrasFiles=`cat licensing/extras-files`
+
+
+To create the LICENSE files needed for Apache Brooklyn
+(consisting of: one in the root for the source build, in the dist project for the binary build,
+and in `projects-with-custom-licenses` for those JARs which include other source code):
 
+    pushd licensing
+    ./make-all-licenses.sh || ( echo 'FAILED!!!' && rm LICENSE.autogenerated )
+    popd
 
-To create the LICENSE file in the root and in the dist:
+If you need to add a new project to those which require custom LICENSE files,
+see below.
 
-    pushd licensing > /dev/null
-    ./make-license.sh > LICENSE.autogenerated || ( echo 'FAILED!!!' && rm LICENSE.autogenerated )
-    cp LICENSE.autogenerated ../../../LICENSE
-    cp LICENSE.autogenerated ../src/main/license/LICENSE
-    popd > /dev/null
 
+# CSV License Report
 
-To generate a CSV:
+If you need to generate a CSV report of license usage, e.g. for use in a spreadsheet:
 
     mvn org.heneveld.maven:license-audit-maven-plugin:report \
         -Dformat=csv \
@@ -50,8 +39,39 @@ To generate a CSV:
         -DsuppressExcludedDependencies=true \
         -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
         -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml \
+        -DextrasFile=`cat licensing/extras-files` \
         -DoutputFile=dependencies-licenses.csv
 
 
+# When Projects Need Custom Licenses
+
+If a JAR includes 3rd party source code (as opposed to binary dependencies), it will typically 
+require a custom LICENSE file.
+
+To support this: 
+
+1. Add the relative path to that project to `projects-with-custom-licenses`,
+
+2. Create the necessary file structure and maven instructions:
+
+* in `src/main/license/` put a `README.md` pointing here
+* in `src/main/license/` put a `source-inclusion.yaml` listing the included 3rd-party projects by an `id:`
+  (you may need to choose an ID; this should be a meaningful name, e.g. `typeahead.js` or `Swagger UI`)
+* in `src/main/license/files` put the relevant non-LICENSE license files you want included (e.g. NOTICE)
+* in `src/test/license/files` put the standard files *including* LICENSE to include in the test JAR
+  (NB: these scripts don't generate custom licenses for test JARs, as so far that has not been needed)
+* in `pom.xml` add instructions to include `src/{main,test}/license/files` in the main and test JARs
+
+You can follow the pattern done for `cli` and `jsgui`.
+
+3. In `licensing/overrides.yaml` in this directory, add the metadata for the included projects.
+
+4. In `licensing/licenses/<your_project>/` include the relevant licenses for any included 3rd-party projects;
+   look in `licensing/licenses/binary` for samples.
+
+5. Run `make-all-licenses.sh` to auto-generate required config files and license copies,
+   and to generate the LICENSE for your project.
+
+Confirm that a LICENSE file for your project was generated, and that it is present in the JAR,
+and then open a pull-request, and confirm the changes there are appropriate.
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/extras-files
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras-files b/usage/dist/licensing/extras-files
new file mode 100644
index 0000000..bb4a3b3
--- /dev/null
+++ b/usage/dist/licensing/extras-files
@@ -0,0 +1 @@
+../jsgui/src/main/license/source-inclusions.yaml:../cli/src/main/license/source-inclusions.yaml

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/extras.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/extras.yaml b/usage/dist/licensing/extras.yaml
deleted file mode 100644
index 77cf3e0..0000000
--- a/usage/dist/licensing/extras.yaml
+++ /dev/null
@@ -1,179 +0,0 @@
-#
-# 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.
-#
-
-# extras file for org.heneveld.license-audit-maven-plugin
-# supplying info for addl licenses included with brooklyn
-
-- id: jquery.js
-  url: http://jquery.com/
-  description: JS library for manipulating HTML and eventing
-  name: jQuery JavaScript Library
-  files: jquery.js
-  version: 1.7.2
-  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
-  notice: Copyright (c) John Resig (2011)
-  license: MIT
-
-- id: sizzle.js
-  url: http://sizzlejs.com/
-  version: n/a
-  files: included in jquery
-  organization: { name: "The jQuery Foundation", url: "http://jquery.org/" }
-  notice: Copyright (c) jQuery Foundation and other contributors (2011)
-  license: MIT
-
-- id: Swagger JS
-  files: swagger.js
-  version: 1.0.1
-  url: https://github.com/wordnik/swagger-js
-  license: ASL2
-
-- id: Swagger UI
-  files: swagger-ui.js, swagger.js, jquery.{slideto,wiggle}*.js
-  version: 1.0.1
-  url: https://github.com/wordnik/swagger-ui
-  license: ASL2
-  notice: Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
-  # jquery.wiggle is from WonderGroup/JT, defunct URL http://labs.wondergroup.com/demos/mini-ui/index.html
-
-- id: require.js
-  name: RequireJS 
-  files: require.js, text.js
-  version: 2.0.6 
-  url: http://github.com/jrburke/requirejs for details
-  organization: { name: "The Dojo Foundation", url: "http://dojofoundation.org/" }
-  notice: Copyright (c) The Dojo Foundation (2010-2012)
-  license: MIT
-
--
-  id: backbone.js
-  version: 1.0.0
-  url: http://backbonejs.org
-  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
-  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
-  license: MIT
-
--
-  id: bootstrap.js
-  version: 2.0.4
-  url: http://twitter.github.com/bootstrap/javascript.html#transitions
-  notice: Copyright (c) Twitter, Inc (2012)
-  license: ASL2
-  
--
-  id: underscore.js
-  version: 1.4.4
-  files: underscore*.{js,map}
-  url: http://underscorejs.org
-  organization: { name: "DocumentCloud Inc", url: "http://www.documentcloud.org/" }
-  notice: Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
-  license: MIT
-
--
-  id: async.js
-  files: async.js
-  version: 0.1.1
-  url: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
-  # ORIGINALLY https://github.com/millermedeiros/requirejs-plugins
-  organization: { name: "Miller Medeiros", url: "https://github.com/millermedeiros/" }
-  description: RequireJS plugin for async dependency load like JSONP and Google Maps
-  notice: Copyright (c) Miller Medeiros (2011)
-  license: MIT 
-
-# used for CLI to build catalog
-- id: typeahead.js
-  version: 0.10.5
-  url: https://github.com/twitter/typeahead.js
-  organization: { name: "Twitter, Inc", url: "http://twitter.com" }
-  notice: Copyright (c) Twitter, Inc. and other contributors (2013-2014)
-  license: MIT
-
--
-  id: handlebars.js
-  files: handlebars*.js
-  version: 1.0-rc1
-  url: https://github.com/wycats/handlebars.js 
-  organization: { name: "Yehuda Katz", url: "https://github.com/wycats/" }
-  notice: Copyright (c) Yehuda Katz (2012)
-  license: MIT
-
--
-  id: jquery.ba-bbq.js
-  name: "jQuery BBQ: Back Button & Query Library"
-  files: jquery.ba-bbq*.js
-  version: 1.2.1
-  url: http://benalman.com/projects/jquery-bbq-plugin/
-  organization: { name: "\"Cowboy\" Ben Alman", url: "http://benalman.com/" }
-  notice: Copyright (c) "\"Cowboy\" Ben Alman (2010)"
-  license: MIT
-
--
-  id: moment.js
-  version: 2.1.0
-  url: http://momentjs.com
-  organization: { name: "Tim Wood", url: "http://momentjs.com" }
-  notice: Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
-  license: MIT
-
--
-  id: ZeroClipboard
-  files: ZeroClipboard.*
-  version: 1.3.1
-  url: http://zeroclipboard.org/
-  organization: { name: "ZeroClipboard contributors", url: "https://github.com/zeroclipboard" }
-  notice: Copyright (c) Jon Rohan, James M. Greene (2014)
-  license: MIT
-
--
-  id: dataTables.js
-  files: jquery.dataTables.js, dataTables.extensions.js
-  version: 1.9.4
-  url: www.datatables.net
-  organization: { name: "SpryMedia Ltd", url: "http://sprymedia.co.uk/" }
-  notice: Copyright (c) Allan Jardine (2008-2012)
-  license: BSD-3-Clause
-
--
-  id: js-uri
-  files: URI.js
-  version: r29
-  url: http://code.google.com/p/js-uri/
-  organization: { name: "js-uri contributors", url: "https://code.google.com/js-uri" }
-  license: BSD-3-Clause
-  # inferred
-  notice: Copyright (c) js-uri contributors (2013)
-
--
-  id: js-yaml.js
-  version: 3.2.7
-  organization: { name: "Vitaly Puzrin", url: "https://github.com/nodeca/" }
-  url: https://github.com/nodeca/
-  notice: Copyright (c) Vitaly Puzrin (2011-2015)
-  license: MIT
-
--
-  id: jquery.form.js
-  name: jQuery Form Plugin
-  version: "3.09"
-  url: https://github.com/malsup/form
-  organization: { name: "Mike Alsup", url: "http://malsup.com/" }
-  notice: Copyright (c) M. Alsup (2006-2013)
-  # also http://malsup.com/jquery/form/
-  license: MIT
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/ASL2
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/ASL2 b/usage/dist/licensing/licenses/ASL2
deleted file mode 100644
index eccbc6a..0000000
--- a/usage/dist/licensing/licenses/ASL2
+++ /dev/null
@@ -1,177 +0,0 @@
-Apache License, Version 2.0
-
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/BSD-2-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-2-Clause b/usage/dist/licensing/licenses/BSD-2-Clause
deleted file mode 100644
index 832c10e..0000000
--- a/usage/dist/licensing/licenses/BSD-2-Clause
+++ /dev/null
@@ -1,23 +0,0 @@
-The BSD 2-Clause License
-
-  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.
-  
-  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 HOLDER 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.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/licensing/licenses/BSD-3-Clause
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/BSD-3-Clause b/usage/dist/licensing/licenses/BSD-3-Clause
deleted file mode 100644
index be2692c..0000000
--- a/usage/dist/licensing/licenses/BSD-3-Clause
+++ /dev/null
@@ -1,27 +0,0 @@
-The BSD 3-Clause License ("New BSD")
-
-  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. Neither the name of the copyright holder nor the names of its contributors 
-  may 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 HOLDER 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.
-  


[05/26] incubator-brooklyn git commit: Revert "remove unnecessary dependencies (in database)"

Posted by he...@apache.org.
Revert "remove unnecessary dependencies (in database)"

This reverts commit 3fd3901ebee86500951aa0b67dfd2c60691cdb38.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b6a9d394
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b6a9d394
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b6a9d394

Branch: refs/heads/master
Commit: b6a9d3945baf1f254a2b8aacf9862117ceb82a61
Parents: 99f69c3
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 17:37:30 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:37:30 2015 +0100

----------------------------------------------------------------------
 software/database/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b6a9d394/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index fd9473c..fed3b0d 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -107,10 +107,18 @@
             <artifactId>groovy-all</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.beust</groupId>
+            <artifactId>jcommander</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>


[14/26] incubator-brooklyn git commit: can autogenerate LICENSE, and get more required licenses, with info on running a license-audit in usage/dist/licensing

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/jython
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jython b/usage/dist/licensing/licenses/jython
new file mode 100644
index 0000000..b2258d4
--- /dev/null
+++ b/usage/dist/licensing/licenses/jython
@@ -0,0 +1,27 @@
+Jython License
+
+  Jython 2.0, 2.1 License
+  
+  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers All rights reserved.
+  
+  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.
+  Neither the name of the Jython Developers nor the names of its contributors may 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 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.
+  
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/licenses/xpp3_indiana_university
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/xpp3_indiana_university b/usage/dist/licensing/licenses/xpp3_indiana_university
new file mode 100644
index 0000000..7d69a29
--- /dev/null
+++ b/usage/dist/licensing/licenses/xpp3_indiana_university
@@ -0,0 +1,45 @@
+Indiana University Extreme! Lab Software License, Version 1.1.1
+
+  Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
+    Extreme! Lab (http://www.extreme.indiana.edu/)."
+  
+  Alternately, this acknowledgment may appear in the software itself,
+  if and wherever such third-party acknowledgments normally appear.
+  
+  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
+  must not be used to endorse or promote products derived from this
+  software without prior written permission. For written permission,
+  please contact http://www.extreme.indiana.edu/.
+  
+  5. Products derived from this software may not use "Indiana Univeristy"
+  name nor may "Indiana Univeristy" appear in their name, without prior
+  written permission of the Indiana University.
+  
+  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
+  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/make-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh
new file mode 100755
index 0000000..a5868de
--- /dev/null
+++ b/usage/dist/licensing/make-license.sh
@@ -0,0 +1,50 @@
+set -e
+
+ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false )
+
+cat << EOF
+
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+EOF
+
+echo "---------------------------------------------------"
+echo
+echo "(1) This software license: Apache License, version 2.0"
+echo
+cat MAIN_LICENSE_ASL2
+echo
+echo "---------------------------------------------------"
+echo
+echo "(2) Notices for bundled software"
+echo
+pushd .. > /dev/null
+mvn org.heneveld.maven:license-audit-maven-plugin:notices \
+        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
+        -DoverridesFile=licensing/overrides.yaml \
+        -DextrasFile=licensing/extras.yaml \
+        -DoutputFile=licensing/notices.autogenerated \
+    > /dev/null 2> /dev/null
+popd > /dev/null
+cat notices.autogenerated
+
+echo
+echo "---------------------------------------------------"
+echo
+echo "(3) Licenses for bundled software"
+echo
+echo Contents:
+echo
+for x in licenses/* ; do head -1 $x | awk '{print "  "$0;}' ; done
+echo
+echo
+for x in licenses/* ; do cat $x ; echo ; done
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ac724cc7/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
new file mode 100644
index 0000000..a46917e
--- /dev/null
+++ b/usage/dist/licensing/overrides.yaml
@@ -0,0 +1,50 @@
+
+# overrides file for org.heneveld.license-audit-maven-plugin
+
+
+# poms with missing data
+
+- id: org.codehaus.jettison:jettison
+  url: https://github.com/codehaus/jettison
+  license: ASL2 
+- id: org.glassfish.external:opendmk_jmxremote_optional_jar
+  url: https://opendmk.java.net/
+  license: CDDL
+
+# poms with incorrect data (out-of-date URL's mainly)
+
+- id: org.hibernate:jtidy:r8-20060801
+  license:
+  - url: "http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95"
+    name: Java HTML Tidy License
+    comment: Original link http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95 is no longer valid
+- id: dom4j:dom4j:1.6.1
+  url: "http://dom4j.sourceforge.net/"
+  license:
+  - name: BSD style
+    url: http://dom4j.sourceforge.net/dom4j-1.6.1/license.html
+- id: org.python:jython-standalone:2.7-b3
+  license:
+  - url: http://www.jython.org/license.html
+    name: Jython Software License
+    comment: Original link http://www.jython.org/Project/license.html is no longer valid
+- id: xpp3:xpp3_min:1.1.4c
+  license:
+  - url: https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361
+    name: "Indiana University Extreme! Lab Software License, vesion 1.1.1"
+    comment: |
+      The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1);
+      original link http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt is no longer valid
+  ## as we pull in xmlpull separately we do not use this, and having a single above simplifies the automation:
+  #  - url: http://creativecommons.org/licenses/publicdomain
+  #    name: Public Domain
+  #    comment: "The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)"
+
+# super-projects to suppress notices for sub-projects
+- id: org.apache.brooklyn
+  url: http://brooklyn.incubator.apache.org/
+- id: org.apache.jclouds
+  url: http://jclouds.apache.org/
+- id: com.fasterxml.jackson
+  url: http://wiki.fasterxml.com/JacksonHome
+


[06/26] incubator-brooklyn git commit: Revert "can autogenerate LICENSE, and get more required licenses, "

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/jython
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/jython b/usage/dist/licensing/licenses/jython
deleted file mode 100644
index b2258d4..0000000
--- a/usage/dist/licensing/licenses/jython
+++ /dev/null
@@ -1,27 +0,0 @@
-Jython License
-
-  Jython 2.0, 2.1 License
-  
-  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers All rights reserved.
-  
-  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.
-  Neither the name of the Jython Developers nor the names of its contributors may 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 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.
-  
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/licenses/xpp3_indiana_university
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/licenses/xpp3_indiana_university b/usage/dist/licensing/licenses/xpp3_indiana_university
deleted file mode 100644
index 7d69a29..0000000
--- a/usage/dist/licensing/licenses/xpp3_indiana_university
+++ /dev/null
@@ -1,45 +0,0 @@
-Indiana University Extreme! Lab Software License, Version 1.1.1
-
-  Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
-    Extreme! Lab (http://www.extreme.indiana.edu/)."
-  
-  Alternately, this acknowledgment may appear in the software itself,
-  if and wherever such third-party acknowledgments normally appear.
-  
-  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
-  must not be used to endorse or promote products derived from this
-  software without prior written permission. For written permission,
-  please contact http://www.extreme.indiana.edu/.
-  
-  5. Products derived from this software may not use "Indiana Univeristy"
-  name nor may "Indiana Univeristy" appear in their name, without prior
-  written permission of the Indiana University.
-  
-  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
-  

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/make-license.sh
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/make-license.sh b/usage/dist/licensing/make-license.sh
deleted file mode 100755
index a5868de..0000000
--- a/usage/dist/licensing/make-license.sh
+++ /dev/null
@@ -1,50 +0,0 @@
-set -e
-
-ls MAIN_LICENSE_ASL2 > /dev/null 2> /dev/null || ( echo "Must run in licensing directory (where this script lives)" && false )
-
-cat << EOF
-
-This software is distributed under the Apache License, version 2.0. See (1) below.
-This software is copyright (c) The Apache Software Foundation and contributors.
-
-Contents:
-
-  (1) This software license: Apache License, version 2.0
-  (2) Notices for bundled software
-  (3) Licenses for bundled software
-
-
-EOF
-
-echo "---------------------------------------------------"
-echo
-echo "(1) This software license: Apache License, version 2.0"
-echo
-cat MAIN_LICENSE_ASL2
-echo
-echo "---------------------------------------------------"
-echo
-echo "(2) Notices for bundled software"
-echo
-pushd .. > /dev/null
-mvn org.heneveld.maven:license-audit-maven-plugin:notices \
-        -DlicensesPreferred=ASL2,ASL,EPL1,BSD-2-Clause,BSD-3-Clause,CDDL1.1,CDDL1,CDDL \
-        -DoverridesFile=licensing/overrides.yaml \
-        -DextrasFile=licensing/extras.yaml \
-        -DoutputFile=licensing/notices.autogenerated \
-    > /dev/null 2> /dev/null
-popd > /dev/null
-cat notices.autogenerated
-
-echo
-echo "---------------------------------------------------"
-echo
-echo "(3) Licenses for bundled software"
-echo
-echo Contents:
-echo
-for x in licenses/* ; do head -1 $x | awk '{print "  "$0;}' ; done
-echo
-echo
-for x in licenses/* ; do cat $x ; echo ; done
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8d3e9822/usage/dist/licensing/overrides.yaml
----------------------------------------------------------------------
diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml
deleted file mode 100644
index a46917e..0000000
--- a/usage/dist/licensing/overrides.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-# overrides file for org.heneveld.license-audit-maven-plugin
-
-
-# poms with missing data
-
-- id: org.codehaus.jettison:jettison
-  url: https://github.com/codehaus/jettison
-  license: ASL2 
-- id: org.glassfish.external:opendmk_jmxremote_optional_jar
-  url: https://opendmk.java.net/
-  license: CDDL
-
-# poms with incorrect data (out-of-date URL's mainly)
-
-- id: org.hibernate:jtidy:r8-20060801
-  license:
-  - url: "http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95"
-    name: Java HTML Tidy License
-    comment: Original link http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95 is no longer valid
-- id: dom4j:dom4j:1.6.1
-  url: "http://dom4j.sourceforge.net/"
-  license:
-  - name: BSD style
-    url: http://dom4j.sourceforge.net/dom4j-1.6.1/license.html
-- id: org.python:jython-standalone:2.7-b3
-  license:
-  - url: http://www.jython.org/license.html
-    name: Jython Software License
-    comment: Original link http://www.jython.org/Project/license.html is no longer valid
-- id: xpp3:xpp3_min:1.1.4c
-  license:
-  - url: https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361
-    name: "Indiana University Extreme! Lab Software License, vesion 1.1.1"
-    comment: |
-      The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1);
-      original link http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt is no longer valid
-  ## as we pull in xmlpull separately we do not use this, and having a single above simplifies the automation:
-  #  - url: http://creativecommons.org/licenses/publicdomain
-  #    name: Public Domain
-  #    comment: "The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)"
-
-# super-projects to suppress notices for sub-projects
-- id: org.apache.brooklyn
-  url: http://brooklyn.incubator.apache.org/
-- id: org.apache.jclouds
-  url: http://jclouds.apache.org/
-- id: com.fasterxml.jackson
-  url: http://wiki.fasterxml.com/JacksonHome
-


[12/26] incubator-brooklyn git commit: rename CLI included JS bloodhound.js to typeahead.js, because that's what it is

Posted by he...@apache.org.
rename CLI included JS bloodhound.js to typeahead.js, because that's what it is


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/e3a3e43c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/e3a3e43c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/e3a3e43c

Branch: refs/heads/master
Commit: e3a3e43c647b42a8047b527161ba536b4e2b8f71
Parents: 881ddb4
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 15:31:14 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:15 2015 +0100

----------------------------------------------------------------------
 .../org/apache/brooklyn/cli/ItemLister.java     |   2 +-
 .../statics/brooklyn-object-list.html           |   2 +-
 .../statics/style/js/catalog/bloodhound.js      | 727 -------------------
 .../statics/style/js/catalog/typeahead.js       | 727 +++++++++++++++++++
 4 files changed, 729 insertions(+), 729 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e3a3e43c/usage/cli/src/main/java/org/apache/brooklyn/cli/ItemLister.java
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/java/org/apache/brooklyn/cli/ItemLister.java b/usage/cli/src/main/java/org/apache/brooklyn/cli/ItemLister.java
index c4f3cd2..88780aa 100644
--- a/usage/cli/src/main/java/org/apache/brooklyn/cli/ItemLister.java
+++ b/usage/cli/src/main/java/org/apache/brooklyn/cli/ItemLister.java
@@ -142,7 +142,7 @@ public class ItemLister {
                 copyFromItemListerClasspathBaseStaticsToOutputDir(resourceUtils, "items.css");
                 copyFromItemListerClasspathBaseStaticsToOutputDir(resourceUtils, "style/js/underscore-min.js");
                 copyFromItemListerClasspathBaseStaticsToOutputDir(resourceUtils, "style/js/underscore-min.map");
-                copyFromItemListerClasspathBaseStaticsToOutputDir(resourceUtils, "style/js/catalog/bloodhound.js");
+                copyFromItemListerClasspathBaseStaticsToOutputDir(resourceUtils, "style/js/catalog/typeahead.js");
 
                 // now make pages for each item
                 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e3a3e43c/usage/cli/src/main/resources/brooklyn/item-lister/statics/brooklyn-object-list.html
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/resources/brooklyn/item-lister/statics/brooklyn-object-list.html b/usage/cli/src/main/resources/brooklyn/item-lister/statics/brooklyn-object-list.html
index c30d3db..d45955d 100644
--- a/usage/cli/src/main/resources/brooklyn/item-lister/statics/brooklyn-object-list.html
+++ b/usage/cli/src/main/resources/brooklyn/item-lister/statics/brooklyn-object-list.html
@@ -59,7 +59,7 @@ under the License.
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
     <script src="style/js/underscore-min.js" type="text/javascript"></script>
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-    <script src="style/js/catalog/bloodhound.js" type="text/javascript"></script>
+    <script src="style/js/catalog/typeahead.js" type="text/javascript"></script>
     <script src="common.js" type="text/javascript"></script>
     <script src="items.js" type="text/javascript"></script>
     <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e3a3e43c/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/bloodhound.js
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/bloodhound.js b/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/bloodhound.js
deleted file mode 100644
index 96a4c43..0000000
--- a/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/bloodhound.js
+++ /dev/null
@@ -1,727 +0,0 @@
-/*!
- * typeahead.js 0.10.5
- * https://github.com/twitter/typeahead.js
- * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT
- */
-
-(function($) {
-    var _ = function() {
-        "use strict";
-        return {
-            isMsie: function() {
-                return /(msie|trident)/i.test(navigator.userAgent) ? navigator.userAgent.match(/(msie |rv:)(\d+(.\d+)?)/i)[2] : false;
-            },
-            isBlankString: function(str) {
-                return !str || /^\s*$/.test(str);
-            },
-            escapeRegExChars: function(str) {
-                return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
-            },
-            isString: function(obj) {
-                return typeof obj === "string";
-            },
-            isNumber: function(obj) {
-                return typeof obj === "number";
-            },
-            isArray: $.isArray,
-            isFunction: $.isFunction,
-            isObject: $.isPlainObject,
-            isUndefined: function(obj) {
-                return typeof obj === "undefined";
-            },
-            toStr: function toStr(s) {
-                return _.isUndefined(s) || s === null ? "" : s + "";
-            },
-            bind: $.proxy,
-            each: function(collection, cb) {
-                $.each(collection, reverseArgs);
-                function reverseArgs(index, value) {
-                    return cb(value, index);
-                }
-            },
-            map: $.map,
-            filter: $.grep,
-            every: function(obj, test) {
-                var result = true;
-                if (!obj) {
-                    return result;
-                }
-                $.each(obj, function(key, val) {
-                    if (!(result = test.call(null, val, key, obj))) {
-                        return false;
-                    }
-                });
-                return !!result;
-            },
-            some: function(obj, test) {
-                var result = false;
-                if (!obj) {
-                    return result;
-                }
-                $.each(obj, function(key, val) {
-                    if (result = test.call(null, val, key, obj)) {
-                        return false;
-                    }
-                });
-                return !!result;
-            },
-            mixin: $.extend,
-            getUniqueId: function() {
-                var counter = 0;
-                return function() {
-                    return counter++;
-                };
-            }(),
-            templatify: function templatify(obj) {
-                return $.isFunction(obj) ? obj : template;
-                function template() {
-                    return String(obj);
-                }
-            },
-            defer: function(fn) {
-                setTimeout(fn, 0);
-            },
-            debounce: function(func, wait, immediate) {
-                var timeout, result;
-                return function() {
-                    var context = this, args = arguments, later, callNow;
-                    later = function() {
-                        timeout = null;
-                        if (!immediate) {
-                            result = func.apply(context, args);
-                        }
-                    };
-                    callNow = immediate && !timeout;
-                    clearTimeout(timeout);
-                    timeout = setTimeout(later, wait);
-                    if (callNow) {
-                        result = func.apply(context, args);
-                    }
-                    return result;
-                };
-            },
-            throttle: function(func, wait) {
-                var context, args, timeout, result, previous, later;
-                previous = 0;
-                later = function() {
-                    previous = new Date();
-                    timeout = null;
-                    result = func.apply(context, args);
-                };
-                return function() {
-                    var now = new Date(), remaining = wait - (now - previous);
-                    context = this;
-                    args = arguments;
-                    if (remaining <= 0) {
-                        clearTimeout(timeout);
-                        timeout = null;
-                        previous = now;
-                        result = func.apply(context, args);
-                    } else if (!timeout) {
-                        timeout = setTimeout(later, remaining);
-                    }
-                    return result;
-                };
-            },
-            noop: function() {}
-        };
-    }();
-    var VERSION = "0.10.5";
-    var tokenizers = function() {
-        "use strict";
-        return {
-            nonword: nonword,
-            whitespace: whitespace,
-            obj: {
-                nonword: getObjTokenizer(nonword),
-                whitespace: getObjTokenizer(whitespace)
-            }
-        };
-        function whitespace(str) {
-            str = _.toStr(str);
-            return str ? str.split(/\s+/) : [];
-        }
-        function nonword(str) {
-            str = _.toStr(str);
-            return str ? str.split(/\W+/) : [];
-        }
-        function getObjTokenizer(tokenizer) {
-            return function setKey() {
-                var args = [].slice.call(arguments, 0);
-                return function tokenize(o) {
-                    var tokens = [];
-                    _.each(args, function(k) {
-                        tokens = tokens.concat(tokenizer(_.toStr(o[k])));
-                    });
-                    return tokens;
-                };
-            };
-        }
-    }();
-    var LruCache = function() {
-        "use strict";
-        function LruCache(maxSize) {
-            this.maxSize = _.isNumber(maxSize) ? maxSize : 100;
-            this.reset();
-            if (this.maxSize <= 0) {
-                this.set = this.get = $.noop;
-            }
-        }
-        _.mixin(LruCache.prototype, {
-            set: function set(key, val) {
-                var tailItem = this.list.tail, node;
-                if (this.size >= this.maxSize) {
-                    this.list.remove(tailItem);
-                    delete this.hash[tailItem.key];
-                }
-                if (node = this.hash[key]) {
-                    node.val = val;
-                    this.list.moveToFront(node);
-                } else {
-                    node = new Node(key, val);
-                    this.list.add(node);
-                    this.hash[key] = node;
-                    this.size++;
-                }
-            },
-            get: function get(key) {
-                var node = this.hash[key];
-                if (node) {
-                    this.list.moveToFront(node);
-                    return node.val;
-                }
-            },
-            reset: function reset() {
-                this.size = 0;
-                this.hash = {};
-                this.list = new List();
-            }
-        });
-        function List() {
-            this.head = this.tail = null;
-        }
-        _.mixin(List.prototype, {
-            add: function add(node) {
-                if (this.head) {
-                    node.next = this.head;
-                    this.head.prev = node;
-                }
-                this.head = node;
-                this.tail = this.tail || node;
-            },
-            remove: function remove(node) {
-                node.prev ? node.prev.next = node.next : this.head = node.next;
-                node.next ? node.next.prev = node.prev : this.tail = node.prev;
-            },
-            moveToFront: function(node) {
-                this.remove(node);
-                this.add(node);
-            }
-        });
-        function Node(key, val) {
-            this.key = key;
-            this.val = val;
-            this.prev = this.next = null;
-        }
-        return LruCache;
-    }();
-    var PersistentStorage = function() {
-        "use strict";
-        var ls, methods;
-        try {
-            ls = window.localStorage;
-            ls.setItem("~~~", "!");
-            ls.removeItem("~~~");
-        } catch (err) {
-            ls = null;
-        }
-        function PersistentStorage(namespace) {
-            this.prefix = [ "__", namespace, "__" ].join("");
-            this.ttlKey = "__ttl__";
-            this.keyMatcher = new RegExp("^" + _.escapeRegExChars(this.prefix));
-        }
-        if (ls && window.JSON) {
-            methods = {
-                _prefix: function(key) {
-                    return this.prefix + key;
-                },
-                _ttlKey: function(key) {
-                    return this._prefix(key) + this.ttlKey;
-                },
-                get: function(key) {
-                    if (this.isExpired(key)) {
-                        this.remove(key);
-                    }
-                    return decode(ls.getItem(this._prefix(key)));
-                },
-                set: function(key, val, ttl) {
-                    if (_.isNumber(ttl)) {
-                        ls.setItem(this._ttlKey(key), encode(now() + ttl));
-                    } else {
-                        ls.removeItem(this._ttlKey(key));
-                    }
-                    return ls.setItem(this._prefix(key), encode(val));
-                },
-                remove: function(key) {
-                    ls.removeItem(this._ttlKey(key));
-                    ls.removeItem(this._prefix(key));
-                    return this;
-                },
-                clear: function() {
-                    var i, key, keys = [], len = ls.length;
-                    for (i = 0; i < len; i++) {
-                        if ((key = ls.key(i)).match(this.keyMatcher)) {
-                            keys.push(key.replace(this.keyMatcher, ""));
-                        }
-                    }
-                    for (i = keys.length; i--; ) {
-                        this.remove(keys[i]);
-                    }
-                    return this;
-                },
-                isExpired: function(key) {
-                    var ttl = decode(ls.getItem(this._ttlKey(key)));
-                    return _.isNumber(ttl) && now() > ttl ? true : false;
-                }
-            };
-        } else {
-            methods = {
-                get: _.noop,
-                set: _.noop,
-                remove: _.noop,
-                clear: _.noop,
-                isExpired: _.noop
-            };
-        }
-        _.mixin(PersistentStorage.prototype, methods);
-        return PersistentStorage;
-        function now() {
-            return new Date().getTime();
-        }
-        function encode(val) {
-            return JSON.stringify(_.isUndefined(val) ? null : val);
-        }
-        function decode(val) {
-            return JSON.parse(val);
-        }
-    }();
-    var Transport = function() {
-        "use strict";
-        var pendingRequestsCount = 0, pendingRequests = {}, maxPendingRequests = 6, sharedCache = new LruCache(10);
-        function Transport(o) {
-            o = o || {};
-            this.cancelled = false;
-            this.lastUrl = null;
-            this._send = o.transport ? callbackToDeferred(o.transport) : $.ajax;
-            this._get = o.rateLimiter ? o.rateLimiter(this._get) : this._get;
-            this._cache = o.cache === false ? new LruCache(0) : sharedCache;
-        }
-        Transport.setMaxPendingRequests = function setMaxPendingRequests(num) {
-            maxPendingRequests = num;
-        };
-        Transport.resetCache = function resetCache() {
-            sharedCache.reset();
-        };
-        _.mixin(Transport.prototype, {
-            _get: function(url, o, cb) {
-                var that = this, jqXhr;
-                if (this.cancelled || url !== this.lastUrl) {
-                    return;
-                }
-                if (jqXhr = pendingRequests[url]) {
-                    jqXhr.done(done).fail(fail);
-                } else if (pendingRequestsCount < maxPendingRequests) {
-                    pendingRequestsCount++;
-                    pendingRequests[url] = this._send(url, o).done(done).fail(fail).always(always);
-                } else {
-                    this.onDeckRequestArgs = [].slice.call(arguments, 0);
-                }
-                function done(resp) {
-                    cb && cb(null, resp);
-                    that._cache.set(url, resp);
-                }
-                function fail() {
-                    cb && cb(true);
-                }
-                function always() {
-                    pendingRequestsCount--;
-                    delete pendingRequests[url];
-                    if (that.onDeckRequestArgs) {
-                        that._get.apply(that, that.onDeckRequestArgs);
-                        that.onDeckRequestArgs = null;
-                    }
-                }
-            },
-            get: function(url, o, cb) {
-                var resp;
-                if (_.isFunction(o)) {
-                    cb = o;
-                    o = {};
-                }
-                this.cancelled = false;
-                this.lastUrl = url;
-                if (resp = this._cache.get(url)) {
-                    _.defer(function() {
-                        cb && cb(null, resp);
-                    });
-                } else {
-                    this._get(url, o, cb);
-                }
-                return !!resp;
-            },
-            cancel: function() {
-                this.cancelled = true;
-            }
-        });
-        return Transport;
-        function callbackToDeferred(fn) {
-            return function customSendWrapper(url, o) {
-                var deferred = $.Deferred();
-                fn(url, o, onSuccess, onError);
-                return deferred;
-                function onSuccess(resp) {
-                    _.defer(function() {
-                        deferred.resolve(resp);
-                    });
-                }
-                function onError(err) {
-                    _.defer(function() {
-                        deferred.reject(err);
-                    });
-                }
-            };
-        }
-    }();
-    var SearchIndex = function() {
-        "use strict";
-        function SearchIndex(o) {
-            o = o || {};
-            if (!o.datumTokenizer || !o.queryTokenizer) {
-                $.error("datumTokenizer and queryTokenizer are both required");
-            }
-            this.datumTokenizer = o.datumTokenizer;
-            this.queryTokenizer = o.queryTokenizer;
-            this.reset();
-        }
-        _.mixin(SearchIndex.prototype, {
-            bootstrap: function bootstrap(o) {
-                this.datums = o.datums;
-                this.trie = o.trie;
-            },
-            add: function(data) {
-                var that = this;
-                data = _.isArray(data) ? data : [ data ];
-                _.each(data, function(datum) {
-                    var id, tokens;
-                    id = that.datums.push(datum) - 1;
-                    tokens = normalizeTokens(that.datumTokenizer(datum));
-                    _.each(tokens, function(token) {
-                        var node, chars, ch;
-                        node = that.trie;
-                        chars = token.split("");
-                        while (ch = chars.shift()) {
-                            node = node.children[ch] || (node.children[ch] = newNode());
-                            node.ids.push(id);
-                        }
-                    });
-                });
-            },
-            get: function get(query) {
-                var that = this, tokens, matches;
-                tokens = normalizeTokens(this.queryTokenizer(query));
-                _.each(tokens, function(token) {
-                    var node, chars, ch, ids;
-                    if (matches && matches.length === 0) {
-                        return false;
-                    }
-                    node = that.trie;
-                    chars = token.split("");
-                    while (node && (ch = chars.shift())) {
-                        node = node.children[ch];
-                    }
-                    if (node && chars.length === 0) {
-                        ids = node.ids.slice(0);
-                        matches = matches ? getIntersection(matches, ids) : ids;
-                    } else {
-                        matches = [];
-                        return false;
-                    }
-                });
-                return matches ? _.map(unique(matches), function(id) {
-                    return that.datums[id];
-                }) : [];
-            },
-            reset: function reset() {
-                this.datums = [];
-                this.trie = newNode();
-            },
-            serialize: function serialize() {
-                return {
-                    datums: this.datums,
-                    trie: this.trie
-                };
-            }
-        });
-        return SearchIndex;
-        function normalizeTokens(tokens) {
-            tokens = _.filter(tokens, function(token) {
-                return !!token;
-            });
-            tokens = _.map(tokens, function(token) {
-                return token.toLowerCase();
-            });
-            return tokens;
-        }
-        function newNode() {
-            return {
-                ids: [],
-                children: {}
-            };
-        }
-        function unique(array) {
-            var seen = {}, uniques = [];
-            for (var i = 0, len = array.length; i < len; i++) {
-                if (!seen[array[i]]) {
-                    seen[array[i]] = true;
-                    uniques.push(array[i]);
-                }
-            }
-            return uniques;
-        }
-        function getIntersection(arrayA, arrayB) {
-            var ai = 0, bi = 0, intersection = [];
-            arrayA = arrayA.sort(compare);
-            arrayB = arrayB.sort(compare);
-            var lenArrayA = arrayA.length, lenArrayB = arrayB.length;
-            while (ai < lenArrayA && bi < lenArrayB) {
-                if (arrayA[ai] < arrayB[bi]) {
-                    ai++;
-                } else if (arrayA[ai] > arrayB[bi]) {
-                    bi++;
-                } else {
-                    intersection.push(arrayA[ai]);
-                    ai++;
-                    bi++;
-                }
-            }
-            return intersection;
-            function compare(a, b) {
-                return a - b;
-            }
-        }
-    }();
-    var oParser = function() {
-        "use strict";
-        return {
-            local: getLocal,
-            prefetch: getPrefetch,
-            remote: getRemote
-        };
-        function getLocal(o) {
-            return o.local || null;
-        }
-        function getPrefetch(o) {
-            var prefetch, defaults;
-            defaults = {
-                url: null,
-                thumbprint: "",
-                ttl: 24 * 60 * 60 * 1e3,
-                filter: null,
-                ajax: {}
-            };
-            if (prefetch = o.prefetch || null) {
-                prefetch = _.isString(prefetch) ? {
-                    url: prefetch
-                } : prefetch;
-                prefetch = _.mixin(defaults, prefetch);
-                prefetch.thumbprint = VERSION + prefetch.thumbprint;
-                prefetch.ajax.type = prefetch.ajax.type || "GET";
-                prefetch.ajax.dataType = prefetch.ajax.dataType || "json";
-                !prefetch.url && $.error("prefetch requires url to be set");
-            }
-            return prefetch;
-        }
-        function getRemote(o) {
-            var remote, defaults;
-            defaults = {
-                url: null,
-                cache: true,
-                wildcard: "%QUERY",
-                replace: null,
-                rateLimitBy: "debounce",
-                rateLimitWait: 300,
-                send: null,
-                filter: null,
-                ajax: {}
-            };
-            if (remote = o.remote || null) {
-                remote = _.isString(remote) ? {
-                    url: remote
-                } : remote;
-                remote = _.mixin(defaults, remote);
-                remote.rateLimiter = /^throttle$/i.test(remote.rateLimitBy) ? byThrottle(remote.rateLimitWait) : byDebounce(remote.rateLimitWait);
-                remote.ajax.type = remote.ajax.type || "GET";
-                remote.ajax.dataType = remote.ajax.dataType || "json";
-                delete remote.rateLimitBy;
-                delete remote.rateLimitWait;
-                !remote.url && $.error("remote requires url to be set");
-            }
-            return remote;
-            function byDebounce(wait) {
-                return function(fn) {
-                    return _.debounce(fn, wait);
-                };
-            }
-            function byThrottle(wait) {
-                return function(fn) {
-                    return _.throttle(fn, wait);
-                };
-            }
-        }
-    }();
-    (function(root) {
-        "use strict";
-        var old, keys;
-        old = root.Bloodhound;
-        keys = {
-            data: "data",
-            protocol: "protocol",
-            thumbprint: "thumbprint"
-        };
-        root.Bloodhound = Bloodhound;
-        function Bloodhound(o) {
-            if (!o || !o.local && !o.prefetch && !o.remote) {
-                $.error("one of local, prefetch, or remote is required");
-            }
-            this.limit = o.limit || 5;
-            this.sorter = getSorter(o.sorter);
-            this.dupDetector = o.dupDetector || ignoreDuplicates;
-            this.local = oParser.local(o);
-            this.prefetch = oParser.prefetch(o);
-            this.remote = oParser.remote(o);
-            this.cacheKey = this.prefetch ? this.prefetch.cacheKey || this.prefetch.url : null;
-            this.index = new SearchIndex({
-                datumTokenizer: o.datumTokenizer,
-                queryTokenizer: o.queryTokenizer
-            });
-            this.storage = this.cacheKey ? new PersistentStorage(this.cacheKey) : null;
-        }
-        Bloodhound.noConflict = function noConflict() {
-            root.Bloodhound = old;
-            return Bloodhound;
-        };
-        Bloodhound.tokenizers = tokenizers;
-        _.mixin(Bloodhound.prototype, {
-            _loadPrefetch: function loadPrefetch(o) {
-                var that = this, serialized, deferred;
-                if (serialized = this._readFromStorage(o.thumbprint)) {
-                    this.index.bootstrap(serialized);
-                    deferred = $.Deferred().resolve();
-                } else {
-                    deferred = $.ajax(o.url, o.ajax).done(handlePrefetchResponse);
-                }
-                return deferred;
-                function handlePrefetchResponse(resp) {
-                    that.clear();
-                    that.add(o.filter ? o.filter(resp) : resp);
-                    that._saveToStorage(that.index.serialize(), o.thumbprint, o.ttl);
-                }
-            },
-            _getFromRemote: function getFromRemote(query, cb) {
-                var that = this, url, uriEncodedQuery;
-                if (!this.transport) {
-                    return;
-                }
-                query = query || "";
-                uriEncodedQuery = encodeURIComponent(query);
-                url = this.remote.replace ? this.remote.replace(this.remote.url, query) : this.remote.url.replace(this.remote.wildcard, uriEncodedQuery);
-                return this.transport.get(url, this.remote.ajax, handleRemoteResponse);
-                function handleRemoteResponse(err, resp) {
-                    err ? cb([]) : cb(that.remote.filter ? that.remote.filter(resp) : resp);
-                }
-            },
-            _cancelLastRemoteRequest: function cancelLastRemoteRequest() {
-                this.transport && this.transport.cancel();
-            },
-            _saveToStorage: function saveToStorage(data, thumbprint, ttl) {
-                if (this.storage) {
-                    this.storage.set(keys.data, data, ttl);
-                    this.storage.set(keys.protocol, location.protocol, ttl);
-                    this.storage.set(keys.thumbprint, thumbprint, ttl);
-                }
-            },
-            _readFromStorage: function readFromStorage(thumbprint) {
-                var stored = {}, isExpired;
-                if (this.storage) {
-                    stored.data = this.storage.get(keys.data);
-                    stored.protocol = this.storage.get(keys.protocol);
-                    stored.thumbprint = this.storage.get(keys.thumbprint);
-                }
-                isExpired = stored.thumbprint !== thumbprint || stored.protocol !== location.protocol;
-                return stored.data && !isExpired ? stored.data : null;
-            },
-            _initialize: function initialize() {
-                var that = this, local = this.local, deferred;
-                deferred = this.prefetch ? this._loadPrefetch(this.prefetch) : $.Deferred().resolve();
-                local && deferred.done(addLocalToIndex);
-                this.transport = this.remote ? new Transport(this.remote) : null;
-                return this.initPromise = deferred.promise();
-                function addLocalToIndex() {
-                    that.add(_.isFunction(local) ? local() : local);
-                }
-            },
-            initialize: function initialize(force) {
-                return !this.initPromise || force ? this._initialize() : this.initPromise;
-            },
-            add: function add(data) {
-                this.index.add(data);
-            },
-            get: function get(query, cb) {
-                var that = this, matches = [], cacheHit = false;
-                matches = this.index.get(query);
-                matches = this.sorter(matches).slice(0, this.limit);
-                matches.length < this.limit ? cacheHit = this._getFromRemote(query, returnRemoteMatches) : this._cancelLastRemoteRequest();
-                if (!cacheHit) {
-                    (matches.length > 0 || !this.transport) && cb && cb(matches);
-                }
-                function returnRemoteMatches(remoteMatches) {
-                    var matchesWithBackfill = matches.slice(0);
-                    _.each(remoteMatches, function(remoteMatch) {
-                        var isDuplicate;
-                        isDuplicate = _.some(matchesWithBackfill, function(match) {
-                            return that.dupDetector(remoteMatch, match);
-                        });
-                        !isDuplicate && matchesWithBackfill.push(remoteMatch);
-                        return matchesWithBackfill.length < that.limit;
-                    });
-                    cb && cb(that.sorter(matchesWithBackfill));
-                }
-            },
-            clear: function clear() {
-                this.index.reset();
-            },
-            clearPrefetchCache: function clearPrefetchCache() {
-                this.storage && this.storage.clear();
-            },
-            clearRemoteCache: function clearRemoteCache() {
-                this.transport && Transport.resetCache();
-            },
-            ttAdapter: function ttAdapter() {
-                return _.bind(this.get, this);
-            }
-        });
-        return Bloodhound;
-        function getSorter(sortFn) {
-            return _.isFunction(sortFn) ? sort : noSort;
-            function sort(array) {
-                return array.sort(sortFn);
-            }
-            function noSort(array) {
-                return array;
-            }
-        }
-        function ignoreDuplicates() {
-            return false;
-        }
-    })(this);
-})(window.jQuery);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e3a3e43c/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/typeahead.js
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/typeahead.js b/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/typeahead.js
new file mode 100644
index 0000000..96a4c43
--- /dev/null
+++ b/usage/cli/src/main/resources/brooklyn/item-lister/statics/style/js/catalog/typeahead.js
@@ -0,0 +1,727 @@
+/*!
+ * typeahead.js 0.10.5
+ * https://github.com/twitter/typeahead.js
+ * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT
+ */
+
+(function($) {
+    var _ = function() {
+        "use strict";
+        return {
+            isMsie: function() {
+                return /(msie|trident)/i.test(navigator.userAgent) ? navigator.userAgent.match(/(msie |rv:)(\d+(.\d+)?)/i)[2] : false;
+            },
+            isBlankString: function(str) {
+                return !str || /^\s*$/.test(str);
+            },
+            escapeRegExChars: function(str) {
+                return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
+            },
+            isString: function(obj) {
+                return typeof obj === "string";
+            },
+            isNumber: function(obj) {
+                return typeof obj === "number";
+            },
+            isArray: $.isArray,
+            isFunction: $.isFunction,
+            isObject: $.isPlainObject,
+            isUndefined: function(obj) {
+                return typeof obj === "undefined";
+            },
+            toStr: function toStr(s) {
+                return _.isUndefined(s) || s === null ? "" : s + "";
+            },
+            bind: $.proxy,
+            each: function(collection, cb) {
+                $.each(collection, reverseArgs);
+                function reverseArgs(index, value) {
+                    return cb(value, index);
+                }
+            },
+            map: $.map,
+            filter: $.grep,
+            every: function(obj, test) {
+                var result = true;
+                if (!obj) {
+                    return result;
+                }
+                $.each(obj, function(key, val) {
+                    if (!(result = test.call(null, val, key, obj))) {
+                        return false;
+                    }
+                });
+                return !!result;
+            },
+            some: function(obj, test) {
+                var result = false;
+                if (!obj) {
+                    return result;
+                }
+                $.each(obj, function(key, val) {
+                    if (result = test.call(null, val, key, obj)) {
+                        return false;
+                    }
+                });
+                return !!result;
+            },
+            mixin: $.extend,
+            getUniqueId: function() {
+                var counter = 0;
+                return function() {
+                    return counter++;
+                };
+            }(),
+            templatify: function templatify(obj) {
+                return $.isFunction(obj) ? obj : template;
+                function template() {
+                    return String(obj);
+                }
+            },
+            defer: function(fn) {
+                setTimeout(fn, 0);
+            },
+            debounce: function(func, wait, immediate) {
+                var timeout, result;
+                return function() {
+                    var context = this, args = arguments, later, callNow;
+                    later = function() {
+                        timeout = null;
+                        if (!immediate) {
+                            result = func.apply(context, args);
+                        }
+                    };
+                    callNow = immediate && !timeout;
+                    clearTimeout(timeout);
+                    timeout = setTimeout(later, wait);
+                    if (callNow) {
+                        result = func.apply(context, args);
+                    }
+                    return result;
+                };
+            },
+            throttle: function(func, wait) {
+                var context, args, timeout, result, previous, later;
+                previous = 0;
+                later = function() {
+                    previous = new Date();
+                    timeout = null;
+                    result = func.apply(context, args);
+                };
+                return function() {
+                    var now = new Date(), remaining = wait - (now - previous);
+                    context = this;
+                    args = arguments;
+                    if (remaining <= 0) {
+                        clearTimeout(timeout);
+                        timeout = null;
+                        previous = now;
+                        result = func.apply(context, args);
+                    } else if (!timeout) {
+                        timeout = setTimeout(later, remaining);
+                    }
+                    return result;
+                };
+            },
+            noop: function() {}
+        };
+    }();
+    var VERSION = "0.10.5";
+    var tokenizers = function() {
+        "use strict";
+        return {
+            nonword: nonword,
+            whitespace: whitespace,
+            obj: {
+                nonword: getObjTokenizer(nonword),
+                whitespace: getObjTokenizer(whitespace)
+            }
+        };
+        function whitespace(str) {
+            str = _.toStr(str);
+            return str ? str.split(/\s+/) : [];
+        }
+        function nonword(str) {
+            str = _.toStr(str);
+            return str ? str.split(/\W+/) : [];
+        }
+        function getObjTokenizer(tokenizer) {
+            return function setKey() {
+                var args = [].slice.call(arguments, 0);
+                return function tokenize(o) {
+                    var tokens = [];
+                    _.each(args, function(k) {
+                        tokens = tokens.concat(tokenizer(_.toStr(o[k])));
+                    });
+                    return tokens;
+                };
+            };
+        }
+    }();
+    var LruCache = function() {
+        "use strict";
+        function LruCache(maxSize) {
+            this.maxSize = _.isNumber(maxSize) ? maxSize : 100;
+            this.reset();
+            if (this.maxSize <= 0) {
+                this.set = this.get = $.noop;
+            }
+        }
+        _.mixin(LruCache.prototype, {
+            set: function set(key, val) {
+                var tailItem = this.list.tail, node;
+                if (this.size >= this.maxSize) {
+                    this.list.remove(tailItem);
+                    delete this.hash[tailItem.key];
+                }
+                if (node = this.hash[key]) {
+                    node.val = val;
+                    this.list.moveToFront(node);
+                } else {
+                    node = new Node(key, val);
+                    this.list.add(node);
+                    this.hash[key] = node;
+                    this.size++;
+                }
+            },
+            get: function get(key) {
+                var node = this.hash[key];
+                if (node) {
+                    this.list.moveToFront(node);
+                    return node.val;
+                }
+            },
+            reset: function reset() {
+                this.size = 0;
+                this.hash = {};
+                this.list = new List();
+            }
+        });
+        function List() {
+            this.head = this.tail = null;
+        }
+        _.mixin(List.prototype, {
+            add: function add(node) {
+                if (this.head) {
+                    node.next = this.head;
+                    this.head.prev = node;
+                }
+                this.head = node;
+                this.tail = this.tail || node;
+            },
+            remove: function remove(node) {
+                node.prev ? node.prev.next = node.next : this.head = node.next;
+                node.next ? node.next.prev = node.prev : this.tail = node.prev;
+            },
+            moveToFront: function(node) {
+                this.remove(node);
+                this.add(node);
+            }
+        });
+        function Node(key, val) {
+            this.key = key;
+            this.val = val;
+            this.prev = this.next = null;
+        }
+        return LruCache;
+    }();
+    var PersistentStorage = function() {
+        "use strict";
+        var ls, methods;
+        try {
+            ls = window.localStorage;
+            ls.setItem("~~~", "!");
+            ls.removeItem("~~~");
+        } catch (err) {
+            ls = null;
+        }
+        function PersistentStorage(namespace) {
+            this.prefix = [ "__", namespace, "__" ].join("");
+            this.ttlKey = "__ttl__";
+            this.keyMatcher = new RegExp("^" + _.escapeRegExChars(this.prefix));
+        }
+        if (ls && window.JSON) {
+            methods = {
+                _prefix: function(key) {
+                    return this.prefix + key;
+                },
+                _ttlKey: function(key) {
+                    return this._prefix(key) + this.ttlKey;
+                },
+                get: function(key) {
+                    if (this.isExpired(key)) {
+                        this.remove(key);
+                    }
+                    return decode(ls.getItem(this._prefix(key)));
+                },
+                set: function(key, val, ttl) {
+                    if (_.isNumber(ttl)) {
+                        ls.setItem(this._ttlKey(key), encode(now() + ttl));
+                    } else {
+                        ls.removeItem(this._ttlKey(key));
+                    }
+                    return ls.setItem(this._prefix(key), encode(val));
+                },
+                remove: function(key) {
+                    ls.removeItem(this._ttlKey(key));
+                    ls.removeItem(this._prefix(key));
+                    return this;
+                },
+                clear: function() {
+                    var i, key, keys = [], len = ls.length;
+                    for (i = 0; i < len; i++) {
+                        if ((key = ls.key(i)).match(this.keyMatcher)) {
+                            keys.push(key.replace(this.keyMatcher, ""));
+                        }
+                    }
+                    for (i = keys.length; i--; ) {
+                        this.remove(keys[i]);
+                    }
+                    return this;
+                },
+                isExpired: function(key) {
+                    var ttl = decode(ls.getItem(this._ttlKey(key)));
+                    return _.isNumber(ttl) && now() > ttl ? true : false;
+                }
+            };
+        } else {
+            methods = {
+                get: _.noop,
+                set: _.noop,
+                remove: _.noop,
+                clear: _.noop,
+                isExpired: _.noop
+            };
+        }
+        _.mixin(PersistentStorage.prototype, methods);
+        return PersistentStorage;
+        function now() {
+            return new Date().getTime();
+        }
+        function encode(val) {
+            return JSON.stringify(_.isUndefined(val) ? null : val);
+        }
+        function decode(val) {
+            return JSON.parse(val);
+        }
+    }();
+    var Transport = function() {
+        "use strict";
+        var pendingRequestsCount = 0, pendingRequests = {}, maxPendingRequests = 6, sharedCache = new LruCache(10);
+        function Transport(o) {
+            o = o || {};
+            this.cancelled = false;
+            this.lastUrl = null;
+            this._send = o.transport ? callbackToDeferred(o.transport) : $.ajax;
+            this._get = o.rateLimiter ? o.rateLimiter(this._get) : this._get;
+            this._cache = o.cache === false ? new LruCache(0) : sharedCache;
+        }
+        Transport.setMaxPendingRequests = function setMaxPendingRequests(num) {
+            maxPendingRequests = num;
+        };
+        Transport.resetCache = function resetCache() {
+            sharedCache.reset();
+        };
+        _.mixin(Transport.prototype, {
+            _get: function(url, o, cb) {
+                var that = this, jqXhr;
+                if (this.cancelled || url !== this.lastUrl) {
+                    return;
+                }
+                if (jqXhr = pendingRequests[url]) {
+                    jqXhr.done(done).fail(fail);
+                } else if (pendingRequestsCount < maxPendingRequests) {
+                    pendingRequestsCount++;
+                    pendingRequests[url] = this._send(url, o).done(done).fail(fail).always(always);
+                } else {
+                    this.onDeckRequestArgs = [].slice.call(arguments, 0);
+                }
+                function done(resp) {
+                    cb && cb(null, resp);
+                    that._cache.set(url, resp);
+                }
+                function fail() {
+                    cb && cb(true);
+                }
+                function always() {
+                    pendingRequestsCount--;
+                    delete pendingRequests[url];
+                    if (that.onDeckRequestArgs) {
+                        that._get.apply(that, that.onDeckRequestArgs);
+                        that.onDeckRequestArgs = null;
+                    }
+                }
+            },
+            get: function(url, o, cb) {
+                var resp;
+                if (_.isFunction(o)) {
+                    cb = o;
+                    o = {};
+                }
+                this.cancelled = false;
+                this.lastUrl = url;
+                if (resp = this._cache.get(url)) {
+                    _.defer(function() {
+                        cb && cb(null, resp);
+                    });
+                } else {
+                    this._get(url, o, cb);
+                }
+                return !!resp;
+            },
+            cancel: function() {
+                this.cancelled = true;
+            }
+        });
+        return Transport;
+        function callbackToDeferred(fn) {
+            return function customSendWrapper(url, o) {
+                var deferred = $.Deferred();
+                fn(url, o, onSuccess, onError);
+                return deferred;
+                function onSuccess(resp) {
+                    _.defer(function() {
+                        deferred.resolve(resp);
+                    });
+                }
+                function onError(err) {
+                    _.defer(function() {
+                        deferred.reject(err);
+                    });
+                }
+            };
+        }
+    }();
+    var SearchIndex = function() {
+        "use strict";
+        function SearchIndex(o) {
+            o = o || {};
+            if (!o.datumTokenizer || !o.queryTokenizer) {
+                $.error("datumTokenizer and queryTokenizer are both required");
+            }
+            this.datumTokenizer = o.datumTokenizer;
+            this.queryTokenizer = o.queryTokenizer;
+            this.reset();
+        }
+        _.mixin(SearchIndex.prototype, {
+            bootstrap: function bootstrap(o) {
+                this.datums = o.datums;
+                this.trie = o.trie;
+            },
+            add: function(data) {
+                var that = this;
+                data = _.isArray(data) ? data : [ data ];
+                _.each(data, function(datum) {
+                    var id, tokens;
+                    id = that.datums.push(datum) - 1;
+                    tokens = normalizeTokens(that.datumTokenizer(datum));
+                    _.each(tokens, function(token) {
+                        var node, chars, ch;
+                        node = that.trie;
+                        chars = token.split("");
+                        while (ch = chars.shift()) {
+                            node = node.children[ch] || (node.children[ch] = newNode());
+                            node.ids.push(id);
+                        }
+                    });
+                });
+            },
+            get: function get(query) {
+                var that = this, tokens, matches;
+                tokens = normalizeTokens(this.queryTokenizer(query));
+                _.each(tokens, function(token) {
+                    var node, chars, ch, ids;
+                    if (matches && matches.length === 0) {
+                        return false;
+                    }
+                    node = that.trie;
+                    chars = token.split("");
+                    while (node && (ch = chars.shift())) {
+                        node = node.children[ch];
+                    }
+                    if (node && chars.length === 0) {
+                        ids = node.ids.slice(0);
+                        matches = matches ? getIntersection(matches, ids) : ids;
+                    } else {
+                        matches = [];
+                        return false;
+                    }
+                });
+                return matches ? _.map(unique(matches), function(id) {
+                    return that.datums[id];
+                }) : [];
+            },
+            reset: function reset() {
+                this.datums = [];
+                this.trie = newNode();
+            },
+            serialize: function serialize() {
+                return {
+                    datums: this.datums,
+                    trie: this.trie
+                };
+            }
+        });
+        return SearchIndex;
+        function normalizeTokens(tokens) {
+            tokens = _.filter(tokens, function(token) {
+                return !!token;
+            });
+            tokens = _.map(tokens, function(token) {
+                return token.toLowerCase();
+            });
+            return tokens;
+        }
+        function newNode() {
+            return {
+                ids: [],
+                children: {}
+            };
+        }
+        function unique(array) {
+            var seen = {}, uniques = [];
+            for (var i = 0, len = array.length; i < len; i++) {
+                if (!seen[array[i]]) {
+                    seen[array[i]] = true;
+                    uniques.push(array[i]);
+                }
+            }
+            return uniques;
+        }
+        function getIntersection(arrayA, arrayB) {
+            var ai = 0, bi = 0, intersection = [];
+            arrayA = arrayA.sort(compare);
+            arrayB = arrayB.sort(compare);
+            var lenArrayA = arrayA.length, lenArrayB = arrayB.length;
+            while (ai < lenArrayA && bi < lenArrayB) {
+                if (arrayA[ai] < arrayB[bi]) {
+                    ai++;
+                } else if (arrayA[ai] > arrayB[bi]) {
+                    bi++;
+                } else {
+                    intersection.push(arrayA[ai]);
+                    ai++;
+                    bi++;
+                }
+            }
+            return intersection;
+            function compare(a, b) {
+                return a - b;
+            }
+        }
+    }();
+    var oParser = function() {
+        "use strict";
+        return {
+            local: getLocal,
+            prefetch: getPrefetch,
+            remote: getRemote
+        };
+        function getLocal(o) {
+            return o.local || null;
+        }
+        function getPrefetch(o) {
+            var prefetch, defaults;
+            defaults = {
+                url: null,
+                thumbprint: "",
+                ttl: 24 * 60 * 60 * 1e3,
+                filter: null,
+                ajax: {}
+            };
+            if (prefetch = o.prefetch || null) {
+                prefetch = _.isString(prefetch) ? {
+                    url: prefetch
+                } : prefetch;
+                prefetch = _.mixin(defaults, prefetch);
+                prefetch.thumbprint = VERSION + prefetch.thumbprint;
+                prefetch.ajax.type = prefetch.ajax.type || "GET";
+                prefetch.ajax.dataType = prefetch.ajax.dataType || "json";
+                !prefetch.url && $.error("prefetch requires url to be set");
+            }
+            return prefetch;
+        }
+        function getRemote(o) {
+            var remote, defaults;
+            defaults = {
+                url: null,
+                cache: true,
+                wildcard: "%QUERY",
+                replace: null,
+                rateLimitBy: "debounce",
+                rateLimitWait: 300,
+                send: null,
+                filter: null,
+                ajax: {}
+            };
+            if (remote = o.remote || null) {
+                remote = _.isString(remote) ? {
+                    url: remote
+                } : remote;
+                remote = _.mixin(defaults, remote);
+                remote.rateLimiter = /^throttle$/i.test(remote.rateLimitBy) ? byThrottle(remote.rateLimitWait) : byDebounce(remote.rateLimitWait);
+                remote.ajax.type = remote.ajax.type || "GET";
+                remote.ajax.dataType = remote.ajax.dataType || "json";
+                delete remote.rateLimitBy;
+                delete remote.rateLimitWait;
+                !remote.url && $.error("remote requires url to be set");
+            }
+            return remote;
+            function byDebounce(wait) {
+                return function(fn) {
+                    return _.debounce(fn, wait);
+                };
+            }
+            function byThrottle(wait) {
+                return function(fn) {
+                    return _.throttle(fn, wait);
+                };
+            }
+        }
+    }();
+    (function(root) {
+        "use strict";
+        var old, keys;
+        old = root.Bloodhound;
+        keys = {
+            data: "data",
+            protocol: "protocol",
+            thumbprint: "thumbprint"
+        };
+        root.Bloodhound = Bloodhound;
+        function Bloodhound(o) {
+            if (!o || !o.local && !o.prefetch && !o.remote) {
+                $.error("one of local, prefetch, or remote is required");
+            }
+            this.limit = o.limit || 5;
+            this.sorter = getSorter(o.sorter);
+            this.dupDetector = o.dupDetector || ignoreDuplicates;
+            this.local = oParser.local(o);
+            this.prefetch = oParser.prefetch(o);
+            this.remote = oParser.remote(o);
+            this.cacheKey = this.prefetch ? this.prefetch.cacheKey || this.prefetch.url : null;
+            this.index = new SearchIndex({
+                datumTokenizer: o.datumTokenizer,
+                queryTokenizer: o.queryTokenizer
+            });
+            this.storage = this.cacheKey ? new PersistentStorage(this.cacheKey) : null;
+        }
+        Bloodhound.noConflict = function noConflict() {
+            root.Bloodhound = old;
+            return Bloodhound;
+        };
+        Bloodhound.tokenizers = tokenizers;
+        _.mixin(Bloodhound.prototype, {
+            _loadPrefetch: function loadPrefetch(o) {
+                var that = this, serialized, deferred;
+                if (serialized = this._readFromStorage(o.thumbprint)) {
+                    this.index.bootstrap(serialized);
+                    deferred = $.Deferred().resolve();
+                } else {
+                    deferred = $.ajax(o.url, o.ajax).done(handlePrefetchResponse);
+                }
+                return deferred;
+                function handlePrefetchResponse(resp) {
+                    that.clear();
+                    that.add(o.filter ? o.filter(resp) : resp);
+                    that._saveToStorage(that.index.serialize(), o.thumbprint, o.ttl);
+                }
+            },
+            _getFromRemote: function getFromRemote(query, cb) {
+                var that = this, url, uriEncodedQuery;
+                if (!this.transport) {
+                    return;
+                }
+                query = query || "";
+                uriEncodedQuery = encodeURIComponent(query);
+                url = this.remote.replace ? this.remote.replace(this.remote.url, query) : this.remote.url.replace(this.remote.wildcard, uriEncodedQuery);
+                return this.transport.get(url, this.remote.ajax, handleRemoteResponse);
+                function handleRemoteResponse(err, resp) {
+                    err ? cb([]) : cb(that.remote.filter ? that.remote.filter(resp) : resp);
+                }
+            },
+            _cancelLastRemoteRequest: function cancelLastRemoteRequest() {
+                this.transport && this.transport.cancel();
+            },
+            _saveToStorage: function saveToStorage(data, thumbprint, ttl) {
+                if (this.storage) {
+                    this.storage.set(keys.data, data, ttl);
+                    this.storage.set(keys.protocol, location.protocol, ttl);
+                    this.storage.set(keys.thumbprint, thumbprint, ttl);
+                }
+            },
+            _readFromStorage: function readFromStorage(thumbprint) {
+                var stored = {}, isExpired;
+                if (this.storage) {
+                    stored.data = this.storage.get(keys.data);
+                    stored.protocol = this.storage.get(keys.protocol);
+                    stored.thumbprint = this.storage.get(keys.thumbprint);
+                }
+                isExpired = stored.thumbprint !== thumbprint || stored.protocol !== location.protocol;
+                return stored.data && !isExpired ? stored.data : null;
+            },
+            _initialize: function initialize() {
+                var that = this, local = this.local, deferred;
+                deferred = this.prefetch ? this._loadPrefetch(this.prefetch) : $.Deferred().resolve();
+                local && deferred.done(addLocalToIndex);
+                this.transport = this.remote ? new Transport(this.remote) : null;
+                return this.initPromise = deferred.promise();
+                function addLocalToIndex() {
+                    that.add(_.isFunction(local) ? local() : local);
+                }
+            },
+            initialize: function initialize(force) {
+                return !this.initPromise || force ? this._initialize() : this.initPromise;
+            },
+            add: function add(data) {
+                this.index.add(data);
+            },
+            get: function get(query, cb) {
+                var that = this, matches = [], cacheHit = false;
+                matches = this.index.get(query);
+                matches = this.sorter(matches).slice(0, this.limit);
+                matches.length < this.limit ? cacheHit = this._getFromRemote(query, returnRemoteMatches) : this._cancelLastRemoteRequest();
+                if (!cacheHit) {
+                    (matches.length > 0 || !this.transport) && cb && cb(matches);
+                }
+                function returnRemoteMatches(remoteMatches) {
+                    var matchesWithBackfill = matches.slice(0);
+                    _.each(remoteMatches, function(remoteMatch) {
+                        var isDuplicate;
+                        isDuplicate = _.some(matchesWithBackfill, function(match) {
+                            return that.dupDetector(remoteMatch, match);
+                        });
+                        !isDuplicate && matchesWithBackfill.push(remoteMatch);
+                        return matchesWithBackfill.length < that.limit;
+                    });
+                    cb && cb(that.sorter(matchesWithBackfill));
+                }
+            },
+            clear: function clear() {
+                this.index.reset();
+            },
+            clearPrefetchCache: function clearPrefetchCache() {
+                this.storage && this.storage.clear();
+            },
+            clearRemoteCache: function clearRemoteCache() {
+                this.transport && Transport.resetCache();
+            },
+            ttAdapter: function ttAdapter() {
+                return _.bind(this.get, this);
+            }
+        });
+        return Bloodhound;
+        function getSorter(sortFn) {
+            return _.isFunction(sortFn) ? sort : noSort;
+            function sort(array) {
+                return array.sort(sortFn);
+            }
+            function noSort(array) {
+                return array;
+            }
+        }
+        function ignoreDuplicates() {
+            return false;
+        }
+    })(this);
+})(window.jQuery);
\ No newline at end of file


[08/26] incubator-brooklyn git commit: new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f52b66be/usage/dist/src/main/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/LICENSE b/usage/dist/src/main/license/LICENSE
index 4f1d572..368915b 100644
--- a/usage/dist/src/main/license/LICENSE
+++ b/usage/dist/src/main/license/LICENSE
@@ -1,4 +1,19 @@
 
+This software is distributed under the Apache License, version 2.0. See (1) below.
+This software is copyright (c) The Apache Software Foundation and contributors.
+
+Contents:
+
+  (1) This software license: Apache License, version 2.0
+  (2) Notices for bundled software
+  (3) Licenses for bundled software
+
+
+---------------------------------------------------
+
+(1) This software license: Apache License, version 2.0
+
+
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -174,1518 +189,1746 @@
       incurred by, or claims asserted against, such Contributor by reason
       of your accepting any such warranty or additional liability.
 
------------------------------------------------------------------------------
-
-The following files are distributed under the Apache License v2:
-
-commons-beanutils-commons-beanutils-1.9.1.jar
-commons-codec-commons-codec-1.6.jar
-commons-collections-commons-collections-3.2.1.jar
-commons-io-commons-io-2.4.jar
-commons-lang-commons-lang-2.4.jar
-commons-logging-commons-logging-1.1.1.jar
-org.apache.brooklyn-brooklyn-all-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-api-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-camp-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-cli-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-core-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-jmxmp-agent-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-jmxrmi-agent-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-launcher-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-locations-jclouds-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-logback-includes-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-policy-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-rest-api-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-rest-server-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-base-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-database-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-messaging-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-monitoring-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-network-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-nosql-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-osgi-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-software-webapp-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-utils-common-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn-brooklyn-utils-rest-swagger-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn.camp-camp-base-0.7.0-SNAPSHOT.jar
-org.apache.brooklyn.camp-camp-server-0.7.0-SNAPSHOT.jar
-org.apache.commons-commons-compress-1.4.jar
-org.apache.commons-commons-lang3-3.1.jar
-org.apache.felix-org.apache.felix.framework-4.4.0.jar
-org.apache.httpcomponents-httpclient-4.2.5.jar
-org.apache.httpcomponents-httpcore-4.2.5.jar
-org.apache.jclouds-jclouds-allblobstore-1.9.0.jar
-org.apache.jclouds-jclouds-allcompute-1.9.0.jar
-org.apache.jclouds-jclouds-blobstore-1.9.0.jar
-org.apache.jclouds-jclouds-compute-1.9.0.jar
-org.apache.jclouds-jclouds-core-1.9.0.jar
-org.apache.jclouds-jclouds-scriptbuilder-1.9.0.jar
-org.apache.jclouds.api-atmos-1.9.0.jar
-org.apache.jclouds.api-byon-1.9.0.jar
-org.apache.jclouds.api-cloudfiles-1.9.0.jar
-org.apache.jclouds.api-cloudstack-1.9.0.jar
-org.apache.jclouds.api-ec2-1.9.0.jar
-org.apache.jclouds.api-elasticstack-1.9.0.jar
-org.apache.jclouds.api-filesystem-1.9.0.jar
-org.apache.jclouds.api-openstack-keystone-1.9.0.jar
-org.apache.jclouds.api-openstack-nova-1.9.0.jar
-org.apache.jclouds.api-openstack-nova-ec2-1.9.0.jar
-org.apache.jclouds.api-openstack-swift-1.9.0.jar
-org.apache.jclouds.api-rackspace-cloudidentity-1.9.0.jar
-org.apache.jclouds.api-s3-1.9.0.jar
-org.apache.jclouds.api-sts-1.9.0.jar
-org.apache.jclouds.api-swift-1.9.0.jar
-org.apache.jclouds.common-openstack-common-1.9.0.jar
-org.apache.jclouds.driver-jclouds-bouncycastle-1.9.0.jar
-org.apache.jclouds.driver-jclouds-okhttp-1.9.0.jar
-org.apache.jclouds.driver-jclouds-slf4j-1.9.0.jar
-org.apache.jclouds.driver-jclouds-sshj-1.9.0.jar
-org.apache.jclouds.labs-abiquo-1.9.0.jar
-org.apache.jclouds.labs-docker-1.9.0.jar
-org.apache.jclouds.labs-google-compute-engine-1.9.0.jar
-org.apache.jclouds.labs-googlecloud-1.9.0.jar
-org.apache.jclouds.labs-oauth-1.9.0.jar
-org.apache.jclouds.provider-aws-ec2-1.9.0.jar
-org.apache.jclouds.provider-aws-s3-1.9.0.jar
-org.apache.jclouds.provider-azureblob-1.9.0.jar
-org.apache.jclouds.provider-cloudfiles-uk-1.9.0.jar
-org.apache.jclouds.provider-cloudfiles-us-1.9.0.jar
-org.apache.jclouds.provider-elastichosts-lon-b-1.9.0.jar
-org.apache.jclouds.provider-elastichosts-lon-p-1.9.0.jar
-org.apache.jclouds.provider-elastichosts-sat-p-1.9.0.jar
-org.apache.jclouds.provider-go2cloud-jhb1-1.9.0.jar
-org.apache.jclouds.provider-gogrid-1.9.0.jar
-org.apache.jclouds.provider-hpcloud-compute-1.9.0.jar
-org.apache.jclouds.provider-hpcloud-objectstorage-1.9.0.jar
-org.apache.jclouds.provider-openhosting-east1-1.9.0.jar
-org.apache.jclouds.provider-rackspace-cloudservers-uk-1.9.0.jar
-org.apache.jclouds.provider-rackspace-cloudservers-us-1.9.0.jar
-org.apache.jclouds.provider-serverlove-z1-man-1.9.0.jar
-org.apache.jclouds.provider-skalicloud-sdg-my-1.9.0.jar
-org.apache.jclouds.provider-softlayer-1.9.0.jar
-
------------------------------------------------------------------------------
-
-aopalliance-aopalliance-1.0.jar
-
-LICENCE: all the source code provided by AOP Alliance is Public Domain.
-http://aopalliance.sourceforge.net/
-
------------------------------------------------------------------------------
-
-ch.qos.logback-logback-classic-1.0.7.jar
-ch.qos.logback-logback-core-1.0.7.jar
-
-Logback: the reliable, generic, fast and flexible logging framework.
-Copyright (C) 1999-2012, QOS.ch. All rights reserved.
-
-This program and the accompanying materials are dual-licensed under
-either the terms of the Eclipse Public License v1.0 as published by
-the Eclipse Foundation
-
-  or (per the licensee's choosing)
-
-under the terms of the GNU Lesser General Public License version 2.1
-as published by the Free Software Foundation.
-
-The Eclipse Public License v1.0 is reproduced below.
-
------------------------------------------------------------------------------
-
-com.beust-jcommander-1.27.jar
-
-Copyright 2010 Cedric Beust cedric@beust.com
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.fasterxml.jackson.core-jackson-annotations-2.4.0.jar
-com.fasterxml.jackson.core-jackson-core-2.4.2.jar
-com.fasterxml.jackson.core-jackson-databind-2.4.2.jar
-com.fasterxml.jackson.jaxrs-jackson-jaxrs-base-2.4.2.jar
-com.fasterxml.jackson.jaxrs-jackson-jaxrs-json-provider-2.4.2.jar
-com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.4.2.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.google.code.findbugs-jsr305-2.0.1.jar
-
-Licensed under the 3-clause BSD License (reproduced below).
-
------------------------------------------------------------------------------
-
-com.google.code.gson-gson-2.2.2.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-com.google.guava-guava-17.0.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-com.google.http-client-google-http-client-1.18.0-rc.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-com.google.inject-guice-3.0.jar
-com.google.inject.extensions-guice-assistedinject-3.0.jar
-com.google.inject.extensions-guice-multibindings-3.0.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-com.googlecode.concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.0_jdk5.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-com.jamesmurty.utils-java-xmlbuilder-0.4.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.jayway.jsonpath-json-path-0.9.1.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.jcraft-jsch.agentproxy.connector-factory-0.0.8.jar
-com.jcraft-jsch.agentproxy.core-0.0.8.jar
-com.jcraft-jsch.agentproxy.pageant-0.0.8.jar
-com.jcraft-jsch.agentproxy.sshagent-0.0.8.jar
-com.jcraft-jsch.agentproxy.sshj-0.0.8.jar
-com.jcraft-jsch.agentproxy.usocket-jna-0.0.8.jar
-com.jcraft-jsch.agentproxy.usocket-nc-0.0.8.jar
-
-Licensed under the 3-clause BSD License (reproduced below).
-
------------------------------------------------------------------------------
-
-com.maxmind.db-maxmind-db-0.3.4.jar
-com.maxmind.geoip2-geoip2-0.8.1.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.squareup.okhttp-okhttp-2.2.0.jar
-com.squareup.okio-okio-1.2.0.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-com.sun.jersey-jersey-core-1.18.1.jar
-com.sun.jersey-jersey-json-1.18.1.jar
-com.sun.jersey-jersey-server-1.18.1.jar
-com.sun.jersey-jersey-servlet-1.18.1.jar
-com.sun.jersey.contribs-jersey-multipart-1.18.1.jar
-org.jvnet.mimepull-mimepull-1.9.3.jar
-
-Dual licensed under 2 OSI approved licenses:
-- COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)
-- GNU General Public License (GPL - Version 2, June 1991) with the Classpath Exception
-
-The CDDL - Version 1.1 License is reproduced below.
-
------------------------------------------------------------------------------
-
-com.thoughtworks.xstream-xstream-1.4.7.jar
-
-Copyright (c) 2003-2006, Joe Walnes
-Copyright (c) 2006-2009, 2011 XStream Committers
-All rights reserved.
-
-Licensed under the 3-clause BSD License (reproduced below).
-
------------------------------------------------------------------------------
-
-com.wordnik-swagger-core_2.9.1-1.0.1.jar
-com.wordnik-swagger-jaxrs_2.9.1-1.0.1.jar
-
-Copyright 2015 Reverb Technologies, Inc.
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-dom4j-dom4j-1.6.1.jar
-
-Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
-
-Redistribution and use of this software and associated documentation
-("Software"), with or without modification, are permitted provided
-that the following conditions are met:
-
-1. Redistributions of source code must retain copyright
-   statements and notices.  Redistributions must also contain a
-   copy of this document.
-
-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 name "DOM4J" must not be used to endorse or promote
-   products derived from this Software without prior written
-   permission of MetaStuff, Ltd.  For written permission,
-   please contact dom4j-info@metastuff.com.
-
-4. Products derived from this Software may not be called "DOM4J"
-   nor may "DOM4J" appear in their names without prior written
-   permission of MetaStuff, Ltd. DOM4J is a registered
-   trademark of MetaStuff, Ltd.
-
-5. Due credit should be given to the DOM4J Project -
-   http://www.dom4j.org
-
-THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
-``AS IS'' AND ANY EXPRESSED 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
-METASTUFF, LTD. OR ITS 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.
-
------------------------------------------------------------------------------
-
-io.airlift-airline-0.6.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-javax.annotation-jsr250-api-1.0.jar
-javax.ws.rs-jsr311-api-1.1.1.jar
-
-Licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
-Version 1.0 (reproduced below).
-
------------------------------------------------------------------------------
-
-javax.inject-javax.inject-1.jar
-javax.validation-validation-api-1.0.0.GA.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-net.java.dev.jna-jna-4.0.0.jar
-net.java.dev.jna-jna-platform-4.0.0.jar
-
-JNA is dual-licensed under 2 alternative Open Source/Free
-licenses: LGPL 2.1 and Apache License 2.0. (starting with
-JNA version 4.0.0).
-
------------------------------------------------------------------------------
-
-net.minidev-json-smart-1.2.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
 
-net.schmizz-sshj-0.8.1.jar
+---------------------------------------------------
+
+(2) Notices for bundled software
+
+This project includes the software: aopalliance
+  Available at: http://aopalliance.sourceforge.net
+  Used under the following license: Public Domain
+
+This project includes the software: asm
+  Available at: http://asm.objectweb.org/asm/
+  Developed by: ObjectWeb (http://www.objectweb.org/)
+  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
+
+This project includes the software: async.js
+  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
+  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Miller Medeiros (2011)
+
+This project includes the software: backbone.js
+  Available at: http://backbonejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
+
+This project includes the software: bootstrap.js
+  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) Twitter, Inc (2012)
+
+This project includes the software: ch.qos.logback
+  Available at: http://logback.qos.ch
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
+
+This project includes the software: com.fasterxml.jackson
+  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
+  Developed by: FasterXML (http://fasterxml.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.findbugs
+  Available at: http://findbugs.sourceforge.net/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.code.gson
+  Available at: http://code.google.com/p/google-gson/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.guava
+  Available at: http://code.google.com/p/guava-libraries/guava
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.http-client
+  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
+  Developed by: Google (http://www.google.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject
+  Available at: http://code.google.com/p/google-guice/guice/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.google.inject.extensions
+  Available at: http://code.google.com/p/google-guice/extensions-parent/
+  Developed by: Google, Inc. (http://www.google.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.googlecode.concurrentlinkedhashmap
+  Available at: http://code.google.com/p/concurrentlinkedhashmap
+  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jamesmurty.utils
+  Available at: http://code.google.com/p/java-xmlbuilder/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: com.jayway.jsonpath
+  Available at: https://github.com/jayway/JsonPath
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.jcraft
+  Available at: http://www.jcraft.com/jsch-agent-proxy/
+  Developed by: JCraft,Inc. (http://www.jcraft.com/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
+
+This project includes the software: com.maxmind.db
+  Available at: http://dev.maxmind.com/
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.maxmind.geoip2
+  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
+  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: com.squareup.okhttp
+  Available at: https://github.com/square/okhttp/okhttp
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.squareup.okio
+  Available at: https://github.com/square/okio/okio
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: com.sun.jersey
+  Available at: https://jersey.java.net/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.sun.jersey.contribs
+  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: com.thoughtworks.xstream
+  Available at: http://codehaus.org/xstream-parent/xstream/
+  Developed by: XStream (http://xstream.codehaus.org)
+  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
+
+This project includes the software: com.wordnik
+  Available at: https://github.com/wordnik/swagger-core/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
+
+This project includes the software: commons-beanutils
+  Available at: http://commons.apache.org/proper/commons-beanutils/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-codec
+  Available at: http://commons.apache.org/proper/commons-codec/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-collections
+  Available at: http://commons.apache.org/collections/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-io
+  Available at: http://commons.apache.org/io/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-lang
+  Available at: http://commons.apache.org/lang/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: commons-logging
+  Available at: http://commons.apache.org/proper/commons-logging/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: dataTables.js
+  Available at: http://www.datatables.net
+  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) Allan Jardine (2008-2012)
+
+This project includes the software: dom4j
+  Available at: http://dom4j.sourceforge.net/
+  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
+  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
+
+This project includes the software: handlebars.js
+  Available at: https://github.com/wycats/handlebars.js
+  Developed by: Yehuda Katz (https://github.com/wycats/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Yehuda Katz (2012)
+
+This project includes the software: io.airlift
+  Available at: https://github.com/airlift/airline
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: io.cloudsoft.windows
+  Available at: http://github.com/cloudsoft/winrm4j
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.annotation
+  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
+  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
+
+This project includes the software: javax.inject
+  Available at: http://code.google.com/p/atinject/
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: javax.validation
+  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
+
+This project includes the software: javax.ws.rs
+  Available at: https://jsr311.dev.java.net
+  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
+  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
+
+This project includes the software: jquery.ba-bbq.js
+  Available at: http://benalman.com/projects/jquery-bbq-plugin/
+  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
+
+This project includes the software: jquery.form.js
+  Available at: https://github.com/malsup/form
+  Developed by: Mike Alsup (http://malsup.com/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) M. Alsup (2006-2013)
+
+This project includes the software: jquery.js
+  Available at: http://jquery.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) John Resig (2011)
+
+This project includes the software: js-uri
+  Available at: http://code.google.com/p/js-uri/
+  Developed by: js-uri contributors (https://code.google.com/js-uri)
+  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
+  Copyright (c) js-uri contributors (2013)
+
+This project includes the software: js-yaml.js
+  Available at: https://github.com/nodeca/
+  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Vitaly Puzrin (2011-2015)
+
+This project includes the software: moment.js
+  Available at: http://momentjs.com
+  Developed by: Tim Wood (http://momentjs.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
+
+This project includes the software: net.java.dev.jna
+  Available at: https://github.com/twall/jna
+  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
+
+This project includes the software: net.minidev
+  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
+  Developed by: Chemouni Uriel (http://www.minidev.net/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: net.schmizz
+  Available at: http://github.com/shikhar/sshj
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.99soft.guice
+  Available at: http://99soft.github.com/rocoto/
+  Developed by: 99 Software Foundation (http://www.99soft.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.brooklyn
+  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.commons
+  Available at: http://commons.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.felix
+  Available at: http://felix.apache.org/org.apache.felix.framework/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.httpcomponents
+  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.apache.jclouds
+  Available at: http://jclouds.apache.org/
+  Developed by: The Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.bouncycastle
+  Available at: http://www.bouncycastle.org/java.html
+  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
+
+This project includes the software: org.codehaus.groovy
+  Available at: http://groovy.codehaus.org/
+  Developed by: The Codehaus (http://codehaus.org)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jackson
+  Available at: http://jackson.codehaus.org
+  Developed by: FasterXML (http://fasterxml.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.codehaus.jettison
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty
+  Available at: http://www.eclipse.org/jetty
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.eclipse.jetty.orbit
+  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
+  Developed by: Mort Bay Consulting (http://www.mortbay.com)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: org.freemarker
+  Available at: http://freemarker.org/
+  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
+
+This project includes the software: org.glassfish.external
+  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
+
+This project includes the software: org.hibernate
+  Available at: http://jtidy.sourceforge.net
+  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
+
+This project includes the software: org.javassist
+  Available at: http://www.javassist.org/
+  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
+
+This project includes the software: org.jvnet.mimepull
+  Available at: http://mimepull.java.net
+  Developed by: Oracle Corporation (http://www.oracle.com/)
+  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+This project includes the software: org.mongodb
+  Available at: http://www.mongodb.org
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: org.python
+  Available at: http://www.jython.org/
+  Used under the following license: Jython Software License (http://www.jython.org/license.html)
+
+This project includes the software: org.reflections
+  Available at: http://code.google.com/p/reflections/reflections/
+  Used under the following license: WTFPL (http://www.wtfpl.net/)
+
+This project includes the software: org.scala-lang
+  Available at: http://www.scala-lang.org/
+  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
+  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
+
+This project includes the software: org.slf4j
+  Available at: http://www.slf4j.org
+  Developed by: QOS.ch (http://www.qos.ch)
+  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
+
+This project includes the software: org.tukaani
+  Available at: http://tukaani.org/xz/java.html
+  Used under the following license: Public Domain
+
+This project includes the software: org.yaml
+  Available at: http://www.snakeyaml.org
+  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
+
+This project includes the software: require.js
+  Available at: http://github.com/jrburke/requirejs for details
+  Developed by: The Dojo Foundation (http://dojofoundation.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) The Dojo Foundation (2010-2012)
+
+This project includes the software: sizzle.js
+  Available at: http://sizzlejs.com/
+  Developed by: The jQuery Foundation (http://jquery.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) jQuery Foundation and other contributors (2011)
+
+This project includes the software: Swagger JS
+  Available at: https://github.com/wordnik/swagger-js
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+
+This project includes the software: Swagger UI
+  Available at: https://github.com/wordnik/swagger-ui
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
+
+This project includes the software: typeahead.js
+  Available at: https://github.com/twitter/typeahead.js
+  Developed by: Twitter, Inc (http://twitter.com)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
+
+This project includes the software: underscore.js
+  Available at: http://underscorejs.org
+  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
+
+This project includes the software: xml-apis
+  Available at: http://xml.apache.org/commons/#external
+  Developed by: Apache Software Foundation (http://www.apache.org/)
+  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+This project includes the software: xmlpull
+  Available at: http://www.xmlpull.org
+  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
+
+This project includes the software: xpp3
+  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
+  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
+  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
+
+This project includes the software: ZeroClipboard
+  Available at: http://zeroclipboard.org/
+  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
+  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
+  Copyright (c) Jon Rohan, James M. Greene (2014)
+
+
+---------------------------------------------------
+
+(3) Licenses for bundled software
+
+Contents:
+
+  Apache License, Version 2.0
+  The BSD 2-Clause License
+  The BSD 3-Clause License ("New BSD")
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+  Eclipse Public License, version 1.0
+  The MIT License ("MIT")
+  WTF Public License
+  Bouncy Castle License
+  JTidy License
+  Jython License
+  Indiana University Extreme! Lab Software License, Version 1.1.1
+
+
+Apache License, Version 2.0
+
+  Apache License
+  Version 2.0, January 2004
+  http://www.apache.org/licenses/
+  
+  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+  
+  1. Definitions.
+  
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+  
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+  
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+  
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+  
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+  
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+  
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+  
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+  
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+  
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+  
+  2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object form.
+  
+  3. Grant of Patent License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  (except as stated in this section) patent license to make, have made,
+  use, offer to sell, sell, import, and otherwise transfer the Work,
+  where such license applies only to those patent claims licensable
+  by such Contributor that are necessarily infringed by their
+  Contribution(s) alone or by combination of their Contribution(s)
+  with the Work to which such Contribution(s) was submitted. If You
+  institute patent litigation against any entity (including a
+  cross-claim or counterclaim in a lawsuit) alleging that the Work
+  or a Contribution incorporated within the Work constitutes direct
+  or contributory patent infringement, then any patent licenses
+  granted to You under this License for that Work shall terminate
+  as of the date such litigation is filed.
+  
+  4. Redistribution. You may reproduce and distribute copies of the
+  Work or Derivative Works thereof in any medium, with or without
+  modifications, and in Source or Object form, provided that You
+  meet the following conditions:
+  
+  (a) You must give any other recipients of the Work or
+  Derivative Works a copy of this License; and
+  
+  (b) You must cause any modified files to carry prominent notices
+  stating that You changed the files; and
+  
+  (c) You must retain, in the Source form of any Derivative Works
+  that You distribute, all copyright, patent, trademark, and
+  attribution notices from the Source form of the Work,
+  excluding those notices that do not pertain to any part of
+  the Derivative Works; and
+  
+  (d) If the Work includes a "NOTICE" text file as part of its
+  distribution, then any Derivative Works that You distribute must
+  include a readable copy of the attribution notices contained
+  within such NOTICE file, excluding those notices that do not
+  pertain to any part of the Derivative Works, in at least one
+  of the following places: within a NOTICE text file distributed
+  as part of the Derivative Works; within the Source form or
+  documentation, if provided along with the Derivative Works; or,
+  within a display generated by the Derivative Works, if and
+  wherever such third-party notices normally appear. The contents
+  of the NOTICE file are for informational purposes only and
+  do not modify the License. You may add Your own attribution
+  notices within Derivative Works that You distribute, alongside
+  or as an addendum to the NOTICE text from the Work, provided
+  that such additional attribution notices cannot be construed
+  as modifying the License.
+  
+  You may add Your own copyright statement to Your modifications and
+  may provide additional or different license terms and conditions
+  for use, reproduction, or distribution of Your modifications, or
+  for any such Derivative Works as a whole, provided Your use,
+  reproduction, and distribution of the Work otherwise complies with
+  the conditions stated in this License.
+  
+  5. Submission of Contributions. Unless You explicitly state otherwise,
+  any Contribution intentionally submitted for inclusion in the Work
+  by You to the Licensor shall be under the terms and conditions of
+  this License, without any additional terms or conditions.
+  Notwithstanding the above, nothing herein shall supersede or modify
+  the terms of any separate license agreement you may have executed
+  with Licensor regarding such Contributions.
+  
+  6. Trademarks. This License does not grant permission to use the trade
+  names, trademarks, service marks, or product names of the Licensor,
+  except as required for reasonable and customary use in describing the
+  origin of the Work and reproducing the content of the NOTICE file.
+  
+  7. Disclaimer of Warranty. Unless required by applicable law or
+  agreed to in writing, Licensor provides the Work (and each
+  Contributor provides its Contributions) on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied, including, without limitation, any warranties or conditions
+  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+  PARTICULAR PURPOSE. You are solely responsible for determining the
+  appropriateness of using or redistributing the Work and assume any
+  risks associated with Your exercise of permissions under this License.
+  
+  8. Limitation of Liability. In no event and under no legal theory,
+  whether in tort (including negligence), contract, or otherwise,
+  unless required by applicable law (such as deliberate and grossly
+  negligent acts) or agreed to in writing, shall any Contributor be
+  liable to You for damages, including any direct, indirect, special,
+  incidental, or consequential damages of any character arising as a
+  result of this License or out of the use or inability to use the
+  Work (including but not limited to damages for loss of goodwill,
+  work stoppage, computer failure or malfunction, or any and all
+  other commercial damages or losses), even if such Contributor
+  has been advised of the possibility of such damages.
+  
+  9. Accepting Warranty or Additional Liability. While redistributing
+  the Work or Derivative Works thereof, You may choose to offer,
+  and charge a fee for, acceptance of support, warranty, indemnity,
+  or other liability obligations and/or rights consistent with this
+  License. However, in accepting such obligations, You may act only
+  on Your own behalf and on Your sole responsibility, not on behalf
+  of any other Contributor, and only if You agree to indemnify,
+  defend, and hold each Contributor harmless for any liability
+  incurred by, or claims asserted against, such Contributor by reason
+  of your accepting any such warranty or additional liability.
+  
+
+The BSD 2-Clause License
+
+  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.
+  
+  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 HOLDER 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.
+  
 
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-org.99soft.guice-rocoto-6.2.jar
-
-Licensed under the Apache License v2.0
-
------------------------------------------------------------------------------
-
-org.bouncycastle-bcpkix-jdk15on-1.49.jar
-org.bouncycastle-bcprov-ext-jdk15on-1.49.jar
-
-Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
-
-Licensed under the MIT License
-
------------------------------------------------------------------------------
-
-org.codehaus.groovy-groovy-all-2.3.4.jar
-org.codehaus.jackson-jackson-core-asl-1.9.13.jar
-org.codehaus.jackson-jackson-jaxrs-1.9.13.jar
-org.codehaus.jackson-jackson-mapper-asl-1.9.13.jar
-org.codehaus.jackson-jackson-xc-1.9.13.jar
-org.codehaus.jettison-jettison-1.1.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-org.eclipse.jetty-jetty-continuation-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-http-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-io-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-security-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-server-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-servlet-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-util-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-webapp-8.1.4.v20120524.jar
-org.eclipse.jetty-jetty-xml-8.1.4.v20120524.jar
-org.eclipse.jetty.orbit-javax.servlet-3.0.0.v201112011016.jar
-
-Jetty 8 is dual licensed under the Apache License 2.0 and Eclipse Public License 1.0
-
------------------------------------------------------------------------------
-
-org.freemarker-freemarker-2.3.19.jar
-
-Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-org.glassfish.external-opendmk_jmxremote_optional_jar-1.0-b01-ea.jar
-
-Project OpenDMK, JMX(TM) Remote API RI, Optional Packages.
-Copyright © 2007 Sun Microsystems,  Inc.,  4150 Network Circle,   Santa Clara,
-California 95054, U.S.A. All rights reserved.
-
-Dual licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
-Version 1.0 and the GNU General Public License Version 2. The CDDL License
-Version 1.0 is reproduced below.
-
------------------------------------------------------------------------------
-
-org.hibernate-jtidy-r8-20060801.jar
-Java HTML Tidy - JTidy
-HTML parser and pretty printer
-
-Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
-Institute of Technology, Institut National de Recherche en
-Informatique et en Automatique, Keio University). All Rights
-Reserved.
-
-Contributing Author(s):
-
-   Dave Raggett <ds...@w3.org>
-   Andy Quick <ac...@sympatico.ca> (translation to Java)
-   Gary L Peskin <ga...@firstech.com> (Java development)
-   Sami Lempinen <sa...@lempinen.net> (release management)
-   Fabrizio Giustina <fgiust at users.sourceforge.net>
-
-The contributing author(s) would like to thank all those who
-helped with testing, bug fixes, and patience.  This wouldn't
-have been possible without all of you.
-
-COPYRIGHT NOTICE:
-
-This software and documentation is provided "as is," and
-the copyright holders and contributing author(s) make no
-representations or warranties, express or implied, including
-but not limited to, warranties of merchantability or fitness
-for any particular purpose or that the use of the software or
-documentation will not infringe any third party patents,
-copyrights, trademarks or other rights.
-
-The copyright holders and contributing author(s) will not be
-liable for any direct, indirect, special or consequential damages
-arising out of any use of the software or documentation, even if
-advised of the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute
-this source code, or portions hereof, documentation and executables,
-for any purpose, without fee, subject to the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-2. Altered versions must be plainly marked as such and must
-   not be misrepresented as being the original source.
-3. This Copyright notice may not be removed or altered from any
-   source or altered source distribution.
-
-The copyright holders and contributing author(s) specifically
-permit, without fee, and encourage the use of this source code
-as a component for supporting the Hypertext Markup Language in
-commercial products. If you use this source code in a product,
-acknowledgment is not required but would be appreciated.
-
------------------------------------------------------------------------------
-
-org.javassist-javassist-3.16.1-GA.jar
-
-Licensed under the Apache License, Version 2.0, or the GNU Lesser General
-Public License Version 2.1 or later, or MOZILLA PUBLIC LICENSE Version 1.1.
-
------------------------------------------------------------------------------
-
-org.mongodb-mongo-java-driver-2.11.4.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-org.reflections-reflections-0.9.9-RC1.jar
-
-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-                    Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net>
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. You just DO WHAT THE FUCK YOU WANT TO.
-
------------------------------------------------------------------------------
-
-org.scala-lang-scala-library-2.9.1-1.jar
-
-Copyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified. All rights reserved.
-
-Licensed under the 3-clause BSD License (reproduced below).
-
------------------------------------------------------------------------------
-
-org.slf4j-jul-to-slf4j-1.6.6.jar
-org.slf4j-slf4j-api-1.6.6.jar
-
-Copyright (c) 2004-2013 QOS.ch
-
-Licensed under the MIT License (reproduced below).
-
------------------------------------------------------------------------------
-
-org.tukaani-xz-1.0.jar
-
-This Java implementation of XZ has been put into the public domain, thus you
-can do whatever you want with it. All the files in the package have been
-written by Lasse Collin, but some files are heavily based on public domain
-code written by Igor Pavlov.
-
------------------------------------------------------------------------------
-
-org.yaml-snakeyaml-1.11.jar
-
-Licensed under the Apache License, Version 2.0
-
------------------------------------------------------------------------------
-
-xml-apis-xml-apis-1.0.b2.jar
-
-Composed of materials with the following licenses:
-
-----------
-
-SAX2 is Free!
-
-I hereby abandon any property rights to SAX 2.0 (the Simple API for
-XML), and release all of the SAX 2.0 source code, compiled code, and
-documentation contained in this distribution into the Public Domain.
-SAX comes with NO WARRANTY or guarantee of fitness for any
-purpose.
-
-David Megginson, david@megginson.com
-2000-05-05
-
-----------
-
-W3C® SOFTWARE NOTICE AND LICENSE
-Copyright © 1994-2001 World
-Wide Web Consortium, <a href="http://www.w3.org/">World
-Wide Web Consortium</a>, (<a href=
-"http://www.lcs.mit.edu/">Massachusetts Institute of
-Technology</a>, <a href="http://www.inria.fr/">Institut National de
-Recherche en Informatique et en Automatique</a>, <a href=
-"http://www.keio.ac.jp/">Keio University</a>). All Rights Reserved.
-http://www.w3.org/Consortium/Legal/
-
-This W3C work (including software, documents, or other related
-items) is being provided by the copyright holders under the
-following license. By obtaining, using and/or copying this work,
-you (the licensee) agree that you have read, understood, and will
-comply with the following terms and conditions:
-Permission to use, copy, modify, and distribute this software
-and its documentation, with or without modification,  for any
-purpose and without fee or royalty is hereby granted, provided that
-you include the following on ALL copies of the software and
-documentation or portions thereof, including modifications, that
-you make:
-
-The full text of this NOTICE in a location viewable to users of
-the redistributed or derivative work.
-
-Any pre-existing intellectual property disclaimers, notices, or
-terms and conditions. If none exist, a short notice of the
-following form (hypertext is preferred, text is permitted) should
-be used within the body of any redistributed or derivative code:
-"Copyright © [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of
-Technology, Institut National de
-Recherche en Informatique et en Automatique, Keio University). All Rights Reserved.
-http://www.w3.org/Consortium/Legal/"
-
-Notice of any changes or modifications to the W3C files,
-including the date changes were made. (We recommend you provide
-URIs to the location from which the code is derived.)
-
-THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND
-COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
-MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
-USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
-PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
-COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,
-SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
-SOFTWARE OR DOCUMENTATION.
-
-The name and trademarks of copyright holders may NOT be used in
-advertising or publicity pertaining to the software without
-specific, written prior permission. Title to copyright in this
-software and any associated documentation will at all times remain
-with copyright holders.
-
-----------
-
-W3C® DOCUMENT NOTICE AND LICENSE
-Copyright © 1994-2001 World
-Wide Web Consortium, <a href="http://www.w3.org/">World
-Wide Web Consortium</a>, (<a href=
-"http://www.lcs.mit.edu/">Massachusetts Institute of
-Technology</a>, <a href="http://www.inria.fr/">Institut National de
-Recherche en Informatique et en Automatique</a>, <a href=
-"http://www.keio.ac.jp/">Keio University</a>). All Rights Reserved.
-http://www.w3.org/Consortium/Legal/
-
-Public documents on the W3C site are provided by the copyright
-holders under the following license. The software or Document Type
-Definitions (DTDs) associated with W3C specifications are governed
-by the Software Notice. By using and/or copying this document, or the
-W3C document from which this statement is linked, you (the
-licensee) agree that you have read, understood, and will comply
-with the following terms and conditions:
-
-Permission to use, copy, and distribute the contents of this
-document, or the W3C document from which this statement is linked,
-in any medium for any purpose and without fee or royalty is hereby
-granted, provided that you include the following on ALL
-copies of the document, or portions thereof, that you use:
-
-A link or URL to the original W3C document.
-
-The pre-existing copyright notice of the original author, or if
-it doesn't exist, a notice of the form: "Copyright © [$date-of-document] World Wide Web
-Consortium, (Massachusetts
-Institute of Technology, Institut National de Recherche en Informatique et en
-Automatique, Keio
-University). All Rights Reserved.
-http://www.w3.org/Consortium/Legal/" (Hypertext is preferred, but a
-textual representation is permitted.)
-
-If it exists, the STATUS of the W3C document.
-
-When space permits, inclusion of the full text of this NOTICE
-should be provided. We request that authorship
-attribution be provided in any software, documents, or other items
-or products that you create pursuant to the implementation of the
-contents of this document, or any portion thereof.
-
-No right to create modifications or derivatives of W3C documents
-is granted pursuant to this license. However, if additional
-requirements (documented in the Copyright
-FAQ) are satisfied, the right to create modifications or
-derivatives is sometimes granted by the W3C to individuals
-complying with those requirements.
-
-THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
-REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
-NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS
-OF THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE
-IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY
-PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
-COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,
-SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
-DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS
-THEREOF.
-
-The name and trademarks of copyright holders may NOT be used in
-advertising or publicity pertaining to this document or its
-contents without specific, written prior permission. Title to
-copyright in this document will at all times remain with copyright
-holders.
-
------------------------------------------------------------------------------
-
-xmlpull-xmlpull-1.1.3.1.jar
-
-All of the XMLPULL API source code, compiled code, and documentation
-contained in this distribution *except* for tests (see separate LICENSE_TESTS.txt)
-are in the Public Domain.
-
-XMLPULL API comes with NO WARRANTY or guarantee of fitness for any purpose.
-
-Initial authors:
-
-  Stefan Haustein
-  Aleksander Slominski
-
------------------------------------------------------------------------------
-
-xpp3-xpp3_min-1.1.4c.jar
-
-Indiana University Extreme! Lab Software License
-
-Version 1.1.1
-
-Copyright (c) 2002 Extreme! Lab, Indiana University. 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 Indiana University
-  Extreme! Lab (http://www.extreme.indiana.edu/)."
-
-Alternately, this acknowledgment may appear in the software itself,
-if and wherever such third-party acknowledgments normally appear.
-
-4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
-must not be used to endorse or promote products derived from this
-software without prior written permission. For written permission,
-please contact http://www.extreme.indiana.edu/.
+The BSD 3-Clause License ("New BSD")
 
-5. Products derived from this software may not use "Indiana Univeristy"
-name nor may "Indiana Univeristy" appear in their name, without prior
-written permission of the Indiana University.
+  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. Neither the name of the copyright holder nor the names of its contributors 
+  may 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 HOLDER 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.
+  
 
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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.
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
------------------------------------------------------------------------------
+  1. Definitions.
+  
+  1.1. "Contributor" means each individual or entity that
+  creates or contributes to the creation of Modifications.
+  
+  1.2. "Contributor Version" means the combination of the
+  Original Software, prior Modifications used by a
+  Contributor (if any), and the Modifications made by that
+  particular Contributor.
+  
+  1.3. "Covered Software" means (a) the Original Software, or
+  (b) Modifications, or (c) the combination of files
+  containing Original Software with files containing
+  Modifications, in each case including portions thereof.
+  
+  1.4. "Executable" means the Covered Software in any form
+  other than Source Code. 
+  
+  1.5. "Initial Developer" means the individual or entity
+  that first makes Original Software available under this
+  License. 
+  
+  1.6. "Larger Work" means a work which combines Covered
+  Software or portions thereof with code not governed by the
+  terms of this License.
+  
+  1.7. "License" means this document.
+  
+  1.8. "Licensable" means having the right to grant, to the
+  maximum extent possible, whether at the time of the initial
+  grant or subsequently acquired, any and all of the rights
+  conveyed herein.
+  
+  1.9. "Modifications" means the Source Code and Executable
+  form of any of the following: 
+  
+  A. Any file that results from an addition to,
+  deletion from or modification of the contents of a
+  file containing Original Software or previous
+  Modifications; 
+  
+  B. Any new file that contains any part of the
+  Original Software or previous Modification; or 
+  
+  C. Any new file that is contributed or otherwise made
+  available under the terms of this License.
+  
+  1.10. "Original Software" means the Source Code and
+  Executable form of computer software code that is
+  originally released under this License. 
+  
+  1.11. "Patent Claims" means any patent claim(s), now owned
+  or hereafter acquired, including without limitation,
+  method, process, and apparatus claims, in any patent
+  Licensable by grantor. 
+  
+  1.12. "Source Code" means (a) the common form of computer
+  software code in which modifications are made and (b)
+  associated documentation included in or with such code.
+  
+  1.13. "You" (or "Your") means an individual or a legal
+  entity exercising rights under, and complying with all of
+  the terms of, this License. For legal entities, "You"
+  includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this
+  definition, "control" means (a) the power, direct or
+  indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership
+  of more than fifty percent (50%) of the outstanding shares
+  or beneficial ownership of such entity.
+  
+  2. License Grants. 
+  
+  2.1. The Initial Developer Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide,
+  royalty-free, non-exclusive license: 
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Initial Developer,
+  to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or
+  portions thereof), with or without Modifications,
+  and/or as part of a Larger Work; and 
+  
+  (b) under Patent Claims infringed by the making,
+  using or selling of Original Software, to make, have
+  made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or
+  portions thereof). 
+  
+  (c) The licenses granted in Sections 2.1(a) and (b)
+  are effective on the date Initial Developer first
+  distributes or otherwise makes the Original Software
+  available to a third party under the terms of this
+  License. 
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent
+  license is granted: (1) for code that You delete from
+  the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original
+  Software, or (ii) the combination of the Original
+  Software with other software or devices. 
+  
+  2.2. Contributor Grant.
+  
+  Conditioned upon Your compliance with Section 3.1 below and
+  subject to third party intellectual property claims, each
+  Contributor hereby grants You a world-wide, royalty-free,
+  non-exclusive license:
+  
+  (a) under intellectual property rights (other than
+  patent or trademark) Licensable by Contributor to
+  use, reproduce, modify, display, perform, sublicense
+  and distribute the Modifications created by such
+  Contributor (or portions thereof), either on an
+  unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making,
+  using, or selling of Modifications made by that
+  Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such
+  combination), to make, use, sell, offer for sale,
+  have made, and/or otherwise dispose of: (1)
+  Modifications made by that Contributor (or portions
+  thereof); and (2) the combination of Modifications
+  made by that Contributor with its Contributor Version
+  (or portions of such combination). 
+  
+  (c) The licenses granted in Sections 2.2(a) and
+  2.2(b) are effective on the date Contributor first
+  distributes or otherwise makes the Modifications
+  available to a third party. 
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent
+  license is granted: (1) for any code that Contributor
+  has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party
+  modifications of Contributor Version, or (ii) the
+  combination of Modifications made by that Contributor
+  with other software (except as part of the
+  Contributor Version) or other devices; or (3) under
+  Patent Claims infringed by Covered Software in the
+  absence of Modifications made by that Contributor. 
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.
+  
+  Any Covered Software that You distribute or otherwise make
+  available in Executable form must also be made available in
+  Source Code form and that Source Code form must be
+  distributed only under the terms of this License. You must
+  include a copy of this License with every copy of the
+  Source Code form of the Covered Software You distribute or
+  otherwise make available. You must inform recipients of any
+  such Covered Software in Executable form as to how they can
+  obtain such Covered Software in Source Code form in a
+  reasonable manner on or through a medium customarily used
+  for software exchange.
+  
+  3.2. Modifications.
+  
+  The Modifications that You create or to which You
+  contribute are governed by the terms of this License. You
+  represent that You believe Your Modifications are Your
+  original creation(s) and/or You have sufficient rights to
+  grant the rights conveyed by this License.
+  
+  3.3. Required Notices.
+  
+  You must include a notice in each of Your Modifications
+  that identifies You as the Contributor of the Modification.
+  You may not remove or alter any copyright, patent or
+  trademark notices contained within the Covered Software, or
+  any notices of licensing or any descriptive text giving
+  attribution to any Contributor or the Initial Developer.
+  
+  3.4. Application of Additional Terms.
+  
+  You may not offer or impose any terms on any Covered
+  Software in Source Code form that alters or restricts the
+  applicable version of this License or the recipients"
+  rights hereunder. You may choose to offer, and to charge a
+  fee for, warranty, support, indemnity or liability
+  obligations to one or more recipients of Covered Software.
+  However, you may do so only on Your own behalf, and not on
+  behalf of the Initial Developer or any Contributor. You
+  must make it absolutely clear that any such warranty,
+  support, indemnity or liability obligation is offered by
+  You alone, and You hereby agree to indemnify the Initial
+  Developer and every Contributor for any liability incurred
+  by the Initial Developer or such Contributor as a result of
+  warranty, support, indemnity or liability terms You offer.
+      
+  3.5. Distribution of Executable Versions.
+  
+  You may distribute the Executable form of the Covered
+  Software under the terms of this License or under the terms
+  of a license of Your choice, which may contain terms
+  different from this License, provided that You are in
+  compliance with the terms of this License and that the
+  license for the Executable form does not attempt to limit
+  or alter the recipient"s rights in the Source Code form
+  from the rights set forth in this License. If You
+  distribute the Covered Software in Executable form under a
+  different license, You must make it absolutely clear that
+  any terms which differ from this License are offered by You
+  alone, not by the Initial Developer or Contributor. You
+  hereby agree to indemnify the Initial Developer and every
+  Contributor for any liability incurred by the Initial
+  Developer or such Contributor as a result of any such terms
+  You offer.
+  
+  3.6. Larger Works.
+  
+  You may create a Larger Work by combining Covered Software
+  with other code not governed by the terms of this License
+  and distribute the Larger Work as a single product. In such
+  a case, You must make sure the requirements of this License
+  are fulfilled for the Covered Software. 
+  
+  4. Versions of the License. 
+  
+  4.1. New Versions.
+  
+  Sun Microsystems, Inc. is the initial license steward and
+  may publish revised and/or new versions of this License
+  from time to time. Each version will be given a
+  distinguishing version number. Except as provided in
+  Section 4.3, no one other than the license steward has the
+  right to modify this License. 
+  
+  4.2. Effect of New Versions.
+  
+  You may always continue to use, distribute or otherwise
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. If the Initial Developer includes a
+  notice in the Original Software prohibiting it from being
+  distributed or otherwise made available under any
+  subsequent version of the License, You must distribute and
+  make the Covered Software available under the terms of the
+  version of the License under which You originally received
+  the Covered Software. Otherwise, You may also choose to
+  use, distribute or otherwise make the Covered Software
+  available under the terms of any subsequent version of the
+  License published by the license steward. 
+  
+  4.3. Modified Versions.
+  
+  When You are an Initial Developer and You want to create a
+  new license for Your Original Software, You may create and
+  use a modified version of this License if You: (a) rename
+  the license and remove any references to the name of the
+  license steward (except to note that the license differs
+  from this License); and (b) otherwise make it clear that
+  the license contains terms which differ from this License.
+  
+  5. DISCLAIMER OF WARRANTY.
+  
+  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+  DISCLAIMER. 
+  
+  6. TERMINATION. 
+  
+  6.1. This License and the rights granted hereunder will
+  terminate automatically if You fail to comply with terms
+  herein and fail to cure such breach within 30 days of
+  becoming aware of the breach. Provisions which, by their
+  nature, must remain in effect beyond the termination of
+  this License shall survive.
+  
+  6.2. If You assert a patent infringement claim (excluding
+  declaratory judgment actions) against Initial Developer or
+  a Contributor (the Initial Developer or Contributor against
+  whom You assert such claim is referred to as "Participant")
+  alleging that the Participant Software (meaning the
+  Contributor Version where the Participant is a Contributor
+  or the Original Software where the Participant is the
+  Initial Developer) directly or indirectly infringes any
+  patent, then any and all rights granted directly or
+  indirectly to You by such Participant, the Initial
+  Developer (if the Initial Developer is not the Participant)
+  and all Contributors under Sections 2.1 and/or 2.2 of this
+  License shall, upon 60 days notice from Participant
+  terminate prospectively and automatically at the expiration
+  of such 60 day notice period, unless if within such 60 day
+  period You withdraw Your claim with respect to the
+  Participant Software against such Participant either
+  unilaterally or pursuant to a written agreement with
+  Participant.
+  
+  6.3. In the event of termination under Sections 6.1 or 6.2
+  above, all end user licenses that have been validly granted
+  by You or any distributor hereunder prior to termination
+  (excluding licenses granted to You by any distributor)
+  shall survive termination.
+  
+  7. LIMITATION OF LIABILITY.
+  
+  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
+  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+  APPLY TO YOU.
+  
+  8. U.S. GOVERNMENT END USERS.
+  
+  The Covered Software is a "commercial item," as that term is
+  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+  computer software" (as that term is defined at 48 C.F.R. "
+  252.227-7014(a)(1)) and "commercial computer software
+  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+  through 227.7202-4 (June 1995), all U.S. Government End Users
+  acquire Covered Software with only those rights set forth herein.
+  This U.S. Government Rights clause is in lieu of, and supersedes,
+  any other FAR, DFAR, or other clause or provision that addresses
+  Government rights in computer software under this License.
+  
+  9. MISCELLANEOUS.
+  
+  This License represents the complete agreement concerning subject
+  matter hereof. If any provision of this License is held to be
+  unenforceable, such provision shall be reformed only to the
+  extent necessary to make it enforceable. This License shall be
+  governed by the law of the jurisdiction specified in a notice
+  contained within the Original Software (except to the extent
+  applicable law, if any, provides otherwise), excluding such
+  jurisdiction"s conflict-of-law provisions. Any litigation
+  relating to this License shall be subject to the jurisdiction of
+  the courts located in the jurisdiction and venue specified in a
+  notice contained within the Original Software, with the losing
+  party responsible for costs, including, without limitation, court
+  costs and reasonable attorneys" fees and expenses. The
+  application of the United Nations Convention on Contracts for the
+  International Sale of Goods is expressly excluded. Any law or
+  regulation which provides that the language of a contract shall
+  be construed against the drafter shall not apply to this License.
+  You agree that You alone are responsible for compliance with the
+  United States export administration regulations (and the export
+  control laws and regulation of any other countries) when You use,
+  distribute or otherwise make available any Covered Software.
+  
+  10. RESPONSIBILITY FOR CLAIMS.
+  
+  As between Initial Developer and the Contributors, each party is
+  responsible for claims and damages arising, directly or
+  indirectly, out of its utilization of rights under this License
+  and You agree to work with Initial Developer and Contributors to
+  distribute such responsibility on an equitable basis. Nothing
+  herein is intended or shall be deemed to constitute any admission
+  of liability.
+  
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+
+  1. Definitions.
+  
+  1.1. “Contributor” means each individual or entity that creates or contributes
+  to the creation of Modifications.
+  
+  1.2. “Contributor Version” means the combination of the Original Software,
+  prior Modifications used by a Contributor (if any), and the Modifications made
+  by that particular Contributor.
+  
+  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
+  or (c) the combination of files containing Original Software with files
+  containing Modifications, in each case including portions thereof.
+  
+  1.4. “Executable” means the Covered Software in any form other than Source
+  Code.
+  
+  1.5. “Initial Developer” means the individual or entity that first makes
+  Original Software available under this License.
+  
+  1.6. “Larger Work” means a work which combines Covered Software or portions
+  thereof with code not governed by the terms of this License.
+  
+  1.7. “License” means this document.
+  
+  1.8. “Licensable” means having the right to grant, to the maximum extent
+  possible, whether at the time of the initial grant or subsequently acquired,
+  any and all of the rights conveyed herein.
+  
+  1.9. “Modifications” means the Source Code and Executable form of any of the
+  following:
+  
+  A. Any file that results from an addition to, deletion from or modification of
+  the contents of a file containing Original Software or previous Modifications;
+  
+  B. Any new file that contains any part of the Original Software or previous
+  Modification; or
+  
+  C. Any new file that is contributed or otherwise made available under the terms
+  of this License.
+  
+  1.10. “Original Software” means the Source Code and Executable form of computer
+  software code that is originally released under this License.
+  
+  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
+  acquired, including without limitation, method, process, and apparatus claims,
+  in any patent Licensable by grantor.
+  
+  1.12. “Source Code” means (a) the common form of computer software code in
+  which modifications are made and (b) associated documentation included in or
+  with such code.
+  
+  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
+  under, and complying with all of the terms of, this License. For legal
+  entities, “You” includes any entity which controls, is controlled by, or is
+  under common control with You. For purposes of this definition, “control” means
+  (a) the power, direct or indirect, to cause the direction or management of such
+  entity, whether by contract or otherwise, or (b) ownership of more than fifty
+  percent (50%) of the outstanding shares or beneficial ownership of such entity.
+  
+  2. License Grants.
+  
+  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
+  Section 3.1 below and subject to third party intellectual property claims, the
+  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
+  license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
+  sublicense and distribute the Original Software (or portions thereof), with or
+  without Modifications, and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using or selling of Original
+  Software, to make, have made, use, practice, sell, and offer for sale, and/or
+  otherwise dispose of the Original Software (or portions thereof).
+  
+  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
+  Initial Developer first distributes or otherwise makes the Original Software
+  available to a third party under the terms of this License.
+  
+  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
+  code that You delete from the Original Software, or (2) for infringements
+  caused by: (i) the modification of the Original Software, or (ii) the
+  combination of the Original Software with other software or devices.
+  
+  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
+  below and subject to third party intellectual property claims, each Contributor
+  hereby grants You a world-wide, royalty-free, non-exclusive license:
+  
+  (a) under intellectual property rights (other than patent or trademark)
+  Licensable by Contributor to use, reproduce, modify, display, perform,
+  sublicense and distribute the Modifications created by such Contributor (or
+  portions thereof), either on an unmodified basis, with other Modifications, as
+  Covered Software and/or as part of a Larger Work; and
+  
+  (b) under Patent Claims infringed by the making, using, or selling of
+  Modifications made by that Contributor either alone and/or in combination with
+  its Contributor Version (or portions of such combination), to make, use, sell,
+  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
+  by that Contributor (or portions thereof); and (2) the combination of
+  Modifications made by that Contributor with its Contributor Version (or
+  portions of such combination).
+  
+  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
+  date Contributor first distributes or otherwise makes the Modifications
+  available to a third party.
+  
+  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
+  any code that Contributor has deleted from the Contributor Version; (2) for
+  infringements caused by: (i) third party modifications of Contributor Version,
+  or (ii) the combination of Modifications made by that Contributor with other
+  software (except as part of the Contributor Version) or other devices; or (3)
+  under Patent Claims infringed by Covered Software in the absence of
+  Modifications made by that Contributor.
+  
+  3. Distribution Obligations.
+  
+  3.1. Availability of Source Code.  Any Covered Software that You distribute or
+  otherwise make available in Executable form must also be ma

<TRUNCATED>


[19/26] incubator-brooklyn git commit: scripts for auto-generating the various LICENSE files we need

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/dist/src/main/license/files/NOTICE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/files/NOTICE b/usage/dist/src/main/license/files/NOTICE
new file mode 100644
index 0000000..f790f13
--- /dev/null
+++ b/usage/dist/src/main/license/files/NOTICE
@@ -0,0 +1,5 @@
+Apache Brooklyn
+Copyright 2014-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/pom.xml
----------------------------------------------------------------------
diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml
index e0d2499..3a664d3 100644
--- a/usage/jsgui/pom.xml
+++ b/usage/jsgui/pom.xml
@@ -153,7 +153,7 @@
             </testResource>
             <testResource>
                 <targetPath>META-INF</targetPath>
-                <directory>${basedir}/src/test/license</directory>
+                <directory>${basedir}/src/test/license/files</directory>
             </testResource>
         </testResources>
         <plugins>
@@ -234,7 +234,7 @@
                     <webResources>
                         <webResource>
                             <targetPath>META-INF</targetPath>
-                            <directory>${basedir}/src/main/license</directory>
+                            <directory>${basedir}/src/main/license/files</directory>
                         </webResource>
                     </webResources>
                 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/DISCLAIMER b/usage/jsgui/src/main/license/DISCLAIMER
deleted file mode 100644
index 9e6119b..0000000
--- a/usage/jsgui/src/main/license/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
-a further review indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. While incubation 
-status is not necessarily a reflection of the completeness or stability of the code, it does 
-indicate that the project has yet to be fully endorsed by the ASF.
-

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/LICENSE b/usage/jsgui/src/main/license/LICENSE
deleted file mode 100644
index d9f5bc7..0000000
--- a/usage/jsgui/src/main/license/LICENSE
+++ /dev/null
@@ -1,292 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-
-
----------------------------------------------------
-
-This distribution contains third party resources.
-
-This product includes software developed at The jQuery Foundation (http://jquery.org/):
-jquery.js, selected jquery*.js.
-Copyright (c) John Resig (2011).
-Licensed under the MIT license (see below).
-
-This product includes software developed at The Dojo Foundation (http://dojofoundation.org/):
-require.js, text.js, sizzle.js in jquery.js.
-Copyright (c) The Dojo Foundation (2011, 2012).
-Licensed under the MIT license (see below).
-
-This product includes software developed at DocumentCloud Inc (http://www.documentcloud.org/):
-backbone.js, underscore.js.
-Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013).
-Licensed under the MIT license (see below).
-
-This product includes software developed by Miller Medeiros (https://github.com/millermedeiros/):
-async.js.
-Copyright (c) Miller Medeiros (2011).
-Licensed under the MIT license (see below).
-
-This product includes software developed by Yehuda Katz (https://github.com/wycats/):
-handlebars*.js.
-Copyright (c) Yehuda Katz (2012).
-Licensed under the MIT license (see below).
-
-This product includes software developed by "Cowboy" Ben Alman (http://benalman.com/).
-jquery.ba-bbq*.js
-Copyright (c) "Cowboy" Ben Alman (2010).
-Licensed under the MIT license (see below).
-
-This product includes software developed by WonderGroup and Jordan Thomas (http://labs.wondergroup.com/demos/mini-ui/index.html):
-jquery.wiggle.js.
-Copyright (c) WonderGroup and Jordan Thomas (2010).
-Licensed under the MIT license (see below).
-
-This product includes software developed by Tim Wood (http://momentjs.com):
-moment.js
-Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014).
-Licensed under the MIT license (see below).
-
-This product includes software developed by ZeroClipboard contributors (https://github.com/zeroclipboard):
-ZeroClipboard.js
-Copyright (c) Jon Rohan, James M. Greene (2014).
-Licensed under the MIT license (see below).
-
-This product includes software developed at SpryMedia Ltd (http://sprymedia.co.uk/):
-jquery.dataTables.js, dataTables.extensions.js
-Copyright (c) Allan Jardine (2008-2012).
-Licensed under the New BSD license (see below).
-
-This product includes software developed by js-uri contributors (https://code.google.com/js-uri):
-URI.js.
-Copyright (c) js-uri contributors (2013).
-Licensed under the New BSD license (see below).
-
-This product includes software developed by Vitaly Puzrin (https://github.com/nodeca/):
-js-yaml.js
-Copyright (c) Vitaly Puzrin (2011-2015).
-Licensed under the MIT license (see below).
-
-
-
-The MIT License ("MIT")
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-
-
-The BSD 3-Clause License ("New BSD")
-
-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. Neither the name of the copyright holder nor the names of its contributors 
-may 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 HOLDER 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.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/NOTICE
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/NOTICE b/usage/jsgui/src/main/license/NOTICE
deleted file mode 100644
index f790f13..0000000
--- a/usage/jsgui/src/main/license/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Brooklyn
-Copyright 2014-2015 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/README.md
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/README.md b/usage/jsgui/src/main/license/README.md
new file mode 100644
index 0000000..2714c67
--- /dev/null
+++ b/usage/jsgui/src/main/license/README.md
@@ -0,0 +1,7 @@
+
+This directory contains files to generate the custom license for this project.
+The files/ subdir contains the artifacts which are included in the JAR, some
+autogenerated by the dist/licensing scripts.
+
+See usage/dist/licensing/README.md for more information.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/files/DISCLAIMER
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/files/DISCLAIMER b/usage/jsgui/src/main/license/files/DISCLAIMER
new file mode 100644
index 0000000..9e6119b
--- /dev/null
+++ b/usage/jsgui/src/main/license/files/DISCLAIMER
@@ -0,0 +1,8 @@
+
+Apache Brooklyn is an effort undergoing incubation at The Apache Software Foundation (ASF), 
+sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until 
+a further review indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. While incubation 
+status is not necessarily a reflection of the completeness or stability of the code, it does 
+indicate that the project has yet to be fully endorsed by the ASF.
+

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/files/LICENSE
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/files/LICENSE b/usage/jsgui/src/main/license/files/LICENSE
new file mode 100644
index 0000000..d9f5bc7
--- /dev/null
+++ b/usage/jsgui/src/main/license/files/LICENSE
@@ -0,0 +1,292 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+
+
+---------------------------------------------------
+
+This distribution contains third party resources.
+
+This product includes software developed at The jQuery Foundation (http://jquery.org/):
+jquery.js, selected jquery*.js.
+Copyright (c) John Resig (2011).
+Licensed under the MIT license (see below).
+
+This product includes software developed at The Dojo Foundation (http://dojofoundation.org/):
+require.js, text.js, sizzle.js in jquery.js.
+Copyright (c) The Dojo Foundation (2011, 2012).
+Licensed under the MIT license (see below).
+
+This product includes software developed at DocumentCloud Inc (http://www.documentcloud.org/):
+backbone.js, underscore.js.
+Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013).
+Licensed under the MIT license (see below).
+
+This product includes software developed by Miller Medeiros (https://github.com/millermedeiros/):
+async.js.
+Copyright (c) Miller Medeiros (2011).
+Licensed under the MIT license (see below).
+
+This product includes software developed by Yehuda Katz (https://github.com/wycats/):
+handlebars*.js.
+Copyright (c) Yehuda Katz (2012).
+Licensed under the MIT license (see below).
+
+This product includes software developed by "Cowboy" Ben Alman (http://benalman.com/).
+jquery.ba-bbq*.js
+Copyright (c) "Cowboy" Ben Alman (2010).
+Licensed under the MIT license (see below).
+
+This product includes software developed by WonderGroup and Jordan Thomas (http://labs.wondergroup.com/demos/mini-ui/index.html):
+jquery.wiggle.js.
+Copyright (c) WonderGroup and Jordan Thomas (2010).
+Licensed under the MIT license (see below).
+
+This product includes software developed by Tim Wood (http://momentjs.com):
+moment.js
+Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014).
+Licensed under the MIT license (see below).
+
+This product includes software developed by ZeroClipboard contributors (https://github.com/zeroclipboard):
+ZeroClipboard.js
+Copyright (c) Jon Rohan, James M. Greene (2014).
+Licensed under the MIT license (see below).
+
+This product includes software developed at SpryMedia Ltd (http://sprymedia.co.uk/):
+jquery.dataTables.js, dataTables.extensions.js
+Copyright (c) Allan Jardine (2008-2012).
+Licensed under the New BSD license (see below).
+
+This product includes software developed by js-uri contributors (https://code.google.com/js-uri):
+URI.js.
+Copyright (c) js-uri contributors (2013).
+Licensed under the New BSD license (see below).
+
+This product includes software developed by Vitaly Puzrin (https://github.com/nodeca/):
+js-yaml.js
+Copyright (c) Vitaly Puzrin (2011-2015).
+Licensed under the MIT license (see below).
+
+
+
+The MIT License ("MIT")
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+
+The BSD 3-Clause License ("New BSD")
+
+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. Neither the name of the copyright holder nor the names of its contributors 
+may 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 HOLDER 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.

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/files/NOTICE
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/files/NOTICE b/usage/jsgui/src/main/license/files/NOTICE
new file mode 100644
index 0000000..f790f13
--- /dev/null
+++ b/usage/jsgui/src/main/license/files/NOTICE
@@ -0,0 +1,5 @@
+Apache Brooklyn
+Copyright 2014-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c9ac7b0/usage/jsgui/src/main/license/source-inclusions.yaml
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/license/source-inclusions.yaml b/usage/jsgui/src/main/license/source-inclusions.yaml
new file mode 100644
index 0000000..a5bd59f
--- /dev/null
+++ b/usage/jsgui/src/main/license/source-inclusions.yaml
@@ -0,0 +1,39 @@
+#
+# 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.
+#
+
+# extras file for org.heneveld.license-audit-maven-plugin
+# listing projects from which *source* files are included
+
+- id: jquery.js
+- id: sizzle.js
+- id: Swagger JS
+- id: Swagger UI
+- id: require.js
+- id: backbone.js
+- id: bootstrap.js
+- id: underscore.js
+- id: async.js
+- id: handlebars.js
+- id: jquery.ba-bbq.js
+- id: moment.js
+- id: ZeroClipboard
+- id: dataTables.js
+- id: js-uri
+- id: js-yaml.js
+- id: jquery.form.js



[02/26] incubator-brooklyn git commit: Revert "new and improved LICENSE doc, autogenerated as per instructions in usage/dist/licensing"

Posted by he...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/99f69c34/usage/dist/src/main/license/LICENSE
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/license/LICENSE b/usage/dist/src/main/license/LICENSE
index 368915b..4f1d572 100644
--- a/usage/dist/src/main/license/LICENSE
+++ b/usage/dist/src/main/license/LICENSE
@@ -1,19 +1,4 @@
 
-This software is distributed under the Apache License, version 2.0. See (1) below.
-This software is copyright (c) The Apache Software Foundation and contributors.
-
-Contents:
-
-  (1) This software license: Apache License, version 2.0
-  (2) Notices for bundled software
-  (3) Licenses for bundled software
-
-
----------------------------------------------------
-
-(1) This software license: Apache License, version 2.0
-
-
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -189,1746 +174,1518 @@ Contents:
       incurred by, or claims asserted against, such Contributor by reason
       of your accepting any such warranty or additional liability.
 
+-----------------------------------------------------------------------------
+
+The following files are distributed under the Apache License v2:
+
+commons-beanutils-commons-beanutils-1.9.1.jar
+commons-codec-commons-codec-1.6.jar
+commons-collections-commons-collections-3.2.1.jar
+commons-io-commons-io-2.4.jar
+commons-lang-commons-lang-2.4.jar
+commons-logging-commons-logging-1.1.1.jar
+org.apache.brooklyn-brooklyn-all-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-api-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-camp-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-cli-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-core-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-jmxmp-agent-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-jmxrmi-agent-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-launcher-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-locations-jclouds-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-logback-includes-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-policy-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-rest-api-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-rest-server-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-base-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-database-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-messaging-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-monitoring-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-network-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-nosql-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-osgi-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-software-webapp-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-utils-common-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn-brooklyn-utils-rest-swagger-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn.camp-camp-base-0.7.0-SNAPSHOT.jar
+org.apache.brooklyn.camp-camp-server-0.7.0-SNAPSHOT.jar
+org.apache.commons-commons-compress-1.4.jar
+org.apache.commons-commons-lang3-3.1.jar
+org.apache.felix-org.apache.felix.framework-4.4.0.jar
+org.apache.httpcomponents-httpclient-4.2.5.jar
+org.apache.httpcomponents-httpcore-4.2.5.jar
+org.apache.jclouds-jclouds-allblobstore-1.9.0.jar
+org.apache.jclouds-jclouds-allcompute-1.9.0.jar
+org.apache.jclouds-jclouds-blobstore-1.9.0.jar
+org.apache.jclouds-jclouds-compute-1.9.0.jar
+org.apache.jclouds-jclouds-core-1.9.0.jar
+org.apache.jclouds-jclouds-scriptbuilder-1.9.0.jar
+org.apache.jclouds.api-atmos-1.9.0.jar
+org.apache.jclouds.api-byon-1.9.0.jar
+org.apache.jclouds.api-cloudfiles-1.9.0.jar
+org.apache.jclouds.api-cloudstack-1.9.0.jar
+org.apache.jclouds.api-ec2-1.9.0.jar
+org.apache.jclouds.api-elasticstack-1.9.0.jar
+org.apache.jclouds.api-filesystem-1.9.0.jar
+org.apache.jclouds.api-openstack-keystone-1.9.0.jar
+org.apache.jclouds.api-openstack-nova-1.9.0.jar
+org.apache.jclouds.api-openstack-nova-ec2-1.9.0.jar
+org.apache.jclouds.api-openstack-swift-1.9.0.jar
+org.apache.jclouds.api-rackspace-cloudidentity-1.9.0.jar
+org.apache.jclouds.api-s3-1.9.0.jar
+org.apache.jclouds.api-sts-1.9.0.jar
+org.apache.jclouds.api-swift-1.9.0.jar
+org.apache.jclouds.common-openstack-common-1.9.0.jar
+org.apache.jclouds.driver-jclouds-bouncycastle-1.9.0.jar
+org.apache.jclouds.driver-jclouds-okhttp-1.9.0.jar
+org.apache.jclouds.driver-jclouds-slf4j-1.9.0.jar
+org.apache.jclouds.driver-jclouds-sshj-1.9.0.jar
+org.apache.jclouds.labs-abiquo-1.9.0.jar
+org.apache.jclouds.labs-docker-1.9.0.jar
+org.apache.jclouds.labs-google-compute-engine-1.9.0.jar
+org.apache.jclouds.labs-googlecloud-1.9.0.jar
+org.apache.jclouds.labs-oauth-1.9.0.jar
+org.apache.jclouds.provider-aws-ec2-1.9.0.jar
+org.apache.jclouds.provider-aws-s3-1.9.0.jar
+org.apache.jclouds.provider-azureblob-1.9.0.jar
+org.apache.jclouds.provider-cloudfiles-uk-1.9.0.jar
+org.apache.jclouds.provider-cloudfiles-us-1.9.0.jar
+org.apache.jclouds.provider-elastichosts-lon-b-1.9.0.jar
+org.apache.jclouds.provider-elastichosts-lon-p-1.9.0.jar
+org.apache.jclouds.provider-elastichosts-sat-p-1.9.0.jar
+org.apache.jclouds.provider-go2cloud-jhb1-1.9.0.jar
+org.apache.jclouds.provider-gogrid-1.9.0.jar
+org.apache.jclouds.provider-hpcloud-compute-1.9.0.jar
+org.apache.jclouds.provider-hpcloud-objectstorage-1.9.0.jar
+org.apache.jclouds.provider-openhosting-east1-1.9.0.jar
+org.apache.jclouds.provider-rackspace-cloudservers-uk-1.9.0.jar
+org.apache.jclouds.provider-rackspace-cloudservers-us-1.9.0.jar
+org.apache.jclouds.provider-serverlove-z1-man-1.9.0.jar
+org.apache.jclouds.provider-skalicloud-sdg-my-1.9.0.jar
+org.apache.jclouds.provider-softlayer-1.9.0.jar
+
+-----------------------------------------------------------------------------
+
+aopalliance-aopalliance-1.0.jar
+
+LICENCE: all the source code provided by AOP Alliance is Public Domain.
+http://aopalliance.sourceforge.net/
+
+-----------------------------------------------------------------------------
+
+ch.qos.logback-logback-classic-1.0.7.jar
+ch.qos.logback-logback-core-1.0.7.jar
+
+Logback: the reliable, generic, fast and flexible logging framework.
+Copyright (C) 1999-2012, QOS.ch. All rights reserved.
+
+This program and the accompanying materials are dual-licensed under
+either the terms of the Eclipse Public License v1.0 as published by
+the Eclipse Foundation
+
+  or (per the licensee's choosing)
 
----------------------------------------------------
-
-(2) Notices for bundled software
-
-This project includes the software: aopalliance
-  Available at: http://aopalliance.sourceforge.net
-  Used under the following license: Public Domain
-
-This project includes the software: asm
-  Available at: http://asm.objectweb.org/asm/
-  Developed by: ObjectWeb (http://www.objectweb.org/)
-  Used under the following license: BSD License (http://asm.objectweb.org/license.html)
-
-This project includes the software: async.js
-  Available at: https://github.com/p15martin/google-maps-hello-world/blob/master/js/libs/async.js
-  Developed by: Miller Medeiros (https://github.com/millermedeiros/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Miller Medeiros (2011)
-
-This project includes the software: backbone.js
-  Available at: http://backbonejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2010-2013)
-
-This project includes the software: bootstrap.js
-  Available at: http://twitter.github.com/bootstrap/javascript.html#transitions
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) Twitter, Inc (2012)
-
-This project includes the software: ch.qos.logback
-  Available at: http://logback.qos.ch
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: Eclipse Public License, version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
-
-This project includes the software: com.fasterxml.jackson
-  Available at: http://wiki.fasterxml.com/JacksonHome http://wiki.fasterxml.com/JacksonJAXBAnnotations
-  Developed by: FasterXML (http://fasterxml.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.findbugs
-  Available at: http://findbugs.sourceforge.net/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.code.gson
-  Available at: http://code.google.com/p/google-gson/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.guava
-  Available at: http://code.google.com/p/guava-libraries/guava
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.http-client
-  Available at: http://code.google.com/p/google-http-java-client/google-http-client/
-  Developed by: Google (http://www.google.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject
-  Available at: http://code.google.com/p/google-guice/guice/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.google.inject.extensions
-  Available at: http://code.google.com/p/google-guice/extensions-parent/
-  Developed by: Google, Inc. (http://www.google.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.googlecode.concurrentlinkedhashmap
-  Available at: http://code.google.com/p/concurrentlinkedhashmap
-  Used under the following license: Apache License (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jamesmurty.utils
-  Available at: http://code.google.com/p/java-xmlbuilder/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: com.jayway.jsonpath
-  Available at: https://github.com/jayway/JsonPath
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.jcraft
-  Available at: http://www.jcraft.com/jsch-agent-proxy/
-  Developed by: JCraft,Inc. (http://www.jcraft.com/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://www.jcraft.com/jsch-agent-proxy/LICENSE.txt)
-
-This project includes the software: com.maxmind.db
-  Available at: http://dev.maxmind.com/
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.maxmind.geoip2
-  Available at: http://dev.maxmind.com/geoip/geoip2/web-services
-  Developed by: MaxMind, Inc. (http://www.maxmind.com/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: com.squareup.okhttp
-  Available at: https://github.com/square/okhttp/okhttp
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.squareup.okio
-  Available at: https://github.com/square/okio/okio
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: com.sun.jersey
-  Available at: https://jersey.java.net/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.sun.jersey.contribs
-  Available at: https://jersey.java.net/jersey-contribs/jersey-multipart/
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: com.thoughtworks.xstream
-  Available at: http://codehaus.org/xstream-parent/xstream/
-  Developed by: XStream (http://xstream.codehaus.org)
-  Used under the following license: BSD License (http://xstream.codehaus.org/license.html)
-
-This project includes the software: com.wordnik
-  Available at: https://github.com/wordnik/swagger-core/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
-
-This project includes the software: commons-beanutils
-  Available at: http://commons.apache.org/proper/commons-beanutils/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-codec
-  Available at: http://commons.apache.org/proper/commons-codec/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-collections
-  Available at: http://commons.apache.org/collections/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-io
-  Available at: http://commons.apache.org/io/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-lang
-  Available at: http://commons.apache.org/lang/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: commons-logging
-  Available at: http://commons.apache.org/proper/commons-logging/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: dataTables.js
-  Available at: http://www.datatables.net
-  Developed by: SpryMedia Ltd (http://sprymedia.co.uk/)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) Allan Jardine (2008-2012)
-
-This project includes the software: dom4j
-  Available at: http://dom4j.sourceforge.net/
-  Developed by: MetaStuff Ltd. (http://sourceforge.net/projects/dom4j)
-  Used under the following license: BSD License (http://dom4j.sourceforge.net/dom4j-1.6.1/license.html)
-
-This project includes the software: handlebars.js
-  Available at: https://github.com/wycats/handlebars.js
-  Developed by: Yehuda Katz (https://github.com/wycats/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Yehuda Katz (2012)
-
-This project includes the software: io.airlift
-  Available at: https://github.com/airlift/airline
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: io.cloudsoft.windows
-  Available at: http://github.com/cloudsoft/winrm4j
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.annotation
-  Available at: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
-  Used under the following license: Common Development and Distribution License, version 1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
-
-This project includes the software: javax.inject
-  Available at: http://code.google.com/p/atinject/
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: javax.validation
-  Used under the following license: Apache License, version 2.0 (in-project reference: license.txt)
-
-This project includes the software: javax.ws.rs
-  Available at: https://jsr311.dev.java.net
-  Developed by: Sun Microsystems, Inc (http://www.sun.com/)
-  Used under the following license: CDDL License (http://www.opensource.org/licenses/cddl1.php)
-
-This project includes the software: jquery.ba-bbq.js
-  Available at: http://benalman.com/projects/jquery-bbq-plugin/
-  Developed by: "Cowboy" Ben Alman (http://benalman.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) "\"Cowboy\" Ben Alman (2010)"
-
-This project includes the software: jquery.form.js
-  Available at: https://github.com/malsup/form
-  Developed by: Mike Alsup (http://malsup.com/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) M. Alsup (2006-2013)
-
-This project includes the software: jquery.js
-  Available at: http://jquery.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) John Resig (2011)
-
-This project includes the software: js-uri
-  Available at: http://code.google.com/p/js-uri/
-  Developed by: js-uri contributors (https://code.google.com/js-uri)
-  Used under the following license: The BSD 3-Clause (New BSD) License (http://opensource.org/licenses/BSD-3-Clause)
-  Copyright (c) js-uri contributors (2013)
-
-This project includes the software: js-yaml.js
-  Available at: https://github.com/nodeca/
-  Developed by: Vitaly Puzrin (https://github.com/nodeca/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Vitaly Puzrin (2011-2015)
-
-This project includes the software: moment.js
-  Available at: http://momentjs.com
-  Developed by: Tim Wood (http://momentjs.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Tim Wood, Iskren Chernev, Moment.js contributors (2011-2014)
-
-This project includes the software: net.java.dev.jna
-  Available at: https://github.com/twall/jna
-  Used under the following license: Apache License, version 2.0 (http://www.gnu.org/licenses/licenses.html)
-
-This project includes the software: net.minidev
-  Available at: (invalid url reported: http://json-smart/) (invalid url reported: http://asm/)
-  Developed by: Chemouni Uriel (http://www.minidev.net/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: net.schmizz
-  Available at: http://github.com/shikhar/sshj
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.99soft.guice
-  Available at: http://99soft.github.com/rocoto/
-  Developed by: 99 Software Foundation (http://www.99soft.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.brooklyn
-  Available at: https://brooklyn.incubator.apache.org/brooklyn-parent/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.commons
-  Available at: http://commons.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.felix
-  Available at: http://felix.apache.org/org.apache.felix.framework/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.httpcomponents
-  Available at: http://hc.apache.org/httpcomponents-client http://hc.apache.org/httpcomponents-core-ga
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.apache.jclouds
-  Available at: http://jclouds.apache.org/
-  Developed by: The Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.bouncycastle
-  Available at: http://www.bouncycastle.org/java.html
-  Used under the following license: Bouncy Castle Licence (http://www.bouncycastle.org/licence.html)
-
-This project includes the software: org.codehaus.groovy
-  Available at: http://groovy.codehaus.org/
-  Developed by: The Codehaus (http://codehaus.org)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jackson
-  Available at: http://jackson.codehaus.org
-  Developed by: FasterXML (http://fasterxml.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.codehaus.jettison
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty
-  Available at: http://www.eclipse.org/jetty
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.eclipse.jetty.orbit
-  Available at: http://www.eclipse.org/jetty/jetty-orbit/javax.servlet
-  Developed by: Mort Bay Consulting (http://www.mortbay.com)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: org.freemarker
-  Available at: http://freemarker.org/
-  Used under the following license: Apache License, version 2.0 (http://freemarker.org/LICENSE.txt)
-
-This project includes the software: org.glassfish.external
-  Used under the following license: Common Development and Distribution License (http://opensource.org/licenses/CDDL-1.0)
-
-This project includes the software: org.hibernate
-  Available at: http://jtidy.sourceforge.net
-  Used under the following license: Java HTML Tidy License (http://sourceforge.net/p/jtidy/code/HEAD/tree/trunk/jtidy/LICENSE.txt?revision=95)
-
-This project includes the software: org.javassist
-  Available at: http://www.javassist.org/
-  Used under the following license: Apache License, version 2.0 (http://www.mozilla.org/MPL/MPL-1.1.html)
-
-This project includes the software: org.jvnet.mimepull
-  Available at: http://mimepull.java.net
-  Developed by: Oracle Corporation (http://www.oracle.com/)
-  Used under the following license: Common Development and Distribution License, version 1.1 (https://glassfish.java.net/public/CDDL+GPL_1_1.html)
-
-This project includes the software: org.mongodb
-  Available at: http://www.mongodb.org
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: org.python
-  Available at: http://www.jython.org/
-  Used under the following license: Jython Software License (http://www.jython.org/license.html)
-
-This project includes the software: org.reflections
-  Available at: http://code.google.com/p/reflections/reflections/
-  Used under the following license: WTFPL (http://www.wtfpl.net/)
-
-This project includes the software: org.scala-lang
-  Available at: http://www.scala-lang.org/
-  Developed by: LAMP/EPFL (http://lamp.epfl.ch/)
-  Used under the following license: BSD License (http://www.scala-lang.org/downloads/license.html)
-
-This project includes the software: org.slf4j
-  Available at: http://www.slf4j.org
-  Developed by: QOS.ch (http://www.qos.ch)
-  Used under the following license: The MIT License (http://www.opensource.org/licenses/mit-license.php)
-
-This project includes the software: org.tukaani
-  Available at: http://tukaani.org/xz/java.html
-  Used under the following license: Public Domain
-
-This project includes the software: org.yaml
-  Available at: http://www.snakeyaml.org
-  Used under the following license: Apache License, version 2.0 (in-project reference: LICENSE.txt)
-
-This project includes the software: require.js
-  Available at: http://github.com/jrburke/requirejs for details
-  Developed by: The Dojo Foundation (http://dojofoundation.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) The Dojo Foundation (2010-2012)
-
-This project includes the software: sizzle.js
-  Available at: http://sizzlejs.com/
-  Developed by: The jQuery Foundation (http://jquery.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) jQuery Foundation and other contributors (2011)
-
-This project includes the software: Swagger JS
-  Available at: https://github.com/wordnik/swagger-js
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This project includes the software: Swagger UI
-  Available at: https://github.com/wordnik/swagger-ui
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-  Copyright (c) SmartBear Software (2011-2015), portions WonderGroup and Jordan Thomas (2010)
-
-This project includes the software: typeahead.js
-  Available at: https://github.com/twitter/typeahead.js
-  Developed by: Twitter, Inc (http://twitter.com)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Twitter, Inc. and other contributors (2013-2014)
-
-This project includes the software: underscore.js
-  Available at: http://underscorejs.org
-  Developed by: DocumentCloud Inc (http://www.documentcloud.org/)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jeremy Ashkenas, DocumentCloud Inc (2009-2013)
-
-This project includes the software: xml-apis
-  Available at: http://xml.apache.org/commons/#external
-  Developed by: Apache Software Foundation (http://www.apache.org/)
-  Used under the following license: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This project includes the software: xmlpull
-  Available at: http://www.xmlpull.org
-  Used under the following license: Public Domain (http://www.xmlpull.org/v1/download/unpacked/LICENSE.txt)
-
-This project includes the software: xpp3
-  Available at: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
-  Developed by: Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
-  Used under the following license: Indiana University Extreme! Lab Software License, vesion 1.1.1 (https://github.com/apache/openmeetings/blob/a95714ce3f7e587d13d3d0bb3b4f570be15c67a5/LICENSE#L1361)
-
-This project includes the software: ZeroClipboard
-  Available at: http://zeroclipboard.org/
-  Developed by: ZeroClipboard contributors (https://github.com/zeroclipboard)
-  Used under the following license: The MIT License (http://opensource.org/licenses/MIT)
-  Copyright (c) Jon Rohan, James M. Greene (2014)
-
-
----------------------------------------------------
-
-(3) Licenses for bundled software
-
-Contents:
-
-  Apache License, Version 2.0
-  The BSD 2-Clause License
-  The BSD 3-Clause License ("New BSD")
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-  Eclipse Public License, version 1.0
-  The MIT License ("MIT")
-  WTF Public License
-  Bouncy Castle License
-  JTidy License
-  Jython License
-  Indiana University Extreme! Lab Software License, Version 1.1.1
-
-
-Apache License, Version 2.0
-
-  Apache License
-  Version 2.0, January 2004
-  http://www.apache.org/licenses/
-  
-  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-  
-  1. Definitions.
-  
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-  
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-  
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-  
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-  
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-  
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-  
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-  
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works that remain
-  separable from, or merely link (or bind by name) to the interfaces of,
-  the Work and Derivative Works thereof.
-  
-  "Contribution" shall mean any work of authorship, including
-  the original version of the Work and any modifications or additions
-  to that Work or Derivative Works thereof, that is intentionally
-  submitted to Licensor for inclusion in the Work by the copyright owner
-  or by an individual or Legal Entity authorized to submit on behalf of
-  the copyright owner. For the purposes of this definition, "submitted"
-  means any form of electronic, verbal, or written communication sent
-  to the Licensor or its representatives, including but not limited to
-  communication on electronic mailing lists, source code control systems,
-  and issue tracking systems that are managed by, or on behalf of, the
-  Licensor for the purpose of discussing and improving the Work, but
-  excluding communication that is conspicuously marked or otherwise
-  designated in writing by the copyright owner as "Not a Contribution."
-  
-  "Contributor" shall mean Licensor and any individual or Legal Entity
-  on behalf of whom a Contribution has been received by Licensor and
-  subsequently incorporated within the Work.
-  
-  2. Grant of Copyright License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  copyright license to reproduce, prepare Derivative Works of,
-  publicly display, publicly perform, sublicense, and distribute the
-  Work and such Derivative Works in Source or Object form.
-  
-  3. Grant of Patent License. Subject to the terms and conditions of
-  this License, each Contributor hereby grants to You a perpetual,
-  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-  (except as stated in this section) patent license to make, have made,
-  use, offer to sell, sell, import, and otherwise transfer the Work,
-  where such license applies only to those patent claims licensable
-  by such Contributor that are necessarily infringed by their
-  Contribution(s) alone or by combination of their Contribution(s)
-  with the Work to which such Contribution(s) was submitted. If You
-  institute patent litigation against any entity (including a
-  cross-claim or counterclaim in a lawsuit) alleging that the Work
-  or a Contribution incorporated within the Work constitutes direct
-  or contributory patent infringement, then any patent licenses
-  granted to You under this License for that Work shall terminate
-  as of the date such litigation is filed.
-  
-  4. Redistribution. You may reproduce and distribute copies of the
-  Work or Derivative Works thereof in any medium, with or without
-  modifications, and in Source or Object form, provided that You
-  meet the following conditions:
-  
-  (a) You must give any other recipients of the Work or
-  Derivative Works a copy of this License; and
-  
-  (b) You must cause any modified files to carry prominent notices
-  stating that You changed the files; and
-  
-  (c) You must retain, in the Source form of any Derivative Works
-  that You distribute, all copyright, patent, trademark, and
-  attribution notices from the Source form of the Work,
-  excluding those notices that do not pertain to any part of
-  the Derivative Works; and
-  
-  (d) If the Work includes a "NOTICE" text file as part of its
-  distribution, then any Derivative Works that You distribute must
-  include a readable copy of the attribution notices contained
-  within such NOTICE file, excluding those notices that do not
-  pertain to any part of the Derivative Works, in at least one
-  of the following places: within a NOTICE text file distributed
-  as part of the Derivative Works; within the Source form or
-  documentation, if provided along with the Derivative Works; or,
-  within a display generated by the Derivative Works, if and
-  wherever such third-party notices normally appear. The contents
-  of the NOTICE file are for informational purposes only and
-  do not modify the License. You may add Your own attribution
-  notices within Derivative Works that You distribute, alongside
-  or as an addendum to the NOTICE text from the Work, provided
-  that such additional attribution notices cannot be construed
-  as modifying the License.
-  
-  You may add Your own copyright statement to Your modifications and
-  may provide additional or different license terms and conditions
-  for use, reproduction, or distribution of Your modifications, or
-  for any such Derivative Works as a whole, provided Your use,
-  reproduction, and distribution of the Work otherwise complies with
-  the conditions stated in this License.
-  
-  5. Submission of Contributions. Unless You explicitly state otherwise,
-  any Contribution intentionally submitted for inclusion in the Work
-  by You to the Licensor shall be under the terms and conditions of
-  this License, without any additional terms or conditions.
-  Notwithstanding the above, nothing herein shall supersede or modify
-  the terms of any separate license agreement you may have executed
-  with Licensor regarding such Contributions.
-  
-  6. Trademarks. This License does not grant permission to use the trade
-  names, trademarks, service marks, or product names of the Licensor,
-  except as required for reasonable and customary use in describing the
-  origin of the Work and reproducing the content of the NOTICE file.
-  
-  7. Disclaimer of Warranty. Unless required by applicable law or
-  agreed to in writing, Licensor provides the Work (and each
-  Contributor provides its Contributions) on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-  implied, including, without limitation, any warranties or conditions
-  of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-  PARTICULAR PURPOSE. You are solely responsible for determining the
-  appropriateness of using or redistributing the Work and assume any
-  risks associated with Your exercise of permissions under this License.
-  
-  8. Limitation of Liability. In no event and under no legal theory,
-  whether in tort (including negligence), contract, or otherwise,
-  unless required by applicable law (such as deliberate and grossly
-  negligent acts) or agreed to in writing, shall any Contributor be
-  liable to You for damages, including any direct, indirect, special,
-  incidental, or consequential damages of any character arising as a
-  result of this License or out of the use or inability to use the
-  Work (including but not limited to damages for loss of goodwill,
-  work stoppage, computer failure or malfunction, or any and all
-  other commercial damages or losses), even if such Contributor
-  has been advised of the possibility of such damages.
-  
-  9. Accepting Warranty or Additional Liability. While redistributing
-  the Work or Derivative Works thereof, You may choose to offer,
-  and charge a fee for, acceptance of support, warranty, indemnity,
-  or other liability obligations and/or rights consistent with this
-  License. However, in accepting such obligations, You may act only
-  on Your own behalf and on Your sole responsibility, not on behalf
-  of any other Contributor, and only if You agree to indemnify,
-  defend, and hold each Contributor harmless for any liability
-  incurred by, or claims asserted against, such Contributor by reason
-  of your accepting any such warranty or additional liability.
-  
-
-The BSD 2-Clause License
-
-  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.
-  
-  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 HOLDER 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.
-  
+under the terms of the GNU Lesser General Public License version 2.1
+as published by the Free Software Foundation.
 
-The BSD 3-Clause License ("New BSD")
+The Eclipse Public License v1.0 is reproduced below.
 
-  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. Neither the name of the copyright holder nor the names of its contributors 
-  may 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 HOLDER 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.
-  
+-----------------------------------------------------------------------------
 
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+com.beust-jcommander-1.27.jar
+
+Copyright 2010 Cedric Beust cedric@beust.com
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.fasterxml.jackson.core-jackson-annotations-2.4.0.jar
+com.fasterxml.jackson.core-jackson-core-2.4.2.jar
+com.fasterxml.jackson.core-jackson-databind-2.4.2.jar
+com.fasterxml.jackson.jaxrs-jackson-jaxrs-base-2.4.2.jar
+com.fasterxml.jackson.jaxrs-jackson-jaxrs-json-provider-2.4.2.jar
+com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.4.2.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.google.code.findbugs-jsr305-2.0.1.jar
+
+Licensed under the 3-clause BSD License (reproduced below).
+
+-----------------------------------------------------------------------------
+
+com.google.code.gson-gson-2.2.2.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+com.google.guava-guava-17.0.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+com.google.http-client-google-http-client-1.18.0-rc.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+com.google.inject-guice-3.0.jar
+com.google.inject.extensions-guice-assistedinject-3.0.jar
+com.google.inject.extensions-guice-multibindings-3.0.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+com.googlecode.concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.0_jdk5.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+com.jamesmurty.utils-java-xmlbuilder-0.4.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.jayway.jsonpath-json-path-0.9.1.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.jcraft-jsch.agentproxy.connector-factory-0.0.8.jar
+com.jcraft-jsch.agentproxy.core-0.0.8.jar
+com.jcraft-jsch.agentproxy.pageant-0.0.8.jar
+com.jcraft-jsch.agentproxy.sshagent-0.0.8.jar
+com.jcraft-jsch.agentproxy.sshj-0.0.8.jar
+com.jcraft-jsch.agentproxy.usocket-jna-0.0.8.jar
+com.jcraft-jsch.agentproxy.usocket-nc-0.0.8.jar
+
+Licensed under the 3-clause BSD License (reproduced below).
+
+-----------------------------------------------------------------------------
+
+com.maxmind.db-maxmind-db-0.3.4.jar
+com.maxmind.geoip2-geoip2-0.8.1.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.squareup.okhttp-okhttp-2.2.0.jar
+com.squareup.okio-okio-1.2.0.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+com.sun.jersey-jersey-core-1.18.1.jar
+com.sun.jersey-jersey-json-1.18.1.jar
+com.sun.jersey-jersey-server-1.18.1.jar
+com.sun.jersey-jersey-servlet-1.18.1.jar
+com.sun.jersey.contribs-jersey-multipart-1.18.1.jar
+org.jvnet.mimepull-mimepull-1.9.3.jar
+
+Dual licensed under 2 OSI approved licenses:
+- COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)
+- GNU General Public License (GPL - Version 2, June 1991) with the Classpath Exception
+
+The CDDL - Version 1.1 License is reproduced below.
+
+-----------------------------------------------------------------------------
+
+com.thoughtworks.xstream-xstream-1.4.7.jar
+
+Copyright (c) 2003-2006, Joe Walnes
+Copyright (c) 2006-2009, 2011 XStream Committers
+All rights reserved.
+
+Licensed under the 3-clause BSD License (reproduced below).
+
+-----------------------------------------------------------------------------
+
+com.wordnik-swagger-core_2.9.1-1.0.1.jar
+com.wordnik-swagger-jaxrs_2.9.1-1.0.1.jar
+
+Copyright 2015 Reverb Technologies, Inc.
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+dom4j-dom4j-1.6.1.jar
+
+Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
+
+Redistribution and use of this software and associated documentation
+("Software"), with or without modification, are permitted provided
+that the following conditions are met:
+
+1. Redistributions of source code must retain copyright
+   statements and notices.  Redistributions must also contain a
+   copy of this document.
+
+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 name "DOM4J" must not be used to endorse or promote
+   products derived from this Software without prior written
+   permission of MetaStuff, Ltd.  For written permission,
+   please contact dom4j-info@metastuff.com.
+
+4. Products derived from this Software may not be called "DOM4J"
+   nor may "DOM4J" appear in their names without prior written
+   permission of MetaStuff, Ltd. DOM4J is a registered
+   trademark of MetaStuff, Ltd.
+
+5. Due credit should be given to the DOM4J Project -
+   http://www.dom4j.org
+
+THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
+``AS IS'' AND ANY EXPRESSED 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
+METASTUFF, LTD. OR ITS 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.
+
+-----------------------------------------------------------------------------
+
+io.airlift-airline-0.6.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+javax.annotation-jsr250-api-1.0.jar
+javax.ws.rs-jsr311-api-1.1.1.jar
+
+Licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
+Version 1.0 (reproduced below).
+
+-----------------------------------------------------------------------------
+
+javax.inject-javax.inject-1.jar
+javax.validation-validation-api-1.0.0.GA.jar
+
+Licensed under the Apache License, Version 2.0
+
+-----------------------------------------------------------------------------
+
+net.java.dev.jna-jna-4.0.0.jar
+net.java.dev.jna-jna-platform-4.0.0.jar
+
+JNA is dual-licensed under 2 alternative Open Source/Free
+licenses: LGPL 2.1 and Apache License 2.0. (starting with
+JNA version 4.0.0).
+
+-----------------------------------------------------------------------------
+
+net.minidev-json-smart-1.2.jar
+
+Licensed under the Apache License v2.0
+
+-----------------------------------------------------------------------------
+
+net.schmizz-sshj-0.8.1.jar
+
+Licensed under the Apache License v2.0
 
-  1. Definitions.
-  
-  1.1. "Contributor" means each individual or entity that
-  creates or contributes to the creation of Modifications.
-  
-  1.2. "Contributor Version" means the combination of the
-  Original Software, prior Modifications used by a
-  Contributor (if any), and the Modifications made by that
-  particular Contributor.
-  
-  1.3. "Covered Software" means (a) the Original Software, or
-  (b) Modifications, or (c) the combination of files
-  containing Original Software with files containing
-  Modifications, in each case including portions thereof.
-  
-  1.4. "Executable" means the Covered Software in any form
-  other than Source Code. 
-  
-  1.5. "Initial Developer" means the individual or entity
-  that first makes Original Software available under this
-  License. 
-  
-  1.6. "Larger Work" means a work which combines Covered
-  Software or portions thereof with code not governed by the
-  terms of this License.
-  
-  1.7. "License" means this document.
-  
-  1.8. "Licensable" means having the right to grant, to the
-  maximum extent possible, whether at the time of the initial
-  grant or subsequently acquired, any and all of the rights
-  conveyed herein.
-  
-  1.9. "Modifications" means the Source Code and Executable
-  form of any of the following: 
-  
-  A. Any file that results from an addition to,
-  deletion from or modification of the contents of a
-  file containing Original Software or previous
-  Modifications; 
-  
-  B. Any new file that contains any part of the
-  Original Software or previous Modification; or 
-  
-  C. Any new file that is contributed or otherwise made
-  available under the terms of this License.
-  
-  1.10. "Original Software" means the Source Code and
-  Executable form of computer software code that is
-  originally released under this License. 
-  
-  1.11. "Patent Claims" means any patent claim(s), now owned
-  or hereafter acquired, including without limitation,
-  method, process, and apparatus claims, in any patent
-  Licensable by grantor. 
-  
-  1.12. "Source Code" means (a) the common form of computer
-  software code in which modifications are made and (b)
-  associated documentation included in or with such code.
-  
-  1.13. "You" (or "Your") means an individual or a legal
-  entity exercising rights under, and complying with all of
-  the terms of, this License. For legal entities, "You"
-  includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this
-  definition, "control" means (a) the power, direct or
-  indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership
-  of more than fifty percent (50%) of the outstanding shares
-  or beneficial ownership of such entity.
-  
-  2. License Grants. 
-  
-  2.1. The Initial Developer Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide,
-  royalty-free, non-exclusive license: 
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Initial Developer,
-  to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or
-  portions thereof), with or without Modifications,
-  and/or as part of a Larger Work; and 
-  
-  (b) under Patent Claims infringed by the making,
-  using or selling of Original Software, to make, have
-  made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or
-  portions thereof). 
-  
-  (c) The licenses granted in Sections 2.1(a) and (b)
-  are effective on the date Initial Developer first
-  distributes or otherwise makes the Original Software
-  available to a third party under the terms of this
-  License. 
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent
-  license is granted: (1) for code that You delete from
-  the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original
-  Software, or (ii) the combination of the Original
-  Software with other software or devices. 
-  
-  2.2. Contributor Grant.
-  
-  Conditioned upon Your compliance with Section 3.1 below and
-  subject to third party intellectual property claims, each
-  Contributor hereby grants You a world-wide, royalty-free,
-  non-exclusive license:
-  
-  (a) under intellectual property rights (other than
-  patent or trademark) Licensable by Contributor to
-  use, reproduce, modify, display, perform, sublicense
-  and distribute the Modifications created by such
-  Contributor (or portions thereof), either on an
-  unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making,
-  using, or selling of Modifications made by that
-  Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such
-  combination), to make, use, sell, offer for sale,
-  have made, and/or otherwise dispose of: (1)
-  Modifications made by that Contributor (or portions
-  thereof); and (2) the combination of Modifications
-  made by that Contributor with its Contributor Version
-  (or portions of such combination). 
-  
-  (c) The licenses granted in Sections 2.2(a) and
-  2.2(b) are effective on the date Contributor first
-  distributes or otherwise makes the Modifications
-  available to a third party. 
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent
-  license is granted: (1) for any code that Contributor
-  has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party
-  modifications of Contributor Version, or (ii) the
-  combination of Modifications made by that Contributor
-  with other software (except as part of the
-  Contributor Version) or other devices; or (3) under
-  Patent Claims infringed by Covered Software in the
-  absence of Modifications made by that Contributor. 
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.
-  
-  Any Covered Software that You distribute or otherwise make
-  available in Executable form must also be made available in
-  Source Code form and that Source Code form must be
-  distributed only under the terms of this License. You must
-  include a copy of this License with every copy of the
-  Source Code form of the Covered Software You distribute or
-  otherwise make available. You must inform recipients of any
-  such Covered Software in Executable form as to how they can
-  obtain such Covered Software in Source Code form in a
-  reasonable manner on or through a medium customarily used
-  for software exchange.
-  
-  3.2. Modifications.
-  
-  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You
-  represent that You believe Your Modifications are Your
-  original creation(s) and/or You have sufficient rights to
-  grant the rights conveyed by this License.
-  
-  3.3. Required Notices.
-  
-  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification.
-  You may not remove or alter any copyright, patent or
-  trademark notices contained within the Covered Software, or
-  any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.
-  
-  You may not offer or impose any terms on any Covered
-  Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients"
-  rights hereunder. You may choose to offer, and to charge a
-  fee for, warranty, support, indemnity or liability
-  obligations to one or more recipients of Covered Software.
-  However, you may do so only on Your own behalf, and not on
-  behalf of the Initial Developer or any Contributor. You
-  must make it absolutely clear that any such warranty,
-  support, indemnity or liability obligation is offered by
-  You alone, and You hereby agree to indemnify the Initial
-  Developer and every Contributor for any liability incurred
-  by the Initial Developer or such Contributor as a result of
-  warranty, support, indemnity or liability terms You offer.
-      
-  3.5. Distribution of Executable Versions.
-  
-  You may distribute the Executable form of the Covered
-  Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms
-  different from this License, provided that You are in
-  compliance with the terms of this License and that the
-  license for the Executable form does not attempt to limit
-  or alter the recipient"s rights in the Source Code form
-  from the rights set forth in this License. If You
-  distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that
-  any terms which differ from this License are offered by You
-  alone, not by the Initial Developer or Contributor. You
-  hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial
-  Developer or such Contributor as a result of any such terms
-  You offer.
-  
-  3.6. Larger Works.
-  
-  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License
-  and distribute the Larger Work as a single product. In such
-  a case, You must make sure the requirements of this License
-  are fulfilled for the Covered Software. 
-  
-  4. Versions of the License. 
-  
-  4.1. New Versions.
-  
-  Sun Microsystems, Inc. is the initial license steward and
-  may publish revised and/or new versions of this License
-  from time to time. Each version will be given a
-  distinguishing version number. Except as provided in
-  Section 4.3, no one other than the license steward has the
-  right to modify this License. 
-  
-  4.2. Effect of New Versions.
-  
-  You may always continue to use, distribute or otherwise
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. If the Initial Developer includes a
-  notice in the Original Software prohibiting it from being
-  distributed or otherwise made available under any
-  subsequent version of the License, You must distribute and
-  make the Covered Software available under the terms of the
-  version of the License under which You originally received
-  the Covered Software. Otherwise, You may also choose to
-  use, distribute or otherwise make the Covered Software
-  available under the terms of any subsequent version of the
-  License published by the license steward. 
-  
-  4.3. Modified Versions.
-  
-  When You are an Initial Developer and You want to create a
-  new license for Your Original Software, You may create and
-  use a modified version of this License if You: (a) rename
-  the license and remove any references to the name of the
-  license steward (except to note that the license differs
-  from this License); and (b) otherwise make it clear that
-  the license contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.
-  
-  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
-  BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-  SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-  PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
-  PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
-  COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
-  ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
-  WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-  ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-  DISCLAIMER. 
-  
-  6. TERMINATION. 
-  
-  6.1. This License and the rights granted hereunder will
-  terminate automatically if You fail to comply with terms
-  herein and fail to cure such breach within 30 days of
-  becoming aware of the breach. Provisions which, by their
-  nature, must remain in effect beyond the termination of
-  this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding
-  declaratory judgment actions) against Initial Developer or
-  a Contributor (the Initial Developer or Contributor against
-  whom You assert such claim is referred to as "Participant")
-  alleging that the Participant Software (meaning the
-  Contributor Version where the Participant is a Contributor
-  or the Original Software where the Participant is the
-  Initial Developer) directly or indirectly infringes any
-  patent, then any and all rights granted directly or
-  indirectly to You by such Participant, the Initial
-  Developer (if the Initial Developer is not the Participant)
-  and all Contributors under Sections 2.1 and/or 2.2 of this
-  License shall, upon 60 days notice from Participant
-  terminate prospectively and automatically at the expiration
-  of such 60 day notice period, unless if within such 60 day
-  period You withdraw Your claim with respect to the
-  Participant Software against such Participant either
-  unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. In the event of termination under Sections 6.1 or 6.2
-  above, all end user licenses that have been validly granted
-  by You or any distributor hereunder prior to termination
-  (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-  (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
-  INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
-  COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
-  LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
-  CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
-  STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-  COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-  INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-  LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY"S NEGLIGENCE TO THE EXTENT
-  APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
-  NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-  CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
-  APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a "commercial item," as that term is
-  defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
-  computer software" (as that term is defined at 48 C.F.R. "
-  252.227-7014(a)(1)) and "commercial computer software
-  documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-  through 227.7202-4 (June 1995), all U.S. Government End Users
-  acquire Covered Software with only those rights set forth herein.
-  This U.S. Government Rights clause is in lieu of, and supersedes,
-  any other FAR, DFAR, or other clause or provision that addresses
-  Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject
-  matter hereof. If any provision of this License is held to be
-  unenforceable, such provision shall be reformed only to the
-  extent necessary to make it enforceable. This License shall be
-  governed by the law of the jurisdiction specified in a notice
-  contained within the Original Software (except to the extent
-  applicable law, if any, provides otherwise), excluding such
-  jurisdiction"s conflict-of-law provisions. Any litigation
-  relating to this License shall be subject to the jurisdiction of
-  the courts located in the jurisdiction and venue specified in a
-  notice contained within the Original Software, with the losing
-  party responsible for costs, including, without limitation, court
-  costs and reasonable attorneys" fees and expenses. The
-  application of the United Nations Convention on Contracts for the
-  International Sale of Goods is expressly excluded. Any law or
-  regulation which provides that the language of a contract shall
-  be construed against the drafter shall not apply to this License.
-  You agree that You alone are responsible for compliance with the
-  United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use,
-  distribute or otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is
-  responsible for claims and damages arising, directly or
-  indirectly, out of its utilization of rights under this License
-  and You agree to work with Initial Developer and Contributors to
-  distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission
-  of liability.
-  
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
-
-  1. Definitions.
-  
-  1.1. “Contributor” means each individual or entity that creates or contributes
-  to the creation of Modifications.
-  
-  1.2. “Contributor Version” means the combination of the Original Software,
-  prior Modifications used by a Contributor (if any), and the Modifications made
-  by that particular Contributor.
-  
-  1.3. “Covered Software” means (a) the Original Software, or (b) Modifications,
-  or (c) the combination of files containing Original Software with files
-  containing Modifications, in each case including portions thereof.
-  
-  1.4. “Executable” means the Covered Software in any form other than Source
-  Code.
-  
-  1.5. “Initial Developer” means the individual or entity that first makes
-  Original Software available under this License.
-  
-  1.6. “Larger Work” means a work which combines Covered Software or portions
-  thereof with code not governed by the terms of this License.
-  
-  1.7. “License” means this document.
-  
-  1.8. “Licensable” means having the right to grant, to the maximum extent
-  possible, whether at the time of the initial grant or subsequently acquired,
-  any and all of the rights conveyed herein.
-  
-  1.9. “Modifications” means the Source Code and Executable form of any of the
-  following:
-  
-  A. Any file that results from an addition to, deletion from or modification of
-  the contents of a file containing Original Software or previous Modifications;
-  
-  B. Any new file that contains any part of the Original Software or previous
-  Modification; or
-  
-  C. Any new file that is contributed or otherwise made available under the terms
-  of this License.
-  
-  1.10. “Original Software” means the Source Code and Executable form of computer
-  software code that is originally released under this License.
-  
-  1.11. “Patent Claims” means any patent claim(s), now owned or hereafter
-  acquired, including without limitation, method, process, and apparatus claims,
-  in any patent Licensable by grantor.
-  
-  1.12. “Source Code” means (a) the common form of computer software code in
-  which modifications are made and (b) associated documentation included in or
-  with such code.
-  
-  1.13. “You” (or “Your”) means an individual or a legal entity exercising rights
-  under, and complying with all of the terms of, this License. For legal
-  entities, “You” includes any entity which controls, is controlled by, or is
-  under common control with You. For purposes of this definition, “control” means
-  (a) the power, direct or indirect, to cause the direction or management of such
-  entity, whether by contract or otherwise, or (b) ownership of more than fifty
-  percent (50%) of the outstanding shares or beneficial ownership of such entity.
-  
-  2. License Grants.
-  
-  2.1. The Initial Developer Grant.  Conditioned upon Your compliance with
-  Section 3.1 below and subject to third party intellectual property claims, the
-  Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
-  license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Initial Developer, to use, reproduce, modify, display, perform,
-  sublicense and distribute the Original Software (or portions thereof), with or
-  without Modifications, and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using or selling of Original
-  Software, to make, have made, use, practice, sell, and offer for sale, and/or
-  otherwise dispose of the Original Software (or portions thereof).
-  
-  (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date
-  Initial Developer first distributes or otherwise makes the Original Software
-  available to a third party under the terms of this License.
-  
-  (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for
-  code that You delete from the Original Software, or (2) for infringements
-  caused by: (i) the modification of the Original Software, or (ii) the
-  combination of the Original Software with other software or devices.
-  
-  2.2. Contributor Grant.  Conditioned upon Your compliance with Section 3.1
-  below and subject to third party intellectual property claims, each Contributor
-  hereby grants You a world-wide, royalty-free, non-exclusive license:
-  
-  (a) under intellectual property rights (other than patent or trademark)
-  Licensable by Contributor to use, reproduce, modify, display, perform,
-  sublicense and distribute the Modifications created by such Contributor (or
-  portions thereof), either on an unmodified basis, with other Modifications, as
-  Covered Software and/or as part of a Larger Work; and
-  
-  (b) under Patent Claims infringed by the making, using, or selling of
-  Modifications made by that Contributor either alone and/or in combination with
-  its Contributor Version (or portions of such combination), to make, use, sell,
-  offer for sale, have made, and/or otherwise dispose of: (1) Modifications made
-  by that Contributor (or portions thereof); and (2) the combination of
-  Modifications made by that Contributor with its Contributor Version (or
-  portions of such combination).
-  
-  (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the
-  date Contributor first distributes or otherwise makes the Modifications
-  available to a third party.
-  
-  (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for
-  any code that Contributor has deleted from the Contributor Version; (2) for
-  infringements caused by: (i) third party modifications of Contributor Version,
-  or (ii) the combination of Modifications made by that Contributor with other
-  software (except as part of the Contributor Version) or other devices; or (3)
-  under Patent Claims infringed by Covered Software in the absence of
-  Modifications made by that Contributor.
-  
-  3. Distribution Obligations.
-  
-  3.1. Availability of Source Code.  Any Covered Software that You distribute or
-  otherwise make available in Executable form must also be made available in
-  Source Code form and that Source Code form must be distributed only under the
-  terms of this License. You must include a copy of this License with every copy
-  of the Source Code form of the Covered Software You distribute or otherwise
-  make available. You must inform recipients of any such Covered Software in
-  Executable form as to how they can obtain such Covered Software in Source Code
-  form in a reasonable manner on or through a medium customarily used for
-  software exchange.
-  
-  3.2. Modifications.  The Modifications that You create or to which You
-  contribute are governed by the terms of this License. You represent that You
-  believe Your Modifications are Your original creation(s) and/or You have
-  sufficient rights to grant the rights conveyed by this License.
-  
-  3.3. Required Notices.  You must include a notice in each of Your Modifications
-  that identifies You as the Contributor of the Modification. You may not remove
-  or alter any copyright, patent or trademark notices contained within the
-  Covered Software, or any notices of licensing or any descriptive text giving
-  attribution to any Contributor or the Initial Developer.
-  
-  3.4. Application of Additional Terms.  You may not offer or impose any terms on
-  any Covered Software in Source Code form that alters or restricts the
-  applicable version of this License or the recipients' rights hereunder. You may
-  choose to offer, and to charge a fee for, warranty, support, indemnity or
-  liability obligations to one or more recipients of Covered Software. However,
-  you may do so only on Your own behalf, and not on behalf of the Initial
-  Developer or any Contributor. You must make it absolutely clear that any such
-  warranty, support, indemnity or liability obligation is offered by You alone,
-  and You hereby agree to indemnify the Initial Developer and every Contributor
-  for any liability incurred by the Initial Developer or such Contributor as a
-  result of warranty, support, indemnity or liability terms You offer.
-  
-  3.5. Distribution of Executable Versions.  You may distribute the Executable
-  form of the Covered Software under the terms of this License or under the terms
-  of a license of Your choice, which may contain terms different from this
-  License, provided that You are in compliance with the terms of this License and
-  that the license for the Executable form does not attempt to limit or alter the
-  recipient's rights in the Source Code form from the rights set forth in this
-  License. If You distribute the Covered Software in Executable form under a
-  different license, You must make it absolutely clear that any terms which
-  differ from this License are offered by You alone, not by the Initial Developer
-  or Contributor. You hereby agree to indemnify the Initial Developer and every
-  Contributor for any liability incurred by the Initial Developer or such
-  Contributor as a result of any such terms You offer.
-  
-  3.6. Larger Works.  You may create a Larger Work by combining Covered Software
-  with other code not governed by the terms of this License and distribute the
-  Larger Work as a single product. In such a case, You must make sure the
-  requirements of this License are fulfilled for the Covered Software.
-  
-  4. Versions of the License.
-  
-  4.1. New Versions.  Oracle is the initial license steward and may publish
-  revised and/or new versions of this License from time to time. Each version
-  will be given a distinguishing version number. Except as provided in Section
-  4.3, no one other than the license steward has the right to modify this
-  License.
-  
-  4.2. Effect of New Versions.  You may always continue to use, distribute or
-  otherwise make the Covered Software available under the terms of the version of
-  the License under which You originally received the Covered Software. If the
-  Initial Developer includes a notice in the Original Software prohibiting it
-  from being distributed or otherwise made available under any subsequent version
-  of the License, You must distribute and make the Covered Software available
-  under the terms of the version of the License under which You originally
-  received the Covered Software. Otherwise, You may also choose to use,
-  distribute or otherwise make the Covered Software available under the terms of
-  any subsequent version of the License published by the license steward.
-  
-  4.3. Modified Versions.  When You are an Initial Developer and You want to
-  create a new license for Your Original Software, You may create and use a
-  modified version of this License if You: (a) rename the license and remove any
-  references to the name of the license steward (except to note that the license
-  differs from this License); and (b) otherwise make it clear that the license
-  contains terms which differ from this License.
-  
-  5. DISCLAIMER OF WARRANTY.  COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON
-  AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-  INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
-  DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE
-  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-  YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
-  INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-  SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
-  ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
-  HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-  
-  6. TERMINATION.
-  
-  6.1. This License and the rights granted hereunder will terminate automatically
-  if You fail to comply with terms herein and fail to cure such breach within 30
-  days of becoming aware of the breach. Provisions which, by their nature, must
-  remain in effect beyond the termination of this License shall survive.
-  
-  6.2. If You assert a patent infringement claim (excluding declaratory judgment
-  actions) against Initial Developer or a Contributor (the Initial Developer or
-  Contributor against whom You assert such claim is referred to as “Participant”)
-  alleging that the Participant Software (meaning the Contributor Version where
-  the Participant is a Contributor or the Original Software where the Participant
-  is the Initial Developer) directly or indirectly infringes any patent, then any
-  and all rights granted directly or indirectly to You by such Participant, the
-  Initial Developer (if the Initial Developer is not the Participant) and all
-  Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
-  notice from Participant terminate prospectively and automatically at the
-  expiration of such 60 day notice period, unless if within such 60 day period
-  You withdraw Your claim with respect to the Participant Software against such
-  Participant either unilaterally or pursuant to a written agreement with
-  Participant.
-  
-  6.3. If You assert a patent infringement claim against Participant alleging
-  that the Participant Software directly or indirectly infringes any patent where
-  such claim is resolved (such as by license or settlement) prior to the
-  initiation of patent infringement litigation, then the reasonable value of the
-  licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken
-  into account in determining the amount or value of any payment or license.
-  
-  6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user
-  licenses that have been validly granted by You or any distributor hereunder
-  prior to termination (excluding licenses granted to You by any distributor)
-  shall survive termination.
-  
-  7. LIMITATION OF LIABILITY.
-  
-  UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
-  NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
-  OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
-  ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
-  INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
-  LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-  MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
-  PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
-  LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
-  INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-  PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
-  LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
-  LIMITATION MAY NOT APPLY TO YOU.
-  
-  8. U.S. GOVERNMENT END USERS.
-  
-  The Covered Software is a “commercial item,” as that term is defined in 48
-  C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that
-  term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer
-  software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept.
-  1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
-  227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software
-  with only those rights set forth herein. This U.S. Government Rights clause is
-  in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision
-  that addresses Government rights in computer software under this License.
-  
-  9. MISCELLANEOUS.
-  
-  This License represents the complete agreement concerning subject matter
-  hereof. If any provision of this License is held to be unenforceable, such
-  provision shall be reformed only to the extent necessary to make it
-  enforceable. This License shall be governed by the law of the jurisdiction
-  specified in a notice contained within the Original Software (except to the
-  extent applicable law, if any, provides otherwise), excluding such
-  jurisdiction's conflict-of-law provisions. Any litigation relating to this
-  License shall be subject to the jurisdiction of the courts located in the
-  jurisdiction and venue specified in a notice contained within the Original
-  Software, with the losing party responsible for costs, including, without
-  limitation, court costs and reasonable attorneys' fees and expenses. The
-  application of the United Nations Convention on Contracts for the International
-  Sale of Goods is expressly excluded. Any law or regulation which provides that
-  the language of a contract shall be construed against the drafter shall not
-  apply to this License. You agree that You alone are responsible for compliance
-  with the United States export administration regulations (and the export
-  control laws and regulation of any other countries) when You use, distribute or
-  otherwise make available any Covered Software.
-  
-  10. RESPONSIBILITY FOR CLAIMS.
-  
-  As between Initial Developer and the Contributors, each party is responsible
-  for claims and damages arising, directly or indirectly, out of its utilization
-  of rights under this License and You agree to work with Initial Developer and
-  Contributors to distribute such responsibility on an equitable basis. Nothing
-  herein is intended or shall be deemed to constitute any admission of liability.
-  
-  NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-  (CDDL) The code released under the CDDL shall be governed by the laws of the
-  State of California (excluding conflict-of-law provisions). Any litigation
-  relating to this License shall be subject to the jurisdiction of the Federal
-  Courts of the Northern District of California and the state courts of the State
-  of California, with venue lying in Santa Clara County, California.
-
-
-Eclipse Public License, version 1.0
-
-  THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
-  LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
-  CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-  
-  1. DEFINITIONS
-  
-  "Contribution" means:
-  
-  a) in the case of the initial Contributor, the initial code and documentation
-  distributed under this Agreement, and b) in the case of each subsequent
-  Contributor:
-  
-  i) changes to the Program, and
-  
-  ii) additions to the Program;
-  
-  where such changes and/or additions to the Program originate from and are
-  distributed by that particular Contributor. A Contribution 'originates' from a
-  Contributor if it was added to the Program by such Contributor itself or anyone
-  acting on such Contributor's behalf. Contributions do not include additions to
-  the Program which: (i) are separate modules of software distributed in
-  conjunction with the Program under their own license agreement, and (ii) are
-  not derivative works of the Program.
-  
-  "Contributor" means any person or entity that distributes the Program.
-  
-  "Licensed Patents " mean patent claims licensable by a Contributor which are
-  necessarily infringed by the use or sale of its Contribution alone or when
-  combined with the Program.
-  
-  "Program" means the Contributions distributed in accordance with this
-  Agreement.
-  
-  "Recipient" means anyone who receives the Program under this Agreement,
-  including all Contributors.
-  
-  2. GRANT OF RIGHTS
-  
-  a) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free copyright license to
-  reproduce, prepare derivative works of, publicly display, publicly perform,
-  distribute and sublicense the Contribution of such Contributor, if any, and
-  such derivative works, in source code and object code form.
-  
-  b) Subject to the terms of this Agreement, each Contributor hereby grants
-  Recipient a non-exclusive, worldwide, royalty-free patent license under
-  Licensed Patents to make, use, sell, offer to sell, import and otherwise
-  transfer the Contribution of such Contributor, if any, in source code and
-  object code form. This patent license shall apply to the combination of the
-  Contribution and the Program if, at the time the Contribution is added by the
-  Contributor, such addition of the Contribution causes such combination to be
-  covered by the Licensed Patents. The patent license shall not apply to any
-  other combinations which include the Contribution. No hardware per se is
-  licensed hereunder.
-  
-  c) Recipient understands that although each Contributor grants the licenses to
-  its Contributions set forth herein, no assurances are provided by any
-  Contributor that the Program does not infringe the patent or other intellectual
-  property rights of any other entity. Each Contributor disclaims any liability
-  to Recipient for claims brought by any other entity based on infringement of
-  intellectual property rights or otherwise. As a condition to exercising the
-  rights and licenses granted hereunder, each Recipient hereby assumes sole
-  responsibility to secure any other intellectual property rights needed, if any.
-  For example, if a third party patent license is required to allow Recipient to
-  distribute the Program, it is Recipient's responsibility to acquire that
-  license before distributing the Program.
-  
-  d) Each Contributor represents that to its knowledge it has sufficient
-  copyright rights in its Contribution, if any, to grant the copyright license
-  set forth in this Agreement.
-  
-  3. REQUIREMENTS
-  
-  A Contributor may choose to distribute the Program in object code form under
-  its own license agreement, provided that:
-  
-  a) it complies with the terms and conditions of this Agreement; and
-  
-  b) its license agreement:
-  
-  i) effectively disclaims on behalf of all Contributors all warranties and
-  conditions, express and implied, including warranties or conditions of title
-  and non-infringement, 

<TRUNCATED>


[16/26] incubator-brooklyn git commit: update the docs (website guide) to reference the automation for licensing

Posted by he...@apache.org.
update the docs (website guide) to reference the automation for licensing


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4a24ec23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4a24ec23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4a24ec23

Branch: refs/heads/master
Commit: 4a24ec23d187b595f792a7bb8dd90db09d297dfa
Parents: 0c9ac7b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 17 15:59:37 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 17 17:39:16 2015 +0100

----------------------------------------------------------------------
 docs/guide/dev/code/licensing.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4a24ec23/docs/guide/dev/code/licensing.md
----------------------------------------------------------------------
diff --git a/docs/guide/dev/code/licensing.md b/docs/guide/dev/code/licensing.md
index e2a7ef5..8f031e0 100644
--- a/docs/guide/dev/code/licensing.md
+++ b/docs/guide/dev/code/licensing.md
@@ -78,6 +78,11 @@ When the Brooklyn project makes a release, we produce and release the following
 Therefore, our source release, our binary release, and every one of our Maven release artifacts, must **each** have
 their own, individually-tailored, `LICENSE` and `NOTICE` files.
 
+To some extent, this is automated, using scripts in `usage/dist/licensing`;
+but this must be manually run, and wherever source code is included or a project has insufficient information in its POM,
+you'll need to add project-specific metadata (with a project-specific `source-inclusions.yaml` file and/or in the 
+dist project's `overrides.yaml` file).  See the README.md in that project's folder for more information.
+
 ### Maven artifacts
 
 Each Maven module will generally produce a JAR file from code under `src/main`, and a JAR file from code under
@@ -114,3 +119,4 @@ each of which have their own license, and which will therefore impact on `LICENS
 
 Therefore you must inspect every file that is present in the binary distribution, ascertain its license status, and
 ensure that `LICENSE` and `NOTICE` are correct.
+