Skip to content

Commit c15bd89

Browse files
committed
Update LICENSE.txt
1 parent 3b0ae13 commit c15bd89

1 file changed

Lines changed: 4 additions & 125 deletions

File tree

LICENSE.txt

Lines changed: 4 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ Copyright (c) 2022, Perforce Software, Inc. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:
5+
56
1. Redistributions of source code must retain the above copyright notice, this
67
list of conditions and the following disclaimer.
8+
79
2. Redistributions in binary form must reproduce the above copyright notice,
810
this list of conditions and the following disclaimer in the documentation
911
and/or other materials provided with the distribution.
12+
1013
3. Neither the name of the copyright holder nor the names of its contributors
1114
may be used to endorse or promote products derived from this software without
1215
specific prior written permission.
16+
1317
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1418
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1519
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -478,128 +482,3 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
478482
DEALINGS IN THE SOFTWARE.
479483

480484

481-
482-
LICENSE ISSUES
483-
==============
484-
485-
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
486-
the OpenSSL License and the original SSLeay license apply to the toolkit.
487-
See below for the actual license texts.
488-
489-
OpenSSL License
490-
---------------
491-
492-
/* ====================================================================
493-
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
494-
*
495-
* Redistribution and use in source and binary forms, with or without
496-
* modification, are permitted provided that the following conditions
497-
* are met:
498-
*
499-
* 1. Redistributions of source code must retain the above copyright
500-
* notice, this list of conditions and the following disclaimer.
501-
*
502-
* 2. Redistributions in binary form must reproduce the above copyright
503-
* notice, this list of conditions and the following disclaimer in
504-
* the documentation and/or other materials provided with the
505-
* distribution.
506-
*
507-
* 3. All advertising materials mentioning features or use of this
508-
* software must display the following acknowledgment:
509-
* "This product includes software developed by the OpenSSL Project
510-
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
511-
*
512-
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
513-
* endorse or promote products derived from this software without
514-
* prior written permission. For written permission, please contact
515-
* openssl-core@openssl.org.
516-
*
517-
* 5. Products derived from this software may not be called "OpenSSL"
518-
* nor may "OpenSSL" appear in their names without prior written
519-
* permission of the OpenSSL Project.
520-
*
521-
* 6. Redistributions of any form whatsoever must retain the following
522-
* acknowledgment:
523-
* "This product includes software developed by the OpenSSL Project
524-
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
525-
*
526-
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
527-
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
528-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
529-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
530-
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
531-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
532-
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
533-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
534-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
535-
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
536-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
537-
* OF THE POSSIBILITY OF SUCH DAMAGE.
538-
* ====================================================================
539-
*
540-
* This product includes cryptographic software written by Eric Young
541-
* (eay@cryptsoft.com). This product includes software written by Tim
542-
* Hudson (tjh@cryptsoft.com).
543-
*
544-
*/
545-
546-
Original SSLeay License
547-
-----------------------
548-
549-
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
550-
* All rights reserved.
551-
*
552-
* This package is an SSL implementation written
553-
* by Eric Young (eay@cryptsoft.com).
554-
* The implementation was written so as to conform with Netscapes SSL.
555-
*
556-
* This library is free for commercial and non-commercial use as long as
557-
* the following conditions are aheared to. The following conditions
558-
* apply to all code found in this distribution, be it the RC4, RSA,
559-
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
560-
* included with this distribution is covered by the same copyright terms
561-
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
562-
*
563-
* Copyright remains Eric Young's, and as such any Copyright notices in
564-
* the code are not to be removed.
565-
* If this package is used in a product, Eric Young should be given attribution
566-
* as the author of the parts of the library used.
567-
* This can be in the form of a textual message at program startup or
568-
* in documentation (online or textual) provided with the package.
569-
*
570-
* Redistribution and use in source and binary forms, with or without
571-
* modification, are permitted provided that the following conditions
572-
* are met:
573-
* 1. Redistributions of source code must retain the copyright
574-
* notice, this list of conditions and the following disclaimer.
575-
* 2. Redistributions in binary form must reproduce the above copyright
576-
* notice, this list of conditions and the following disclaimer in the
577-
* documentation and/or other materials provided with the distribution.
578-
* 3. All advertising materials mentioning features or use of this software
579-
* must display the following acknowledgement:
580-
* "This product includes cryptographic software written by
581-
* Eric Young (eay@cryptsoft.com)"
582-
* The word 'cryptographic' can be left out if the rouines from the library
583-
* being used are not cryptographic related :-).
584-
* 4. If you include any Windows specific code (or a derivative thereof) from
585-
* the apps directory (application code) you must include an acknowledgement:
586-
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
587-
*
588-
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
589-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
590-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
591-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
592-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
593-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
594-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
595-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
596-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
597-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
598-
* SUCH DAMAGE.
599-
*
600-
* The licence and distribution terms for any publically available version or
601-
* derivative of this code cannot be changed. i.e. this code cannot simply be
602-
* copied and put under another distribution licence
603-
* [including the GNU Public Licence.]
604-
*/
605-

0 commit comments

Comments
 (0)