Added copyright notice.
authorOlof-Joachim Frahm <Olof.Frahm@web.de>
Fri, 18 Dec 2009 20:17:18 +0000 (21:17 +0100)
committerOlof-Joachim Frahm <Olof.Frahm@web.de>
Fri, 18 Dec 2009 20:17:18 +0000 (21:17 +0100)
README
inotify.lisp

diff --git a/README b/README
index a0558f6..662af2a 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +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
 
 Uses the binary-types library (ASDF enhanced from
-http://github.com/Ferada/cl-notify or see http://www.cliki.net/Binary-types ).
+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).
index b7ddfc2..be9d9c6 100644 (file)
@@ -1,3 +1,18 @@
+;; Copyright (C) 2009 Olof-Joachim Frahm
+
+;; This program is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by the
+;; Free Software Foundation; either version 3 of the License, or (at your
+;; option) any later version.
+
+;; This program 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 General
+;; Public License for more details.
+
+;; You should have received a copy of the GNU General Public License along
+;; with this program; if not, see <http://www.gnu.org/licenses/>.
+
 (in-package #:cl-notify)
 
 (defbitfield (inotify-flag :uint32)