mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1669 from cremno/copyright-2014
update copyright year
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ mrb_print_error(mrb_state *mrb)
|
||||
void
|
||||
mrb_show_version(mrb_state *mrb)
|
||||
{
|
||||
static const char version_msg[] = "mruby - Embeddable Ruby Copyright (c) 2010-2013 mruby developers\n";
|
||||
static const char version_msg[] = "mruby - Embeddable Ruby Copyright (c) 2010-2014 mruby developers\n";
|
||||
mrb_value msg;
|
||||
|
||||
msg = mrb_str_new(mrb, version_msg, sizeof(version_msg) - 1);
|
||||
@@ -63,7 +63,7 @@ mrb_show_version(mrb_state *mrb)
|
||||
void
|
||||
mrb_show_copyright(mrb_state *mrb)
|
||||
{
|
||||
static const char copyright_msg[] = "mruby - Copyright (c) 2010-2013 mruby developers\n";
|
||||
static const char copyright_msg[] = "mruby - Copyright (c) 2010-2014 mruby developers\n";
|
||||
mrb_value msg;
|
||||
|
||||
msg = mrb_str_new(mrb, copyright_msg, sizeof(copyright_msg) - 1);
|
||||
|
||||
Reference in New Issue
Block a user