]> mj.ucw.cz Git - libucw.git/blobdiff - lib/base224.h
Added license notices to all library files which are not specific
[libucw.git] / lib / base224.h
index 128bdfba1c4382b1cff82f784597ea62fbfce44c..6186c7e8962545b9a44ba7661bb0354029d2fbe0 100644 (file)
@@ -2,6 +2,9 @@
  *     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);