From 58caa542ac9ec4dbf2752c371365b38b43871ff9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 19 Jul 2023 16:35:09 +0200 Subject: [PATCH] Add missing UTF-8 BOM Many many many Windows out there are still using Windows-1252 and similar ancient encodings. Signed-off-by: Simon Rozman --- UnitTests/parser.cpp | 2 +- UnitTests/pch.cpp | 2 +- UnitTests/pch.h | 2 +- include/stdex/errno.hpp | 2 +- include/stdex/exception.hpp | 2 +- include/stdex/interval.hpp | 2 +- include/stdex/mapping.hpp | 2 +- include/stdex/memory.hpp | 2 +- include/stdex/parser.hpp | 2 +- include/stdex/progress.hpp | 2 +- include/stdex/sal.hpp | 2 +- include/stdex/sgml.hpp | 2 +- include/stdex/sgml_unicode.hpp | 2 +- include/stdex/unicode.hpp | 2 +- include/stdex/vector_queue.hpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/UnitTests/parser.cpp b/UnitTests/parser.cpp index 580c61973..817aacd4b 100644 --- a/UnitTests/parser.cpp +++ b/UnitTests/parser.cpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/UnitTests/pch.cpp b/UnitTests/pch.cpp index d496a04ce..944a2840f 100644 --- a/UnitTests/pch.cpp +++ b/UnitTests/pch.cpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/UnitTests/pch.h b/UnitTests/pch.h index 3f81b5179..16c07ad16 100644 --- a/UnitTests/pch.h +++ b/UnitTests/pch.h @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/errno.hpp b/include/stdex/errno.hpp index d83ef4ffc..23b0e7098 100644 --- a/include/stdex/errno.hpp +++ b/include/stdex/errno.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/exception.hpp b/include/stdex/exception.hpp index 8c85d421d..1917de5d1 100644 --- a/include/stdex/exception.hpp +++ b/include/stdex/exception.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/interval.hpp b/include/stdex/interval.hpp index 5e35f5a98..aff099d87 100644 --- a/include/stdex/interval.hpp +++ b/include/stdex/interval.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/mapping.hpp b/include/stdex/mapping.hpp index 47341e91f..a8ad6735c 100644 --- a/include/stdex/mapping.hpp +++ b/include/stdex/mapping.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/memory.hpp b/include/stdex/memory.hpp index dd7df16d7..34451c46b 100644 --- a/include/stdex/memory.hpp +++ b/include/stdex/memory.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/parser.hpp b/include/stdex/parser.hpp index cb7677211..995b3a3fe 100644 --- a/include/stdex/parser.hpp +++ b/include/stdex/parser.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/progress.hpp b/include/stdex/progress.hpp index b4ae50fd3..174773af2 100644 --- a/include/stdex/progress.hpp +++ b/include/stdex/progress.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/sal.hpp b/include/stdex/sal.hpp index 072261b76..08c8326a9 100644 --- a/include/stdex/sal.hpp +++ b/include/stdex/sal.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2022-2023 Amebis */ diff --git a/include/stdex/sgml.hpp b/include/stdex/sgml.hpp index e160d78a0..5a4a8eb83 100644 --- a/include/stdex/sgml.hpp +++ b/include/stdex/sgml.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/sgml_unicode.hpp b/include/stdex/sgml_unicode.hpp index ce6e31fd9..ff50adf35 100644 --- a/include/stdex/sgml_unicode.hpp +++ b/include/stdex/sgml_unicode.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/unicode.hpp b/include/stdex/unicode.hpp index 57228ecbe..a85d31902 100644 --- a/include/stdex/unicode.hpp +++ b/include/stdex/unicode.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2023 Amebis */ diff --git a/include/stdex/vector_queue.hpp b/include/stdex/vector_queue.hpp index d5223b94d..1e8fbab13 100644 --- a/include/stdex/vector_queue.hpp +++ b/include/stdex/vector_queue.hpp @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 2016-2023 Amebis */