From 68a08f272b6f4272bfb66f75361dd1102d54c1ad Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 22 Oct 2011 10:02:11 +0200 Subject: Add License header to source files --- src/unix_signal.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/unix_signal.c') diff --git a/src/unix_signal.c b/src/unix_signal.c index 6d458d6..5eaa482 100644 --- a/src/unix_signal.c +++ b/src/unix_signal.c @@ -1,3 +1,21 @@ +/* + * pa-sink-ctl - NCurses based Pulseaudio control client + * Copyright (C) 2011 Benjamin Franzke + * + * 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 "unix_signal.h" -- cgit