ext/objspace: unexpand Author keywords

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-28 02:23:52 +00:00
parent 40fe524bf3
commit c9f982d4e8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
gc_hook.c - GC hook mechanism/ObjectSpace extender for MRI. gc_hook.c - GC hook mechanism/ObjectSpace extender for MRI.
$Author: sorah $ $Author$
created at: Tue May 28 01:34:25 2013 created at: Tue May 28 01:34:25 2013
NOTE: This extension library is not expected to exist except C Ruby. NOTE: This extension library is not expected to exist except C Ruby.

View File

@ -2,7 +2,7 @@
object_traceing.c - Object Tracing mechanism/ObjectSpace extender for MRI. object_traceing.c - Object Tracing mechanism/ObjectSpace extender for MRI.
$Author: sorah $ $Author$
created at: Mon May 27 16:27:44 2013 created at: Mon May 27 16:27:44 2013
NOTE: This extension library is not expected to exist except C Ruby. NOTE: This extension library is not expected to exist except C Ruby.