From f75c19b15bd7f3aae3c48d9c1ab1036d5e201baa Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 25 Mar 2008 22:58:08 +0000 Subject: [PATCH] fix broken header comment section -- Florian octo Forster git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1318 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_restore.c | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/src/rrd_restore.c b/src/rrd_restore.c index fa8493a..d6b0d5a 100644 --- a/src/rrd_restore.c +++ b/src/rrd_restore.c @@ -3,28 +3,30 @@ * This file: Copyright 2008 Florian octo Forster * Distributed under the GPL ***************************************************************************** - * rrd_thread_safe.c Contains routines used when thread safety is required + * rrd_restore.c Contains logic to parse XML input and create an RRD file ***************************************************************************** * $Id$ *************************************************************************** */ -* *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., *51 Franklin St, Fifth Floor, Boston, MA 02110 - 1301 USA * *Authors: - *Florian octo Forster < octo at verplant.org > **/ + +/* + * 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 (t 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., + * 51 Franklin St, Fifth Floor, Boston, MA 02110 - 1301 USA + * + * Authors: + * Florian octo Forster + **/ + #include #include #include @@ -40,13 +42,13 @@ but WITHOUT * ANY WARRANTY; #include "rrd_tool.h" #include "rrd_rpncalc.h" #define ARRAY_LENGTH(a) (sizeof (a) / sizeof ((a)[0])) - static int opt_range_check = 0; - static int opt_force_overwrite = 0; +static int opt_range_check = 0; +static int opt_force_overwrite = 0; /* * Auxiliary functions */ - static int get_string_from_node( +static int get_string_from_node( xmlDoc * doc, xmlNode * node, char *buffer, -- 2.11.0