From 131f0b77d8e99ac843cb2759d06a434e21384607 Mon Sep 17 00:00:00 2001 From: continuist Date: Mon, 16 Jun 2025 01:13:51 -0400 Subject: [PATCH] Update readmes to reference correct license --- backend/README.md | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index b786e95..2cb6009 100644 --- a/backend/README.md +++ b/backend/README.md @@ -154,4 +154,4 @@ Configuration files are located in the `config/` directory: ## License -MIT \ No newline at end of file +This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the [LICENSE.md](../LICENSE.md) file for details. \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md index 3e3bfb3..f26d5fd 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -129,4 +129,4 @@ The project is written in TypeScript. Type definitions are available for all com ## License -MIT +This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the [LICENSE.md](../LICENSE.md) file for details.