diff options
Diffstat (limited to 'strcasecmp.c')
-rw-r--r-- | strcasecmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strcasecmp.c b/strcasecmp.c index d52bd290..c1f3bbd8 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -1,6 +1,8 @@ /* * scratch implementation of strcasecmp(), * in case your C library doesn't have it + * + * For license terms, see the file COPYING in this directory. */ #include <ctype.h> |