]> Pileus Git - ~andy/fetchmail/blobdiff - strcasecmp.c
Search for OpenSSL in BlastWave (Solaris) location.
[~andy/fetchmail] / strcasecmp.c
index d52bd2905a18a8321f69591612994997c7f4dc2d..c1f3bbd82296d3ab9b41ab586950b7116327cd2d 100644 (file)
@@ -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>