summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-10-31 07:47:35 +1100
committer Vas Crabb <vas@vastheman.com>2025-10-31 07:50:51 +1100
commit53137914d20158052b72e4202f2b1ff46d0dc610 (patch)
tree38d1b7f934b327b4b2160652f789dd2c8b6fbe99 /3rdparty
parentcf68fd5e3efa33a3a39b660cd9c977e34a8c749b (diff)
Fixed up a pile of stuff and commented out games added without credits.
* You actually need to add copyright notices when adding stuff in 3rdparty. * bus/bk: Fixed bad exposed class. * Metadata fixes. * Got rid of non-const function statics.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/README.md2
-rw-r--r--3rdparty/aes256cbc/README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/README.md b/3rdparty/README.md
index 3ed8c22e456..16676ecb686 100644
--- a/3rdparty/README.md
+++ b/3rdparty/README.md
@@ -1,5 +1,7 @@
# **3rdparty** #
+aescbc - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
+
asio - [Boost Software License](http://www.boost.org/LICENSE_1_0.txt)
asmjit - [zlib license](http://opensource.org/licenses/Zlib)
diff --git a/3rdparty/aes256cbc/README.md b/3rdparty/aes256cbc/README.md
index 9a99b62bce1..d3825e64a99 100644
--- a/3rdparty/aes256cbc/README.md
+++ b/3rdparty/aes256cbc/README.md
@@ -229,4 +229,3 @@ Contributions and feedback are welcome! If you find issues or have ideas for imp
## License
This standard AES-256 CBC implementation is provided under the [MIT License](./LICENSE).
-