From 836c324485bab753d70a825ed854cf02dacd81c5 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 23 Sep 1998 23:14:20 +0000 Subject: [PATCH] add Id keyword --- lib/GNUregex.c | 4 ++++ lib/base64.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lib/GNUregex.c b/lib/GNUregex.c index 185ec93b16..8df4d109b9 100644 --- a/lib/GNUregex.c +++ b/lib/GNUregex.c @@ -1,3 +1,7 @@ +/* + * $Id: GNUregex.c,v 1.11 1998/09/23 17:14:20 wessels Exp $ + */ + /* Extended regular expression matching and search library, * version 0.12. * (Implements POSIX draft P10003.2/D11.2, except for diff --git a/lib/base64.c b/lib/base64.c index 61d5d9f1f3..d348e034f5 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -1,3 +1,6 @@ +/* + * $Id: base64.c,v 1.15 1998/09/23 17:14:21 wessels Exp $ + */ #include "config.h" -- 2.47.3