diff options
Diffstat (limited to 'include/xregex.h')
-rw-r--r-- | include/xregex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xregex.h b/include/xregex.h index 44a2297e6..5e5e6a256 100644 --- a/include/xregex.h +++ b/include/xregex.h | |||
@@ -4,9 +4,9 @@ | |||
4 | * C library we're linking against may not support regex.h. | 4 | * C library we're linking against may not support regex.h. |
5 | * | 5 | * |
6 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell | 6 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell |
7 | * Permission has been granted to redistribute this code under the GPL. | 7 | * Permission has been granted to redistribute this code under GPL. |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | #ifndef BB_REGEX_H | 11 | #ifndef BB_REGEX_H |
12 | #define BB_REGEX_H 1 | 12 | #define BB_REGEX_H 1 |