mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-145 - Added licensing for ssh config
This commit is contained in:
parent
dc64fcab93
commit
7e1c3ec3cc
32
LICENSE
32
LICENSE
@ -2366,6 +2366,38 @@ Within the patches/systemvm/debian/config/etc/apache2 directory
|
|||||||
vhostexample.conf
|
vhostexample.conf
|
||||||
|
|
||||||
|
|
||||||
|
Within the patches/systemvm/debian/config/etc/ssh/ directory
|
||||||
|
licensed under the BSD (2-clause) http://www.opensource.org/licenses/BSD-2-Clause (as follows)
|
||||||
|
|
||||||
|
|
||||||
|
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 author nor the names of 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 OWNER 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.
|
||||||
|
|
||||||
|
from OpenSSH Project http://www.openssh.org/
|
||||||
|
sshd_config
|
||||||
|
|
||||||
|
|
||||||
Within the scripts/storage/secondary directory
|
Within the scripts/storage/secondary directory
|
||||||
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
|
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
|
||||||
Copyright (c) 2010-2011 OpenStack, LLC.
|
Copyright (c) 2010-2011 OpenStack, LLC.
|
||||||
|
|||||||
@ -2397,6 +2397,10 @@ this distribution.
|
|||||||
id='person:simon.kelley'
|
id='person:simon.kelley'
|
||||||
name='Simon Kelley'
|
name='Simon Kelley'
|
||||||
url='' />
|
url='' />
|
||||||
|
<organisation
|
||||||
|
id='openssh.org'
|
||||||
|
name='OpenSSH Project'
|
||||||
|
url='http://www.openssh.org/' />
|
||||||
</organisations>
|
</organisations>
|
||||||
<primary-license id='ApacheLicenseVersion2'>
|
<primary-license id='ApacheLicenseVersion2'>
|
||||||
<copyright-notice>Copyright (c) 2012 The Apache Software Foundation</copyright-notice>
|
<copyright-notice>Copyright (c) 2012 The Apache Software Foundation</copyright-notice>
|
||||||
@ -2438,6 +2442,13 @@ Copyright (c) 2012 The Apache Software Foundation
|
|||||||
</by-organisation>
|
</by-organisation>
|
||||||
</public-domain>
|
</public-domain>
|
||||||
</within>
|
</within>
|
||||||
|
<within dir='patches/systemvm/debian/config/etc/ssh/'>
|
||||||
|
<with-license id='BSD2ClauseGeneric'>
|
||||||
|
<by-organisation id='openssh.org'>
|
||||||
|
<resource name='sshd_config' />
|
||||||
|
</by-organisation>
|
||||||
|
</with-license>
|
||||||
|
</within>
|
||||||
<within dir='deps'>
|
<within dir='deps'>
|
||||||
<with-license id='BSD2ClauseXenServerJava'>
|
<with-license id='BSD2ClauseXenServerJava'>
|
||||||
<copyright-notice>
|
<copyright-notice>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user