diff --git a/dub.json b/dub.json index 46552d3..342913a 100644 --- a/dub.json +++ b/dub.json @@ -3,6 +3,7 @@ "description": "Dfmt is a formatter for D source code", "version": "0.2.2", "targetType": "executable", + "license": "BSL-1.0", "dependencies": { "libdparse": "~master" },