Added copyright notice.
[cl-inotify.git] / README
diff --git a/README b/README
index c775c81..662af2a 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
 CL-NOTIFY
 
-Interface to the linux inotify API.  Rudimentary, but working.
+Interface to the linux inotify API.  Working, but unfinished.
 
 Implementations currently supported: SBCL
 
-TODO:
-- extend to other APIs?
-- easier interface for (e)poll/select maybe using iolib
-- fix implementation dependent stuff
+Uses the binary-types library (ASDF enhanced from
+http://github.com/Ferada/cl-notify or see http://www.cliki.net/Binary-types).
+
+Copyright (C) 2009 Olof-Joachim Frahm
+Released under the GPL3 (or any later version).