From fce2aea78529734aab208e6ed6ea24e57b5262eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 11 Jun 2009 10:07:57 +0000 Subject: Add standard file heading. svn path=/trunk/; revision=28692 --- epan/exceptions.h | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'epan/exceptions.h') diff --git a/epan/exceptions.h b/epan/exceptions.h index 5efbdc9c5d..a85988398f 100644 --- a/epan/exceptions.h +++ b/epan/exceptions.h @@ -1,8 +1,30 @@ +/* exceptions.h + * Wireshark's exceptions. + * + * $Id$ + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef __EXCEPTIONS_H__ #define __EXCEPTIONS_H__ -/* $Id $ */ - #ifndef XCEPT_H #include "except.h" #endif @@ -10,8 +32,6 @@ /* Wireshark has only one exception group, to make these macros simple */ #define XCEPT_GROUP_WIRESHARK 1 -/* Wireshark's exceptions */ - /** Index is out of range. An attempt was made to read past the end of a buffer. -- cgit v1.2.1