From 227f1baad8b5130a581d5d5ee0ad5c7e2158d046 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Tue, 14 Jan 2025 16:39:41 +0100
Subject: [PATCH] README.md

---
 LICENSE   | 8 --------
 README.md | 6 ++++++
 2 files changed, 6 insertions(+), 8 deletions(-)
 delete mode 100644 LICENSE

diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 847cbfa..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,8 +0,0 @@
-LICENCE
-
-This repository contains code for the course 02465, Introduction to reinforcement learning and control theory.
-
-Some of the code in this repository is not written by me and the licensing terms are as indicated in the relevant files.
-
-Files authored by me or other DTU employees is only intended for educational purposes for students enrolled in the course. 
-Please do not re-distribute or publish this code without written permision from Tue Herlau (tuhe@dtu.dk).
\ No newline at end of file
diff --git a/README.md b/README.md
index 16f655b..eae0c4b 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,9 @@
 This repository contains code for 02465, introduction to machine learning and control theory. For installation instructions and course material please see:
 
  - https://www2.compute.dtu.dk/courses/02465/information/installation.html
+
+
+## License
+Some of the code in this repository is not written by me and the licensing terms are as indicated in the relevant files.
+
+Files authored by me are only intended for educational purposes. Please do not re-distribute or publish this code without written permision from Tue Herlau (tuhe@dtu.dk)
-- 
GitLab