build: De-symlink LICENSE.md
diff --git a/stage23/LICENSE.md b/stage23/LICENSE.md
deleted file mode 120000
index 7eabdb1c..00000000
--- a/stage23/LICENSE.md
+++ /dev/null
@@ -1 +0,0 @@
-../LICENSE.md
\ No newline at end of file
diff --git a/stage23/Makefile b/stage23/Makefile
index 75af2a8a..cecf4051 100644
--- a/stage23/Makefile
+++ b/stage23/Makefile
@@ -52,7 +52,7 @@ E9_OUTPUT = false
BUILD_ID := $(shell dd if=/dev/urandom count=8 bs=1 2>/dev/null | od -An -t x4 | sed 's/^ /0x/g;s/ //g')
LIMINE_VERSION := $(shell cat ../version 2>/dev/null || ( git describe --exact-match --tags `git log -n1 --pretty='%h'` 2>/dev/null || ( git log -n1 --pretty='%h' && echo -n "(`git branch --show-current`)" ) ) )
-LIMINE_COPYRIGHT := $(shell grep Copyright LICENSE.md)
+LIMINE_COPYRIGHT := $(shell grep Copyright ../LICENSE.md)
WERROR = -Werror
CFLAGS ?= -O3 -g -pipe -Wall -Wextra $(WERROR)
