Add license in dub.json

This commit is contained in:
Hackerpilot 2015-03-20 00:51:47 -07:00
parent 5cab59298d
commit 51f608a764
1 changed files with 1 additions and 0 deletions

View File

@ -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"
},