aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat
-rw-r--r--README.md45+18 −27
1 files changed, 18 insertions, 27 deletions
diff --git a/README.md b/README.md
index 389521c..e5aa528 100644
--- a/README.md
+++ b/README.md
@@ -196,29 +196,29 @@ sudo rc-service mirum-worker.default start
## Contributing
-We welcome your contributions, including code, bug reports, ideas, and success stories.
+We welcome your contributions, including code, bug reports, ideas, and success
+stories.
-If you are making a contribution for the first time or from a new email,
-please add yourself to the `.mailmap`.
+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.
+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. 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.
+AI agents MUST NOT add Signed-off-by tags. Only humans can legally certify the
+Contributor License Agreement.
### AI policy
You may use AI agents when writing code and documentation. AI is not allowed for
media including images, videos, fonts at all. You must fully read, understand,
-and cleanup any code generated by the agent. We ask that you disclose the agent's
-use and indicate the tool, model, and extent of contribution.
+and cleanup any code generated by the agent. We ask that you disclose the
+agent's use and indicate the tool, model, and extent of contribution.
Contributions should include an Assisted-by tag in the following format:
`Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]`, for example:
@@ -226,18 +226,9 @@ Contributions should include an Assisted-by tag in the following format:
Remember, AI agents should make software better, not worse.
-## License
+## Licensing
-Copyright (C) 2026 Nikolay Govorov
+Mirum source code is licensed under AGPL-3.0-or-later. Documentation is licensed
+under CC-BY-4.0.
-This program is free software: you can redistribute it and/or modify it under
-the terms of the GNU Affero General Public License as published by the Free
-Software Foundation, either version 3 of the License, or (at your option) any
-later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License along
-with this program. If not, see <https://www.gnu.org/licenses/>.
+The bundled shadcn UI components are licensed under MIT.