From 4cbfae2fed24e80276fff550f4080750bc38c213 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Fri, 18 Dec 2009 21:17:18 +0100 Subject: [PATCH] Added copyright notice. --- README | 7 +++++-- inotify.lisp | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README b/README index a0558f6..662af2a 100644 --- 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). diff --git a/inotify.lisp b/inotify.lisp index b7ddfc2..be9d9c6 100644 --- a/inotify.lisp +++ b/inotify.lisp @@ -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 . + (in-package #:cl-notify) (defbitfield (inotify-flag :uint32) -- 1.7.10.4