From c9f96612a26785d915673cf1c32a9b3fa65fc155 Mon Sep 17 00:00:00 2001 From: Jody Paul Date: Sat, 2 May 2026 19:24:58 -0600 Subject: [PATCH 1/3] Revise README title and licensing details Updated project title and added licensing information. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b75e8f..fd721d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# SimulationModeling +# Simulation Modeling -A Java scaffolding project for discrete-event simulation, designed for +A scaffolding project for discrete-event simulation, designed for college students in an **Algorithms and Algorithm Analysis** course. ## Prerequisites @@ -176,3 +176,15 @@ To re-download JUnit 5 JARs (e.g., after a fresh clone where `lib/` is absent): ```bash ant resolve ``` + +----- +The bulk of this project was generated by AI tools in response to a small number of human prompts. Human edits were made to the AI-generated content primarily to correct errors, improve adherence to good-practice quidelines, enhance readability, and establish appropriate licensing. + +The program is provided “as is” and without warranty of any kind, either expressed or implied: +without even the implied warranty of merchantability and fitness for a particular purpose. + +The software is licensed under GPLv3 + + +This README document is licensed under CC BY-SA 4.0 +CreativeCommons-BY-SA From 3cda7a2a4b0f718e908a2cf4405456fad167c1a0 Mon Sep 17 00:00:00 2001 From: Jody Paul Date: Sat, 2 May 2026 19:30:07 -0600 Subject: [PATCH 2/3] Correct typo in README.md Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd721d3..6c67215 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ ant resolve ``` ----- -The bulk of this project was generated by AI tools in response to a small number of human prompts. Human edits were made to the AI-generated content primarily to correct errors, improve adherence to good-practice quidelines, enhance readability, and establish appropriate licensing. +The bulk of this project was generated by AI tools in response to a small number of human prompts. Human edits were made to the AI-generated content primarily to correct errors, improve adherence to good-practice guidelines, enhance readability, and establish appropriate licensing. The program is provided “as is” and without warranty of any kind, either expressed or implied: without even the implied warranty of merchantability and fitness for a particular purpose. From 7c39130027e28b4775cbcea222a3f62b3107042b Mon Sep 17 00:00:00 2001 From: Jody Paul Date: Sat, 2 May 2026 19:31:44 -0600 Subject: [PATCH 3/3] Add ALT text to GPL-3 image Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c67215..0cf85c4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ The program is provided “as is” and without warranty of any kind, either exp without even the implied warranty of merchantability and fitness for a particular purpose. The software is licensed under GPLv3 - +GNU GPLv3 license badge This README document is licensed under CC BY-SA 4.0 CreativeCommons-BY-SA