Clarify that contributed code should be BSD/MIT

bug/bundler_fix
HD Moore 2016-02-22 16:29:13 -06:00
parent 56fed01ff0
commit aea68adb77
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ and Metasploit's [Common Coding Mistakes].
* **Do** follow the [50/72 rule] for Git commit messages. * **Do** follow the [50/72 rule] for Git commit messages.
* **Don't** use the default merge messages when merging from other branches. * **Don't** use the default merge messages when merging from other branches.
* **Do** create a [topic branch] to work on instead of working directly on `master`. * **Do** create a [topic branch] to work on instead of working directly on `master`.
* **Do** license your code as BSD 3-clause, BSD 2-clause, or MIT.
### Pull Requests ### Pull Requests