From 09123326c187ddb9cc4c76ec6eb84008d7e6583b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 11 Nov 2024 12:23:40 +0100 Subject: [PATCH] stream: add missing UTF-8 BOM We want to ensure non-UTF8 configured Windows machines interpret our source code correctly. Signed-off-by: Simon Rozman --- include/stdex/stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdex/stream.hpp b/include/stdex/stream.hpp index b919f9f4d..60a0cdb52 100644 --- a/include/stdex/stream.hpp +++ b/include/stdex/stream.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023-2024 Amebis */