Skip to content

Commit b1ee33a

Browse files
author
Chip Childers
committed
Adding httpclient ssl source files to legal documentation
(cherry picked from commit a70708d)
1 parent 9271eb1 commit b1ee33a

4 files changed

Lines changed: 40 additions & 4 deletions

File tree

LICENSE

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Within the scripts/vm/hypervisor/xenserver directory
306306
from OpenStack, LLC http://www.openstack.org
307307
swift
308308

309-
Within the tools/appliance/definitions/{devcloud,systemvmtemplate,systemvmtemplate64} directories
309+
Within the tools/appliance/definitions/{devcloud,systemvmtemplate,systemvmtemplate64} directory
310310
licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
311311

312312
Copyright (c) 2010-2012 Patrick Debois
@@ -460,7 +460,7 @@ Within the ui/lib directory
460460

461461
licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
462462

463-
Copyright (c) 2006 - 2011 J�rn Zaefferer
463+
Copyright (c) 2006 - 2011 Jörn Zaefferer
464464

465465
Permission is hereby granted, free of charge, to any person obtaining
466466
a copy of this software and associated documentation files (the
@@ -655,7 +655,7 @@ Within the ui/lib/jquery-ui directory
655655
Within the ui/lib/qunit directory
656656
licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
657657

658-
Copyright (c) 2012 John Resig, J�rn Zaefferer
658+
Copyright (c) 2012 John Resig, Jörn Zaefferer
659659

660660
Permission is hereby granted, free of charge, to any person obtaining
661661
a copy of this software and associated documentation files (the
@@ -686,3 +686,10 @@ Within the utils/src/com/cloud/utils/db directory
686686
from Clinton Begin http://code.google.com/p/mybatis/
687687
ScriptRunner.java from http://code.google.com/p/mybatis/
688688

689+
Within the utils/src/org/apache/commons/httpclient/contrib/ssl directory
690+
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
691+
Copyright (c) 2007 The Apache Software Foundation
692+
from The Apache Software Foundation http://www.apache.org/
693+
EasySSLProtocolSocketFactory.java
694+
EasyX509TrustManager.java
695+

tools/whisker/LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4735,3 +4735,10 @@ Within the utils/src/com/cloud/utils/db directory
47354735
from Clinton Begin http://code.google.com/p/mybatis/
47364736
ScriptRunner.java from http://code.google.com/p/mybatis/
47374737

4738+
Within the utils/src/org/apache/commons/httpclient/contrib/ssl directory
4739+
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
4740+
Copyright (c) 2007 The Apache Software Foundation
4741+
from The Apache Software Foundation http://www.apache.org/
4742+
EasySSLProtocolSocketFactory.java
4743+
EasyX509TrustManager.java
4744+

tools/whisker/descriptor-for-packaging.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,4 +2998,15 @@ Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
29982998
</by-organisation>
29992999
</with-license>
30003000
</within>
3001+
<within dir='utils/src/org/apache/commons/httpclient/contrib/ssl'>
3002+
<with-license id='ApacheLicenseVersion2'>
3003+
<copyright-notice>
3004+
Copyright (c) 2007 The Apache Software Foundation
3005+
</copyright-notice>
3006+
<by-organisation id="apache.org.2">
3007+
<resource name="EasySSLProtocolSocketFactory.java" />
3008+
<resource name="EasyX509TrustManager.java" />
3009+
</by-organisation>
3010+
</with-license>
3011+
</within>
30013012
</manifest>

tools/whisker/descriptor.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@ Copyright (c) 2010-2011 OpenStack, LLC.
26462646
</by-organisation>
26472647
</with-license>
26482648
</within>
2649-
<within dir='tools/appliance/definitions/systemvmtemplate'>
2649+
<within dir='tools/appliance/definitions/{devcloud,systemvmtemplate,systemvmtemplate64}'>
26502650
<with-license id='MIT'>
26512651
<copyright-notice>
26522652
Copyright (c) 2010-2012 Patrick Debois
@@ -2671,4 +2671,15 @@ Copyright (c) 2010-2012 Patrick Debois
26712671
</by-organisation>
26722672
</with-license>
26732673
</within>
2674+
<within dir='utils/src/org/apache/commons/httpclient/contrib/ssl'>
2675+
<with-license id='ApacheLicenseVersion2'>
2676+
<copyright-notice>
2677+
Copyright (c) 2007 The Apache Software Foundation
2678+
</copyright-notice>
2679+
<by-organisation id="apache.org.2">
2680+
<resource name="EasySSLProtocolSocketFactory.java" />
2681+
<resource name="EasyX509TrustManager.java" />
2682+
</by-organisation>
2683+
</with-license>
2684+
</within>
26742685
</manifest>

0 commit comments

Comments
 (0)