changeset 2872:2906c0067d9c

Add warning to top of source files
author Jeff Bailey <jbailey@nisa.net>
date Tue, 19 Sep 2000 15:47:02 +0000
parents 2e264445cc0a
children 78320da59080
files regex.c regex.h
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.)
--- 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.