summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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