From 260c84692cd730a8c057188c0df0ba830a92b918 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 15 Nov 2006 10:42:43 +0100 Subject: Add license information to Makefile and inotail.h --- Makefile | 3 +++ inotail.h | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Makefile b/Makefile index c4c5d75..8936334 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ # Makefile for inotail +# # Copyright (C) 2006, Tobias Klauser +# +# Licensed under the terms of the GNU General Public License; version 2 or later. VERSION = 0.1 diff --git a/inotail.h b/inotail.h index 34118f7..e1590df 100644 --- a/inotail.h +++ b/inotail.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2005-2006, Tobias Klauser + * + * Licensed under the terms of the GNU General Public License; version 2 or later. + */ + #ifndef _INOTAIL_H #define _INOTAIL_H -- cgit v1.2.3-54-g00ecf