diff options
Diffstat
| -rw-r--r-- | README.md | 9 | +4 −5 |
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md index ce66a80..f335062 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,13 @@ stories. If you are making a contribution for the first time or from a new email, please add yourself to the `.mailmap`. -### Contributor License Agreement +### Signoff To include your code, we ask that you read and agree to the [CLA](./CLA.md). To sign, add a `CLA-Version: 1.0` and a `Signed-off-by` trailer to every commit (`git commit -s --trailer "CLA-Version: 1.0"`). Each commit in a pull request must carry a valid `Signed-off-by` line matching the commit author. Please use -your real name or your public nickname. We cannot include code from anonymous -contributors. +your real name. We cannot include code from anonymous contributors. AI agents MUST NOT add Signed-off-by tags. Only humans can legally certify the Contributor License Agreement. @@ -37,8 +36,8 @@ Remember, AI agents should make software better, not worse. ## Licensing -Hule source code is licensed under the Apache License 2.0. Documentation is -licensed under CC BY 4.0. +Hule source code is licensed under Apache-2.0. Documentation is licensed under +CC-BY-4.0. The image-generation scripts in `images/*/genimg` are derived from code originally published by Drew DeVault as part of [SourceHut](https://sr.ht) and |
