Added licensne field
This commit is contained in:
parent
2fb46a82c9
commit
5f5a10b8fa
3
dub.json
3
dub.json
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "dscanner",
|
"name": "dscanner",
|
||||||
"description": "Swiss-army knife for D source code",
|
"description": "Swiss-army knife for D source code",
|
||||||
"copyright": "Copyright © 2012 -, Brian Schott",
|
"copyright": "© Brian Schott",
|
||||||
"authors": ["Brian Schott"],
|
"authors": ["Brian Schott"],
|
||||||
"importPaths": ["."],
|
"importPaths": ["."],
|
||||||
|
"license" : "Boost Software License - Version 1.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "library",
|
"name": "library",
|
||||||
|
|
Loading…
Reference in New Issue