 Copyright (c) 2003 The OpenEvidence Project.  All rights reserved.
   19:  *
   20:  * Redistribution and use in source and binary forms, with or without
   21:  * modification, are permitted provided that the following conditions
   22:  * are met:
   23:  *
   24:  * 1. Redistributions of source code must retain the above copyright
   25:  *    notice, this list of conditions, the following disclaimer,
   26:  *    and the original OpenSSL and SSLeay Licences below.
   27:  *
   28:  * 2. Redistributions in binary form must reproduce the above copyright
   29:  *    notice, this list of conditions, the following disclaimer
   30:  *    and the original OpenSSL and SSLeay Licences below in
   31:  *    the documentation and/or other materials provided with the
   32:  *    distribution.
   33:  *
   34:  * 3. All advertising materials mentioning features or use of this
   35:  *    software must display the following acknowledgments:
   36:  *    "This product includes software developed by the Openevidence Project
   37:  *    for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)"
   38:  *    This product includes software developed by the OpenSSL Project
   39:  *    for use in the OpenSSL Toolkit (https://www.openssl.org/)"
   40:  *    This product includes cryptographic software written by Eric Young
   41:  *    (eay@cryptsoft.com).  This product includes software written by Tim
   42:  *    Hudson (tjh@cryptsoft.com)."
   43:  *
   44:  * 4. The names "OpenEvidence Toolkit" and "OpenEvidence Project" must not be
   45:  *    used to endorse or promote products derived from this software without
   46:  *    prior written permission. For written permission, please contact
   47:  *    openevidence-core@openevidence.org.
   48:  *
   49:  * 5. Products derived from this software may not be called "OpenEvidence"
   50:  *    nor may "OpenEvidence" appear in their names without prior written
   51:  *    permission of the OpenEvidence Project.
   52:  *
   53:  * 6. Redistributions of any form whatsoever must retain the following
   54:  *    acknowledgments:
   55:  *    "This product includes software developed by the OpenEvidence Project
   56:  *    for use in the OpenEvidence Toolkit (http://www.openevidence.org/)
   57:  *    This product includes software developed by the OpenSSL Project
   58:  *    for use in the OpenSSL Toolkit (https://www.openssl.org/)"
   59:  *    This product includes cryptographic software written by Eric Young
   60:  *    (eay@cryptsoft.com).  This product includes software written by Tim
   61:  *    Hudson (tjh@cryptsoft.com)."
   62:  *
   63:  * THIS SOFTWARE IS PROVIDED BY THE OpenEvidence PROJECT ``AS IS'' AND ANY
   64:  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   65:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   66:  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenEvidence PROJECT OR
   67:  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   68:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   69:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   70:  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   71:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   72:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   73:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   74:  * OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 2003, 2017 Simtec Electronics
   17:  *
   18:  * Re-implemented by Vincent Sanders <vince@kyllikki.org> with extensive
   19:  * reference to original curl example code
   20:  *
   21:  * Redistribution and use in source and binary forms, with or without
   22:  * modification, are permitted provided that the following conditions
   23:  * are met:
   25:  *    notice, this list of conditions and the following disclaimer.
   26:  * 2. Redistributions in binary form must reproduce the above copyright
   27:  *    notice, this list of conditions and the following disclaimer in the
   28:  *    documentation and/or other materials provided with the distribution.
   29:  * 3. The name of the author may not be used to endorse or promote products
   30:  *    derived from this software without specific prior written permission.
   31:  *
   32:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   33:  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   34:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   35:  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   36:  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   37:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   38:  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   39:  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   40:  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   41:  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
