aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-28 02:23:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-28 02:23:52 +0000
commitc9f982d4e8d47b840378f349e680a20bc140a505 (patch)
tree6e49956421140a86a54158b12b715e1d5b6dcee1 /ext/objspace
parent40fe524bf33625bcf07953a48c6622328929e7ca (diff)
downloadruby-c9f982d4e8d47b840378f349e680a20bc140a505.tar.gz
ext/objspace: unexpand Author keywords
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace')
-rw-r--r--ext/objspace/gc_hook.c2
-rw-r--r--ext/objspace/object_tracing.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/objspace/gc_hook.c b/ext/objspace/gc_hook.c
index 3adee1c376..7796eec61a 100644
--- a/ext/objspace/gc_hook.c
+++ b/ext/objspace/gc_hook.c
@@ -2,7 +2,7 @@
gc_hook.c - GC hook mechanism/ObjectSpace extender for MRI.
- $Author: sorah $
+ $Author$
created at: Tue May 28 01:34:25 2013
NOTE: This extension library is not expected to exist except C Ruby.
diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c
index 5950cb7a78..5626c653ef 100644
--- a/ext/objspace/object_tracing.c
+++ b/ext/objspace/object_tracing.c
@@ -2,7 +2,7 @@
object_traceing.c - Object Tracing mechanism/ObjectSpace extender for MRI.
- $Author: sorah $
+ $Author$
created at: Mon May 27 16:27:44 2013
NOTE: This extension library is not expected to exist except C Ruby.