forgot to add the (c) notice
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Jul 2005 21:41:47 +0000 (21:41 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Jul 2005 21:41:47 +0000 (21:41 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14928 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-radius.h
epan/radius_dict.l

index 437660e2c361cc737bd215a6132e602ebb0b59da..f7bda03c89152906a1b62d51d760787c1026da94 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * packet-radius.c
+ *
+ * Definitions for RADIUS packet disassembly
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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.
+ */
 
 typedef struct _radius_vendor_info_t {
        gchar *name;
index 1ff238c7384cde91a6d0961107950aabe219a465..4bac0b3a7f411d147d6ab89295312a16b165ac86 100644 (file)
@@ -8,6 +8,32 @@
 %option outfile="radius_dict.c"
 
 %{
+       /* packet-radius.c
+       *
+       * RADIUS dictionary parser
+       *
+       * $Id$
+       *
+       * Ethereal - Network traffic analyzer
+       * By Gerald Combs <gerald@ethereal.com>
+       * 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.
+       *
+       */
+       
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif