Add warning to top of source files
authorJeff Bailey <jbailey@nisa.net>
Tue, 19 Sep 2000 15:47:02 +0000 (15:47 +0000)
committerJeff Bailey <jbailey@nisa.net>
Tue, 19 Sep 2000 15:47:02 +0000 (15:47 +0000)
regex.c
regex.h

diff --git a/regex.c b/regex.c
index 82fd4e2062dc9bd1668466cb6e5a4793eb1ec893..ffbe5fbce9c9d1e94a1c06c9a164bbd8e3a1cc47 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -1,3 +1,7 @@
+/* Only edit this file through the CVS module in subversions.  This file
+   is automatically updated whenever changes are made to it there, and
+   all of your work will be lost! - jbailey Sep 19, 2000 */
+
 /* Extended regular expression matching and search library, version
    0.12.  (Implements POSIX draft P1003.2/D11.2, except for some of the
    internationalization features.)
diff --git a/regex.h b/regex.h
index ef4284cdce2894645bd705d1a41314fb21cf9d70..b3f72e9b065d5544e181fcbe377b09e122dc1fb7 100644 (file)
--- a/regex.h
+++ b/regex.h
@@ -1,3 +1,7 @@
+/* Only edit this file through the CVS module in subversions.  This file
+   is automatically updated whenever changes are made to it there, and
+   all of your work will be lost! - jbailey Sep 19, 2000 */
+
 /* Definitions for data structures and routines for the regular
    expression library, version 0.12.