From c1fca2bd63b747db710c98a263d546fbfe5bb97c Mon Sep 17 00:00:00 2001 From: Isaac Adjei Date: Tue, 7 Jul 2026 13:27:04 +0100 Subject: [PATCH] docs: add a NOTICE for the third-party campus photos My application code stays under MIT. I add a NOTICE clarifying that the campus photographs under images/ are not my own work and are not covered by the MIT licence. --- NOTICE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 NOTICE.md diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..8ae6a5d --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,9 @@ +# Notice + +The MIT License in [LICENSE](LICENSE) covers **my own application code only** (the PHP, +CSS and templates). + +The campus photographs under `images/` (for example `campus-*.jpg`) are not my own work and +are **not** covered by the MIT License. They are included for illustration only and remain +the property of their respective owners. If you reuse this project, replace those images or +obtain your own licence for them. Contact: contact@isaacadjei.me.