|
|
@@ -1,11 +1,18 @@
|
|
|
-/**
|
|
|
-Based on example by:
|
|
|
-Copyright (c) Ashish Shukla
|
|
|
-
|
|
|
-This is licensed under GNU GPL v2 or later.
|
|
|
-For license text, Refer to the the file COPYING or visit
|
|
|
-http://www.gnu.org/licenses/gpl.txt .
|
|
|
-*/
|
|
|
+/*
|
|
|
+ * Copyright (C) by Duncan Mac-Vicar P. <duncan@kde.org>
|
|
|
+ *
|
|
|
+ * Originally based on example copyright (c) Ashish Shukla
|
|
|
+ *
|
|
|
+ * 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 of the License, 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.
|
|
|
+ */
|
|
|
|
|
|
#include <sys/inotify.h>
|
|
|
#include <cerrno>
|