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 44a2297..5e5e6a2 100644 --- a/include/xregex.h +++ b/include/xregex.h @@ -4,9 +4,9 @@ * C library we're linking against may not support regex.h. * * Based in part on code from sash, Copyright (c) 1999 by David I. Bell - * Permission has been granted to redistribute this code under the GPL. + * Permission has been granted to redistribute this code under GPL. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BB_REGEX_H #define BB_REGEX_H 1 |