X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;h=d842cb8a86e90f283729b25979d62971c3628c4b;hp=20b90651b1862275e749f93970479e24cd68b417;hb=9be19e7946fd413df61eca5e9a934834c5757494;hpb=652128ed748840a22d4dcb85c1ac54bc95fdc33d diff --git a/grab_client.c b/grab_client.c index 20b90651..d842cb8a 100644 --- a/grab_client.c +++ b/grab_client.c @@ -1,19 +1,7 @@ /* * Copyright (C) 2006 Andre Noll * - * 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 2 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Licensed under the GPL v2. For licencing details see COPYING. */ /** @@ -23,6 +11,9 @@ * \sa filter_chain filter_chain_info filter */ +#include +#include + #include "para.h" #include "grab_client.cmdline.h" #include "list.h"