-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from GavinB-hpe/UpdateLicenses
Update licenses
- Loading branch information
Showing
111 changed files
with
3,230 additions
and
1,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
This file is here for people to list their contributions to the | ||
netperf benchmark. When you enhance or fix something, put your name | ||
and a description of the what/where/whey/why/how here. If you like, | ||
feel free to include an email address. | ||
feel free to include an email address. | ||
|
||
I would like to apologize in advance to anyone I've forgotten to | ||
include. | ||
|
||
Rick Jones <[email protected]> | ||
Responsible for initial packaging and release of netperf and | ||
"editorial" continuity for subsequent releases. | ||
"editorial" continuity for subsequent releases. | ||
|
||
Karen Choy | ||
Code to allow netserver to run as a standalone daemon. | ||
Code to allow netserver to run as a standalone daemon. | ||
|
||
Dave Shield <[email protected]> | ||
Wrote the first revision of the netperf and netserver manpages. | ||
|
||
Sarr Blumson <[email protected]> | ||
Fixes for AIX 3.1 and 3.2. Also fixes for Solaris 2.1 without | ||
realizing it ;-) | ||
realizing it ;-) | ||
|
||
Jeff Smits <[email protected]> | ||
Fixes for TCP_RR and UDP_RR on sytems with an htonl that is not a no-op. | ||
|
@@ -28,7 +28,7 @@ Example code for DLPI tests. | |
|
||
Several Folks | ||
Code to tell SunOS 4 to *not* restart system calls on receipt of a | ||
signal. | ||
signal. | ||
|
||
Fore Systems Inc. | ||
Manpages for the FORE API and question answering | ||
|
@@ -52,7 +52,7 @@ His prompting finally got me off my whatever to put the confidence | |
interval stuff from the guys at IBM into netperf | ||
|
||
Peter Skopp [email protected] | ||
Fixes to make netperf more secure. | ||
Fixes to make netperf more secure. | ||
|
||
Tom Wilson <[email protected]> | ||
A fix to send_udp_rr to correct bogus throughput values. | ||
|
@@ -81,7 +81,7 @@ Changes to make netperf more profiling friendly | |
Kris Corwin | ||
discovery of a debug statement outside of if (debug) that may have | ||
been the cause of all the nasty connection refused errors in random | ||
UDP_RR tests... | ||
UDP_RR tests... | ||
|
||
Charles Harris | ||
Initial prototype of the TCP_SENDFILE test support | ||
|
@@ -101,7 +101,7 @@ initial mods for sendfile() under Linux | |
Fabrice Bacchella | ||
for pointing-out that Solaris 9 has a copy of Linux sendfile() | ||
|
||
Andrew Gallatin | ||
Andrew Gallatin | ||
for assistance with the FreeBSD sysctl() stuff, and later making it | ||
calibration-free | ||
fixes to configure to recognize Solaris 11 | ||
|
@@ -113,7 +113,7 @@ Mark Cooper | |
pointing-out the need for -lresolv when compiling -DDO_DNS on RedHat | ||
7.1 | ||
|
||
Carl Mascott | ||
Carl Mascott | ||
finding some cut-and-paste erors in create_data_socket error logging | ||
|
||
Fabrice Bacchella | ||
|
@@ -151,7 +151,7 @@ Access to AIX for initial porting of netperf 2.4.0 | |
James Carlson | ||
Assistance finding the right magic to compile SCTP on Solaris 10. | ||
|
||
Gavin | ||
Gavin | ||
Pointers on Solaris 10 Microstate accounting. | ||
|
||
Brent Draney | ||
|
@@ -228,7 +228,7 @@ Fixes for *BSD CPU util. | |
|
||
Adam Bidema | ||
Fixes for launching netserver children when the path to netserver.exe | ||
is very long. | ||
is very long. | ||
|
||
Gisle Vanem | ||
MingW cnd MSDOS (djgpp) cleanups. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,21 @@ | ||
|
||
|
||
Copyright (C) 1993 Hewlett-Packard Company | ||
ALL RIGHTS RESERVED. | ||
|
||
The enclosed software and documentation includes copyrighted works | ||
of Hewlett-Packard Co. For as long as you comply with the following | ||
limitations, you are hereby authorized to (i) use, reproduce, and | ||
modify the software and documentation, and to (ii) distribute the | ||
software and documentation, including modifications, for | ||
non-commercial purposes only. | ||
|
||
1. The enclosed software and documentation is made available at no | ||
charge in order to advance the general development of | ||
high-performance networking products. | ||
|
||
2. You may not delete any copyright notices contained in the | ||
software or documentation. All hard copies, and copies in | ||
source code or object code form, of the software or | ||
documentation (including modifications) must contain at least | ||
one of the copyright notices. | ||
|
||
3. The enclosed software and documentation has not been subjected | ||
to testing and quality control and is not a Hewlett-Packard Co. | ||
product. At a future time, Hewlett-Packard Co. may or may not | ||
offer a version of the software and documentation as a product. | ||
|
||
4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS". | ||
HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE, | ||
REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR | ||
DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL | ||
PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR | ||
DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES, | ||
EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE | ||
DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION, | ||
MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION. | ||
|
||
# Copyright 2021 Hewlett Packard Enterprise Development LP | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a | ||
# copy of this software and associated documentation files (the "Software"), | ||
# to deal in the Software without restriction, including without limitation | ||
# the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
# and/or sell copies of the Software, and to permit persons to whom the | ||
# Software is furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in | ||
# all copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
# | ||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR | ||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE | ||
# USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
|
||
BE SURE TO READ THE MANUAL. EVEN THOUGH IT MAY BE OUTDATED. | ||
|
||
This is a brief readme file for the netperf TCP/UDP/sockets/etc | ||
|
@@ -10,19 +11,9 @@ ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ . | |
|
||
BE SURE TO READ THE MANUAL. EVEN THOUGH IT MAY BE OUTDATED. | ||
|
||
There is a COPYRIGHT file included. It is called COPYING because that | ||
is what autosomethingorother wanted. It is based on what the HP Legal | ||
Eagles gave me. I am not sure if the legalese is clear, but the intent | ||
is to say "Here is a benchmark. Use it in good health. Pass it along, | ||
port it, enhance it. You didn't pay for this tool, so don't expect it | ||
to be perfect ;-)" The rest of it is there to keep the layers happy... | ||
|
||
While the copyright is pretty much in spirit an "open source" one, it | ||
is not in letter - I never took the time to try to get it approved. | ||
If you feel strongly about the license of the code you use and want | ||
something under the GPL, consider netperf4: | ||
This version of netperf has been opensourced by Hewlett Packard Enterprise | ||
using the MIT license. | ||
|
||
http://www.netperf.org/svn/netperf4/trunk | ||
|
||
Feel free to report netperf results in public forums, but please be | ||
excruciatingly complete in your description of the test envorinment. | ||
|
@@ -43,7 +34,9 @@ If you run into severe difficulties, or are just feeling chatty, | |
please feel free to drop some email to me - Rick Jones | ||
<[email protected]>. Be sure to include a meaningful subject lines. | ||
|
||
happy benchmarking, | ||
happy benchmarking, | ||
rick jones | ||
|
||
BE SURE TO READ THE MANUAL. EVEN THOUGH IT MAY BE OUTDATED. | ||
|
||
Licenses updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.