From 917a877a652235f91d7cf5a2799a249f592ba68b Mon Sep 17 00:00:00 2001 From: Daniel Bridenbecker Date: Wed, 29 Apr 2026 10:40:15 -0700 Subject: [PATCH] Add disclaimer section to README Added a disclaimer about the code's development and usage. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 04b1c7e..2890331 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,21 @@ To build the documentation locally, do the following: 2. Navigate to the root directory of the repo and enter the following + ``` pip install .[docs] mkdocs build ``` --------------------- + +## Disclaimer + +The code in this repository was developed by IDM and other collaborators to support +our joint research on flexible agent-based modeling. We've made it publicly available +under the MIT License to provide others with a better understanding of our research +and an opportunity to build upon it for their own work. We make no representations +that the code works as intended or that we will provide support, address issues that +are found, or accept pull requests. You are welcome to create your own fork and +modify the code to suit your own modeling needs as permitted under the MIT License. +