X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbase224.h;h=7ae897390f0542087959b53d77728577f84d3e6c;hb=5f2e7e93768113f1e80ac2502e670632762fb696;hp=128bdfba1c4382b1cff82f784597ea62fbfce44c;hpb=0eea3757c0ee4462a641562ba03c893548971d8f;p=libucw.git diff --git a/lib/base224.h b/lib/base224.h index 128bdfba..7ae89739 100644 --- a/lib/base224.h +++ b/lib/base224.h @@ -1,7 +1,10 @@ /* - * Base 224 Encoding & Decoding + * UCW Library -- Base 224 Encoding & Decoding * * (c) 2002 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ uns base224_encode(byte *dest, byte *src, uns len);