From cbd59a704e3adc48c809f14e2cf793d641dfe7ff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Jan 2004 18:14:29 +0000 Subject: add copyright messages to all files git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@4 9cde1c1d-e4d0-0310-8a68-bf217395ea82 --- src/exec.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/exec.c') diff --git a/src/exec.c b/src/exec.c index db4345e..92270b1 100644 --- a/src/exec.c +++ b/src/exec.c @@ -1,3 +1,27 @@ +/* $Id$ */ + +/*** + This file is part of bidilink. + + bidilink 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. + + bidilink 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 bidilink; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +***/ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit