X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_upper.c;h=4253b88172b5dde3eb510cd680b3039a5c23b93f;hb=ddb01cbb4eb8431b042918438e6543003851a87f;hp=fa99e3660cea30ead1a54dccbfebafba9a10a84c;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/str_upper.c b/lib/str_upper.c index fa99e366..4253b881 100644 --- a/lib/str_upper.c +++ b/lib/str_upper.c @@ -1,12 +1,15 @@ /* * Sherlock Library -- Uppercase Map * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/chartype.h" -unsigned char _c_upper[256] = { +const unsigned char _c_upper[256] = { #define CHAR(code,upper,unacc,acc,cat) upper, #include "lib/charmap.h" #undef CHAR