summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-pack
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-pack
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-pack')
-rw-r--r--mrbgems/mruby-pack/README.md1
-rw-r--r--mrbgems/mruby-pack/mrbgem.rake2
2 files changed, 2 insertions, 1 deletions
diff --git a/mrbgems/mruby-pack/README.md b/mrbgems/mruby-pack/README.md
index 95733e2d5..c8a653fba 100644
--- a/mrbgems/mruby-pack/README.md
+++ b/mrbgems/mruby-pack/README.md
@@ -49,6 +49,7 @@ There is no dependency on other mrbgems.
## License
Copyright (c) 2012 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-pack/mrbgem.rake b/mrbgems/mruby-pack/mrbgem.rake
index 6e8375d1e..f1c0306b1 100644
--- a/mrbgems/mruby-pack/mrbgem.rake
+++ b/mrbgems/mruby-pack/mrbgem.rake
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
- spec.authors = 'Internet Initiative Japan Inc.'
+ spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src"