diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.h | 2 | ||||
-rw-r--r-- | usr.sbin/bgpctl/json.c | 2 | ||||
-rw-r--r-- | usr.sbin/bgpctl/json.h | 2 |
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> * |