From 792fde0d169230910f1f62cb25071aee1d1b4342 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 7 Mar 2006 11:32:42 +0000 Subject: File header changed --- nanohttp/nanohttp-ssl.c | 49 +++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 26 deletions(-) (limited to 'nanohttp/nanohttp-ssl.c') diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c index a365e64..1c0fe0e 100644 --- a/nanohttp/nanohttp-ssl.c +++ b/nanohttp/nanohttp-ssl.c @@ -1,29 +1,26 @@ -/************************************************************************* - * $Id: nanohttp-ssl.c,v 1.18 2006/03/06 13:37:38 m0gg Exp $ - * - * CSOAP Project: A http client/server library in C - * Copyright (C) 2001-2005 Rochester Institute of Technology - * - * 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 - */ - -/* - * Author: Matt Campbell - * Descrip: SSL connection routines - */ - +/****************************************************************** +* $Id: nanohttp-ssl.c,v 1.19 2006/03/07 11:32:42 m0gg Exp $ +* +* CSOAP Project: A http client/server library in C +* Copyright (C) 2001-2005 Rochester Institute of Technology +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU Library General Public +* License as published by the Free Software Foundation; either +* version 2 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 +* Library General Public License for more details. +* +* You should have received a copy of the GNU Library 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. +* +* Author: Matt Campbell +******************************************************************/ #ifdef HAVE_CONFIG_H #include #endif -- cgit v1.1-32-gdbae