Skip to content

Commit 7e1c3ec

Browse files
committed
CLOUDSTACK-145 - Added licensing for ssh config
1 parent dc64fca commit 7e1c3ec

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

LICENSE

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,38 @@ Within the patches/systemvm/debian/config/etc/apache2 directory
23662366
vhostexample.conf
23672367

23682368

2369+
Within the patches/systemvm/debian/config/etc/ssh/ directory
2370+
licensed under the BSD (2-clause) http://www.opensource.org/licenses/BSD-2-Clause (as follows)
2371+
2372+
2373+
Redistribution and use in source and binary forms, with or without modification,
2374+
are permitted provided that the following conditions are met:
2375+
2376+
Redistributions of source code must retain the above copyright notice, this list
2377+
of conditions and the following disclaimer. Redistributions in binary form must
2378+
reproduce the above copyright notice, this list of conditions and the following
2379+
disclaimer in the documentation and/or other materials provided with the
2380+
distribution.
2381+
2382+
Neither the name of the author nor the names of contributors may be used to
2383+
endorse or promote products derived from this software without specific prior
2384+
written permission.
2385+
2386+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2387+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2388+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2389+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
2390+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2391+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2392+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2393+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2394+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2395+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2396+
2397+
from OpenSSH Project http://www.openssh.org/
2398+
sshd_config
2399+
2400+
23692401
Within the scripts/storage/secondary directory
23702402
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
23712403
Copyright (c) 2010-2011 OpenStack, LLC.

tools/whisker/descriptor.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,10 @@ this distribution.
23972397
id='person:simon.kelley'
23982398
name='Simon Kelley'
23992399
url='' />
2400+
<organisation
2401+
id='openssh.org'
2402+
name='OpenSSH Project'
2403+
url='http://www.openssh.org/' />
24002404
</organisations>
24012405
<primary-license id='ApacheLicenseVersion2'>
24022406
<copyright-notice>Copyright (c) 2012 The Apache Software Foundation</copyright-notice>
@@ -2438,6 +2442,13 @@ Copyright (c) 2012 The Apache Software Foundation
24382442
</by-organisation>
24392443
</public-domain>
24402444
</within>
2445+
<within dir='patches/systemvm/debian/config/etc/ssh/'>
2446+
<with-license id='BSD2ClauseGeneric'>
2447+
<by-organisation id='openssh.org'>
2448+
<resource name='sshd_config' />
2449+
</by-organisation>
2450+
</with-license>
2451+
</within>
24412452
<within dir='deps'>
24422453
<with-license id='BSD2ClauseXenServerJava'>
24432454
<copyright-notice>

0 commit comments

Comments
 (0)