首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C语言 >

非GPL协议的C容器库

2012-09-16 
求一个非GPL协议的C容器库懒得自己写……有几个条件:1:纯C的。否则我直接用C++标准库就好了。2:不要GPL的。否则

求一个非GPL协议的C容器库
懒得自己写……
有几个条件:
1:纯C的。否则我直接用C++标准库就好了。
2:不要GPL的。否则我直接用Glib就好了。
3:主要是想要hash table,没有的话红黑树的map也行。

谢啦!

[解决办法]
GTK+。纯C,非GPL,官方写着是LGPL,可以用来开发商业软件。其实Glib的话,我刚查了Wikipedia,也是写着是LGPL的,与GPL是完全不同的授权的。
[解决办法]
License:

This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.

热点排行