diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-01-06 18:52:22 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-06 18:52:22 +0900 |
| commit | 3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec (patch) | |
| tree | 21ee05e533eb0b66169b5e0c5b2c229631bd6403 | |
| parent | 885d929398cf6962f3b0d292cf44105976f6c848 (diff) | |
| parent | 2c77dfab0499863a71d4bebef665947c603fe4fa (diff) | |
| download | mruby-3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec.tar.gz mruby-3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec.zip | |
Merge pull request #3376 from bovi/2017-copyright
Update Copyright to 2017
| -rw-r--r-- | MITL | 2 | ||||
| -rw-r--r-- | include/mruby.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2016 mruby developers +Copyright (c) 2017 mruby developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/include/mruby.h b/include/mruby.h index 6e222057f..76a028ad4 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -1,7 +1,7 @@ /* ** mruby - An embeddable Ruby implementation ** -** Copyright (c) mruby developers 2010-2016 +** Copyright (c) mruby developers 2010-2017 ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the |
