summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/CMakeLists.txt2
-rw-r--r--ui/Makefile.am2
-rw-r--r--ui/Makefile.common2
-rw-r--r--ui/Makefile.nmake1
-rw-r--r--ui/cli/Makefile.am2
-rw-r--r--ui/cli/Makefile.common2
-rw-r--r--ui/cli/Makefile.nmake1
-rw-r--r--ui/doxygen.cfg.in1
-rw-r--r--ui/gtk/CMakeLists.txt2
-rw-r--r--ui/gtk/Makefile.am2
-rw-r--r--ui/gtk/Makefile.common2
-rw-r--r--ui/gtk/Makefile.nmake1
-rw-r--r--ui/gtk/Makefile_custom.common3
-rw-r--r--ui/gtk/doxygen.cfg.in1
-rw-r--r--ui/qt/CMakeLists.txt2
-rw-r--r--ui/qt/Makefile.am2
-rw-r--r--ui/qt/Makefile.common2
-rw-r--r--ui/qt/Makefile_custom.common3
-rw-r--r--ui/qt/QtShark.pro2
-rw-r--r--ui/qt/doxygen.cfg.in1
-rw-r--r--ui/win32/Makefile.nmake1
-rw-r--r--ui/win32/settings.ini1
22 files changed, 2 insertions, 36 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 07f9aea0be..4669281b75 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/Makefile.am b/ui/Makefile.am
index a1f14cd73e..9cff88f696 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -2,8 +2,6 @@
# Automake file for the common-to-all-toolkits user interface routines
# for Wireshark
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 8813ad9f69..38a521cd53 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -3,8 +3,6 @@
# a) common to both files and
# b) portable between both files
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index 7613b81b84..db5dd1c9f4 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -1,7 +1,6 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
include ..\config.nmake
include ..\Makefile.nmake.inc
diff --git a/ui/cli/Makefile.am b/ui/cli/Makefile.am
index 4b5231d9ed..c6b4a7b8ae 100644
--- a/ui/cli/Makefile.am
+++ b/ui/cli/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for the TShark taps
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/cli/Makefile.common b/ui/cli/Makefile.common
index 99359c920a..fca2671bca 100644
--- a/ui/cli/Makefile.common
+++ b/ui/cli/Makefile.common
@@ -3,8 +3,6 @@
# a) common to both files and
# b) portable between both files
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/cli/Makefile.nmake b/ui/cli/Makefile.nmake
index 09f9eb8d48..2fe092f7a8 100644
--- a/ui/cli/Makefile.nmake
+++ b/ui/cli/Makefile.nmake
@@ -1,7 +1,6 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
include ..\..\config.nmake
include ..\..\Makefile.nmake.inc
diff --git a/ui/doxygen.cfg.in b/ui/doxygen.cfg.in
index 3fe5d5f6d8..c0f8e81a42 100644
--- a/ui/doxygen.cfg.in
+++ b/ui/doxygen.cfg.in
@@ -1,4 +1,3 @@
-# $Id$
# @configure_input@
@INCLUDE = ../doxygen_global.cfg
diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt
index c7db46caea..48fc8e4100 100644
--- a/ui/gtk/CMakeLists.txt
+++ b/ui/gtk/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index d280ff9127..d79ba79013 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for the GTK interface routines for Wireshark
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index 0012d17885..3c08706251 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -3,8 +3,6 @@
# a) common to both files and
# b) portable between both files
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index e75c6b8d39..835ab0f881 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -1,7 +1,6 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
include ..\..\config.nmake
include ..\..\Makefile.nmake.inc
diff --git a/ui/gtk/Makefile_custom.common b/ui/gtk/Makefile_custom.common
index 539b3f3b8f..8f9c9b389f 100644
--- a/ui/gtk/Makefile_custom.common
+++ b/ui/gtk/Makefile_custom.common
@@ -1,5 +1,4 @@
-#
-# $Id$
+#
# You can add custom GUI files here
#
diff --git a/ui/gtk/doxygen.cfg.in b/ui/gtk/doxygen.cfg.in
index 1c35061a20..700aa6645f 100644
--- a/ui/gtk/doxygen.cfg.in
+++ b/ui/gtk/doxygen.cfg.in
@@ -1,4 +1,3 @@
-# $Id$
# @configure_input@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index 581507d2bb..45723eda51 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 2c8820af97..2bb27aead7 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for the Qt interface routines for Wireshark
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 8094f9cf34..3581dbe409 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -3,8 +3,6 @@
# a) common to both files and
# b) portable between both files
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/qt/Makefile_custom.common b/ui/qt/Makefile_custom.common
index a037d2dd48..ec8e7496a8 100644
--- a/ui/qt/Makefile_custom.common
+++ b/ui/qt/Makefile_custom.common
@@ -1,5 +1,4 @@
-#
-# $Id$
+#
# You can add custom GUI files here
#
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index ebb35c97c0..c8bb097905 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -4,8 +4,6 @@
#
#-------------------------------------------------
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/ui/qt/doxygen.cfg.in b/ui/qt/doxygen.cfg.in
index e7d46be39b..d4e63ab8a8 100644
--- a/ui/qt/doxygen.cfg.in
+++ b/ui/qt/doxygen.cfg.in
@@ -1,4 +1,3 @@
-# $Id$
# @configure_input@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
diff --git a/ui/win32/Makefile.nmake b/ui/win32/Makefile.nmake
index ec60facd3d..ecd6a1d6bf 100644
--- a/ui/win32/Makefile.nmake
+++ b/ui/win32/Makefile.nmake
@@ -1,7 +1,6 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
include ..\..\config.nmake
include ..\..\Makefile.nmake.inc
diff --git a/ui/win32/settings.ini b/ui/win32/settings.ini
index 073ebb62ed..af41c6f7e5 100644
--- a/ui/win32/settings.ini
+++ b/ui/win32/settings.ini
@@ -1,4 +1,3 @@
-# $Id$
[Settings]
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
# disable images in buttons.