aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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.