From 47f1577fd38c3810469049bd5de5956a44954ae6 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 1 Jul 2014 13:13:46 +1000 Subject: [PATCH] Gave the license section a makeover. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.