From 534380266c49864f5094c9729ec82c748abf0518 Mon Sep 17 00:00:00 2001 From: Auvi R Date: Sat, 14 Mar 2020 01:16:32 -0400 Subject: [PATCH] Fix typo "BDS two clause" -> "BSD two clause" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e0e44..95fdd98 100644 --- a/README.md +++ b/README.md @@ -911,7 +911,7 @@ The API to access the allocator used by SDS is composed of three functions: `sds Credits and license === -SDS was created by Salvatore Sanfilippo and is released under the BDS two clause license. See the LICENSE file in this source distribution for more information. +SDS was created by Salvatore Sanfilippo and is released under the BSD two clause license. See the LICENSE file in this source distribution for more information. Oran Agra improved SDS version 2 by adding dynamic sized headers in order to save memory for small strings and allow strings greater than 4GB.