From 20cab092bc9cd33195c890d3751f8dd8eab000cc Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 18 Jul 2017 13:35:45 +0900 Subject: [PATCH] Fix License in README.md LICENSE.txt, scanf.rb, and scanf.gemspec say BSD-2-Clause. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2a23c5c70..491e14e0d7 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/s ## License -The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). +The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).