From 207cedd928803ada0b8bce5b67e364e3433a1fda Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 24 Oct 2013 12:41:27 +0000 Subject: From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8818 Add correct license headers, $Id$ fields and modelines to the common dwarf files. svn path=/trunk/; revision=52813 --- epan/dwarf.c | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'epan/dwarf.c') diff --git a/epan/dwarf.c b/epan/dwarf.c index 435328d6c0..9e8b9e252d 100644 --- a/epan/dwarf.c +++ b/epan/dwarf.c @@ -1,3 +1,27 @@ +/* dwarf.c + * Common DWARF parts + * + * $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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "config.h" #include @@ -43,3 +67,16 @@ dissect_leb128(tvbuff_t *tvb, gint offset, gint64 *value) return offset - start_offset; } + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ -- cgit v1.2.1