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 # Configure paths for GLIB
# Owen Taylor 1997-2001 # Owen Taylor 1997-2001
# $Id$
dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) 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 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 Autoconf macros for libgcrypt
dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc. dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
dnl $Id$
dnl dnl
dnl This file is free software; as a special exception the author gives 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 dnl unlimited permission to copy and/or distribute it, with or without

View File

@ -1,5 +1,6 @@
# Configure paths for libsmi # Configure paths for libsmi
# Shamelessly stolen from http://autoconf-archive.cryp.to/ax_lib_sqlite3.html # Shamelessly stolen from http://autoconf-archive.cryp.to/ax_lib_sqlite3.html
# $Id$
# Synopsis: AX_LIBSMI([minimum library version]) # Synopsis: AX_LIBSMI([minimum library version])
# The default minimum library version is 2 # The default minimum library version is 2

View File

@ -1,3 +1,4 @@
-- $Id$
-- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997) -- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997)
CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0) CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
aAssociateUserInfo(1)} DEFINITIONS ::= aAssociateUserInfo(1)} DEFINITIONS ::=

View File

@ -1,3 +1,3 @@
The following modules have been copied from CMake trunk _without_ modifications: The following modules have been copied from CMake trunk _without_ modifications:
* FindZLIB.cmake * FindZLIB.cmake

View File

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

View File

@ -1,6 +1,6 @@
# Makefile.am # Makefile.am
# #
# $Id: Makefile.am 48716 2013-04-03 07:38:44Z guy $ # $Id$
# #
# Wireshark - Network traffic analyzer # Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org> # By Gerald Combs <gerald@wireshark.org>

View File

@ -3,7 +3,7 @@
# a) common to both files and # a) common to both files and
# b) portable between both files # b) portable between both files
# #
# $Id: Makefile.common 47104 2013-01-15 21:54:41Z guy $ # $Id$
# #
# Wireshark - Network traffic analyzer # Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org> # By Gerald Combs <gerald@wireshark.org>

View File

@ -1,7 +1,7 @@
## Makefile for building wireshark.exe with Microsoft C and nmake ## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
# #
# $Id: Makefile.nmake 47938 2013-02-28 14:09:46Z rbalint $ # $Id$
include ..\config.nmake include ..\config.nmake
include <win32.mak> include <win32.mak>

View File

@ -1,4 +1,6 @@
# #
# $Id$
#
# This was disabled at one point, since the contents of the # This was disabled at one point, since the contents of the
# Clearlooks-Quicksilver-OSX directory exceed the 99-character file # Clearlooks-Quicksilver-OSX directory exceed the 99-character file
# name limit imposed by the old tar format. We now use ustar format, # name limit imposed by the old tar format. We now use ustar format,

View File

@ -1,6 +1,6 @@
# CMakeLists.txt # CMakeLists.txt
# #
# $Id: CMakeLists.txt 30460 2009-10-10 05:35:21Z krj $ # $Id$
# #
# Wireshark - Network traffic analyzer # Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org> # By Gerald Combs <gerald@wireshark.org>

View File

@ -84,7 +84,7 @@ do
svn ps svn:eol-style native $file svn ps svn:eol-style native $file
svn ps svn:executable '*' $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:keywords Id $file
svn ps svn:eol-style native $file svn ps svn:eol-style native $file
;; ;;