diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2006-09-21 00:58:22 +0000 |
---|---|---|
committer | Chris Kuethe <chris.kuethe@gmail.com> | 2006-09-21 00:58:22 +0000 |
commit | afffa0eaf69d0706e4379eb4bdc30acf02d40a85 (patch) | |
tree | d842bc53e9568719c6cb0ff24701b4c2c5814321 /invert-bitfields.pl | |
parent | 066e759cc0af5e7875dba08ddac5a75d9d70e0ce (diff) | |
download | gpsd-afffa0eaf69d0706e4379eb4bdc30acf02d40a85.tar.gz |
Add subversion ID tags near the beginning of every file.
First line where possible, second line for scripts called with #!
Diffstat (limited to 'invert-bitfields.pl')
-rw-r--r-- | invert-bitfields.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invert-bitfields.pl b/invert-bitfields.pl index 64f77eb0..675c6b0e 100644 --- a/invert-bitfields.pl +++ b/invert-bitfields.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id$ ############################################################################### ## ## ## File: invert-bitfields.pl ## @@ -9,7 +10,6 @@ ## Copyright (c) 2005 Wolfgang S. Rupprecht. ## ## All rights reserved. ## ## ## -## $Id: invert-bitfields.pl,v 1.1 2005/07/25 09:21:19 wolfgang Exp $ ############################################################################### $inside = 0; |