Remove $Id$ in wslua

Change-Id: I01052bb4c41a17e8289cc7ed1b465042c23b6d82
Reviewed-on: https://code.wireshark.org/review/957
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-04-04 08:49:11 +02:00 committed by Anders Broman
parent 131bba88c5
commit 196677514c
3 changed files with 1 additions and 4 deletions

View File

@ -6,8 +6,6 @@
*
* (c) 2014, Hadriel Kaplan <hadrielk@yahoo.com>
*
* $Id: wslua_file.c 47903 2013-02-26 15:10:28Z hadrielk $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,5 @@
/*
* A Lua userdata object for 64-bit signed/unsigned integers.
* $Id: wslua_int64.c,v 1.0 2013/03/31 02:08:32 hadrielk Exp $
*
* I, Hadriel Kaplan, the author of wslua_int6464.c, wish to put it in
* the Public Domain. That is not universally accepted, however,

View File

@ -1,5 +1,5 @@
/*
* wslua_internals.c
* wslua_internals.c
*
* Wireshark's interface to the Lua Programming Language
*