summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-11-15 10:42:43 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-11-15 10:42:43 +0100
commit260c84692cd730a8c057188c0df0ba830a92b918 (patch)
tree3bda19f5e0e594d79cfed4eb70faf39a371f540a
parente3a3f534ae230670eba09264a37626932f6cd39f (diff)
Add license information to Makefile and inotail.h
-rw-r--r--Makefile3
-rw-r--r--inotail.h6
2 files changed, 9 insertions, 0 deletions
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 <tklauser@distanz.ch>
+#
+# 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 <tklauser@distanz.ch>
+ *
+ * Licensed under the terms of the GNU General Public License; version 2 or later.
+ */
+
#ifndef _INOTAIL_H
#define _INOTAIL_H