From ccf8ab51f3577533885767cf7d332c802cf1d792 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:31:59 +0000 Subject: [PATCH] fix: correct LICENSE location and description in README for license consistency Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com> Agent-Logs-Url: https://github.com/dfeen87/Goodwill-KPI/sessions/f3d23355-ade8-4cf1-9f93-f33e4c33cfcf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b35b25..9f20690 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,7 @@ Goodwill-KPI/ │ └── dashboard.html # Read-only browser dashboard ├── docs/ │ ├── CALIBRATION.md # Calibration guidance and tuning notes -│ ├── CITATION.cff # Citation metadata │ ├── INPUT-GOVERNANCE.md # Input governance and data quality guidelines -│ ├── LICENSE # MIT License │ ├── OBSERVABILITY.md # Observability and monitoring notes │ ├── ROADMAP.md # Project roadmap │ ├── SECURITY.md # Security policy @@ -52,7 +50,9 @@ Goodwill-KPI/ │ ├── __init__.py │ ├── test_dashboard.py # API and dashboard integration tests │ └── test_goodwill.py # Unit tests for all metric functions +├── CITATION.cff # Citation metadata ├── conftest.py # Shared pytest fixtures +├── LICENSE # Non-commercial license ├── render.yaml # Render.com deployment configuration ├── requirements-dev.txt # Development dependencies (pytest, httpx, …) └── requirements.txt # Runtime dependencies (fastapi, uvicorn, …)