X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=file_write.c;h=50d3fae7651706cec291f6cbfc4eeb336ba214d0;hp=202152648463af43de0c826e0a1b7448c370ef96;hb=518a2727540cf5e105d28aa8fd31bb6afad05bf6;hpb=2e8b7f42a30ebe41c862cc603c8f746b1e202479 diff --git a/file_write.c b/file_write.c index 20215264..50d3fae7 100644 --- a/file_write.c +++ b/file_write.c @@ -1,23 +1,14 @@ /* * Copyright (C) 2006-2007 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. */ /** \file file_write.c simple output plugin for testing purposes */ +#include +#include + #include "para.h" #include "list.h" #include "sched.h"