summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-04-08 17:49:44 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-04-08 17:49:44 +0000
commita8622545c362ee466406cd85a1a9ef5c3710e965 (patch)
tree10c9669fd0c195939d63a31b74c4d4ad0ca76807 /sys/net
parent28366b0ba40152718ec9300a40dd36dd80354a65 (diff)
Credit DARPA/USAF appropriately.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_bridge.c7
-rw-r--r--sys/net/if_bridge.h7
-rw-r--r--sys/net/pf.c6
3 files changed, 17 insertions, 3 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index 9e826016e00..1917f6f666a 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.c,v 1.87 2002/03/18 10:31:25 jasoni Exp $ */
+/* $OpenBSD: if_bridge.c,v 1.88 2002/04/08 17:49:42 jason Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -29,6 +29,11 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Effort sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F30602-01-2-0537.
+ *
*/
#include "bpfilter.h"
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h
index aff86144c94..1e85ca32930 100644
--- a/sys/net/if_bridge.h
+++ b/sys/net/if_bridge.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.h,v 1.17 2002/03/14 01:27:09 millert Exp $ */
+/* $OpenBSD: if_bridge.h,v 1.18 2002/04/08 17:49:43 jason Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -29,6 +29,11 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Effort sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F30602-01-2-0537.
+ *
*/
#ifndef _NET_IF_BRIDGE_H_
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 57b9e86d18e..3dd94562d94 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.200 2002/03/31 13:02:08 dhartmei Exp $ */
+/* $OpenBSD: pf.c,v 1.201 2002/04/08 17:49:43 jason Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -28,6 +28,10 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
+ * Effort sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F30602-01-2-0537.
+ *
*/
#include <sys/param.h>