From 5ccde686eff0a9ce17635518c38d8c366b6437c8 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 11 Aug 2014 14:42:25 +0000 Subject: QPID-5813, QPID-5913: various LICENCE and NOTICE file updates - Ensure the main java directory has LICENSE and NOTICE files for use in new source archive. - Update pointers within the files at the repo root. - Ensure the main java directory has LICENSE entry for crypto-js for inclusion in source release. - Ensure the management-http binary jar contains LICENSE file entry for crypto-js, clarify entry in brokers binary assembly tar.gz file. - Update reference file for dep change verification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617301 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/appended-resources/META-INF/LICENSE.vm | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 qpid/java/broker-plugins/management-http/src/main/appended-resources/META-INF/LICENSE.vm (limited to 'qpid/java/broker-plugins') diff --git a/qpid/java/broker-plugins/management-http/src/main/appended-resources/META-INF/LICENSE.vm b/qpid/java/broker-plugins/management-http/src/main/appended-resources/META-INF/LICENSE.vm new file mode 100644 index 0000000000..7a7430e2e3 --- /dev/null +++ b/qpid/java/broker-plugins/management-http/src/main/appended-resources/META-INF/LICENSE.vm @@ -0,0 +1,33 @@ + + +#============================================== +# Third Party Dependency Licensing Information: +#============================================== + +resources/js/crypto-js/ + +This bundles portions of crypto-js, which is under the MIT licence: + + +Copyright (c) 2009-2013 Jeff Mott + + 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. + +#=============================================== -- cgit v1.2.1