diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-02 00:48:14 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-05-02 00:48:14 -0700 |
| commit | 0323adc8ea620b0cf27419cefb86ec2c8826648e (patch) | |
| tree | 32342ff31f4aad75a150e867aeb7dac04ef9b18f /include | |
| parent | fd2e32e971a59ff3b20d7f5fede2aa4dd3c8263d (diff) | |
| parent | f0a9b95af3d542ac1db7fcb4a3d77990a284c185 (diff) | |
| download | mruby-0323adc8ea620b0cf27419cefb86ec2c8826648e.tar.gz mruby-0323adc8ea620b0cf27419cefb86ec2c8826648e.zip | |
Merge pull request #1230 from bovi/copyright-year
Push Copyright year up to 2013
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h index 1317ee17d..be52e962b 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -1,7 +1,7 @@ /* ** mruby - An embeddable Ruby implementation ** -** Copyright (c) mruby developers 2010-2012 +** Copyright (c) mruby developers 2010-2013 ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the |
