diff options
| author | Nikolay Govorov <me@govorov.online> | 2026-07-24 03:36:22 +0100 |
|---|---|---|
| committer | Nikolay Govorov <me@govorov.online> | 2026-07-24 03:36:22 +0100 |
| commit | 9242bcef1a4441c6a6bbfb841c0b9129369f2764 (patch) | |
| tree | c7f6ea8060ef1f099c3765c6bd82fe5f085ae745 | |
| parent | b7b25b087c3f60cfad2da016f211a45962990ce1 (diff) | |
| download | tar tar.gz tar.bz2 tar.lz tar.xz tar.zst zip | |
Unify contributing policy
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 |
