From f9394308c9c372bcf419a311c61ba420247ae613 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Sun, 18 Jun 2006 19:36:48 +0000 Subject: updating help and usage and license git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1434 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/gethostbyname.c | 55 +++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 22 deletions(-) (limited to 'plugins/gethostbyname.c') diff --git a/plugins/gethostbyname.c b/plugins/gethostbyname.c index d1b768bc..c8f39edc 100644 --- a/plugins/gethostbyname.c +++ b/plugins/gethostbyname.c @@ -1,25 +1,36 @@ -/* - * This file is a ghastly hack because nobody can agree on - * gethostbyname_r()'s prototype. - * - * Copyright (C) 2001,2002 Brian Stafford - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id$ - */ +/****************************************************************************** +* +* Nagios gethostbyname_r()'s prototype. +* +* License: GPL +* Copyright (C) 2001,2002 Brian Stafford +* +* Last Modified: $Date$ +* +* Description: +* +* This file is a ghastly hack because nobody can agree on +* gethostbyname_r()'s prototype. +* +* License Information: +* +* 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., 675 Mass Ave, Cambridge, MA 02139, USA. +* +* $Id$ +* +*****************************************************************************/ #ifdef HAVE_CONFIG_H #include -- cgit v1.2.3-74-g34f1