aboutsummaryrefslogtreecommitdiff
path: root/plugins/gethostbyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gethostbyname.c')
-rw-r--r--plugins/gethostbyname.c55
1 files changed, 33 insertions, 22 deletions
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 <brian@stafford.uklinux.net>
- *
- * 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 <brian@stafford.uklinux.net>
+*
+* 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 <config.h>