summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
commit4a04d60ae569a9112b3501acc0d0f0f833ce64fd (patch)
tree9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib
parent0ca1521bef49a550d35faf1f2466113ac1c69492 (diff)
downloadruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.tar.gz
ruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.tar.xz
ruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.zip
* $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
Diffstat (limited to 'lib')
-rw-r--r--lib/complex.rb1
-rw-r--r--lib/e2mmap.rb1
-rw-r--r--lib/forwardable.rb1
-rw-r--r--lib/irb.rb1
-rw-r--r--lib/irb/cmd/chws.rb1
-rw-r--r--lib/irb/cmd/fork.rb1
-rw-r--r--lib/irb/cmd/help.rb1
-rw-r--r--lib/irb/cmd/load.rb1
-rw-r--r--lib/irb/cmd/nop.rb1
-rw-r--r--lib/irb/cmd/pushws.rb1
-rw-r--r--lib/irb/cmd/subirb.rb1
-rw-r--r--lib/irb/completion.rb1
-rw-r--r--lib/irb/context.rb1
-rw-r--r--lib/irb/ext/change-ws.rb1
-rw-r--r--lib/irb/ext/history.rb1
-rw-r--r--lib/irb/ext/loader.rb1
-rw-r--r--lib/irb/ext/math-mode.rb1
-rw-r--r--lib/irb/ext/multi-irb.rb1
-rw-r--r--lib/irb/ext/save-history.rb1
-rw-r--r--lib/irb/ext/tracer.rb1
-rw-r--r--lib/irb/ext/use-loader.rb1
-rw-r--r--lib/irb/ext/workspaces.rb1
-rw-r--r--lib/irb/extend-command.rb1
-rw-r--r--lib/irb/frame.rb1
-rw-r--r--lib/irb/help.rb1
-rw-r--r--lib/irb/init.rb1
-rw-r--r--lib/irb/input-method.rb1
-rw-r--r--lib/irb/lc/error.rb1
-rw-r--r--lib/irb/lc/help-message1
-rw-r--r--lib/irb/lc/ja/error.rb1
-rw-r--r--lib/irb/lc/ja/help-message1
-rw-r--r--lib/irb/locale.rb1
-rw-r--r--lib/irb/notifier.rb1
-rw-r--r--lib/irb/output-method.rb1
-rw-r--r--lib/irb/ruby-lex.rb1
-rw-r--r--lib/irb/ruby-token.rb1
-rw-r--r--lib/irb/slex.rb1
-rw-r--r--lib/irb/version.rb1
-rw-r--r--lib/irb/workspace.rb1
-rw-r--r--lib/irb/ws-for-case-2.rb1
-rw-r--r--lib/irb/xmp.rb1
-rw-r--r--lib/mathn.rb1
-rw-r--r--lib/matrix.rb1
-rw-r--r--lib/mutex_m.rb1
-rw-r--r--lib/rational.rb1
-rw-r--r--lib/scanf.rb1
-rw-r--r--lib/shell.rb1
-rw-r--r--lib/shell/builtin-command.rb1
-rw-r--r--lib/shell/command-processor.rb1
-rw-r--r--lib/shell/error.rb1
-rw-r--r--lib/shell/filter.rb1
-rw-r--r--lib/shell/process-controller.rb1
-rw-r--r--lib/shell/system-command.rb1
-rw-r--r--lib/shell/version.rb1
-rw-r--r--lib/sync.rb1
-rw-r--r--lib/thread.rb1
-rw-r--r--lib/thwait.rb1
-rw-r--r--lib/tracer.rb1
58 files changed, 0 insertions, 58 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index 6b086661a..eb2d5d61d 100644
--- a/lib/complex.rb
+++ b/lib/complex.rb
@@ -2,7 +2,6 @@
# complex.rb -
# $Release Version: 0.5 $
# $Revision: 1.3 $
-# $Date: 1998/07/08 10:05:28 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# ----
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb
index 7d935b4c1..c8accadad 100644
--- a/lib/e2mmap.rb
+++ b/lib/e2mmap.rb
@@ -2,7 +2,6 @@
# e2mmap.rb - for ruby 1.1
# $Release Version: 2.0$
# $Revision: 1.10 $
-# $Date: 1999/02/17 12:33:17 $
# by Keiju ISHITSUKA
#
# --
diff --git a/lib/forwardable.rb b/lib/forwardable.rb
index 1889f4410..554244a47 100644
--- a/lib/forwardable.rb
+++ b/lib/forwardable.rb
@@ -2,7 +2,6 @@
# forwardable.rb -
# $Release Version: 1.1$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
# original definition by delegator.rb
# Revised by Daniel J. Berger with suggestions from Florian Gross.
diff --git a/lib/irb.rb b/lib/irb.rb
index 4c7a56da0..77a5f22eb 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -2,7 +2,6 @@
# irb.rb - irb main module
# $Release Version: 0.9.5 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb
index 88585b778..c2db7e5d9 100644
--- a/lib/irb/cmd/chws.rb
+++ b/lib/irb/cmd/chws.rb
@@ -2,7 +2,6 @@
# change-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb
index 2866b1373..6f4133c04 100644
--- a/lib/irb/cmd/fork.rb
+++ b/lib/irb/cmd/fork.rb
@@ -2,7 +2,6 @@
# fork.rb -
# $Release Version: 0.9.5 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb
index 3e8d1388e..8e0b0586f 100644
--- a/lib/irb/cmd/help.rb
+++ b/lib/irb/cmd/help.rb
@@ -2,7 +2,6 @@
# help.rb - helper using ri
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
#
# --
#
diff --git a/lib/irb/cmd/load.rb b/lib/irb/cmd/load.rb
index cbc5d91d0..cda9a053f 100644
--- a/lib/irb/cmd/load.rb
+++ b/lib/irb/cmd/load.rb
@@ -2,7 +2,6 @@
# load.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/nop.rb b/lib/irb/cmd/nop.rb
index aa553c959..0b68098d4 100644
--- a/lib/irb/cmd/nop.rb
+++ b/lib/irb/cmd/nop.rb
@@ -2,7 +2,6 @@
# nop.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb
index eddaeae63..b5b41501a 100644
--- a/lib/irb/cmd/pushws.rb
+++ b/lib/irb/cmd/pushws.rb
@@ -2,7 +2,6 @@
# change-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/cmd/subirb.rb b/lib/irb/cmd/subirb.rb
index 79d654b17..5eccf9f2c 100644
--- a/lib/irb/cmd/subirb.rb
+++ b/lib/irb/cmd/subirb.rb
@@ -3,7 +3,6 @@
# multi.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/completion.rb b/lib/irb/completion.rb
index a02937937..0db470db9 100644
--- a/lib/irb/completion.rb
+++ b/lib/irb/completion.rb
@@ -2,7 +2,6 @@
# irb/completor.rb -
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
# From Original Idea of shugo@ruby-lang.org
#
diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index d01bd4aef..b6ffaacb3 100644
--- a/lib/irb/context.rb
+++ b/lib/irb/context.rb
@@ -2,7 +2,6 @@
# irb/context.rb - irb context
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/change-ws.rb b/lib/irb/ext/change-ws.rb
index fff8f58fe..dd8f145b2 100644
--- a/lib/irb/ext/change-ws.rb
+++ b/lib/irb/ext/change-ws.rb
@@ -2,7 +2,6 @@
# irb/ext/cb.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb
index 40f8692e8..a12700ce1 100644
--- a/lib/irb/ext/history.rb
+++ b/lib/irb/ext/history.rb
@@ -2,7 +2,6 @@
# history.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index 837e2553a..2d4400cae 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -2,7 +2,6 @@
# loader.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/math-mode.rb b/lib/irb/ext/math-mode.rb
index bd443b96e..450a21eff 100644
--- a/lib/irb/ext/math-mode.rb
+++ b/lib/irb/ext/math-mode.rb
@@ -2,7 +2,6 @@
# math-mode.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/multi-irb.rb b/lib/irb/ext/multi-irb.rb
index 4589b1d55..9ad8f8b14 100644
--- a/lib/irb/ext/multi-irb.rb
+++ b/lib/irb/ext/multi-irb.rb
@@ -2,7 +2,6 @@
# irb/multi-irb.rb - multiple irb module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb
index 5260bfcdd..fdb0a74a8 100644
--- a/lib/irb/ext/save-history.rb
+++ b/lib/irb/ext/save-history.rb
@@ -3,7 +3,6 @@
# save-history.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKAkeiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/tracer.rb b/lib/irb/ext/tracer.rb
index 805f630a4..df954af20 100644
--- a/lib/irb/ext/tracer.rb
+++ b/lib/irb/ext/tracer.rb
@@ -2,7 +2,6 @@
# irb/lib/tracer.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/use-loader.rb b/lib/irb/ext/use-loader.rb
index 1b4d480fc..3836275fc 100644
--- a/lib/irb/ext/use-loader.rb
+++ b/lib/irb/ext/use-loader.rb
@@ -2,7 +2,6 @@
# use-loader.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ext/workspaces.rb b/lib/irb/ext/workspaces.rb
index 79098570d..f3ae8d1ae 100644
--- a/lib/irb/ext/workspaces.rb
+++ b/lib/irb/ext/workspaces.rb
@@ -2,7 +2,6 @@
# push-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb
index 8994f2f8d..e7097309b 100644
--- a/lib/irb/extend-command.rb
+++ b/lib/irb/extend-command.rb
@@ -2,7 +2,6 @@
# irb/extend-command.rb - irb extend command
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/frame.rb b/lib/irb/frame.rb
index f0b0a9abf..8a5d0696f 100644
--- a/lib/irb/frame.rb
+++ b/lib/irb/frame.rb
@@ -2,7 +2,6 @@
# frame.rb -
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
#
# --
diff --git a/lib/irb/help.rb b/lib/irb/help.rb
index f091999bd..f19b1fdd3 100644
--- a/lib/irb/help.rb
+++ b/lib/irb/help.rb
@@ -2,7 +2,6 @@
# irb/help.rb - print usase module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
diff --git a/lib/irb/init.rb b/lib/irb/init.rb
index 3b455ec58..84d2e9e76 100644
--- a/lib/irb/init.rb
+++ b/lib/irb/init.rb
@@ -2,7 +2,6 @@
# irb/init.rb - irb initialize module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index a0fa359d3..fc8d476ea 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -2,7 +2,6 @@
# irb/input-method.rb - input methods used irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/lc/error.rb b/lib/irb/lc/error.rb
index d7c2ec9ca..acfa22c2a 100644
--- a/lib/irb/lc/error.rb
+++ b/lib/irb/lc/error.rb
@@ -2,7 +2,6 @@
# irb/lc/error.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message
index 32087d113..d93951b33 100644
--- a/lib/irb/lc/help-message
+++ b/lib/irb/lc/help-message
@@ -2,7 +2,6 @@
# irb/lc/help-message.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb
index 4c2fb3b83..13cf18014 100644
--- a/lib/irb/lc/ja/error.rb
+++ b/lib/irb/lc/ja/error.rb
@@ -2,7 +2,6 @@
# irb/lc/ja/error.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message
index debbfe935..ff09b073d 100644
--- a/lib/irb/lc/ja/help-message
+++ b/lib/irb/lc/ja/help-message
@@ -2,7 +2,6 @@
# irb/lc/ja/help-message.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/locale.rb b/lib/irb/locale.rb
index 5ed9f5450..4b8c4d230 100644
--- a/lib/irb/locale.rb
+++ b/lib/irb/locale.rb
@@ -2,7 +2,6 @@
# irb/locale.rb - internationalization module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/notifier.rb b/lib/irb/notifier.rb
index c8e66fa85..18f0028ce 100644
--- a/lib/irb/notifier.rb
+++ b/lib/irb/notifier.rb
@@ -2,7 +2,6 @@
# notifier.rb - optput methods used by irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/output-method.rb b/lib/irb/output-method.rb
index b8bd7fab8..301af7210 100644
--- a/lib/irb/output-method.rb
+++ b/lib/irb/output-method.rb
@@ -2,7 +2,6 @@
# output-method.rb - optput methods used by irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb
index de9a62a5c..888484414 100644
--- a/lib/irb/ruby-lex.rb
+++ b/lib/irb/ruby-lex.rb
@@ -2,7 +2,6 @@
# irb/ruby-lex.rb - ruby lexcal analizer
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ruby-token.rb b/lib/irb/ruby-token.rb
index 0a297d28f..30a94b043 100644
--- a/lib/irb/ruby-token.rb
+++ b/lib/irb/ruby-token.rb
@@ -2,7 +2,6 @@
# irb/ruby-token.rb - ruby tokens
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb
index 866bf30a5..1fdcd86b4 100644
--- a/lib/irb/slex.rb
+++ b/lib/irb/slex.rb
@@ -2,7 +2,6 @@
# irb/slex.rb - symple lex analizer
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index 28b079740..32ecf940c 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -2,7 +2,6 @@
# irb/version.rb - irb version definition file
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
diff --git a/lib/irb/workspace.rb b/lib/irb/workspace.rb
index 7d1794cd7..8ac44861d 100644
--- a/lib/irb/workspace.rb
+++ b/lib/irb/workspace.rb
@@ -2,7 +2,6 @@
# irb/workspace-binding.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/ws-for-case-2.rb b/lib/irb/ws-for-case-2.rb
index afd49d23e..24c5fd5aa 100644
--- a/lib/irb/ws-for-case-2.rb
+++ b/lib/irb/ws-for-case-2.rb
@@ -2,7 +2,6 @@
# irb/ws-for-case-2.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
diff --git a/lib/irb/xmp.rb b/lib/irb/xmp.rb
index 4bcc2ca22..851852cd3 100644
--- a/lib/irb/xmp.rb
+++ b/lib/irb/xmp.rb
@@ -2,7 +2,6 @@
# xmp.rb - irb version of gotoken xmp
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --
diff --git a/lib/mathn.rb b/lib/mathn.rb
index 84c0b4704..1c68a4bb0 100644
--- a/lib/mathn.rb
+++ b/lib/mathn.rb
@@ -2,7 +2,6 @@
# mathn.rb -
# $Release Version: 0.5 $
# $Revision: 1.1.1.1.4.1 $
-# $Date: 1998/01/16 12:36:05 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# --
diff --git a/lib/matrix.rb b/lib/matrix.rb
index bbb1144e1..d31fcc546 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -3,7 +3,6 @@
# matrix.rb -
# $Release Version: 1.0$
# $Revision: 1.13 $
-# $Date: 2001/12/09 14:22:23 $
# Original Version from Smalltalk-80 version
# on July 23, 1985 at 8:37:17 am
# by Keiju ISHITSUKA
diff --git a/lib/mutex_m.rb b/lib/mutex_m.rb
index f77676732..f46f866fa 100644
--- a/lib/mutex_m.rb
+++ b/lib/mutex_m.rb
@@ -2,7 +2,6 @@
# mutex_m.rb -
# $Release Version: 3.0$
# $Revision: 1.7 $
-# $Date: 1998/02/27 04:28:57 $
# Original from mutex.rb
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
# modified by matz
diff --git a/lib/rational.rb b/lib/rational.rb
index 73e8cef8e..1adac61e8 100644
--- a/lib/rational.rb
+++ b/lib/rational.rb
@@ -2,7 +2,6 @@
# rational.rb -
# $Release Version: 0.5 $
# $Revision: 1.7 $
-# $Date: 1999/08/24 12:49:28 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# Documentation by Kevin Jackson and Gavin Sinclair.
diff --git a/lib/scanf.rb b/lib/scanf.rb
index 87b7e98ee..8d06bf39c 100644
--- a/lib/scanf.rb
+++ b/lib/scanf.rb
@@ -4,7 +4,6 @@
# $Revision$
# $Id$
# $Author$
-# $Date$
#
# A product of the Austin Ruby Codefest (Austin, Texas, August 2002)
diff --git a/lib/shell.rb b/lib/shell.rb
index b18d8e3ca..6a239679a 100644
--- a/lib/shell.rb
+++ b/lib/shell.rb
@@ -2,7 +2,6 @@
# shell.rb -
# $Release Version: 0.7 $
# $Revision: 1.9 $
-# $Date: 2002/03/04 12:01:10 $
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
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)
#
# --
diff --git a/lib/sync.rb b/lib/sync.rb
index 356a6893a..22f160f29 100644
--- a/lib/sync.rb
+++ b/lib/sync.rb
@@ -2,7 +2,6 @@
# sync.rb - 2 phase lock with counter
# $Release Version: 1.0$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
diff --git a/lib/thread.rb b/lib/thread.rb
index 7dd4b1115..68eeaf5b0 100644
--- a/lib/thread.rb
+++ b/lib/thread.rb
@@ -1,6 +1,5 @@
#
# thread.rb - thread support classes
-# $Date$
# by Yukihiro Matsumoto <matz@netlab.co.jp>
#
# Copyright (C) 2001 Yukihiro Matsumoto
diff --git a/lib/thwait.rb b/lib/thwait.rb
index 95d294a85..a6a0104d2 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -2,7 +2,6 @@
# thwait.rb - thread synchronization class
# $Release Version: 0.9 $
# $Revision: 1.3 $
-# $Date: 1998/06/26 03:19:34 $
# by Keiju ISHITSUKA(Nihpon Rational Software Co.,Ltd.)
#
# --
diff --git a/lib/tracer.rb b/lib/tracer.rb
index 5b3983bb9..1fdc60896 100644
--- a/lib/tracer.rb
+++ b/lib/tracer.rb
@@ -2,7 +2,6 @@
# tracer.rb -
# $Release Version: 0.2$
# $Revision: 1.8 $
-# $Date: 1998/05/19 03:42:49 $
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --