diff --git a/NEWS b/NEWS index e69de29..5798fb4 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +See the git repo. diff --git a/README b/README index e69de29..e257745 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +See README.md or README.html diff --git a/README.html b/README.html index a30c830..0b951fd 100644 --- a/README.html +++ b/README.html @@ -11,7 +11,7 @@
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. - It aims to conform to RFC 7159 + It aims to conform to RFC 7159.
json-c <at> googlegroups <dot> com
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..
+This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.