More SVN properties cleanup.

svn path=/trunk/; revision=52884
This commit is contained in:
Jeff Morriss 2013-10-27 01:11:15 +00:00
parent bb36a25089
commit 0690c4f490
12 changed files with 15 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 ::=

View File

@ -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

View File

@ -9,7 +9,7 @@ FILE
DESCRIPTION
# wspy_dissector.py
#
# $Id: $
# $Id$
#
# Wireshark Protocol Python Binding
#

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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,

View File

@ -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>

View File

@ -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
;;