From aebca5cd7edde2f3682b607d2846c24d6cf4795c Mon Sep 17 00:00:00 2001 From: DcruBro Date: Wed, 12 Nov 2025 19:20:44 +0100 Subject: [PATCH] update readme and attributions --- ATTRIBUTIONS.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 9a1efa3..102969e 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -21,4 +21,5 @@ This project uses the standalone version of the ASIO C++ library for asynchronou - **Website:** https://www.wintun.net/ - **Copyright:** (c) 2018-2025 WireGuard LLC - **License:** MIT License OR GPL-2.0 License -- **License Text:** See `third_party/wintun/` \ No newline at end of file +- **License Text:** See `third_party/wintun/` +- **Utilized Under:** MIT License diff --git a/README.md b/README.md index 47252e4..db9358a 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,6 @@ distributed under the [Boost Software License, Version 1.0](https://www.boost.or This project includes the CXXOPTS Library distributed under the MIT License -This project includes the [Wintun Library](https://www.wintun.net/), distributed under the MIT License or the GPL-2.0 License. +This project includes the [Wintun Library](https://www.wintun.net/), distributed under the MIT License or the GPL-2.0 License. This project utilizes it under the MIT license. -*See **ATTRIBUTIONS.md** for details.* \ No newline at end of file +*See **ATTRIBUTIONS.md** for details.*