aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authorJon Dugan <jdugan@x1024.net>2011-04-20 20:33:09 +0000
committerJon Dugan <jdugan@x1024.net>2011-04-20 20:33:09 +0000
commit7d375156aadc0c00bdd940c37f57522330129b71 (patch)
tree581cd9eb1130a137cd1d1603dc5f4a1c49f88761 /src/net.c
parent62b41ffe4027647e7dab072a2d35fc5e525ff2d7 (diff)
downloadiperf3-7d375156aadc0c00bdd940c37f57522330129b71.tar.gz
update license info for all source files
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net.c b/src/net.c
index ec8a430..146dc26 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2009-2011, The Regents of the University of California,
+ * through Lawrence Berkeley National Laboratory (subject to receipt of any
+ * required approvals from the U.S. Dept. of Energy). All rights reserved.
+ *
+ * This code is distributed under a BSD style license, see the LICENSE file
+ * for complete information.
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <errno.h>