From 6e26d24a4283e50b6c06b63c96b95b17e5792fe2 Mon Sep 17 00:00:00 2001 From: ge Date: Mon, 7 Apr 2025 21:24:57 +0300 Subject: [PATCH] readme: add license notice --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3121a98..1fce21a 100644 --- a/README.md +++ b/README.md @@ -265,3 +265,9 @@ println(ip) // 2001:db8::8429:6bff:fedc:ef8b Note that using EUI in IPv6 address may cause security issues. See [RFC 4941](https://datatracker.ietf.org/doc/html/rfc4941) for details. + +# License + +`netaddr` is released under LGPL 3.0 or later license. + +SPDX Lincese ID: `LGPL-3.0-or-later`.