summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2013-03-08 19:11:53 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2013-03-08 19:11:53 +0000
commitf865b93a21f3dd0ec0be7df1c59828a21e0081ec (patch)
tree11250739b72f94b94904c226b18b1732c2541497
parentc78a3508609c3a8b3241ef1b38423e07754da58c (diff)
Add missing $OpenBSD$ RCS tags
ok gilles@
-rw-r--r--usr.sbin/smtpd/stat_backend.c2
-rw-r--r--usr.sbin/smtpd/stat_ramstat.c2
-rw-r--r--usr.sbin/smtpd/table_ldap.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/smtpd/stat_backend.c b/usr.sbin/smtpd/stat_backend.c
index cd5ca156714..4b8c7cc6f4f 100644
--- a/usr.sbin/smtpd/stat_backend.c
+++ b/usr.sbin/smtpd/stat_backend.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: stat_backend.c,v 1.7 2013/03/08 19:11:52 chl Exp $ */
+
/*
* Copyright (c) 2012 Gilles Chehade <gilles@poolp.org>
*
diff --git a/usr.sbin/smtpd/stat_ramstat.c b/usr.sbin/smtpd/stat_ramstat.c
index 59c3d73a3cc..fccd5f9cc4f 100644
--- a/usr.sbin/smtpd/stat_ramstat.c
+++ b/usr.sbin/smtpd/stat_ramstat.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: stat_ramstat.c,v 1.7 2013/03/08 19:11:52 chl Exp $ */
+
/*
* Copyright (c) 2012 Gilles Chehade <gilles@poolp.org>
*
diff --git a/usr.sbin/smtpd/table_ldap.c b/usr.sbin/smtpd/table_ldap.c
index 0f3ccf20003..02569ad8552 100644
--- a/usr.sbin/smtpd/table_ldap.c
+++ b/usr.sbin/smtpd/table_ldap.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: table_ldap.c,v 1.3 2013/03/08 19:11:52 chl Exp $ */
+
/*
* Copyright (c) 2010-2012 Gilles Chehade <gilles@poolp.org>
*