changeset 5682:ff5ba9cb6cd0 HEAD

These files are MIT licensed nowadays.
author Timo Sirainen <tss@iki.fi>
date Mon, 11 Jun 2007 02:27:55 +0300
parents 09415e6a0892
children 8101787cdd1c
files src/lib/ioloop-kqueue.c src/lib/ioloop-notify-kqueue.c
diffstat 2 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-kqueue.c	Mon Jun 11 02:21:30 2007 +0300
+++ b/src/lib/ioloop-kqueue.c	Mon Jun 11 02:27:55 2007 +0300
@@ -2,11 +2,6 @@
  * BSD kqueue() based ioloop handler.
  *
  * Copyright (c) 2005 Vaclav Haisman <v.haisman@sh.cvut.cz>
- *
- * This library 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.
  */
 
 #include "lib.h"
--- a/src/lib/ioloop-notify-kqueue.c	Mon Jun 11 02:21:30 2007 +0300
+++ b/src/lib/ioloop-notify-kqueue.c	Mon Jun 11 02:27:55 2007 +0300
@@ -2,11 +2,6 @@
  * BSD kqueue() based ioloop notify handler.
  *
  * Copyright (c) 2005 Vaclav Haisman <v.haisman@sh.cvut.cz>
- *
- * This library 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.
  */
 
 #define _GNU_SOURCE