summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-01 21:54:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-01 21:54:46 +0000
commit760cd39ba07ea3adf7b9ba4c3981b3c47b6cb7bb (patch)
tree8803b7e8bb8df36222010fdf341a578a795492b7
parent929d516d0d1256295ea763f395bc0678d371b71d (diff)
another bad licence goes foom!
-rw-r--r--usr.sbin/mrouted/cfparse.y16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y
index 00608f87f86..0ac0123b8e9 100644
--- a/usr.sbin/mrouted/cfparse.y
+++ b/usr.sbin/mrouted/cfparse.y
@@ -5,6 +5,22 @@
* Configuration file parser for mrouted.
*
* Written by Bill Fenner, NRL, 1994
+ * Copyright (c) 1994
+ * Naval Research Laboratory (NRL/CCS)
+ * and the
+ * Defense Advanced Research Projects Agency (DARPA)
+ *
+ * All Rights Reserved.
+ *
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation is hereby granted, provided that both the copyright notice and
+ * this permission notice appear in all copies of the software, derivative
+ * works or modified versions, and any portions thereof, and that both notices
+ * appear in supporting documentation.
+ *
+ * NRL AND DARPA ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
+ * DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * THE USE OF THIS SOFTWARE.
*/
#include <stdio.h>
#ifdef __STDC__