aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-08 22:38:55 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-08 22:40:56 -0800
commit33aa06e3e6570b7549440dbd2908ba5eee2ce19c (patch)
treeb29c33e3cc55967c8814f1304548977812edf3e6 /mjit.c
parentbda070f0162e293e296c1fe7e6cb80a736058162 (diff)
downloadruby-33aa06e3e6570b7549440dbd2908ba5eee2ce19c.tar.gz
Use a ruby-lang alias [ci skip]
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit.c b/mjit.c
index f404e630fa..ee45703493 100644
--- a/mjit.c
+++ b/mjit.c
@@ -3,6 +3,7 @@
mjit.c - MRI method JIT compiler functions for Ruby's main thread
Copyright (C) 2017 Vladimir Makarov <vmakarov@redhat.com>.
+ Copyright (C) 2017 Takashi Kokubun <k0kubun@ruby-lang.org>.
**********************************************************************/