From 82c5add9f06052c3ad1fa28e56fcb57d60527676 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 24 Oct 2021 19:09:27 +0200 Subject: [PATCH] Updated license --- README.md | 4 ++++ dub.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9adf7..1cce8f7 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ libtun ====== TUN/TAP adapter for D-based applications + +## License + +LGPLv3 \ No newline at end of file diff --git a/dub.json b/dub.json index 289945c..c7efe8a 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2021, Tristan B. Kildaire", "description": "TUN adapter for D", - "license": "GPLv3", + "license": "LGPLv3", "name": "libtun", "targetType": "library", "preBuildCommands": ["gcc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"],