]> mj.ucw.cz Git - libucw.git/blobdiff - lib/base224.h
Conversion between charsets with allocation on the stack
[libucw.git] / lib / base224.h
index 128bdfba1c4382b1cff82f784597ea62fbfce44c..7ae897390f0542087959b53d77728577f84d3e6c 100644 (file)
@@ -1,7 +1,10 @@
 /*
- *     Base 224 Encoding & Decoding
+ *     UCW Library -- Base 224 Encoding & Decoding
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
+ *
+ *     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);