aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua/packet-lua.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-01-24 00:04:53 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-01-24 00:04:53 +0000
commitda9e0c68313aff629b50f89d2b87276e8fa088ef (patch)
tree7a78ab1c61d9a95ac4184b1a8087815f1d07386c /plugins/lua/packet-lua.h
parentb8e53a60b3aab58e43b64e6142a6658c2f9ef593 (diff)
I forgot the Licence!
set svn:keywords Id on source svn path=/trunk/; revision=17088
Diffstat (limited to 'plugins/lua/packet-lua.h')
-rw-r--r--plugins/lua/packet-lua.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/lua/packet-lua.h b/plugins/lua/packet-lua.h
index 6d32220ba9..a9f1a072a9 100644
--- a/plugins/lua/packet-lua.h
+++ b/plugins/lua/packet-lua.h
@@ -1,3 +1,30 @@
+/*
+ * packet-lua.h
+ *
+ * Ethereal's interface to the Lua Programming Language
+ *
+ * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ *
+ * $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.
+ */
#ifndef _PACKET_LUA_H
#define _PACKET_LUA_H