From 6cdef2dc7e8a4098727de5befff8b2496fa71430 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/complex.rb | 1 - lib/e2mmap.rb | 1 - lib/forwardable.rb | 1 - lib/irb.rb | 1 - lib/irb/cmd/chws.rb | 1 - lib/irb/cmd/fork.rb | 1 - lib/irb/cmd/help.rb | 1 - lib/irb/cmd/load.rb | 1 - lib/irb/cmd/nop.rb | 1 - lib/irb/cmd/pushws.rb | 1 - lib/irb/cmd/subirb.rb | 1 - lib/irb/completion.rb | 1 - lib/irb/context.rb | 1 - lib/irb/ext/change-ws.rb | 1 - lib/irb/ext/history.rb | 1 - lib/irb/ext/loader.rb | 1 - lib/irb/ext/math-mode.rb | 1 - lib/irb/ext/multi-irb.rb | 1 - lib/irb/ext/save-history.rb | 1 - lib/irb/ext/tracer.rb | 1 - lib/irb/ext/use-loader.rb | 1 - lib/irb/ext/workspaces.rb | 1 - lib/irb/extend-command.rb | 1 - lib/irb/frame.rb | 1 - lib/irb/help.rb | 1 - lib/irb/init.rb | 1 - lib/irb/input-method.rb | 1 - lib/irb/lc/error.rb | 1 - lib/irb/lc/help-message | 1 - lib/irb/lc/ja/error.rb | 1 - lib/irb/lc/ja/help-message | 1 - lib/irb/locale.rb | 1 - lib/irb/notifier.rb | 1 - lib/irb/output-method.rb | 1 - lib/irb/ruby-lex.rb | 1 - lib/irb/ruby-token.rb | 1 - lib/irb/slex.rb | 1 - lib/irb/version.rb | 1 - lib/irb/workspace.rb | 1 - lib/irb/ws-for-case-2.rb | 1 - lib/irb/xmp.rb | 1 - lib/mathn.rb | 1 - lib/matrix.rb | 1 - lib/mutex_m.rb | 1 - lib/rational.rb | 1 - lib/scanf.rb | 1 - lib/shell.rb | 1 - 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 - lib/sync.rb | 1 - lib/thread.rb | 1 - lib/thwait.rb | 1 - lib/tracer.rb | 1 - 58 files changed, 58 deletions(-) (limited to 'lib') diff --git a/lib/complex.rb b/lib/complex.rb index 6b086661af..eb2d5d61d6 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 7d935b4c1f..c8accadad4 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 1889f44109..554244a477 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 4c7a56da0d..77a5f22eb1 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 88585b778b..c2db7e5d91 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 2866b1373b..6f4133c047 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 3e8d1388e0..8e0b0586fb 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 cbc5d91d03..cda9a053fe 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 aa553c959e..0b68098d4f 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 eddaeae631..b5b41501af 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 79d654b172..5eccf9f2c1 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 a029379371..0db470db94 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 d01bd4aefa..b6ffaacb31 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 fff8f58fe5..dd8f145b27 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 40f8692e8b..a12700ce19 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 837e2553ac..2d4400caef 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 bd443b96ed..450a21eff7 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 4589b1d554..9ad8f8b143 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 5260bfcdd8..fdb0a74a86 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 805f630a4d..df954af20b 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 1b4d480fcd..3836275fcd 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 79098570dc..f3ae8d1ae8 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 8994f2f8d2..e7097309bb 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 f0b0a9abf3..8a5d0696fb 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 f091999bd1..f19b1fdd3d 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 3b455ec582..84d2e9e76f 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 a0fa359d3a..fc8d476eae 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 d7c2ec9caf..acfa22c2af 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 32087d113c..d93951b33d 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 4c2fb3b839..13cf180142 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 debbfe9355..ff09b073da 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 5ed9f54507..4b8c4d2307 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 c8e66fa859..18f0028ce8 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 b8bd7fab81..301af7210e 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 de9a62a5cb..888484414f 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 0a297d28fa..30a94b043c 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 866bf30a5c..1fdcd86b43 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 28b079740a..32ecf940cf 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 7d1794cd7b..8ac44861d5 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 afd49d23e1..24c5fd5aa8 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 4bcc2ca22f..851852cd3e 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 84c0b4704d..1c68a4bb03 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 bbb1144e10..d31fcc5464 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 f776767324..f46f866fa5 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 73e8cef8e9..1adac61e83 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 87b7e98eeb..8d06bf39c4 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 b18d8e3cae..6a239679a8 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 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) # # -- diff --git a/lib/sync.rb b/lib/sync.rb index 356a6893ab..22f160f290 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 7dd4b1115d..68eeaf5b05 100644 --- a/lib/thread.rb +++ b/lib/thread.rb @@ -1,6 +1,5 @@ # # thread.rb - thread support classes -# $Date$ # by Yukihiro Matsumoto # # Copyright (C) 2001 Yukihiro Matsumoto diff --git a/lib/thwait.rb b/lib/thwait.rb index 95d294a85d..a6a0104d29 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 5b3983bb9f..1fdc608960 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.) # # -- -- cgit v1.2.3