From a07d13c895b350dceaea3e1b53c052b889b449d9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 4 Apr 2006 13:41:21 +0200 Subject: Add real header --- simpletail.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/simpletail.c b/simpletail.c index 83541eb..4016681 100644 --- a/simpletail.c +++ b/simpletail.c @@ -1,5 +1,24 @@ /* * simpletail.c + * A fast implementation of tail which uses the inotify-API present in + * recent Linux Kernels. + * + * Copyright (C) 2005-2006, Tobias Klauser + * + * The idea and some code were taken from turbotail. + * + * 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 2, 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, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -- cgit v1.2.3-54-g00ecf