Update license information and copyright notice#18
Conversation
Clarified license statement and added copyright disclaimer.
📝 WalkthroughWalkthroughThe README's License section is updated: the single-line MIT reference is replaced with a fuller MIT license statement, and a TU Delft disclaimer sentence is added disclaiming all copyright interest in the ENFORCE program written by Artur M. Schweidtmann. ChangesREADME License Text Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with 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.
Inline comments:
In `@README.md`:
- Around line 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.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| 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** |
There was a problem hiding this comment.
🗄️ 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.
Clarified license statement and added copyright disclaimer.
Summary by CodeRabbit