diff --git a/README.rst b/README.rst index b3798c8f..190ac6a0 100644 --- a/README.rst +++ b/README.rst @@ -309,6 +309,17 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Documentation License +--------------------- + +The `Format string syntax `__ +section in the documentation is based on the one from Python `string module +documentation ` +adapted for the current library. For this reason the documentation is +distributed under the Python Software Foundation license available in +`doc/LICENSE.python +`__. + Acknowledgments --------------- @@ -320,5 +331,7 @@ Some ideas used in the implementation are borrowed from `Loki `__ SafeFormat and `Diagnostic API `__ in `Clang `__. -Format string syntax is based on Python's `str.format +Format string syntax and the documentation are based on Python's `str.format `__. +Thanks `Doug Turnbull `__ for his valuable +comments and contribution to the design of the type-safe API.