From 4a04d60ae569a9112b3501acc0d0f0f833ce64fd Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 6 Jan 2008 15:49:38 +0000 Subject: * $Date$ keyword removed to avoid inclusion of locale dependent string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell/builtin-command.rb | 1 - lib/shell/command-processor.rb | 1 - lib/shell/error.rb | 1 - lib/shell/filter.rb | 1 - lib/shell/process-controller.rb | 1 - lib/shell/system-command.rb | 1 - lib/shell/version.rb | 1 - 7 files changed, 7 deletions(-) (limited to 'lib/shell') diff --git a/lib/shell/builtin-command.rb b/lib/shell/builtin-command.rb index cfdbc046a..b65056de0 100644 --- a/lib/shell/builtin-command.rb +++ b/lib/shell/builtin-command.rb @@ -2,7 +2,6 @@ # shell/builtin-command.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/command-processor.rb b/lib/shell/command-processor.rb index f5e8713c3..b7b58bb61 100644 --- a/lib/shell/command-processor.rb +++ b/lib/shell/command-processor.rb @@ -2,7 +2,6 @@ # shell/command-controller.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/error.rb b/lib/shell/error.rb index 97df30b3c..8bb96c22d 100644 --- a/lib/shell/error.rb +++ b/lib/shell/error.rb @@ -2,7 +2,6 @@ # shell/error.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/filter.rb b/lib/shell/filter.rb index 0ec967e69..3bb683db2 100644 --- a/lib/shell/filter.rb +++ b/lib/shell/filter.rb @@ -2,7 +2,6 @@ # shell/filter.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/process-controller.rb b/lib/shell/process-controller.rb index c38d8bc98..083a5dca9 100644 --- a/lib/shell/process-controller.rb +++ b/lib/shell/process-controller.rb @@ -2,7 +2,6 @@ # shell/process-controller.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/system-command.rb b/lib/shell/system-command.rb index 4bf4f2b86..da5d4cb89 100644 --- a/lib/shell/system-command.rb +++ b/lib/shell/system-command.rb @@ -2,7 +2,6 @@ # shell/system-command.rb - # $Release Version: 0.7 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/shell/version.rb b/lib/shell/version.rb index e40aa03ab..dd50b06d5 100644 --- a/lib/shell/version.rb +++ b/lib/shell/version.rb @@ -2,7 +2,6 @@ # version.rb - shell version definition file # $Release Version: 0.7$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- -- cgit