diff options
Diffstat (limited to 'src/http-message.h')
-rw-r--r-- | src/http-message.h | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/src/http-message.h b/src/http-message.h index 0423384..36c5cc3 100644 --- a/src/http-message.h +++ b/src/http-message.h @@ -1,6 +1,22 @@ -/* $Id: http-message.h,v 1.3 2005-08-15 03:54:31 rjkaes Exp $ +/* tinyproxy - A fast light-weight HTTP proxy + * Copyright (C) 2003 Robert James Kaes <rjkaes@users.sourceforge.net> * - * HTTP Message API + * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* HTTP Message API * ---------------- * The idea behind this application programming interface (API) is to * represent an HTTP response message as a concrete entity. The API @@ -26,18 +42,6 @@ * http_message_t out of the calling function since the stack * allocated memory referenced by the http_message_t will no long * exist.) - * - * Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net) - * - * 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, 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. */ #ifndef _TINYPROXY_HTTP_MESSAGE_H_ |