From 3d12855f7499d74a551c3c4b27c396058dc37bb8 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 26 Mar 2019 19:10:47 +1030 Subject: added licence comment --- xbell.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 . + */ + #include #include #include -- cgit v1.2.3