diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-30 13:31:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-30 13:31:25 +0200 |
commit | d9dd84487bda8303590d5b30987f1d76b93867ba (patch) | |
tree | 7fd0a926dea644a2ddb70c863574af386b9d7f79 /LICENSE | |
parent | e53da6ae4665ce49dddcc9aaa97a4e87bb94f48d (diff) |
Add JSON parser (copy of libstud-json)
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ libbutl/mingw-*.hxx: 2-clause BSD License; see the file headers for details. +libbutl/json/pdjson.[hc]: + +UNLICENSE (dedicated to the public domain). + The rest: MIT License |