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 --- ext/tk/lib/tk.rb | 1 - ext/tk/lib/tk/canvas.rb | 1 - ext/tk/lib/tk/entry.rb | 1 - ext/tk/lib/tk/scrollbox.rb | 1 - ext/tk/lib/tk/spinbox.rb | 1 - ext/tk/lib/tk/text.rb | 1 - ext/tk/tkutil/tkutil.c | 1 - 7 files changed, 7 deletions(-) (limited to 'ext/tk') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index d079bb9ed9..7625724784 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -1,6 +1,5 @@ # # tk.rb - Tk interface module using tcltklib -# $Date$ # by Yukihiro Matsumoto # use Shigehiro's tcltklib diff --git a/ext/tk/lib/tk/canvas.rb b/ext/tk/lib/tk/canvas.rb index 70cace3382..93bf2c6340 100644 --- a/ext/tk/lib/tk/canvas.rb +++ b/ext/tk/lib/tk/canvas.rb @@ -1,6 +1,5 @@ # # tk/canvas.rb - Tk canvas classes -# $Date$ # by Yukihiro Matsumoto # require 'tk' diff --git a/ext/tk/lib/tk/entry.rb b/ext/tk/lib/tk/entry.rb index 2b55a0cafb..787e835c31 100644 --- a/ext/tk/lib/tk/entry.rb +++ b/ext/tk/lib/tk/entry.rb @@ -1,6 +1,5 @@ # # tk/entry.rb - Tk entry classes -# $Date$ # by Yukihiro Matsumoto require 'tk' diff --git a/ext/tk/lib/tk/scrollbox.rb b/ext/tk/lib/tk/scrollbox.rb index fd04057fb6..6ee0f29f26 100644 --- a/ext/tk/lib/tk/scrollbox.rb +++ b/ext/tk/lib/tk/scrollbox.rb @@ -1,7 +1,6 @@ # # tk/scrollbox.rb - Tk Listbox with Scrollbar # as an example of Composite Widget -# $Date$ # by Yukihiro Matsumoto # require 'tk' diff --git a/ext/tk/lib/tk/spinbox.rb b/ext/tk/lib/tk/spinbox.rb index 157efcc2a3..028c1930ff 100644 --- a/ext/tk/lib/tk/spinbox.rb +++ b/ext/tk/lib/tk/spinbox.rb @@ -1,6 +1,5 @@ # # tk/spinbox.rb - Tk spinbox classes -# $Date$ # by Yukihiro Matsumoto # require 'tk' diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb index 352d0903f4..cc53f5dcad 100644 --- a/ext/tk/lib/tk/text.rb +++ b/ext/tk/lib/tk/text.rb @@ -1,6 +1,5 @@ # # tk/text.rb - Tk text classes -# $Date$ # by Yukihiro Matsumoto require 'tk' require 'tk/itemfont' diff --git a/ext/tk/tkutil/tkutil.c b/ext/tk/tkutil/tkutil.c index d74f996935..cccb6e1553 100644 --- a/ext/tk/tkutil/tkutil.c +++ b/ext/tk/tkutil/tkutil.c @@ -3,7 +3,6 @@ tkutil.c - $Author$ - $Date$ created at: Fri Nov 3 00:47:54 JST 1995 ************************************************/ -- cgit v1.2.3