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"],