From 57d8dbbd975b254c607f213a0042118fb58cf7ba Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 6 Jan 2024 10:54:43 +0100 Subject: [PATCH] Bump Copyright year Signed-off-by: Simon Rozman --- LICENSE | 3 +-- Tests/Tests.mm | 2 +- include/MacStd/common.hpp | 2 +- include/MacStd/dyld.hpp | 2 +- include/MacStd/unistd.hpp | 2 +- src/pch.cpp | 2 +- src/pch.hpp | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index fd957c0..6a4469f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ The MIT License (MIT) -Copyright © 1991-2023 Amebis -Copyright © 2016 GÉANT +Copyright © 1991-2024 Amebis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Tests/Tests.mm b/Tests/Tests.mm index d4b5729..d5b866b 100644 --- a/Tests/Tests.mm +++ b/Tests/Tests.mm @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #import diff --git a/include/MacStd/common.hpp b/include/MacStd/common.hpp index ac6f368..3e4e892 100644 --- a/include/MacStd/common.hpp +++ b/include/MacStd/common.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/MacStd/dyld.hpp b/include/MacStd/dyld.hpp index 87b8aaa..fc98eaf 100644 --- a/include/MacStd/dyld.hpp +++ b/include/MacStd/dyld.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/include/MacStd/unistd.hpp b/include/MacStd/unistd.hpp index 97e5cc2..fefbf6f 100644 --- a/include/MacStd/unistd.hpp +++ b/include/MacStd/unistd.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once diff --git a/src/pch.cpp b/src/pch.cpp index db9969f..eb31fd9 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #include "pch.hpp" diff --git a/src/pch.hpp b/src/pch.hpp index 6e3eee6..053e6ea 100644 --- a/src/pch.hpp +++ b/src/pch.hpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2023 Amebis + Copyright © 2023-2024 Amebis */ #pragma once