From 10d74988aabc947529c405374a2e2cb99c305087 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 22 Sep 2023 13:07:14 +0200 Subject: [PATCH] Add mising UTF-8 BOM's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Curse you XCode! 😔 Signed-off-by: Simon Rozman --- UnitTests/main.cpp | 2 +- UnitTests/pch.h | 2 +- UnitTests/stream.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnitTests/main.cpp b/UnitTests/main.cpp index a3fcb4bb4..9d4a69deb 100644 --- a/UnitTests/main.cpp +++ b/UnitTests/main.cpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/UnitTests/pch.h b/UnitTests/pch.h index 16b6a700a..3cbbefdb5 100644 --- a/UnitTests/pch.h +++ b/UnitTests/pch.h @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/UnitTests/stream.cpp b/UnitTests/stream.cpp index b50c0bae3..49fec2218 100644 --- a/UnitTests/stream.cpp +++ b/UnitTests/stream.cpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */