summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordzaima <dzaimagit@gmail.com>2022-12-30 20:08:12 +0200
committerdzaima <dzaimagit@gmail.com>2022-12-31 03:19:06 +0200
commitfd38a5b24130b5f0ea444669d258c564f443c510 (patch)
tree4ae9fd0808a06373d93e50a2c865e9b81b49306b /README.md
parent99a82afec4b26c1ebdaf5be9333e12b04369e94f (diff)
use Ryu for number formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 597a04ac..86e8bdd3 100644
--- a/README.md
+++ b/README.md
@@ -77,4 +77,7 @@ Additionally, CBQN is known to compile as-is on macOS (with [some extra options]
## License
-Any file without an explicit copyright message is copyright (c) 2021 dzaima, GNU GPLv3 - see LICENSE \ No newline at end of file
+Most files here are copyright (c) 2021 dzaima & others, [GNU GPLv3 only](licenses/LICENSE-GPLv3).
+Exceptions are:
+- timsort implementation - `src/builtins/sortTemplate.h`: [MIT](licenses/LICENSE-MIT-sort); [original repo](https://github.com/swenson/sort/tree/f79f2a525d03f102034b5a197c395f046eb82708)
+- Ryu - `src/utils/ryu.c` & files in `src/utils/ryu/`: [Apache 2.0](licenses/LICENSE-Apache2) or [Boost 1.0](licenses/LICENSE-Boost); [original repo](https://github.com/ulfjack/ryu/tree/75d5a85440ed356ad7b23e9e6002d71f62a6255c) \ No newline at end of file