Skip to content

Commit 8094f86

Browse files
committed
Remove OSI logo
1 parent 29d37d3 commit 8094f86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The Art of C++ / JSON is a zero-dependency C++11 header-only library that provid
1717
* Allows construction of JSON value objects from arbitrary user-defined data-types with specialised traits class template.
1818
* Construction of objects and arrays via `std::initializer_list`.
1919
* C++11 literal operator for JSON values.
20+
* RFC 6901: JavaScript Object Notation (JSON) Pointer
2021

2122
## Status
2223

@@ -45,9 +46,11 @@ For questions and suggestions please contact the authors at **jsonl(at)colin-hir
4546
* Niels Lohmann and his [JSON library](https://github.com/nlohmann/json) for the inspiration.
4647
* Milo Yip and his [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark) for a reference to measure progress against.
4748

48-
## License
49+
## Contact
50+
51+
For questions and suggestions about the Art of C++ / JSON please contact the authors at `jsonl(at)colin-hirsch.net`.
4952

50-
<a href="http://www.opensource.org/"><img height="100" align="right" src="http://wiki.opensource.org/bin/download/OSI+Operations/Marketing+%26+Promotional+Collateral/OSI_certified_logo_vector.svg"></a>
53+
## License
5154

5255
The Art of C++ is certified [Open Source](http://www.opensource.org/docs/definition.html) software. It may be used for any purpose, including commercial purposes, at absolutely no cost. It is distributed under the terms of the [MIT license](http://www.opensource.org/licenses/mit-license.html) reproduced here.
5356

@@ -59,8 +62,6 @@ The Art of C++ is certified [Open Source](http://www.opensource.org/docs/definit
5962
>
6063
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6164
62-
This site and software is not affiliated with or endorsed by the Open Source Initiative. For questions and suggestions about the Art of C++ / JSON please contact the authors at `jsonl(at)colin-hirsch.net`.
63-
6465
### PEGTL License
6566

6667
The Art of C++ / JSON library contains [the PEGTL library](https://github.com/ColinH/PEGTL) which is licensed as follows:

0 commit comments

Comments
 (0)