diff options
author | 2020-10-26 16:02:15 +0000 | |
---|---|---|
committer | 2020-10-26 16:02:15 +0000 | |
commit | 6a50f1041d2ffeb63accdf0ae75e233d0ce957ce (patch) | |
tree | 657a108772a71e9e6be66f528719c35b59dd3343 | |
parent | use installed include file (diff) | |
download | wireguard-openbsd-6a50f1041d2ffeb63accdf0ae75e233d0ce957ce.tar.xz wireguard-openbsd-6a50f1041d2ffeb63accdf0ae75e233d0ce957ce.zip |
Add missing RCS tags
-rw-r--r-- | lib/libagentx/agentx.c | 1 | ||||
-rw-r--r-- | lib/libagentx/agentx.h | 1 | ||||
-rw-r--r-- | lib/libagentx/agentx_internal.h | 1 | ||||
-rw-r--r-- | lib/libagentx/agentx_log.c | 1 | ||||
-rw-r--r-- | lib/libagentx/ax.c | 1 | ||||
-rw-r--r-- | lib/libagentx/ax.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/lib/libagentx/agentx.c b/lib/libagentx/agentx.c index 044370c5612..82fbc0858ee 100644 --- a/lib/libagentx/agentx.c +++ b/lib/libagentx/agentx.c @@ -1,3 +1,4 @@ +/* $OpenBSD: agentx.c,v 1.6 2020/10/26 16:02:15 tb Exp $ */ /* * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> * diff --git a/lib/libagentx/agentx.h b/lib/libagentx/agentx.h index fb634fcd803..a41eaac6858 100644 --- a/lib/libagentx/agentx.h +++ b/lib/libagentx/agentx.h @@ -1,3 +1,4 @@ +/* $OpenBSD: agentx.h,v 1.3 2020/10/26 16:02:16 tb Exp $ */ /* * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> * diff --git a/lib/libagentx/agentx_internal.h b/lib/libagentx/agentx_internal.h index f8d7a8ce2d9..9e6135e6ae0 100644 --- a/lib/libagentx/agentx_internal.h +++ b/lib/libagentx/agentx_internal.h @@ -1,3 +1,4 @@ +/* $OpenBSD: agentx_internal.h,v 1.2 2020/10/26 16:02:16 tb Exp $ */ /* * Copyright (c) 2020 Martijn van Duren <martijn@openbsd.org> * diff --git a/lib/libagentx/agentx_log.c b/lib/libagentx/agentx_log.c index fd01b626bcd..f9c48392434 100644 --- a/lib/libagentx/agentx_log.c +++ b/lib/libagentx/agentx_log.c @@ -1,3 +1,4 @@ +/* $OpenBSD: agentx_log.c,v 1.2 2020/10/26 16:02:16 tb Exp $ */ /* * Copyright (c) 2020 Martijn van Duren <martijn@openbsd.org> * diff --git a/lib/libagentx/ax.c b/lib/libagentx/ax.c index 8a287040d7b..40c7adf7fb8 100644 --- a/lib/libagentx/ax.c +++ b/lib/libagentx/ax.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ax.c,v 1.2 2020/10/26 16:02:16 tb Exp $ */ /* * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> * diff --git a/lib/libagentx/ax.h b/lib/libagentx/ax.h index 863507bc0b6..1e9235fa955 100644 --- a/lib/libagentx/ax.h +++ b/lib/libagentx/ax.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ax.h,v 1.2 2020/10/26 16:02:16 tb Exp $ */ /* * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> * |