From c98e6a9b8959f4a564eb71024d0f91e1f2f84352 Mon Sep 17 00:00:00 2001 From: eno Date: Thu, 20 Mar 2025 10:05:13 +0100 Subject: [PATCH] [ruby/json] Extends license description https://github.com/ruby/json/commit/cce3d1f6c1 --- ext/json/ext/vendor/fpconv/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/json/ext/vendor/fpconv/README.md b/ext/json/ext/vendor/fpconv/README.md index 0d40424d24..3c555f1782 100644 --- a/ext/json/ext/vendor/fpconv/README.md +++ b/ext/json/ext/vendor/fpconv/README.md @@ -1,3 +1,5 @@ The contents of this directory is extracted from https://github.com/night-shift/fpconv -It is licensed under the provisions of the Boost Software License - Version 1.0 - August 17th, 2003. See the ./license file for details. \ No newline at end of file +It is licensed under the provisions of the Boost Software License - Version 1.0 - August 17th, 2003. See the ./license file for details. + +It was slightly modified to append ".0" to plain floats, for use with the https://github.com/ruby/json package. \ No newline at end of file