summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-19 01:38:35 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-19 01:38:35 +0000
commit86b453a4f46e1a1d1c23c44d2357e210c1e8769c (patch)
tree79632c61206fb9d633a9944123a6be3c29b6344c
parentec1fb2912679b6814d9648c48a253a21b64a17da (diff)
fix copyright
-rw-r--r--usr.sbin/bgpd/parse.y9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index a16f53fabe7..5fd4c47936a 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,7 +1,10 @@
-/* $OpenBSD: parse.y,v 1.2 2003/12/17 18:11:31 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.3 2003/12/19 01:38:34 henning Exp $ */
/*
- * Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
+ * Copyright (c) 2002, 2003 Henning Brauer <henning@openbsd.org>
+ * Copyright (c) 2001 Markus Friedl. All rights reserved.
+ * Copyright (c) 2001 Daniel Hartmeier. All rights reserved.
+ * Copyright (c) 2001 Theo de Raadt. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,8 +19,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* lexer mostly from pfctl, written by Theo de Raadt */
-
%{
#include <sys/types.h>
#include <sys/socket.h>