diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb4bca4b..51406a09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,6 +87,11 @@ ruff check nanobot/ ruff format nanobot/ ``` +## Contribution License + +By submitting a contribution, you confirm that you have the right to submit it +and agree that it will be licensed under the project's MIT License. + ## Code Style We care about more than passing lint. We want nanobot to stay small, calm, and readable. diff --git a/LICENSE b/LICENSE index 24bdaccb..e06eb24c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 nanobot contributors +Copyright (c) 2025-present Xubin Ren and the nanobot contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 90a3d2f4..c9d89e88 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,10 @@ PRs welcome! The codebase is intentionally small and readable. 🤗 - **More integrations** — Calendar and more - **Self-improvement** — Learn from feedback and mistakes +## Contact + +This project was started by [Xubin Ren](https://github.com/re-bin) as a personal open-source project and continues to be maintained in an individual capacity using personal resources, with contributions from the open-source community. Feel free to contact [xubinrencs@gmail.com](mailto:xubinrencs@gmail.com) for questions, ideas, or collaboration. + ### Contributors