Finish library, switch to GPLv3.

This commit is contained in:
Laurence Withers 2007-10-14 10:24:28 +00:00
commit de6e661982
25 changed files with 771 additions and 290 deletions

6
README
View file

@ -1,7 +1,7 @@
liblwevent
========================================================================
(c)2007, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or
Released under the GNU GPLv3. See file COPYING or
http://www.gnu.org/copyleft/gpl.html for details.
Really Quick Instructions
@ -14,4 +14,6 @@ You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.
@TODO@
This library has no direct dependencies, but it does provide an
implementation of the signalfd(2) system call, since (at the time of
writing) it is not yet implemented in glibc.