commit febc721c339e2f2c6926b304c42d79384086601c
parent c761fd4c2c4511f5ad707df7378a6a0d2547e5e8
Author: Kris Maglione <jg@suckless.org>
Date: Sat, 10 Oct 2009 15:35:55 -0400
Update libixp's wiki page; remove bits about LPL.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs.suckless.org/libixp.md b/libs.suckless.org/libixp.md
@@ -6,7 +6,7 @@ LIBIXP
* `libixp` multiplexes connections internally, while on `Plan 9`, the kernel performs this task, and in [plan9port](http://plan9.us/), a separate process is spawned to do so. Despite this divergence, the user of the library will not notice any difference in behavior, except that there may be duplicate `tag` and `fid` numbers between different connections. This issue is of little relevance, however, as the library handles the task of mapping `fid`s and `tag`s to arbitrary pointers and `P9Req` structs.
-* `libixp` is released under a lenient MIT-style license, with the exception of the file `intmap.c`, which comes from `Plan 9`, and falls under the LPL. This file may be rewritten at some point, but the author, as of yet, has been uncompelled to do so.
+* `libixp` is released under a lenient MIT-style license.
* `libixp` lacks `lib9p`'s file trees.