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 | 4a04d60ae569a9112b3501acc0d0f0f833ce64fd (patch) | |
| tree | 9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /ext | |
| parent | 0ca1521bef49a550d35faf1f2466113ac1c69492 (diff) | |
| download | ruby-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 'ext')
| -rw-r--r-- | ext/dbm/dbm.c | 1 | ||||
| -rw-r--r-- | ext/etc/etc.c | 1 | ||||
| -rw-r--r-- | ext/gdbm/gdbm.c | 1 | ||||
| -rw-r--r-- | ext/iconv/iconv.c | 1 | ||||
| -rw-r--r-- | ext/io/wait/wait.c | 1 | ||||
| -rw-r--r-- | ext/sdbm/init.c | 1 | ||||
| -rw-r--r-- | ext/socket/socket.c | 1 | ||||
| -rw-r--r-- | ext/socket/sockport.h | 1 | ||||
| -rw-r--r-- | ext/stringio/README | 1 | ||||
| -rw-r--r-- | ext/stringio/stringio.c | 1 | ||||
| -rw-r--r-- | ext/syck/bytecode.c | 1 | ||||
| -rw-r--r-- | ext/syck/emitter.c | 1 | ||||
| -rw-r--r-- | ext/syck/handler.c | 1 | ||||
| -rw-r--r-- | ext/syck/implicit.c | 1 | ||||
| -rw-r--r-- | ext/syck/node.c | 1 | ||||
| -rw-r--r-- | ext/syck/rubyext.c | 1 | ||||
| -rw-r--r-- | ext/syck/syck.c | 1 | ||||
| -rw-r--r-- | ext/syck/syck.h | 1 | ||||
| -rw-r--r-- | ext/syck/token.c | 1 | ||||
| -rw-r--r-- | ext/syck/yaml2byte.c | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk.rb | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk/canvas.rb | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk/entry.rb | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk/scrollbox.rb | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk/spinbox.rb | 1 | ||||
| -rw-r--r-- | ext/tk/lib/tk/text.rb | 1 | ||||
| -rw-r--r-- | ext/tk/tkutil/tkutil.c | 1 | ||||
| -rw-r--r-- | ext/win32ole/extconf.rb | 1 | ||||
| -rw-r--r-- | ext/win32ole/sample/olegen.rb | 1 | ||||
| -rw-r--r-- | ext/win32ole/win32ole.c | 1 |
30 files changed, 0 insertions, 30 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c index e89f8b1d7..818eaa7c0 100644 --- a/ext/dbm/dbm.c +++ b/ext/dbm/dbm.c @@ -3,7 +3,6 @@ dbm.c - $Author$ - $Date$ created at: Mon Jan 24 15:59:52 JST 1994 Copyright (C) 1995-2001 Yukihiro Matsumoto diff --git a/ext/etc/etc.c b/ext/etc/etc.c index 7c8fba3b8..a714b0c56 100644 --- a/ext/etc/etc.c +++ b/ext/etc/etc.c @@ -3,7 +3,6 @@ etc.c - $Author$ - $Date$ created at: Tue Mar 22 18:39:19 JST 1994 ************************************************/ diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c index 7beffd2bd..8a1acbc96 100644 --- a/ext/gdbm/gdbm.c +++ b/ext/gdbm/gdbm.c @@ -3,7 +3,6 @@ gdbm.c - $Author$ - $Date$ modified at: Mon Jan 24 15:59:52 JST 1994 Documentation by Peter Adolphs < futzilogik at users dot sourceforge dot net > diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index fbbca7e3b..f9f7590aa 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -4,7 +4,6 @@ iconv.c - $Author$ - $Date$ created at: Wed Dec 1 20:28:09 JST 1999 All the files in this distribution are covered under the Ruby's diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c index e0a023243..24d4ec091 100644 --- a/ext/io/wait/wait.c +++ b/ext/io/wait/wait.c @@ -3,7 +3,6 @@ io/wait.c - $Author$ - $Date$ created at: Tue Aug 28 09:08:06 JST 2001 All the files in this distribution are covered under the Ruby's diff --git a/ext/sdbm/init.c b/ext/sdbm/init.c index 08a3ab8bf..3810b21be 100644 --- a/ext/sdbm/init.c +++ b/ext/sdbm/init.c @@ -3,7 +3,6 @@ sdbminit.c - $Author$ - $Date$ created at: Fri May 7 08:34:24 JST 1999 Copyright (C) 1995-2001 Yukihiro Matsumoto diff --git a/ext/socket/socket.c b/ext/socket/socket.c index 01294b218..175db9b56 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -3,7 +3,6 @@ socket.c - $Author$ - $Date$ created at: Thu Mar 31 12:21:29 JST 1994 Copyright (C) 1993-2007 Yukihiro Matsumoto diff --git a/ext/socket/sockport.h b/ext/socket/sockport.h index e1cddf53f..1bd7eb698 100644 --- a/ext/socket/sockport.h +++ b/ext/socket/sockport.h @@ -3,7 +3,6 @@ sockport.h - $Author$ - $Date$ created at: Fri Apr 30 23:19:34 JST 1999 ************************************************/ diff --git a/ext/stringio/README b/ext/stringio/README index c4031f7e9..10dd237de 100644 --- a/ext/stringio/README +++ b/ext/stringio/README @@ -1,6 +1,5 @@ -*- rd -*- $Author$ -$Date$ =begin diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 34e0a1dd1..8aff363b3 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -3,7 +3,6 @@ stringio.c - $Author$ - $Date$ $RoughId: stringio.c,v 1.13 2002/03/14 03:24:18 nobu Exp $ created at: Tue Feb 19 04:10:38 JST 2002 diff --git a/ext/syck/bytecode.c b/ext/syck/bytecode.c index 314ef229f..13bfc3859 100644 --- a/ext/syck/bytecode.c +++ b/ext/syck/bytecode.c @@ -4,7 +4,6 @@ * bytecode.re * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c index cadee6478..277004d7a 100644 --- a/ext/syck/emitter.c +++ b/ext/syck/emitter.c @@ -2,7 +2,6 @@ * emitter.c * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff * diff --git a/ext/syck/handler.c b/ext/syck/handler.c index 3ff1a4e44..60827f190 100644 --- a/ext/syck/handler.c +++ b/ext/syck/handler.c @@ -2,7 +2,6 @@ * handler.c * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c index df32d9194..92a31d800 100644 --- a/ext/syck/implicit.c +++ b/ext/syck/implicit.c @@ -4,7 +4,6 @@ * implicit.re * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/node.c b/ext/syck/node.c index 99cc9c751..890eba9d5 100644 --- a/ext/syck/node.c +++ b/ext/syck/node.c @@ -2,7 +2,6 @@ * node.c * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/rubyext.c b/ext/syck/rubyext.c index 2e3b163e6..1c44f7c05 100644 --- a/ext/syck/rubyext.c +++ b/ext/syck/rubyext.c @@ -3,7 +3,6 @@ * rubyext.c * * $Author$ - * $Date$ * * Copyright (C) 2003-2005 why the lucky stiff */ diff --git a/ext/syck/syck.c b/ext/syck/syck.c index 20aaecc9f..1279b0cc6 100644 --- a/ext/syck/syck.c +++ b/ext/syck/syck.c @@ -2,7 +2,6 @@ * syck.c * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/syck.h b/ext/syck/syck.h index f5b0cc497..0ed1e2f35 100644 --- a/ext/syck/syck.h +++ b/ext/syck/syck.h @@ -2,7 +2,6 @@ * syck.h * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/token.c b/ext/syck/token.c index 0517ffc40..15bbab695 100644 --- a/ext/syck/token.c +++ b/ext/syck/token.c @@ -4,7 +4,6 @@ * token.re * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/yaml2byte.c b/ext/syck/yaml2byte.c index fd5caadd8..4d84e0128 100644 --- a/ext/syck/yaml2byte.c +++ b/ext/syck/yaml2byte.c @@ -2,7 +2,6 @@ * yaml2byte.c * * $Author$ - * $Date$ * * Copyright (C) 2003 why the lucky stiff, clark evans * diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index d079bb9ed..762572478 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 <matz@netlab.jp> # use Shigehiro's tcltklib diff --git a/ext/tk/lib/tk/canvas.rb b/ext/tk/lib/tk/canvas.rb index 70cace338..93bf2c634 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 <matz@caelum.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/entry.rb b/ext/tk/lib/tk/entry.rb index 2b55a0caf..787e835c3 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 <matz@caelum.co.jp> require 'tk' diff --git a/ext/tk/lib/tk/scrollbox.rb b/ext/tk/lib/tk/scrollbox.rb index fd04057fb..6ee0f29f2 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 <matz@netlab.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/spinbox.rb b/ext/tk/lib/tk/spinbox.rb index 157efcc2a..028c1930f 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 <matz@caelum.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb index 352d0903f..cc53f5dca 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 <matz@caelum.co.jp> require 'tk' require 'tk/itemfont' diff --git a/ext/tk/tkutil/tkutil.c b/ext/tk/tkutil/tkutil.c index d74f99693..cccb6e155 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 ************************************************/ diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb index de306d057..d8534291e 100644 --- a/ext/win32ole/extconf.rb +++ b/ext/win32ole/extconf.rb @@ -1,7 +1,6 @@ #---------------------------------- # extconf.rb # $Revision$ -# $Date$ #---------------------------------- require 'mkmf' diff --git a/ext/win32ole/sample/olegen.rb b/ext/win32ole/sample/olegen.rb index 48d86893f..6ef660326 100644 --- a/ext/win32ole/sample/olegen.rb +++ b/ext/win32ole/sample/olegen.rb @@ -1,6 +1,5 @@ #----------------------------- # olegen.rb -# $Date$ # $Revision$ #----------------------------- diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index 09e21b4b8..0c77d0404 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -12,7 +12,6 @@ */ /* - $Date$ modified for win32ole (ruby) by Masaki.Suketa <masaki.suketa@nifty.ne.jp> */ |
