Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ This research is supported by Shell Global Solutions International B.V., for whi

## License

MIT - see `LICENSE`.
This work is licensed under a MIT license - see `LICENSE`.

Technische Universiteit Delft hereby disclaims all copyright interest in the program “ENFORCE” written by Artur M. Schweidtmann. Paulien Herder, Dean of Applied Science

**Copyright (C) 2025 Artur Schweidtmann, TU Delft**
Comment on lines +284 to 288

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Fix the copyright year inconsistency between README and LICENSE.

The README (line 288) shows "Copyright (C) 2025 Artur Schweidtmann, TU Delft", but the LICENSE file lists "Copyright (c) 2026 Giacomo Lastrucci (Delft University of Technology)". Copyright notices must be consistent and accurate for legal compliance. Verify which year is correct and ensure both files align.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 284 - 288, The copyright notices in README.md and the
LICENSE file have inconsistent information: README.md line 288 shows "Copyright
(C) 2025 Artur Schweidtmann, TU Delft" while the LICENSE file shows "Copyright
(c) 2026 Giacomo Lastrucci (Delft University of Technology)". Determine which
copyright year and copyright holder are correct, then update either the
README.md copyright line or the LICENSE file (or both if needed) to ensure the
copyright year and holder match consistently across both files.


Expand Down