Blame LICENSE

Packit e18f3a
"iperf, Copyright (c) 2014-2018, The Regents of the University of California,
Packit e18f3a
through Lawrence Berkeley National Laboratory (subject to receipt of any 
Packit e18f3a
required approvals from the U.S. Dept. of Energy).  All rights reserved."
Packit e18f3a
Packit e18f3a
Redistribution and use in source and binary forms, with or without
Packit e18f3a
modification, are permitted provided that the following conditions are met:
Packit e18f3a
Packit e18f3a
(1) Redistributions of source code must retain the above copyright notice, this
Packit e18f3a
list of conditions and the following disclaimer.
Packit e18f3a
Packit e18f3a
(2) Redistributions in binary form must reproduce the above copyright notice,
Packit e18f3a
this list of conditions and the following disclaimer in the documentation and/
Packit e18f3a
or other materials provided with the distribution.
Packit e18f3a
Packit e18f3a
(3) Neither the name of the University of California, Lawrence Berkeley
Packit e18f3a
National Laboratory, U.S. Dept. of Energy nor the names of its contributors may
Packit e18f3a
be used to endorse or promote products derived from this software without
Packit e18f3a
specific prior written permission.
Packit e18f3a
Packit e18f3a
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
Packit e18f3a
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Packit e18f3a
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Packit e18f3a
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
Packit e18f3a
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
Packit e18f3a
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Packit e18f3a
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
Packit e18f3a
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit e18f3a
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit e18f3a
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit e18f3a
Packit e18f3a
You are under no obligation whatsoever to provide any bug fixes, patches, or
Packit e18f3a
upgrades to the features, functionality or performance of the source code
Packit e18f3a
("Enhancements") to anyone; however, if you choose to make your Enhancements
Packit e18f3a
available either publicly, or directly to Lawrence Berkeley National
Packit e18f3a
Laboratory, without imposing a separate written license agreement for such
Packit e18f3a
Enhancements, then you hereby grant the following license: a  non-exclusive,
Packit e18f3a
royalty-free perpetual license to install, use, modify, prepare derivative
Packit e18f3a
works, incorporate into other computer software, distribute, and sublicense
Packit e18f3a
such enhancements or derivative works thereof, in binary and source code form.
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/cjson.{c,h}) that is:
Packit e18f3a
Packit e18f3a
  Copyright (c) 2009 Dave Gamble
Packit e18f3a
Packit e18f3a
  Permission is hereby granted, free of charge, to any person obtaining a copy
Packit e18f3a
  of this software and associated documentation files (the "Software"), to deal
Packit e18f3a
  in the Software without restriction, including without limitation the rights
Packit e18f3a
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit e18f3a
  copies of the Software, and to permit persons to whom the Software is
Packit e18f3a
  furnished to do so, subject to the following conditions:
Packit e18f3a
Packit e18f3a
  The above copyright notice and this permission notice shall be included in
Packit e18f3a
  all copies or substantial portions of the Software.
Packit e18f3a
Packit e18f3a
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit e18f3a
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit e18f3a
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit e18f3a
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit e18f3a
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Packit e18f3a
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
Packit e18f3a
  THE SOFTWARE.
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/net.{c,h}) that is:
Packit e18f3a
Packit e18f3a
  This software was developed as part of a project at MIT.
Packit e18f3a
Packit e18f3a
  Copyright (c) 2005-2007 Russ Cox,
Packit e18f3a
		     Massachusetts Institute of Technology
Packit e18f3a
Packit e18f3a
  Permission is hereby granted, free of charge, to any person obtaining
Packit e18f3a
  a copy of this software and associated documentation files (the
Packit e18f3a
  "Software"), to deal in the Software without restriction, including
Packit e18f3a
  without limitation the rights to use, copy, modify, merge, publish,
Packit e18f3a
  distribute, sublicense, and/or sell copies of the Software, and to
Packit e18f3a
  permit persons to whom the Software is furnished to do so, subject to
Packit e18f3a
  the following conditions:
Packit e18f3a
Packit e18f3a
  The above copyright notice and this permission notice shall be
Packit e18f3a
  included in all copies or substantial portions of the Software.
Packit e18f3a
Packit e18f3a
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Packit e18f3a
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
Packit e18f3a
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
Packit e18f3a
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
Packit e18f3a
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
Packit e18f3a
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
Packit e18f3a
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit e18f3a
Packit e18f3a
  ===
Packit e18f3a
Packit e18f3a
  Contains parts of an earlier library that has:
Packit e18f3a
Packit e18f3a
  /*
Packit e18f3a
   * The authors of this software are Rob Pike, Sape Mullender, and Russ Cox
Packit e18f3a
   *              Copyright (c) 2003 by Lucent Technologies.
Packit e18f3a
   * Permission to use, copy, modify, and distribute this software for any
Packit e18f3a
   * purpose without fee is hereby granted, provided that this entire notice
Packit e18f3a
   * is included in all copies of any software which is or includes a copy
Packit e18f3a
   * or modification of this software and in all copies of the supporting
Packit e18f3a
   * documentation for such software.
Packit e18f3a
   * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
Packit e18f3a
   * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
Packit e18f3a
   * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
Packit e18f3a
   * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
Packit e18f3a
  */
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/net.c) that is:
Packit e18f3a
Packit e18f3a
/*
Packit e18f3a
 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
Packit e18f3a
 *
Packit e18f3a
 * Redistribution and use in source and binary forms, with or without
Packit e18f3a
 * modification, are permitted provided that the following conditions
Packit e18f3a
 * are met:
Packit e18f3a
 *
Packit e18f3a
 * 1. Redistributions of source code must retain the above copyright
Packit e18f3a
 *   notice, this list of conditions and the following disclaimer.
Packit e18f3a
 * 2. Redistributions in binary form must reproduce the above copyright
Packit e18f3a
 *   notice, this list of conditions and the following disclaimer in the
Packit e18f3a
 *   documentation and/or other materials provided with the distribution.
Packit e18f3a
 * 3. The name of the author may not be used to endorse or promote products
Packit e18f3a
 *   derived from this software without specific prior written permission.
Packit e18f3a
 *
Packit e18f3a
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
Packit e18f3a
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit e18f3a
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit e18f3a
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit e18f3a
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
Packit e18f3a
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit e18f3a
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit e18f3a
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit e18f3a
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
Packit e18f3a
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit e18f3a
 */
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/queue.h) that is:
Packit e18f3a
Packit e18f3a
  /*
Packit e18f3a
   * Copyright (c) 1991, 1993
Packit e18f3a
   *      The Regents of the University of California.  All rights reserved.
Packit e18f3a
   *
Packit e18f3a
   * Redistribution and use in source and binary forms, with or without
Packit e18f3a
   * modification, are permitted provided that the following conditions
Packit e18f3a
   * are met:
Packit e18f3a
   * 1. Redistributions of source code must retain the above copyright
Packit e18f3a
   *    notice, this list of conditions and the following disclaimer.
Packit e18f3a
   * 2. Redistributions in binary form must reproduce the above copyright
Packit e18f3a
   *    notice, this list of conditions and the following disclaimer in the
Packit e18f3a
   *    documentation and/or other materials provided with the distribution.
Packit e18f3a
   * 3. Neither the name of the University nor the names of its contributors
Packit e18f3a
   *    may be used to endorse or promote products derived from this software
Packit e18f3a
   *    without specific prior written permission.
Packit e18f3a
   *
Packit e18f3a
   * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
Packit e18f3a
   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit e18f3a
   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit e18f3a
   * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
Packit e18f3a
   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit e18f3a
   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit e18f3a
   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit e18f3a
   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit e18f3a
   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit e18f3a
   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit e18f3a
   * SUCH DAMAGE.
Packit e18f3a
   *
Packit e18f3a
   *      @(#)queue.h     8.5 (Berkeley) 8/20/94
Packit e18f3a
   */
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/units.{c.h}) that is:
Packit e18f3a
Packit e18f3a
  /*---------------------------------------------------------------
Packit e18f3a
   * Copyright (c) 1999,2000,2001,2002,2003
Packit e18f3a
   * The Board of Trustees of the University of Illinois
Packit e18f3a
   * All Rights Reserved.
Packit e18f3a
   *---------------------------------------------------------------
Packit e18f3a
   * Permission is hereby granted, free of charge, to any person
Packit e18f3a
   * obtaining a copy of this software (Iperf) and associated
Packit e18f3a
   * documentation files (the "Software"), to deal in the Software
Packit e18f3a
   * without restriction, including without limitation the
Packit e18f3a
   * rights to use, copy, modify, merge, publish, distribute,
Packit e18f3a
   * sublicense, and/or sell copies of the Software, and to permit
Packit e18f3a
   * persons to whom the Software is furnished to do
Packit e18f3a
   * so, subject to the following conditions:
Packit e18f3a
   *
Packit e18f3a
   *
Packit e18f3a
   * Redistributions of source code must retain the above
Packit e18f3a
   * copyright notice, this list of conditions and
Packit e18f3a
   * the following disclaimers.
Packit e18f3a
   *
Packit e18f3a
   *
Packit e18f3a
   * Redistributions in binary form must reproduce the above
Packit e18f3a
   * copyright notice, this list of conditions and the following
Packit e18f3a
   * disclaimers in the documentation and/or other materials
Packit e18f3a
   * provided with the distribution.
Packit e18f3a
   *
Packit e18f3a
   *
Packit e18f3a
   * Neither the names of the University of Illinois, NCSA,
Packit e18f3a
   * nor the names of its contributors may be used to endorse
Packit e18f3a
   * or promote products derived from this Software without
Packit e18f3a
   * specific prior written permission.
Packit e18f3a
   *
Packit e18f3a
   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Packit e18f3a
   * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
Packit e18f3a
   * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
Packit e18f3a
   * NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT
Packit e18f3a
   * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
Packit e18f3a
   * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
Packit e18f3a
   * ARISING FROM, OUT OF OR IN CONNECTION WITH THE
Packit e18f3a
   * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit e18f3a
   * ________________________________________________________________
Packit e18f3a
   * National Laboratory for Applied Network Research
Packit e18f3a
   * National Center for Supercomputing Applications
Packit e18f3a
   * University of Illinois at Urbana-Champaign
Packit e18f3a
   * http://www.ncsa.uiuc.edu
Packit e18f3a
   * ________________________________________________________________
Packit e18f3a
   *
Packit e18f3a
   * stdio.c
Packit e18f3a
   * by Mark Gates <mgates@nlanr.net>
Packit e18f3a
   * and Ajay Tirumalla <tirumala@ncsa.uiuc.edu>
Packit e18f3a
   * -------------------------------------------------------------------
Packit e18f3a
   * input and output numbers, converting with kilo, mega, giga
Packit e18f3a
   * ------------------------------------------------------------------- */
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
This software contains source code (src/portable_endian.h) that is:
Packit e18f3a
Packit e18f3a
// "License": Public Domain
Packit e18f3a
// I, Mathias Panzenböck, place this file hereby into the public domain. Use it at your own risk for whatever you like.
Packit e18f3a
Packit e18f3a
=====
Packit e18f3a
Packit e18f3a
Packit e18f3a