aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-19 00:47:34 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-18 23:51:34 +0000
commit153793aaa807aa52bec747ef3822bdcd81d03a7c (patch)
treedb788b8c052d2502733450428347dab6e59423a4 /epan
parent4d1e1e7876a811d2c8720009ae1261a7701a1fc2 (diff)
Remove svn $Id$ keyword in Lua scripts
Change-Id: I5c5f8659338aed36ba020a771a8b8222f2f7e025 Reviewed-on: https://code.wireshark.org/review/2416 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/wslua/console.lua2
-rw-r--r--epan/wslua/dtd_gen.lua2
-rw-r--r--epan/wslua/template-init.lua2
3 files changed, 0 insertions, 6 deletions
diff --git a/epan/wslua/console.lua b/epan/wslua/console.lua
index ae065640ea..eeaf563c3d 100644
--- a/epan/wslua/console.lua
+++ b/epan/wslua/console.lua
@@ -3,8 +3,6 @@
--
-- (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
--
--- $Id$
---
-- Wireshark - Network traffic analyzer
-- By Gerald Combs <gerald@wireshark.org>
-- Copyright 1998 Gerald Combs
diff --git a/epan/wslua/dtd_gen.lua b/epan/wslua/dtd_gen.lua
index 7433874fa7..52d914aded 100644
--- a/epan/wslua/dtd_gen.lua
+++ b/epan/wslua/dtd_gen.lua
@@ -4,8 +4,6 @@
--
-- (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
--
--- $Id$
---
-- Wireshark - Network traffic analyzer
-- By Gerald Combs <gerald@wireshark.org>
-- Copyright 1998 Gerald Combs
diff --git a/epan/wslua/template-init.lua b/epan/wslua/template-init.lua
index 3fe2acaf1e..213ceb6572 100644
--- a/epan/wslua/template-init.lua
+++ b/epan/wslua/template-init.lua
@@ -5,8 +5,6 @@
-- This file is going to be executed before any other lua script.
-- It can be used to load libraries, disable functions and more.
--
--- $Id$
---
-- Wireshark - Network traffic analyzer
-- By Gerald Combs <gerald@wireshark.org>
-- Copyright 1998 Gerald Combs