aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx4
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);