From 7d77d753c6c9131ba63313d2154658eb6b7815e5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 31 Mar 2014 12:22:59 +0200 Subject: Continue to remove $Id$ from top of file (Using sed :sed -i '/^\/\* \$Id\$ \*\//,+0 d') ( /* $Id */ ) Change-Id: I46e928d7f2a307c35876ed5d34cb6b7cccfcd6e9 Reviewed-on: https://code.wireshark.org/review/886 Reviewed-by: Anders Broman --- tools/lemon/cppmagic.h | 1 - tools/lemon/lemonflex-head.inc | 1 - tools/lemon/lemonflex-tail.inc | 1 - 3 files changed, 3 deletions(-) (limited to 'tools/lemon') diff --git a/tools/lemon/cppmagic.h b/tools/lemon/cppmagic.h index 7efd066acc..ea45018567 100644 --- a/tools/lemon/cppmagic.h +++ b/tools/lemon/cppmagic.h @@ -1,4 +1,3 @@ -/* $Id$ */ /**************************************** CPP definitions ***************/ diff --git a/tools/lemon/lemonflex-head.inc b/tools/lemon/lemonflex-head.inc index 194579ff26..e6350caae3 100644 --- a/tools/lemon/lemonflex-head.inc +++ b/tools/lemon/lemonflex-head.inc @@ -1,4 +1,3 @@ -/* $Id$ */ /* This file is #include'd at the top of a Lex/Flex scanner for use with the Lemon parser. You must have #define'd: diff --git a/tools/lemon/lemonflex-tail.inc b/tools/lemon/lemonflex-tail.inc index 325f829cdd..805cd16c62 100644 --- a/tools/lemon/lemonflex-tail.inc +++ b/tools/lemon/lemonflex-tail.inc @@ -1,4 +1,3 @@ -/* $Id$ */ /* This file is #include'd at the bottom of a Lex/Flex scanner for use with the Lemon parser. You must have #define'd: -- cgit v1.2.1