aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aclocal-fallback/glib-2.0.m41
-rw-r--r--aclocal-fallback/libgcrypt.m41
-rw-r--r--aclocal-fallback/libsmi.m41
-rw-r--r--asn1/cmip/CMIP-A-ASSOCIATE-Information.asn1
-rw-r--r--cmake/modules/readme.txt6
-rw-r--r--doc/README.python2
-rw-r--r--echld/Makefile.am2
-rw-r--r--echld/Makefile.common2
-rw-r--r--echld/Makefile.nmake2
-rw-r--r--packaging/macosx/Makefile.am2
-rw-r--r--tools/lemon/CMakeLists.txt2
-rwxr-xr-xtools/svnadd2
12 files changed, 15 insertions, 9 deletions
diff --git a/aclocal-fallback/glib-2.0.m4 b/aclocal-fallback/glib-2.0.m4
index 13a3ce68fa..81467eade2 100644
--- a/aclocal-fallback/glib-2.0.m4
+++ b/aclocal-fallback/glib-2.0.m4
@@ -1,5 +1,6 @@
# Configure paths for GLIB
# Owen Taylor 1997-2001
+# $Id$
dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject or
diff --git a/aclocal-fallback/libgcrypt.m4 b/aclocal-fallback/libgcrypt.m4
index 20bd105561..018b9294d6 100644
--- a/aclocal-fallback/libgcrypt.m4
+++ b/aclocal-fallback/libgcrypt.m4
@@ -1,5 +1,6 @@
dnl Autoconf macros for libgcrypt
dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+dnl $Id$
dnl
dnl This file is free software; as a special exception the author gives
dnl unlimited permission to copy and/or distribute it, with or without
diff --git a/aclocal-fallback/libsmi.m4 b/aclocal-fallback/libsmi.m4
index 4019528f1f..69e8d74158 100644
--- a/aclocal-fallback/libsmi.m4
+++ b/aclocal-fallback/libsmi.m4
@@ -1,5 +1,6 @@
# Configure paths for libsmi
# Shamelessly stolen from http://autoconf-archive.cryp.to/ax_lib_sqlite3.html
+# $Id$
# Synopsis: AX_LIBSMI([minimum library version])
# The default minimum library version is 2
diff --git a/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn b/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
index 0516dd5e8f..46d07871d4 100644
--- a/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
+++ b/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
@@ -1,3 +1,4 @@
+-- $Id$
-- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997)
CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
aAssociateUserInfo(1)} DEFINITIONS ::=
diff --git a/cmake/modules/readme.txt b/cmake/modules/readme.txt
index a46d3fe40f..e0d4568fa4 100644
--- a/cmake/modules/readme.txt
+++ b/cmake/modules/readme.txt
@@ -1,3 +1,3 @@
-The following modules have been copied from CMake trunk _without_ modifications:
-
-* FindZLIB.cmake
+The following modules have been copied from CMake trunk _without_ modifications:
+
+* FindZLIB.cmake
diff --git a/doc/README.python b/doc/README.python
index 4e72199858..284122e23d 100644
--- a/doc/README.python
+++ b/doc/README.python
@@ -9,7 +9,7 @@ FILE
DESCRIPTION
# wspy_dissector.py
#
- # $Id: $
+ # $Id$
#
# Wireshark Protocol Python Binding
#
diff --git a/echld/Makefile.am b/echld/Makefile.am
index 12e91f7eb0..11e90dc565 100644
--- a/echld/Makefile.am
+++ b/echld/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am 48716 2013-04-03 07:38:44Z guy $
+# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
diff --git a/echld/Makefile.common b/echld/Makefile.common
index bc4b709142..bcba50a851 100644
--- a/echld/Makefile.common
+++ b/echld/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common 47104 2013-01-15 21:54:41Z guy $
+# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
diff --git a/echld/Makefile.nmake b/echld/Makefile.nmake
index 15798f9d9b..bfa73d4230 100644
--- a/echld/Makefile.nmake
+++ b/echld/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake 47938 2013-02-28 14:09:46Z rbalint $
+# $Id$
include ..\config.nmake
include <win32.mak>
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 0889ee2431..791f0b793c 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -1,4 +1,6 @@
#
+# $Id$
+#
# This was disabled at one point, since the contents of the
# Clearlooks-Quicksilver-OSX directory exceed the 99-character file
# name limit imposed by the old tar format. We now use ustar format,
diff --git a/tools/lemon/CMakeLists.txt b/tools/lemon/CMakeLists.txt
index 0c806186e5..1ad31e1af1 100644
--- a/tools/lemon/CMakeLists.txt
+++ b/tools/lemon/CMakeLists.txt
@@ -1,6 +1,6 @@
# CMakeLists.txt
#
-# $Id: CMakeLists.txt 30460 2009-10-10 05:35:21Z krj $
+# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
diff --git a/tools/svnadd b/tools/svnadd
index 1385d19cad..f2a7fe60be 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -84,7 +84,7 @@ do
svn ps svn:eol-style native $file
svn ps svn:executable '*' $file
;;
- *) # includes *.dtd|*.c|*.h|*.cpp
+ *) # includes *.dtd|*.c|*.h|*.cpp|*.m4|*.asn
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file
;;