diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-26 15:00:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-26 15:00:02 +0200 |
commit | 8d841f1f893413518b5aa1894e96f1decee91808 (patch) | |
tree | 0d85d76870fbf8e17b7ad0a9639acf64eb83d089 | |
parent | cc7608840f0002bf929165cee4c74791261dc8c2 (diff) |
Change license from 'proprietary' to 'TODO' in new command
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 505ed96..8a07cb3 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -247,7 +247,7 @@ namespace bdep << "name: " << n << endl << "version: 0.1.0-a.0.z" << endl << "summary: " << s << " " << t << endl - << "license: proprietary" << endl + << "license: TODO" << endl << "url: https://example.org/" << n << endl << "email: you@example.org" << endl << "depends: * build2 >= 0.7.0-" << endl |