Commit 56de911b authored by dearblue's avatar dearblue

Add "mruby developers" into some gems; Resolve #4709

It is writing side by side with the original authors.
parent 694089fa
...@@ -171,6 +171,7 @@ Add the line below to your `build_config.rb`: ...@@ -171,6 +171,7 @@ Add the line below to your `build_config.rb`:
## License ## License
Copyright (c) 2013 Internet Initiative Japan Inc. Copyright (c) 2013 Internet Initiative Japan Inc.
Copyright (c) 2017 mruby developers
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),
......
MRuby::Gem::Specification.new('mruby-io') do |spec| MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.' spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'IO and File class' spec.summary = 'IO and File class'
spec.cc.include_paths << "#{build.root}/src" spec.cc.include_paths << "#{build.root}/src"
......
...@@ -49,6 +49,7 @@ There is no dependency on other mrbgems. ...@@ -49,6 +49,7 @@ There is no dependency on other mrbgems.
## License ## License
Copyright (c) 2012 Internet Initiative Japan Inc. Copyright (c) 2012 Internet Initiative Japan Inc.
Copyright (c) 2017 mruby developers
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),
......
MRuby::Gem::Specification.new('mruby-pack') do |spec| MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT' 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.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src" spec.cc.include_paths << "#{build.root}/src"
......
MRuby::Gem::Specification.new('mruby-sleep') do |spec| MRuby::Gem::Specification.new('mruby-sleep') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'MATSUMOTO Ryosuke' spec.authors = ['MATSUMOTO Ryosuke', 'mruby developers']
spec.version = '0.0.1' spec.version = '0.0.1'
end end
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
** mrb_sleep - sleep methods for mruby ** mrb_sleep - sleep methods for mruby
** **
** Copyright (c) mod_mruby developers 2012- ** Copyright (c) mod_mruby developers 2012-
** Copyright (c) mruby developers 2018
** **
** Permission is hereby granted, free of charge, to any person obtaining ** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the ** a copy of this software and associated documentation files (the
......
...@@ -35,6 +35,7 @@ Date: Tue, 21 May 2013 04:31:30 GMT ...@@ -35,6 +35,7 @@ Date: Tue, 21 May 2013 04:31:30 GMT
## License ## License
Copyright (c) 2013 Internet Initiative Japan Inc. Copyright (c) 2013 Internet Initiative Japan Inc.
Copyright (c) 2017 mruby developers
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),
......
MRuby::Gem::Specification.new('mruby-socket') do |spec| MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan' spec.authors = ['Internet Initiative Japan', 'mruby developers']
spec.summary = 'standard socket class' spec.summary = 'standard socket class'
spec.cc.include_paths << "#{build.root}/src" spec.cc.include_paths << "#{build.root}/src"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment