aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 14:16:15 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 15:59:51 +0000
commit3170f2e41817c0beb93be40bdaa93197f3a1d6bf (patch)
tree59e238789a5c972fe7f90fd86f1eb89351cf8648
parentd0edbd31eb33c9795714920e2bb0fbec4029f4c1 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') (Double space between star and $Id$) Change-Id: If9b8f345e3b6493de0b573600e60005c8b0b33c3 Reviewed-on: https://code.wireshark.org/review/877 Reviewed-by: Evan Huus <eapache@gmail.com>
-rw-r--r--epan/uat-int.h2
-rw-r--r--epan/uat.h2
-rw-r--r--ui/gtk/uat_gui.c2
-rw-r--r--ui/gtk/uat_gui.h2
-rw-r--r--wsutil/airpdcap_wep.c2
-rw-r--r--wsutil/sha1.c2
-rw-r--r--wsutil/sha1.h2
7 files changed, 0 insertions, 14 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index 0c65bc9f23..e797f3bee7 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -1,8 +1,6 @@
/*
* uat-int.h
*
- * $Id$
- *
* User Accessible Tables
* Mantain an array of user accessible data strucures
* Internal interface
diff --git a/epan/uat.h b/epan/uat.h
index de0525b728..3c8c6dda91 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -1,8 +1,6 @@
/*
* uat.h
*
- * $Id$
- *
* User Accessible Tables
* Mantain an array of user accessible data strucures
*
diff --git a/ui/gtk/uat_gui.c b/ui/gtk/uat_gui.c
index db36a02e7f..c0bca303b8 100644
--- a/ui/gtk/uat_gui.c
+++ b/ui/gtk/uat_gui.c
@@ -1,8 +1,6 @@
/*
* uat_gui.c
*
- * $Id$
- *
* User Accessible Tables GUI
* Mantain an array of user accessible data strucures
*
diff --git a/ui/gtk/uat_gui.h b/ui/gtk/uat_gui.h
index f60a4e865f..269a1bda49 100644
--- a/ui/gtk/uat_gui.h
+++ b/ui/gtk/uat_gui.h
@@ -1,8 +1,6 @@
/*
* uat_gui.h
*
- * $Id$
- *
* User Accessible Tables GUI
* Mantain an array of user accessible data strucures
*
diff --git a/wsutil/airpdcap_wep.c b/wsutil/airpdcap_wep.c
index 2ff4ca12b6..d0993a0bd6 100644
--- a/wsutil/airpdcap_wep.c
+++ b/wsutil/airpdcap_wep.c
@@ -1,7 +1,5 @@
/* airpcap_wep.c
*
- * $Id$
- *
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
* Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.
diff --git a/wsutil/sha1.c b/wsutil/sha1.c
index 98ad368351..fcafd2b743 100644
--- a/wsutil/sha1.c
+++ b/wsutil/sha1.c
@@ -1,8 +1,6 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
- * $Id$
- *
* Copyright (C) 2001-2003 Christophe Devine
* Copyright (C) 2012 Chris Elston, Katalix Systems Ltd <celston@katalix.com>
*
diff --git a/wsutil/sha1.h b/wsutil/sha1.h
index 5a558c9f78..f4f9d86a1c 100644
--- a/wsutil/sha1.h
+++ b/wsutil/sha1.h
@@ -1,8 +1,6 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
- * $Id$
- *
* Copyright (C) 2001-2003 Christophe Devine
* Copyright (C) 2012 Chris Elston, Katalix Systems Ltd <celston@katalix.com>
*