summaryrefslogtreecommitdiffstats
path: root/rx
diff options
context:
space:
mode:
Diffstat (limited to 'rx')
-rw-r--r--rx/Makefile.in2
-rw-r--r--rx/_rx.h1
-rw-r--r--rx/hashrexp.c1
-rw-r--r--rx/inst-rxposix.h1
-rw-r--r--rx/rx.c1
-rw-r--r--rx/rx.h1
-rw-r--r--rx/rxall.h1
-rw-r--r--rx/rxanal.c1
-rw-r--r--rx/rxanal.h1
-rw-r--r--rx/rxbasic.c1
-rw-r--r--rx/rxbasic.h1
-rw-r--r--rx/rxbitset.c1
-rw-r--r--rx/rxbitset.h1
-rw-r--r--rx/rxcontext.h1
-rw-r--r--rx/rxcset.c1
-rw-r--r--rx/rxcset.h1
-rw-r--r--rx/rxgnucomp.c1
-rw-r--r--rx/rxgnucomp.h1
-rw-r--r--rx/rxhash.c1
-rw-r--r--rx/rxhash.h1
-rw-r--r--rx/rxnfa.c1
-rw-r--r--rx/rxnfa.h1
-rw-r--r--rx/rxnode.c1
-rw-r--r--rx/rxnode.h1
-rw-r--r--rx/rxposix.c1
-rw-r--r--rx/rxposix.h1
-rw-r--r--rx/rxproto.h1
-rw-r--r--rx/rxsimp.c1
-rw-r--r--rx/rxsimp.h1
-rw-r--r--rx/rxspencer.c1
-rw-r--r--rx/rxspencer.h1
-rw-r--r--rx/rxstr.c1
-rw-r--r--rx/rxstr.h1
-rw-r--r--rx/rxsuper.c1
-rw-r--r--rx/rxsuper.h1
-rw-r--r--rx/rxunfa.c1
-rw-r--r--rx/rxunfa.h1
37 files changed, 38 insertions, 0 deletions
diff --git a/rx/Makefile.in b/rx/Makefile.in
index 717dbf12..641bc414 100644
--- a/rx/Makefile.in
+++ b/rx/Makefile.in
@@ -1,3 +1,5 @@
+# $Id$
+
#
# A simplified Makefile for use with Mutt.
diff --git a/rx/_rx.h b/rx/_rx.h
index 2c982a25..c8df5bac 100644
--- a/rx/_rx.h
+++ b/rx/_rx.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef _RXH
diff --git a/rx/hashrexp.c b/rx/hashrexp.c
index 33c22ba4..795bed09 100644
--- a/rx/hashrexp.c
+++ b/rx/hashrexp.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/inst-rxposix.h b/rx/inst-rxposix.h
index b6c6746d..b3aff643 100644
--- a/rx/inst-rxposix.h
+++ b/rx/inst-rxposix.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef INST_RXPOSIXH
diff --git a/rx/rx.c b/rx/rx.c
index afa84850..aa214fb0 100644
--- a/rx/rx.c
+++ b/rx/rx.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rx.h b/rx/rx.h
index ccca945a..5e8d8f55 100644
--- a/rx/rx.h
+++ b/rx/rx.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXH
diff --git a/rx/rxall.h b/rx/rxall.h
index adec72db..523c177c 100644
--- a/rx/rxall.h
+++ b/rx/rxall.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXALLH
diff --git a/rx/rxanal.c b/rx/rxanal.c
index 431be7ab..13ff6ec0 100644
--- a/rx/rxanal.c
+++ b/rx/rxanal.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxanal.h b/rx/rxanal.h
index 53dd576d..40d4307e 100644
--- a/rx/rxanal.h
+++ b/rx/rxanal.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXANALH
diff --git a/rx/rxbasic.c b/rx/rxbasic.c
index e6e0e594..aef70736 100644
--- a/rx/rxbasic.c
+++ b/rx/rxbasic.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxbasic.h b/rx/rxbasic.h
index 876381ed..dc80e7e1 100644
--- a/rx/rxbasic.h
+++ b/rx/rxbasic.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXBASICH
diff --git a/rx/rxbitset.c b/rx/rxbitset.c
index a34b8b33..22e5054d 100644
--- a/rx/rxbitset.c
+++ b/rx/rxbitset.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxbitset.h b/rx/rxbitset.h
index 9ddb0f08..a3d8ea24 100644
--- a/rx/rxbitset.h
+++ b/rx/rxbitset.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXBITSETH
diff --git a/rx/rxcontext.h b/rx/rxcontext.h
index b72cdfc9..2e621d18 100644
--- a/rx/rxcontext.h
+++ b/rx/rxcontext.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXCONTEXTH
diff --git a/rx/rxcset.c b/rx/rxcset.c
index e8f21df0..db9d0af2 100644
--- a/rx/rxcset.c
+++ b/rx/rxcset.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxcset.h b/rx/rxcset.h
index d1301898..322bdd3f 100644
--- a/rx/rxcset.h
+++ b/rx/rxcset.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXCSETH
diff --git a/rx/rxgnucomp.c b/rx/rxgnucomp.c
index 18d40087..db70ef58 100644
--- a/rx/rxgnucomp.c
+++ b/rx/rxgnucomp.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxgnucomp.h b/rx/rxgnucomp.h
index d572ece3..37758b31 100644
--- a/rx/rxgnucomp.h
+++ b/rx/rxgnucomp.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXGNUCOMPH
diff --git a/rx/rxhash.c b/rx/rxhash.c
index 4e959737..c30eff61 100644
--- a/rx/rxhash.c
+++ b/rx/rxhash.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxhash.h b/rx/rxhash.h
index 9763fdf8..119dd23f 100644
--- a/rx/rxhash.h
+++ b/rx/rxhash.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXHASHH
diff --git a/rx/rxnfa.c b/rx/rxnfa.c
index d67dd0ec..c3e62129 100644
--- a/rx/rxnfa.c
+++ b/rx/rxnfa.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxnfa.h b/rx/rxnfa.h
index 82a135b0..f32c05ec 100644
--- a/rx/rxnfa.h
+++ b/rx/rxnfa.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXNFAH
diff --git a/rx/rxnode.c b/rx/rxnode.c
index a4e1cca8..a6458c54 100644
--- a/rx/rxnode.c
+++ b/rx/rxnode.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* classes: src_files */
/* Copyright (C) 1995, 1996 Tom Lord
diff --git a/rx/rxnode.h b/rx/rxnode.h
index ea3a1fcb..c05fdb42 100644
--- a/rx/rxnode.h
+++ b/rx/rxnode.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXNODEH
diff --git a/rx/rxposix.c b/rx/rxposix.c
index 17a7e108..3c755fb9 100644
--- a/rx/rxposix.c
+++ b/rx/rxposix.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxposix.h b/rx/rxposix.h
index 9edcfb5d..b3f3670a 100644
--- a/rx/rxposix.h
+++ b/rx/rxposix.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXPOSIXH
diff --git a/rx/rxproto.h b/rx/rxproto.h
index 25f5b576..2e0bc0e6 100644
--- a/rx/rxproto.h
+++ b/rx/rxproto.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXPROTOH
diff --git a/rx/rxsimp.c b/rx/rxsimp.c
index 5041c354..e6036410 100644
--- a/rx/rxsimp.c
+++ b/rx/rxsimp.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxsimp.h b/rx/rxsimp.h
index 2b167371..e439df68 100644
--- a/rx/rxsimp.h
+++ b/rx/rxsimp.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXSIMPH
diff --git a/rx/rxspencer.c b/rx/rxspencer.c
index 0e2805c6..61185757 100644
--- a/rx/rxspencer.c
+++ b/rx/rxspencer.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxspencer.h b/rx/rxspencer.h
index 0c4a46bc..0a4ae876 100644
--- a/rx/rxspencer.h
+++ b/rx/rxspencer.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXSPENCERH
diff --git a/rx/rxstr.c b/rx/rxstr.c
index c3ccb036..f7b2e9aa 100644
--- a/rx/rxstr.c
+++ b/rx/rxstr.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rx/rxstr.h b/rx/rxstr.h
index 991f53b8..4da9b89c 100644
--- a/rx/rxstr.h
+++ b/rx/rxstr.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXSTRH
diff --git a/rx/rxsuper.c b/rx/rxsuper.c
index 46e745ab..25e357e0 100644
--- a/rx/rxsuper.c
+++ b/rx/rxsuper.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996 Tom Lord
diff --git a/rx/rxsuper.h b/rx/rxsuper.h
index 59e1ed94..e8427b5a 100644
--- a/rx/rxsuper.h
+++ b/rx/rxsuper.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* classes: h_files */
#ifndef RXSUPERH
diff --git a/rx/rxunfa.c b/rx/rxunfa.c
index f43181d9..937c9e84 100644
--- a/rx/rxunfa.c
+++ b/rx/rxunfa.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* classes: src_files */
/* Copyright (C) 1995, 1996 Tom Lord
diff --git a/rx/rxunfa.h b/rx/rxunfa.h
index aeb589ad..f56682de 100644
--- a/rx/rxunfa.h
+++ b/rx/rxunfa.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef RXUNFAH
#define RXUNFAH