diff options
Diffstat (limited to 'winsup/cygwin/regexp')
-rw-r--r-- | winsup/cygwin/regexp/regerror.c | 10 | ||||
-rw-r--r-- | winsup/cygwin/regexp/regexp.h | 10 | ||||
-rw-r--r-- | winsup/cygwin/regexp/regmagic.h | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/winsup/cygwin/regexp/regerror.c b/winsup/cygwin/regexp/regerror.c index afd7a861a..0f6159bb7 100644 --- a/winsup/cygwin/regexp/regerror.c +++ b/winsup/cygwin/regexp/regerror.c @@ -1,3 +1,13 @@ +/* regerror.c + + Copyright 1996, 1998, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + #include "winsup.h" #include "regexp.h" #include <stdio.h> diff --git a/winsup/cygwin/regexp/regexp.h b/winsup/cygwin/regexp/regexp.h index 9e9cd9eb6..0850d70a4 100644 --- a/winsup/cygwin/regexp/regexp.h +++ b/winsup/cygwin/regexp/regexp.h @@ -1,3 +1,13 @@ +/* regexp.h + + Copyright 1996, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + /* * Definitions etc. for regexp(3) routines. * diff --git a/winsup/cygwin/regexp/regmagic.h b/winsup/cygwin/regexp/regmagic.h index 9eb4eaf96..ea7835711 100644 --- a/winsup/cygwin/regexp/regmagic.h +++ b/winsup/cygwin/regexp/regmagic.h @@ -1,3 +1,13 @@ +/* regmagic.h + + Copyright 1996, 2001 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + /* $Id$ */ /* |