aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-03 12:28:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-03 12:28:59 +0200
commit7bc20238740dd4b5beeb40e6a84929c7f9c5a751 (patch)
tree081987c548736b700d34dd96153080358b420a8f
parentecb2654f987a2d612c8599984110aa673b6e1a73 (diff)
Add support for AGPL
-rw-r--r--bdep/new.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 6646b9f..c74c90c 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -147,6 +147,8 @@ namespace bdep
cmp ("LGPLv2") ? "GNU Lesser General Public License v2.0" :
cmp ("LGPLv2.1") ? "GNU Lesser General Public License v2.1" :
cmp ("LGPLv3") ? "GNU Lesser General Public License v3.0" :
+ cmp ("AGPLv2") ? "Affero General Public License v2.0" :
+ cmp ("AGPLv3") ? "GNU Affero General Public License v3.0" :
cmp ("ASLv1") ? "Apache License v1.0" :
cmp ("ASLv1.1") ? "Apache License v1.1" :
cmp ("ASLv2") ? "Apache License v2.0" :