summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-03-26 19:10:47 +1030
committerDaniel Jones <admin@danieljon.es>2019-03-26 19:10:47 +1030
commit3d12855f7499d74a551c3c4b27c396058dc37bb8 (patch)
treeab3fb83973f151bcbae0a1373bf614e2a88aba33
parent2b0bfd6471a4fce4f5608ba53b6aff3ce8e90c67 (diff)
downloadxbell-3d12855f7499d74a551c3c4b27c396058dc37bb8.tar.gz
xbell-3d12855f7499d74a551c3c4b27c396058dc37bb8.zip
added licence comment
-rw-r--r--xbell.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/xbell.c b/xbell.c
index 47bfc22..c68814b 100644
--- a/xbell.c
+++ b/xbell.c
@@ -1,3 +1,21 @@
+/*
+ * a program to listen for X bell events and run a user defined program
+ * when it is caught.
+ *
+ * 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 3 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>