From 24fe0904fb15771c79fac7c9085c0d732221559c Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sat, 5 Dec 2015 14:41:25 +0100 Subject: [PATCH] license note --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d81de525c..f84154c29 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,9 @@ In addition to the core functionality, pybind11 provides some extra goodies: - Everything is contained in just a few header files; there is no need to link against any additional libraries. + +### License + +pybind11 is provided under a BSD-style license that can be found in the +``LICENSE.txt`` file. By using, distributing, or contributing to this project, +you agree to the terms and conditions of this license.