From 9ee752d4416149a5e2a0cbaf446c781f19269da3 Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Sun, 5 Oct 2025 08:20:22 +0200 Subject: [PATCH] docs: Update LICENSE and link in README --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 17def59..bee6b62 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 +Copyright (c) 2025 maghdam maghdam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e73f247..42dc1f2 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ The `3_Backtest.ipynb` notebook evaluates all trained models and generates a com ## License -MIT (or your choice). +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ---