From d58d8ea82f5045ac4edd17606e85d7016871c0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Fri, 21 Nov 2025 14:44:54 +0100 Subject: [PATCH] added comment in readme --- README.md | 4 ++++ conda-recipe/meta.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 119c3b0..2bfdade 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Data analysis library for PSI hybrid detectors Detailed documentation including installation can be found in [Documentation](https://slsdetectorgroup.github.io/aare/) +## License + +This project is licensed under the MPL-2.0 license. +See the LICENSE file or https://www.mozilla.org/en-US/MPL/ for details. ## Build and install diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 7aabea1..6e60d07 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -49,4 +49,5 @@ test: - python -m pytest python/tests about: + license: SPDX-License-Identifier MPL-2.0 summary: Data analysis library for hybrid pixel detectors from PSI