From 2fbd49903b683bcbf8f385cdd3a3a2e9c9ddaf15 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 30 Mar 2024 23:02:54 +0900 Subject: [PATCH] LEGAL: update memsearch_swar description --- LEGAL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGAL b/LEGAL index 116a218f6..c1384c0ae 100644 --- a/LEGAL +++ b/LEGAL @@ -4,7 +4,7 @@ LEGAL NOTICE INFORMATION All the files in this distribution are covered under the MIT license (see the file LICENSE) except some files mentioned below: -- src/string.c: mrb_memsearch_ss() is based on 2 clause BSD license code by Wojciech Muła (@WojciechMula) +- src/string.c (memsearch_swar): 2 clause BSD license code by Wojciech Muła (@WojciechMula) - src/readfloat.c: public domain by Yasuhiro Matsumoto (@mattn) - src/fmt_fp.c: public domain by Dave Hylands (@dhylands) - mrbgems/mruby-dir/src/Win/dirent.c: MIT-like license by Kevlin Henney