diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
commit | 6cdef2dc7e8a4098727de5befff8b2496fa71430 (patch) | |
tree | 9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib/shell | |
parent | f38cc001a7ca64f7f613b5021b1714a2ee3318cb (diff) | |
download | ruby-6cdef2dc7e8a4098727de5befff8b2496fa71430.tar.gz |
* $Date$ keyword removed to avoid inclusion of locale dependent
string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell')
-rw-r--r-- | lib/shell/builtin-command.rb | 1 | ||||
-rw-r--r-- | lib/shell/command-processor.rb | 1 | ||||
-rw-r--r-- | lib/shell/error.rb | 1 | ||||
-rw-r--r-- | lib/shell/filter.rb | 1 | ||||
-rw-r--r-- | lib/shell/process-controller.rb | 1 | ||||
-rw-r--r-- | lib/shell/system-command.rb | 1 | ||||
-rw-r--r-- | lib/shell/version.rb | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/lib/shell/builtin-command.rb b/lib/shell/builtin-command.rb index cfdbc046aa..b65056de0f 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 f5e8713c34..b7b58bb618 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 97df30b3c2..8bb96c22da 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 0ec967e691..3bb683db22 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 c38d8bc987..083a5dca9d 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 4bf4f2b86a..da5d4cb898 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 e40aa03abb..dd50b06d55 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) # # -- |