]> mj.ucw.cz Git - libucw.git/blobdiff - lib/heap.h
Added functions for manipulating bit arrays. One day, an optimized
[libucw.git] / lib / heap.h
index 7be54cfa54665ee1808c00c0fb8ce9e2b78a661a..a70fb2cd8c806551fe87b995e013913a3f581e4d 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Library -- Universal Heap Macros
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #define HEAP_BUBBLE_DOWN_J(heap,num,less,swap)                                         \