From ed7cd13677ba53f224d46166ceaf579157fbdde1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 31 Mar 2021 14:51:56 +0530 Subject: Add license information to README. * README.md (License): New section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cb1f485..0e6c7f3 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,9 @@ print(random_on_cap(axis, max_planar_angle, rng)) If you use this code for your research, please cite the paper [An O(n) algorithm for generating uniform random vectors in n-dimensional cones](https://arxiv.org/abs/2101.00936). + +# License + +sambal is free software released under the terms of the [GNU General +Public License](https://www.gnu.org/licenses/gpl.html), either version +3 of the License, or (at your option) any later version. -- cgit v1.2.3