Skip to content

Commit ef2d7f2

Browse files
committed
include openbsd-compat/base64.c license in LICENSE
1 parent 7ef362b commit ef2d7f2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

LICENCE

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,46 @@ OpenSSH contains no GPL code.
367367
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
368368
* POSSIBILITY OF SUCH DAMAGE.
369369

370+
The replacement base64 implementation has the following MIT-style
371+
licenses:
372+
373+
* Copyright (c) 1996 by Internet Software Consortium.
374+
*
375+
* Permission to use, copy, modify, and distribute this software for any
376+
* purpose with or without fee is hereby granted, provided that the above
377+
* copyright notice and this permission notice appear in all copies.
378+
*
379+
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
380+
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
381+
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
382+
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
383+
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
384+
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
385+
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
386+
* SOFTWARE.
387+
388+
* Portions Copyright (c) 1995 by International Business Machines, Inc.
389+
*
390+
* International Business Machines, Inc. (hereinafter called IBM) grants
391+
* permission under its copyrights to use, copy, modify, and distribute this
392+
* Software with or without fee, provided that the above copyright notice and
393+
* all paragraphs of this notice appear in all copies, and that the name of IBM
394+
* not be used in connection with the marketing of any product incorporating
395+
* the Software or modifications thereof, without specific, written prior
396+
* permission.
397+
*
398+
* To the extent it has a right to do so, IBM grants an immunity from suit
399+
* under its patents, if any, for the use, sale or manufacture of products to
400+
* the extent that such products are used for performing Domain Name System
401+
* dynamic updates in TCP/IP networks by means of the Software. No immunity is
402+
* granted for any product per se or for any other function of any product.
403+
*
404+
* THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
405+
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
406+
* PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
407+
* DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
408+
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
409+
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
410+
370411
------
371412
$OpenBSD: LICENCE,v 1.20 2017/04/30 23:26:16 djm Exp $

0 commit comments

Comments
 (0)