From 796d0254a556ffc52b4517cb5451dc5323607fd5 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 13 May 2025 19:44:10 +0000
Subject: [PATCH 1/6] docs: update README.md [skip ci]
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index afa9ca8..4dbb80c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
+
+[](#contributors-)
+
@@ -175,6 +178,20 @@ The development of NeTrainSim has been a collaborative effort. The following ind
+
+
+
+
+
+
+
+
From 33271d6ed231ad2ed87dfb4b3e17ce892d2e027d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 13 May 2025 19:44:11 +0000
Subject: [PATCH 2/6] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..9cba13d
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "heshamrakha",
+ "name": "Hesham Rakha",
+ "avatar_url": "https://avatars.githubusercontent.com/u/11538915?v=4",
+ "profile": "https://github.com/heshamrakha",
+ "contributions": [
+ "projectManagement"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "NeTrainSim",
+ "projectOwner": "VTTI-CSM"
+}
From 35a66cbf97635ee11d9e68782c4722431e0dfc70 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 13 May 2025 19:46:50 +0000
Subject: [PATCH 3/6] docs: update README.md [skip ci]
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4dbb80c..b8bb522 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Download NeTrainSim |
How to Install and Quick Overview |
@@ -33,6 +38,9 @@
Slack
+
+
+
# Network Train Simulator (NeTrainSim)
NeTrainSim is an open-source train simulation software that allows users to simulate and analyse train operations on a large rail network. It is designed to be flexible, modular, and easy to use. It is built using Qt6 under the [GNU General Public License (GPL) version 3](https://www.gnu.org/licenses/gpl-3.0.en.html).
From 4bd03a30330b9a3a16e75a129ea2c204a61cfb74 Mon Sep 17 00:00:00 2001
From: Ahmed Aredah <77444744+AhmedAredah@users.noreply.github.com>
Date: Fri, 13 Jun 2025 10:14:55 -0400
Subject: [PATCH 6/6] Update LICENSE
Signed-off-by: Ahmed Aredah <77444744+AhmedAredah@users.noreply.github.com>
---
LICENSE | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
index f288702..00798ed 100644
--- a/LICENSE
+++ b/LICENSE
@@ -631,8 +631,9 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
-
- Copyright (C)
+ NeTrainSim: An open-source freight rail energy and emissions simulation
+ engine for modeling train movement dynamics and rail network operations.
+ Copyright (C) 2025 Ahmed Aredah and Hesham Rakha
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -652,7 +653,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- Copyright (C)
+ NeTrainSim Copyright (C) 2025 Ahmed Aredah and Hesham Rakha
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.