1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/rbtree-list
Bruno Haible 6c61644f38 list, oset, omap: Relicense some of the container modules under LGPLv2+.
* modules/list (License): Change to LGPLv2+.
* modules/array-list (License): Likewise.
* modules/carray-list (License): Likewise.
* modules/linked-list (License): Likewise.
* modules/avltree-list (License): Likewise.
* modules/rbtree-list (License): Likewise.
* modules/oset (License): Likewise.
* modules/array-oset (License): Likewise.
* modules/avltree-oset (License): Likewise.
* modules/rbtree-oset (License): Likewise.
* modules/omap (License): Likewise.
* modules/array-omap (License): Likewise.
* modules/avltree-omap (License): Likewise.
* modules/rbtree-omap (License): Likewise.
2020-07-20 21:22:12 +02:00

28 lines
455 B
Plaintext

Description:
Sequential list data type implemented by a binary tree.
Files:
lib/gl_rbtree_list.h
lib/gl_rbtree_list.c
lib/gl_anyrbtree_list1.h
lib/gl_anyrbtree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h
Depends-on:
list
configure.ac:
Makefile.am:
lib_SOURCES += gl_rbtree_list.h gl_rbtree_list.c gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h
Include:
"gl_rbtree_list.h"
License:
LGPLv2+
Maintainer:
all