From d5dd81b973fb8ee56e209003cd9b2edcbbf4726a Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 12 Jan 2023 00:05:34 +0100 Subject: [PATCH] add popular other licenses --- source/dub/commandline.d | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 7c7c3d7a8..15f6ae390 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -1031,7 +1031,7 @@ class InitCommand : Command { static immutable licenses = [ "BSL-1.0 (Boost)", "MIT", - "Unlicense", + "Unlicense (public domain)", "Apache-", "-1.0", "-1.1", @@ -1063,7 +1063,15 @@ class InitCommand : Command { "-1.1", "-2.0", "-2.0-no-copyleft-exception", + "EUPL-", + "-1.0", + "-1.1", + "-2.0", + "CC- (Creative Commons)", + "-BY-4.0 (Attribution 4.0 International)", + "-BY-SA-4.0 (Attribution Share Alike 4.0 International)", "Zlib", + "ISC", "proprietary", ];