From fafb8ead9d68b671f754c8c5089f127058dc6916 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 30 Jan 2008 09:33:43 +0000 Subject: Bump /lib to GPLv3 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c --- lib/utils_tcp.c | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'lib/utils_tcp.c') diff --git a/lib/utils_tcp.c b/lib/utils_tcp.c index 2fefaf3c..d3475d3d 100644 --- a/lib/utils_tcp.c +++ b/lib/utils_tcp.c @@ -1,33 +1,32 @@ -/**************************************************************************** -* Utils for check_tcp -* +/***************************************************************************** +* +* Library for check_tcp +* * License: GPL * Copyright (c) 1999-2007 nagios-plugins team -* +* * Last Modified: $Date$ -* +* * Description: -* +* * This file contains utilities for check_tcp. These are tested by libtap -* -* License Information: -* -* This program is free software; you can redistribute it and/or modify +* +* +* 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 +* the Free Software Foundation, either version 3 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. -* +* along with this program. If not, see . +* * $Id$ -* +* *****************************************************************************/ #include "common.h" -- cgit v1.2.3