Added wss4j legal documentation
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/37550978 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/37550978 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/37550978 Branch: refs/heads/4.0 Commit: 3755097807c5521e0b3802168ae06e25ffd26bed Parents: 41089da Author: Chip Childers <[email protected]> Authored: Tue Oct 9 22:23:39 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Oct 9 22:23:58 2012 -0400 ---------------------------------------------------------------------- LICENSE | 1 + NOTICE | 12 ++++++++++++ tools/whisker/descriptor.xml | 11 +++++++++++ 3 files changed, 24 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/37550978/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 0254d22..b746070 100644 --- a/LICENSE +++ b/LICENSE @@ -366,6 +366,7 @@ Within the deps/awsapi-lib directory rampart-lib http://axis.apache.org/axis2/java/rampart/download/1.5/download.cgi woden-api-1.0M8.jar http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/ woden-impl-dom-1.0M8.jar http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/ + wss4j-1.5.8.jar http://ws.apache.org/wss4j/source-repository.html xercesImpl.jar http://xerces.apache.org/xerces2-j/source-repository.html xml-apis.jar http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/37550978/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 2267fd5..8421106 100644 --- a/NOTICE +++ b/NOTICE @@ -673,3 +673,15 @@ ================================================================================ + For + wss4j-1.5.8.jar + + + Apache WebServices - WSS4J + Copyright 2004-2011 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + + This product includes software Copyright University of Southampton IT + Innovation Centre, 2006 (http://www.it-innovation.soton.ac.uk). http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/37550978/tools/whisker/descriptor.xml ---------------------------------------------------------------------- diff --git a/tools/whisker/descriptor.xml b/tools/whisker/descriptor.xml index 14f0c96..0201ba9 100644 --- a/tools/whisker/descriptor.xml +++ b/tools/whisker/descriptor.xml @@ -2251,6 +2251,16 @@ The Apache Software Foundation (http://www.apache.org/). Please read the different LICENSE files present in the lib directory of this distribution. </notice> + <notice id='wss4j.notice'> +Apache WebServices - WSS4J +Copyright 2004-2011 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This product includes software Copyright University of Southampton IT +Innovation Centre, 2006 (http://www.it-innovation.soton.ac.uk). + </notice> </notices> <organisations> <organisation @@ -2827,6 +2837,7 @@ Copyright (c) 2004-2012 The Apache Software Foundation <resource name="woden-impl-dom-1.0M8.jar" source='http://svn.apache.org/viewvc/webservices/woden/tags/1.0M8_20080423/' notice='woden.notice' /> <resource name='xercesImpl.jar' source='http://xerces.apache.org/xerces2-j/source-repository.html' notice='xerces.notice' /> <resource name='xml-apis.jar' source='http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar' notice='xml-apis.notice' /> + <resource name='wss4j-1.5.8.jar' source='http://ws.apache.org/wss4j/source-repository.html' notice='wss4j.notice' /> </by-organisation> </with-license> <with-license id='ApacheLicenseVersion2'>
