1# Maintainer
2
3This library is currently maintained by [Richard Hodges](mailto:[email protected]) with generous support
4from the C++ Alliance.
5
6# Build Status
7
8Branch  | Status
9--------|-------
10develop | [![CI](https://github.com/boostorg/property_tree/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/property_tree/actions/workflows/ci.yml)
11master  | [![CI](https://github.com/boostorg/property_tree/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/property_tree/actions/workflows/ci.yml)
12
13# Licence
14
15This software is distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
16
17# Original Work
18
19This library is the work of Marcin Kalicinski and Sebastian Redl<br/>
20
21Copyright (C) 2002-2006 Marcin Kalicinski<br/>
22Copyright (C) 2009 Sebastian Redl
23