diff options
Diffstat (limited to '')
-rw-r--r-- | src/htmlerror.h | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/htmlerror.h b/src/htmlerror.h index 705faaa..63202b4 100644 --- a/src/htmlerror.h +++ b/src/htmlerror.h @@ -1,6 +1,19 @@ -/* $Id: htmlerror.h,v 1.1 2003-03-13 21:25:04 rjkaes Exp $ +/* $Id: htmlerror.h,v 1.2 2003-03-14 22:45:59 rjkaes Exp $ * - * Contains header declarations for the HTML error functions in htmlerror.c + * Contains header declarations for the HTML error functions in + * htmlerror.c + * + * Copyright (C) 2003 Steven Young <sdyoung@well.com> + * + * 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_HTMLERROR_H |