summaryrefslogtreecommitdiff
path: root/ext/win32ole
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
commit6cdef2dc7e8a4098727de5befff8b2496fa71430 (patch)
tree9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /ext/win32ole
parentf38cc001a7ca64f7f613b5021b1714a2ee3318cb (diff)
* $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
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/extconf.rb1
-rw-r--r--ext/win32ole/sample/olegen.rb1
-rw-r--r--ext/win32ole/win32ole.c1
3 files changed, 0 insertions, 3 deletions
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>
*/