Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
3ee946da
Commit
3ee946da
authored
Jan 09, 2014
by
cremno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Happy new year! (update copyright year)
Let's not wait until May this time (
f0a9b95a
)!
parent
a68a5170
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
MITL
MITL
+1
-1
README.md
README.md
+1
-1
include/mruby.h
include/mruby.h
+1
-1
src/print.c
src/print.c
+2
-2
No files found.
MITL
View file @
3ee946da
Copyright (c) 201
3
mruby developers
Copyright (c) 201
4
mruby developers
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
...
...
README.md
View file @
3ee946da
...
...
@@ -73,7 +73,7 @@ documentation with examples under *examples/mrbgems*.
## License
Copyright (c) 201
3
mruby developers
Copyright (c) 201
4
mruby developers
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
...
...
include/mruby.h
View file @
3ee946da
/*
** mruby - An embeddable Ruby implementation
**
** Copyright (c) mruby developers 2010-201
3
** Copyright (c) mruby developers 2010-201
4
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
...
...
src/print.c
View file @
3ee946da
...
...
@@ -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-201
3
mruby developers
\n
"
;
static
const
char
version_msg
[]
=
"mruby - Embeddable Ruby Copyright (c) 2010-201
4
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-201
3
mruby developers
\n
"
;
static
const
char
copyright_msg
[]
=
"mruby - Copyright (c) 2010-201
4
mruby developers
\n
"
;
mrb_value
msg
;
msg
=
mrb_str_new
(
mrb
,
copyright_msg
,
sizeof
(
copyright_msg
)
-
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment