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/interface.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 8b58621..1e884d8 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,3 +1,22 @@ +/* + * pa-sink-ctl - NCurses based Pulseaudio control client + * Copyright (C) 2011 Benjamin Franzke + * Copyright (C) 2010 Jan Klemkow + * + * 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 . + */ + #ifndef INTERFACE_H #define INTERFACE_H -- cgit