From 0c7a5c38fa58af1eadb7db3864f84e4aae7ab48f Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 31 Aug 2022 12:13:59 +0000 Subject: [PATCH] Add missing OpenBSD id comment --- usr.sbin/bgpctl/bgpctl.h | 2 ++ usr.sbin/bgpctl/json.c | 2 ++ usr.sbin/bgpctl/json.h | 2 ++ 3 files changed, 6 insertions(+) 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 * 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 * 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 * -- 2.20.1