diff options
author | 2001-08-01 21:54:45 +0000 | |
---|---|---|
committer | 2001-08-01 21:54:45 +0000 | |
commit | b70a617bfd6890af5b40363fc6c1e76e3c8aadd3 (patch) | |
tree | daa9526c838c411af479c0e45ace7783363b4c9f | |
parent | enable regress for sbin/pfctl (diff) | |
download | wireguard-openbsd-b70a617bfd6890af5b40363fc6c1e76e3c8aadd3.tar.xz wireguard-openbsd-b70a617bfd6890af5b40363fc6c1e76e3c8aadd3.zip |
another bad licence goes foom!
-rw-r--r-- | usr.sbin/mrouted/cfparse.y | 16 |
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__ |