From 51f608a7648c94f842e8142f5514eed2a55e2ab2 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 20 Mar 2015 00:51:47 -0700 Subject: [PATCH] Add license in dub.json --- dub.json | 1 + 1 file changed, 1 insertion(+) 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" },