summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io
diff options
context:
space:
mode:
authordearblue <[email protected]>2019-12-09 23:49:03 +0900
committerdearblue <[email protected]>2019-12-09 23:49:03 +0900
commit56de911b7a05c363b3d2e3455d85a9ee761ee335 (patch)
treed5302e98343680e18259e3fd73dee5ce53e75676 /mrbgems/mruby-io
parent694089fafe4eae36c379a3d918d540eb0c4b8661 (diff)
downloadmruby-56de911b7a05c363b3d2e3455d85a9ee761ee335.tar.gz
mruby-56de911b7a05c363b3d2e3455d85a9ee761ee335.zip
Add "mruby developers" into some gems; Resolve #4709
It is writing side by side with the original authors.
Diffstat (limited to 'mrbgems/mruby-io')
-rw-r--r--mrbgems/mruby-io/README.md1
-rw-r--r--mrbgems/mruby-io/mrbgem.rake2
2 files changed, 2 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md
index ccf56f970..2c5b762d8 100644
--- a/mrbgems/mruby-io/README.md
+++ b/mrbgems/mruby-io/README.md
@@ -171,6 +171,7 @@ Add the line below to your `build_config.rb`:
## License
Copyright (c) 2013 Internet Initiative Japan Inc.
+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/mrbgems/mruby-io/mrbgem.rake b/mrbgems/mruby-io/mrbgem.rake
index e4f0b7bb6..bd20f6d20 100644
--- a/mrbgems/mruby-io/mrbgem.rake
+++ b/mrbgems/mruby-io/mrbgem.rake
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.license = 'MIT'
- spec.authors = 'Internet Initiative Japan Inc.'
+ spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'IO and File class'
spec.cc.include_paths << "#{build.root}/src"