X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fbase224.c;h=70e25bf35cfec01eb5ce30ab91dcb4a038ea7cbf;hb=6a26177ec0df11f55bff590d63ea02e7c9884993;hp=d42b34d532474d11e40d00847db80dcbceccf6b4;hpb=0eea3757c0ee4462a641562ba03c893548971d8f;p=libucw.git diff --git a/lib/base224.c b/lib/base224.c index d42b34d5..70e25bf3 100644 --- a/lib/base224.c +++ b/lib/base224.c @@ -1,5 +1,5 @@ /* - * Base 224 Encoding & Decoding + * UCW Library -- Base 224 Encoding & Decoding * * (c) 2002 Martin Mares * @@ -18,6 +18,9 @@ * * We transform 39 source bits to 40 destination bits, stretching the data * by 1/39 = approx. 2.56%. + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #undef LOCAL_DEBUG