diff options
-rw-r--r-- | bdep/new.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index e4f3dd6..c4010fa 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -765,9 +765,9 @@ namespace bdep info << "using generic summary in manifest"; } - // LICENSE + // LICENSE or UNLICENSE // - if (exists ((f = out / "LICENSE"))) + if (exists ((f = out / "LICENSE")) || exists ((f = out / "UNLICENSE"))) { license_e = extract_license (f); |