summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2022-08-31 12:14:00 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2022-08-31 12:14:00 +0000
commit07f2ab6fbda0c87bbc12ba031eceefdad64c38ca (patch)
tree47ccf00aaf3d83c931581d53832592be4d946bc0 /usr.sbin
parent0fd1231f84f4de847de47b565d82f171d6929f0e (diff)
Add missing OpenBSD id comment
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpctl/bgpctl.h2
-rw-r--r--usr.sbin/bgpctl/json.c2
-rw-r--r--usr.sbin/bgpctl/json.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.h b/usr.sbin/bgpctl/bgpctl.h
index f147bedb2aa..dce33b7bd8b 100644
--- a/usr.sbin/bgpctl/bgpctl.h
+++ b/usr.sbin/bgpctl/bgpctl.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: bgpctl.h,v 1.15 2022/08/31 12:13:59 claudio Exp $ */
+
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
*
diff --git a/usr.sbin/bgpctl/json.c b/usr.sbin/bgpctl/json.c
index f2dc30ba997..fbb0207375d 100644
--- a/usr.sbin/bgpctl/json.c
+++ b/usr.sbin/bgpctl/json.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: json.c,v 1.3 2022/08/31 12:13:59 claudio Exp $ */
+
/*
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
*
diff --git a/usr.sbin/bgpctl/json.h b/usr.sbin/bgpctl/json.h
index a979e4cd31e..77d949e9c99 100644
--- a/usr.sbin/bgpctl/json.h
+++ b/usr.sbin/bgpctl/json.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: json.h,v 1.4 2022/08/31 12:13:59 claudio Exp $ */
+
/*
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
*