diff options
author | 2008-11-01 21:41:53 +0000 | |
---|---|---|
committer | 2008-11-01 21:41:53 +0000 | |
commit | 7536a9ed4a05ed8c35fa1735e3817a3e9e0942c4 (patch) | |
tree | a88783797b40cb5ae5c1901162a7b8e35f322389 | |
parent | correct order of includes (diff) | |
download | wireguard-openbsd-7536a9ed4a05ed8c35fa1735e3817a3e9e0942c4.tar.xz wireguard-openbsd-7536a9ed4a05ed8c35fa1735e3817a3e9e0942c4.zip |
- put back all copyright holders
- add myself as a copyright holder
-rw-r--r-- | usr.sbin/smtpd/parse.y | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 29c4b340deb..e8b6ca71cb5 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,5 +1,10 @@ /* + * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> + * Copyright (c) 2002, 2003, 2004 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 |