From 96e0398fc6e3d3dbe8a9d1bd0dbad3f2cf9d9a77 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 1 Feb 2001 20:31:21 +0000 Subject: Grumble, grumble. I forgot to add the license comment at the top of these files. svn path=/trunk/; revision=2968 --- epan/dfilter/dfvm.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'epan/dfilter/dfvm.c') diff --git a/epan/dfilter/dfvm.c b/epan/dfilter/dfvm.c index bf8bfe8e17..b5c4e40453 100644 --- a/epan/dfilter/dfvm.c +++ b/epan/dfilter/dfvm.c @@ -1,3 +1,26 @@ +/* + * $Id: dfvm.c,v 1.2 2001/02/01 20:31:18 gram Exp $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs + * Copyright 2001 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. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3