diff --git a/README.md b/README.md index a3b5caf..aad08cd 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ The amalgamated sources are generated by concatenating JsonCpp source in the correct order and defining the macro `JSON_IS_AMALGAMATION` to prevent inclusion of other headers. + Adding a reader/writer test --------------------------- @@ -212,9 +213,10 @@ Below is a short description of the content of each file: * `test_complex_01.process-output`: `jsontest` output, typically useful for understanding parsing errors. + License ------- - -See file LICENSE for details. Basically JsonCpp is licensed under + +See the `LICENSE` file for details. In summary, JsonCpp is licensed under the MIT license, or public domain if desired and recognized in your jurisdiction.