Skip to content

Commit fa43af6

Browse files
11.4.3000
1 parent d28ff78 commit fa43af6

16 files changed

Lines changed: 62 additions & 254 deletions

LEGAL.txt

Lines changed: 0 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -322,133 +322,6 @@ license you like.
322322

323323

324324

325-
===================================================================================
326-
OpenSSL
327-
328-
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
329-
the OpenSSL License and the original SSLeay license apply to the toolkit.
330-
See below for the actual license texts.
331-
332-
OpenSSL License
333-
---------------
334-
335-
/* ====================================================================
336-
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
337-
*
338-
* Redistribution and use in source and binary forms, with or without
339-
* modification, are permitted provided that the following conditions
340-
* are met:
341-
*
342-
* 1. Redistributions of source code must retain the above copyright
343-
* notice, this list of conditions and the following disclaimer.
344-
*
345-
* 2. Redistributions in binary form must reproduce the above copyright
346-
* notice, this list of conditions and the following disclaimer in
347-
* the documentation and/or other materials provided with the
348-
* distribution.
349-
*
350-
* 3. All advertising materials mentioning features or use of this
351-
* software must display the following acknowledgment:
352-
* "This product includes software developed by the OpenSSL Project
353-
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
354-
*
355-
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
356-
* endorse or promote products derived from this software without
357-
* prior written permission. For written permission, please contact
358-
* openssl-core@openssl.org.
359-
*
360-
* 5. Products derived from this software may not be called "OpenSSL"
361-
* nor may "OpenSSL" appear in their names without prior written
362-
* permission of the OpenSSL Project.
363-
*
364-
* 6. Redistributions of any form whatsoever must retain the following
365-
* acknowledgment:
366-
* "This product includes software developed by the OpenSSL Project
367-
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
368-
*
369-
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
370-
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
371-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
372-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
373-
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
374-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
375-
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
376-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
377-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
378-
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
379-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
380-
* OF THE POSSIBILITY OF SUCH DAMAGE.
381-
* ====================================================================
382-
*
383-
* This product includes cryptographic software written by Eric Young
384-
* (eay@cryptsoft.com). This product includes software written by Tim
385-
* Hudson (tjh@cryptsoft.com).
386-
*
387-
*/
388-
389-
Original SSLeay License
390-
-----------------------
391-
392-
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
393-
* All rights reserved.
394-
*
395-
* This package is an SSL implementation written
396-
* by Eric Young (eay@cryptsoft.com).
397-
* The implementation was written so as to conform with Netscapes SSL.
398-
*
399-
* This library is free for commercial and non-commercial use as long as
400-
* the following conditions are aheared to. The following conditions
401-
* apply to all code found in this distribution, be it the RC4, RSA,
402-
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
403-
* included with this distribution is covered by the same copyright terms
404-
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
405-
*
406-
* Copyright remains Eric Young's, and as such any Copyright notices in
407-
* the code are not to be removed.
408-
* If this package is used in a product, Eric Young should be given attribution
409-
* as the author of the parts of the library used.
410-
* This can be in the form of a textual message at program startup or
411-
* in documentation (online or textual) provided with the package.
412-
*
413-
* Redistribution and use in source and binary forms, with or without
414-
* modification, are permitted provided that the following conditions
415-
* are met:
416-
* 1. Redistributions of source code must retain the copyright
417-
* notice, this list of conditions and the following disclaimer.
418-
* 2. Redistributions in binary form must reproduce the above copyright
419-
* notice, this list of conditions and the following disclaimer in the
420-
* documentation and/or other materials provided with the distribution.
421-
* 3. All advertising materials mentioning features or use of this software
422-
* must display the following acknowledgement:
423-
* "This product includes cryptographic software written by
424-
* Eric Young (eay@cryptsoft.com)"
425-
* The word 'cryptographic' can be left out if the rouines from the library
426-
* being used are not cryptographic related :-).
427-
* 4. If you include any Windows specific code (or a derivative thereof) from
428-
* the apps directory (application code) you must include an acknowledgement:
429-
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
430-
*
431-
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
432-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
433-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
434-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
435-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
436-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
437-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
438-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
439-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
440-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
441-
* SUCH DAMAGE.
442-
*
443-
* The licence and distribution terms for any publically available version or
444-
* derivative of this code cannot be changed. i.e. this code cannot simply be
445-
* copied and put under another distribution licence
446-
* [including the GNU Public Licence.]
447-
*/
448-
===================================================================================
449-
450-
451-
452325
===================================================================================
453326
localForage
454327

0 commit comments

Comments
 (0)