From 46e55257bc11721ee4d34304c722228384288be1 Mon Sep 17 00:00:00 2001 From: Cameron Ross Date: Sun, 26 Aug 2018 17:23:45 -0300 Subject: [PATCH] some dub.json cleanup, add self to authors, update copyright --- dub.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dub.json b/dub.json index 3f8a36c..17449ec 100644 --- a/dub.json +++ b/dub.json @@ -1,13 +1,16 @@ { "name": "dyaml", "description": "YAML parser and emitter", - "authors": [ "Ferdinand Majerech" ], - "libs": [], - "importPaths": ["source"], - "license": "Boost 1.0", - "dependencies": { "tinyendian" : { "version" : "~>0.2.0" } }, + "authors": [ + "Ferdinand Majerech", + "Cameron \"Herringway\" Ross" + ], + "license": "BSL-1.0", + "dependencies": { + "tinyendian" : "~>0.2.0" + }, "homepage": "https://github.com/dlang-community/D-YAML", - "copyright": "Copyright © 2011-2014, Ferdinand Majerech", + "copyright": "Copyright © 2011-2018, Ferdinand Majerech", "subPackages": [ "examples/constructor", "examples/getting_started",