From 35b976b06fc1c3a64ba5903a365666c9db9fd1d1 Mon Sep 17 00:00:00 2001
From: ClovertaTheTrilobita
<168412973+ClovertaTheTrilobita@users.noreply.github.com>
Date: Thu, 16 Oct 2025 15:19:23 +0000
Subject: [PATCH] Update README with license and attribution details
Add license information and attribution to Cellpose project.
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 3ff8ecc..48167ff 100644
--- a/README.md
+++ b/README.md
@@ -152,3 +152,10 @@ python main.py
请将Nginx指向[`frontend/index.html`](frontend/index.html)。
如果你在本地部署,你可以在启动后端后直接打开[`index.html`](frontend/index.html),开始使用。
+
+## License
+
+This project is licensed under the [Apache-2.0 license](LICENSE).
+
+It also includes code and ideas from the [Cellpose](https://github.com/mouseland/cellpose) project,
+which is licensed under the [BSD 3-Clause License](LICENSES/BSD-3-Clause-cellpose.txt).