diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-01 21:41:54 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-01 21:41:54 +0000 |
commit | 9924f96974c0e751d101109c38a481c9ebd11c1d (patch) | |
tree | fe82ee2057effa0b65353ca15d7d545b8560d67a | |
parent | c7fff9b8d9b7b6c9b589f787663fb0834d38f9ed (diff) |
- 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 |