diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | inotail.h | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,8 @@ # Makefile for inotail +# # Copyright (C) 2006, Tobias Klauser <tklauser@distanz.ch> +# +# Licensed under the terms of the GNU General Public License; version 2 or later. VERSION = 0.1 @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2005-2006, Tobias Klauser <tklauser@distanz.ch> + * + * Licensed under the terms of the GNU General Public License; version 2 or later. + */ + #ifndef _INOTAIL_H #define _INOTAIL_H |