From 5f5a10b8fa588c7818786c07fd5ac95f34722808 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 15 Feb 2014 14:27:43 -0800 Subject: [PATCH] Added licensne field --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 854869c..086d89e 100644 --- a/dub.json +++ b/dub.json @@ -1,9 +1,10 @@ { "name": "dscanner", "description": "Swiss-army knife for D source code", - "copyright": "Copyright © 2012 -, Brian Schott", + "copyright": "© Brian Schott", "authors": ["Brian Schott"], "importPaths": ["."], + "license" : "Boost Software License - Version 1.0", "configurations": [ { "name": "library",