diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-12 14:24:45 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-12 05:25:15 +0000 |
commit | 0452b3fabbd2c4c673665fd3f4b08a54841d0b8e (patch) | |
tree | a65eaef13980ae2050fbf74169e9c7dfa2ff614c | |
parent | fd7ba1893b424396e8eed52da1a98ae52b387c59 (diff) |
[ruby/io-console] Update license files same as ruby/ruby
https://github.com/ruby/io-console/commit/c9e3f44268
-rw-r--r-- | ext/io/console/io-console.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index f9c1729cb7..0a19992734 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -23,7 +23,8 @@ Gem::Specification.new do |s| s.require_path = %[lib] s.files = %w[ .document - LICENSE.txt + BSDL + COPYING README.md ext/io/console/console.c ext/io/console/extconf.rb |