This commit is contained in:
David Given
2022-06-14 22:34:00 +02:00
4 changed files with 8 additions and 1 deletions

View File

@@ -226,7 +226,9 @@ text.
As an exception, `dep/snowhouse` contains the snowhouse assertion library,
taken from https://github.com/banditcpp/snowhouse. It is Boost Standard License
1.0 licensed. Please see the contents of the directory for the full text.
1.0 licensed. Please see the contents of the directory for the full text. Note
that this is only used during the build and no code ends up in the output
binaries.
As an exception, `dep/libusbp` contains the libusbp library, taken from
https://github.com/pololu/libusbp. It is MIT licensed. Please see the contents

2
dep/emu/UPSTREAM.md Normal file
View File

@@ -0,0 +1,2 @@
This contains selected (and slightly tweaked where appropriate) files from
https://github.com/openbsd/src/tree/master/lib/libc/gen.

View File

@@ -0,0 +1 @@
This comes from https://github.com/banditcpp/snowhouse, version 5.0.0.

View File

@@ -0,0 +1,2 @@
This comes from https://github.com/nothings/stb, circa commit
af1a5bc352164740c1cc1354942b1c6b72eacb8a.