]> mj.ucw.cz Git - libucw.git/blobdiff - lib/base224.c
A new test.
[libucw.git] / lib / base224.c
index d42b34d532474d11e40d00847db80dcbceccf6b4..70e25bf35cfec01eb5ce30ab91dcb4a038ea7cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Base 224 Encoding & Decoding
+ *     UCW Library -- Base 224 Encoding & Decoding
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
@@ -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