big: Update license to BSD-3.

This commit is contained in:
Jeroen van Rijn
2021-08-19 12:12:59 +02:00
parent 1ad0743a52
commit 23d29be4d8
13 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package math_big
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-2 license.
Made available under Odin's BSD-3 license.
A BigInt implementation in Odin.
For the theoretical underpinnings, see Knuth's The Art of Computer Programming, Volume 2, section 4.3.