Skip to content

Commit

Permalink
add popular other licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 5, 2023
1 parent 30b12f2 commit 0e83529
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ class InitCommand : Command {
static immutable licenses = [
"BSL-1.0 (Boost)",
"MIT",
"Unlicense",
"Unlicense (public domain)",
"Apache-",
"-1.0",
"-1.1",
Expand Down Expand Up @@ -1092,7 +1092,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",
];

Expand Down

0 comments on commit 0e83529

Please sign in to comment.