diff options
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/asr.c | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/asr.h | 3 | ||||
-rw-r--r-- | usr.sbin/smtpd/dname.c | 1 | ||||
-rw-r--r-- | usr.sbin/smtpd/dnsdefs.h | 1 | ||||
-rw-r--r-- | usr.sbin/smtpd/dnsutil.h | 1 | ||||
-rw-r--r-- | usr.sbin/smtpd/pack.c | 1 | ||||
-rw-r--r-- | usr.sbin/smtpd/print.c | 1 | ||||
-rw-r--r-- | usr.sbin/smtpd/sockaddr.c | 1 |
8 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/asr.c b/usr.sbin/smtpd/asr.c index c57aa5980db..b9a4237a8e8 100644 --- a/usr.sbin/smtpd/asr.c +++ b/usr.sbin/smtpd/asr.c @@ -1,5 +1,6 @@ +/* $OpenBSD: asr.c,v 1.7 2011/03/27 17:39:17 eric Exp $ */ /* - * Copyright (c) 2010 Eric Faurot <eric@openbsd.org> + * Copyright (c) 2010,2011 Eric Faurot <eric@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/usr.sbin/smtpd/asr.h b/usr.sbin/smtpd/asr.h index d46ad7f0344..eb967592c81 100644 --- a/usr.sbin/smtpd/asr.h +++ b/usr.sbin/smtpd/asr.h @@ -1,5 +1,6 @@ +/* $OpenBSD: asr.h,v 1.4 2011/03/27 17:39:17 eric Exp $ */ /* - * Copyright (c) 2010 Eric Faurot <eric@openbsd.org> + * Copyright (c) 2010,2011 Eric Faurot <eric@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/usr.sbin/smtpd/dname.c b/usr.sbin/smtpd/dname.c index 30d9f417b6c..aeba05f94f9 100644 --- a/usr.sbin/smtpd/dname.c +++ b/usr.sbin/smtpd/dname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dname.c,v 1.3 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2009,2010 Eric Faurot <eric@faurot.net> * diff --git a/usr.sbin/smtpd/dnsdefs.h b/usr.sbin/smtpd/dnsdefs.h index d93b85c9193..88b65a7a4eb 100644 --- a/usr.sbin/smtpd/dnsdefs.h +++ b/usr.sbin/smtpd/dnsdefs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dnsdefs.h,v 1.2 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2009 Eric Faurot <eric@faurot.net> * diff --git a/usr.sbin/smtpd/dnsutil.h b/usr.sbin/smtpd/dnsutil.h index b2bce7afc55..1e0e02649eb 100644 --- a/usr.sbin/smtpd/dnsutil.h +++ b/usr.sbin/smtpd/dnsutil.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dnsutil.h,v 1.3 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2009,2010 Eric Faurot <eric@faurot.net> * diff --git a/usr.sbin/smtpd/pack.c b/usr.sbin/smtpd/pack.c index ceb3da34ee7..e139512e4bc 100644 --- a/usr.sbin/smtpd/pack.c +++ b/usr.sbin/smtpd/pack.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pack.c,v 1.2 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2009,2010 Eric Faurot <eric@faurot.net> * diff --git a/usr.sbin/smtpd/print.c b/usr.sbin/smtpd/print.c index c310422bf99..d31a81f2db6 100644 --- a/usr.sbin/smtpd/print.c +++ b/usr.sbin/smtpd/print.c @@ -1,3 +1,4 @@ +/* $OpenBSD: print.c,v 1.2 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2009,2010 Eric Faurot <eric@faurot.net> * diff --git a/usr.sbin/smtpd/sockaddr.c b/usr.sbin/smtpd/sockaddr.c index 6a01236316d..3f240b9e5ef 100644 --- a/usr.sbin/smtpd/sockaddr.c +++ b/usr.sbin/smtpd/sockaddr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sockaddr.c,v 1.3 2011/03/27 17:39:17 eric Exp $ */ /* * Copyright (c) 2010 Eric Faurot <eric@faurot.net> * |