aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/dbm/dbm.c1
-rw-r--r--ext/etc/etc.c1
-rw-r--r--ext/gdbm/gdbm.c1
-rw-r--r--ext/iconv/iconv.c1
-rw-r--r--ext/io/wait/wait.c1
-rw-r--r--ext/sdbm/init.c1
-rw-r--r--ext/socket/socket.c1
-rw-r--r--ext/socket/sockport.h1
-rw-r--r--ext/stringio/README1
-rw-r--r--ext/stringio/stringio.c1
-rw-r--r--ext/syck/bytecode.c1
-rw-r--r--ext/syck/emitter.c1
-rw-r--r--ext/syck/handler.c1
-rw-r--r--ext/syck/implicit.c1
-rw-r--r--ext/syck/node.c1
-rw-r--r--ext/syck/rubyext.c1
-rw-r--r--ext/syck/syck.c1
-rw-r--r--ext/syck/syck.h1
-rw-r--r--ext/syck/token.c1
-rw-r--r--ext/syck/yaml2byte.c1
-rw-r--r--ext/tk/lib/tk.rb1
-rw-r--r--ext/tk/lib/tk/canvas.rb1
-rw-r--r--ext/tk/lib/tk/entry.rb1
-rw-r--r--ext/tk/lib/tk/scrollbox.rb1
-rw-r--r--ext/tk/lib/tk/spinbox.rb1
-rw-r--r--ext/tk/lib/tk/text.rb1
-rw-r--r--ext/tk/tkutil/tkutil.c1
-rw-r--r--ext/win32ole/extconf.rb1
-rw-r--r--ext/win32ole/sample/olegen.rb1
-rw-r--r--ext/win32ole/win32ole.c1
30 files changed, 0 insertions, 30 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c
index e89f8b1d74..818eaa7c0a 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 7c8fba3b8f..a714b0c56d 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 7beffd2bdc..8a1acbc96f 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 fbbca7e3b9..f9f7590aa3 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 e0a0232431..24d4ec091f 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 08a3ab8bf5..3810b21bed 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 01294b218f..175db9b560 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 e1cddf53f4..1bd7eb698b 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 c4031f7e97..10dd237de8 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 34e0a1dd19..8aff363b33 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 314ef229fe..13bfc3859c 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 cadee64789..277004d7ad 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 3ff1a4e440..60827f1903 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 df32d9194b..92a31d8006 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 99cc9c7515..890eba9d58 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 2e3b163e63..1c44f7c055 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 20aaecc9f0..1279b0cc6e 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 f5b0cc497e..0ed1e2f353 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 0517ffc400..15bbab6959 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 fd5caadd85..4d84e01284 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 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 <matz@netlab.jp>
# 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 <matz@caelum.co.jp>
#
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 <matz@caelum.co.jp>
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 <matz@netlab.co.jp>
#
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 <matz@caelum.co.jp>
#
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 <matz@caelum.co.jp>
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
************************************************/
diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb
index de306d0578..d8534291e4 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 48d86893fe..6ef660326f 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 09e21b4b82..0c77d0404b 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>
*/