From f909b2433ada7e5ccaf4753ac74d82703a50547f Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 27 Aug 2015 10:37:36 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c14fa77..14e1ddf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # SimpleJSON Simple C++ JSON library +## License +Do what the fuck you want public license + ## About SimpleJSON is a lightweight JSON library for exporting data in JSON format from C++. By taking advantage of templates and operator overloading on the backend, you're able to create and work with JSON objects right away, just as you would expect from a language such as JavaScript. SimpleJSON is a single C++ Header file, "json.hpp". Feel free to download this file on its own, and include it in your project. No other requirements!