From 815a98be4dd5cf47c94b3e309446658a43e51c66 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sun, 25 Dec 2022 22:30:46 -0500 Subject: [PATCH] Clarify licensing for contributors --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 878de7b..01b7eda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,15 @@ Contents ======== +* [Licensing](#licensing) * [The **Cmd** trait](#the-cmd-trait) * [A simple example applet](#a-simple-example-applet) * [Incorporating a new applet](#incorporating-a-new-applet) +## Licensing +This code is BeerWare. It is essentially in the public domain. If you wish to +contribute, your name may be added to the credits, but by contributing you agree +to basically place your contributions into the public domain. + ## The Cmd trait The `Cmd` trait is defined in `src/cmd/mod.rs`. All applets should live in their own submodule under `crate::cmd` and include a struct with the name of the command,