From d5f50ffa8503f48f7864034e047533f04b3a6471 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Mon, 15 Jan 2024 23:23:15 +0000 Subject: [PATCH] cleanup readme --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index ba4812f..7a66635 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Packeteer -Packeteer is a library that can handle structurally organising protocol packets like HTTP 1.x requests and responses as well as generating, structuring, unpacking and potentially more features depending on the protocol. +Packeteer is a library that can handle programatically structuring protocol packets as well as generating, constructing from raw, and unpacking depending on the protocol. ## Supported protocols * HTTP/1.x @@ -12,10 +12,3 @@ Packeteer is a library that can handle structurally organising protocol packets * a server * a protocol client * the only way to do this, probably - -## A note on licensing -This library changed from the LGPLv3 to MPLv2 as a result of LGPL's requirements for freedom of source on static linking which rustc does. - -I've chosen to use the MPL as it is a weaker but still copyleft license that allows you to statically link. - -The MPL applies retroactively to all previous versions of this library and will be used for all future versions.