From 4bd408eefd4de72abef4b7c45d6517a38c7cf150 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 19 Apr 2023 09:03:31 -0600 Subject: [PATCH] chore: update license URLs (#13113) --- docs/LICENSE_OF_DEPENDENCIES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index 38d8c9c9a..d3a9acac7 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -266,9 +266,9 @@ following works: - github.com/pborman/ansi [BSD 3-Clause "New" or "Revised" License](https://github.com/pborman/ansi/blob/master/LICENSE) - github.com/philhofer/fwd [MIT License](https://github.com/philhofer/fwd/blob/master/LICENSE.md) - github.com/pierrec/lz4 [BSD 3-Clause "New" or "Revised" License](https://github.com/pierrec/lz4/blob/master/LICENSE) -- github.com/pion/dtls [MIT License](https://github.com/pion/dtls/blob/master/LICENSE) -- github.com/pion/logging [MIT License](https://github.com/pion/logging/blob/master/LICENSE) -- github.com/pion/transport [MIT License](https://github.com/pion/transport/blob/master/LICENSE) +- github.com/pion/dtls [MIT License](https://github.com/pion/dtls/blob/master/LICENSES/MIT.txt) +- github.com/pion/logging [MIT License](https://github.com/pion/logging/blob/master/LICENSES/MIT.txt) +- github.com/pion/transport [MIT License](https://github.com/pion/transport/blob/master/LICENSES/MIT.txt) - github.com/pion/udp [MIT License](https://github.com/pion/udp/blob/master/LICENSE) - github.com/pkg/browser [BSD 2-Clause "Simplified" License](https://github.com/pkg/browser/blob/master/LICENSE) - github.com/pkg/errors [BSD 2-Clause "Simplified" License](https://github.com/pkg/errors/blob/master/LICENSE)