diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:33:43 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 09:33:43 +0000 |
| commit | fafb8ead9d68b671f754c8c5089f127058dc6916 (patch) | |
| tree | 6ea058bad0e65de9d4cefb4eb70eeaed79565924 /lib/utils_tcp.c | |
| parent | 60b672d49687b71400275bab010fe779a71c9345 (diff) | |
| download | monitoring-plugins-fafb8ead9d68b671f754c8c5089f127058dc6916.tar.gz | |
Bump /lib to GPLv3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_tcp.c')
| -rw-r--r-- | lib/utils_tcp.c | 33 |
1 files changed, 16 insertions, 17 deletions
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 @@ | |||
| 1 | /**************************************************************************** | 1 | /***************************************************************************** |
| 2 | * Utils for check_tcp | 2 | * |
| 3 | * | 3 | * Library for check_tcp |
| 4 | * | ||
| 4 | * License: GPL | 5 | * License: GPL |
| 5 | * Copyright (c) 1999-2007 nagios-plugins team | 6 | * Copyright (c) 1999-2007 nagios-plugins team |
| 6 | * | 7 | * |
| 7 | * Last Modified: $Date$ | 8 | * Last Modified: $Date$ |
| 8 | * | 9 | * |
| 9 | * Description: | 10 | * Description: |
| 10 | * | 11 | * |
| 11 | * This file contains utilities for check_tcp. These are tested by libtap | 12 | * This file contains utilities for check_tcp. These are tested by libtap |
| 12 | * | 13 | * |
| 13 | * License Information: | 14 | * |
| 14 | * | 15 | * This program is free software: you can redistribute it and/or modify |
| 15 | * This program is free software; you can redistribute it and/or modify | ||
| 16 | * it under the terms of the GNU General Public License as published by | 16 | * it under the terms of the GNU General Public License as published by |
| 17 | * the Free Software Foundation; either version 2 of the License, or | 17 | * the Free Software Foundation, either version 3 of the License, or |
| 18 | * (at your option) any later version. | 18 | * (at your option) any later version. |
| 19 | * | 19 | * |
| 20 | * This program is distributed in the hope that it will be useful, | 20 | * This program is distributed in the hope that it will be useful, |
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | * GNU General Public License for more details. | 23 | * GNU General Public License for more details. |
| 24 | * | 24 | * |
| 25 | * You should have received a copy of the GNU General Public License | 25 | * You should have received a copy of the GNU General Public License |
| 26 | * along with this program; if not, write to the Free Software | 26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 27 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 27 | * |
| 28 | * | ||
| 29 | * $Id$ | 28 | * $Id$ |
| 30 | * | 29 | * |
| 31 | *****************************************************************************/ | 30 | *****************************************************************************/ |
| 32 | 31 | ||
| 33 | #include "common.h" | 32 | #include "common.h" |
