Skip to content

Commit 0f0c083

Browse files
committed
Added XenServerJava BSD licensing information to the whisker descriptor and output LICENSE files.
1 parent 05fef0f commit 0f0c083

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

LICENSE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,40 @@ Within the console-proxy/js directory
275275
jquery.js
276276

277277

278+
Within the deps directory
279+
licensed under the BSD (2-clause) for XenServerJava http://www.opensource.org/licenses/BSD-2-Clause (as follows)
280+
281+
Copyright (c) Citrix Systems, Inc.
282+
All rights reserved.
283+
284+
Redistribution and use in source and binary forms, with or without
285+
modification, are permitted provided that the following conditions are
286+
met:
287+
288+
1) Redistributions of source code must retain the above copyright
289+
notice, this list of conditions and the following disclaimer.
290+
291+
2) Redistributions in binary form must reproduce the above copyright
292+
notice, this list of conditions and the following disclaimer in
293+
the documentation and/or other materials provided with the
294+
distribution.
295+
296+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
297+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
298+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
299+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
300+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
301+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
302+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
303+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
304+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
305+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
306+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
307+
308+
from Citrix Systems, Inc http://www.citrix.com/
309+
XenServerJava http://community.citrix.com/cdn/xs/sdks/
310+
311+
278312
Within the deps/awsapi-lib directory
279313
licensed under the ANTLR 2 License http://www.antlr2.org/license.html (as follows)
280314

tools/whisker/descriptor.xml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,34 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
10221022
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10231023
</text>
10241024
</license>
1025+
<license name='BSD (2-clause) for XenServerJava' id='BSD2ClauseXenServerJava'
1026+
url='http://www.opensource.org/licenses/BSD-2-Clause'>
1027+
<text>
1028+
Redistribution and use in source and binary forms, with or without
1029+
modification, are permitted provided that the following conditions are
1030+
met:
1031+
1032+
1) Redistributions of source code must retain the above copyright
1033+
notice, this list of conditions and the following disclaimer.
1034+
1035+
2) Redistributions in binary form must reproduce the above copyright
1036+
notice, this list of conditions and the following disclaimer in
1037+
the documentation and/or other materials provided with the
1038+
distribution.
1039+
1040+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1041+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1042+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1043+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1044+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1045+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1046+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1047+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1048+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1049+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1050+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1051+
</text>
1052+
</license>
10251053
<license name='BSD (2-clause)' id='BSD2ClauseGeneric'
10261054
url='http://www.opensource.org/licenses/BSD-2-Clause'>
10271055
<text>
@@ -2368,6 +2396,10 @@ this distribution.
23682396
id='person:shigeru.chiba'
23692397
name='Shigeru Chiba'
23702398
url='http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/' />
2399+
<organisation
2400+
id='citrix.com'
2401+
name='Citrix Systems, Inc'
2402+
url='http://www.citrix.com/' />
23712403
</organisations>
23722404
<primary-license id='ApacheLicenseVersion2'>
23732405
<copyright-notice>Copyright (c) 2012 The Apache Software Foundation</copyright-notice>
@@ -2387,6 +2419,17 @@ Copyright © 2005-2010 Thomas Nagy
23872419
</by-organisation>
23882420
</with-license>
23892421
</within>
2422+
<within dir='deps'>
2423+
<with-license id='BSD2ClauseXenServerJava'>
2424+
<copyright-notice>
2425+
Copyright (c) Citrix Systems, Inc.
2426+
All rights reserved.
2427+
</copyright-notice>
2428+
<by-organisation id='citrix.com'>
2429+
<resource name='XenServerJava' source='http://community.citrix.com/cdn/xs/sdks/' />
2430+
</by-organisation>
2431+
</with-license>
2432+
</within>
23902433
<within dir='console-proxy/js'>
23912434
<with-license id='MIT'>
23922435
<copyright-notice>

0 commit comments

Comments
 (0)