From 56de911b7a05c363b3d2e3455d85a9ee761ee335 Mon Sep 17 00:00:00 2001 From: dearblue Date: Mon, 9 Dec 2019 23:49:03 +0900 Subject: Add "mruby developers" into some gems; Resolve #4709 It is writing side by side with the original authors. --- mrbgems/mruby-pack/README.md | 1 + mrbgems/mruby-pack/mrbgem.rake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mrbgems/mruby-pack') 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" -- cgit v1.2.3