From a7ba36ba080bee9eaf24aa1620671e06811a863b Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:23:51 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fb5f67..0b1f5716 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ quicly [![CI](https://github.com/h2o/quicly/actions/workflows/ci.yml/badge.svg)] Quicly is an IETF [QUIC](https://quicwg.github.io/) protocol implementation, written from the ground up to be used primarily within the H2O HTTP server. -The software is licensed under the MIT License. +License + +The software is licensed under the [MIT License](https://github.com/h2o/quicly/blob/master/LICENSE). How to build ---