diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-04-13 18:44:52 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-04-13 18:44:52 +0000 |
commit | 62abbed43b2e165b579979bdaa205a54ac221848 (patch) | |
tree | 44c0b5f62b4972357c0dd06e9f4dfb29c5dcb4e9 /usr.sbin/hostapd | |
parent | 44ce49bab32d850572ed353f3497f15fa1f5de09 (diff) |
don't lose copyright on the way... reyk ok
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r-- | usr.sbin/hostapd/parse.y | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/parse.y b/usr.sbin/hostapd/parse.y index 2fda57513aa..d8f490432ee 100644 --- a/usr.sbin/hostapd/parse.y +++ b/usr.sbin/hostapd/parse.y @@ -1,7 +1,11 @@ -/* $OpenBSD: parse.y,v 1.2 2005/04/13 18:28:45 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.3 2005/04/13 18:44:51 henning Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> + * Copyright (c) 2002 - 2005 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 |