From fe3580792f45ab6726dd648ed022d497e80f1867 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 8 Mar 2023 13:34:04 +0100 Subject: [PATCH] Update Copyright year Signed-off-by: Simon Rozman --- LICENSE | 2 +- include/stdex/base64.h | 2 +- include/stdex/hex.h | 2 +- include/stdex/idrec.h | 2 +- include/stdex/sal.h | 2 +- include/stdex/string.h | 2 +- include/stdex/vector_queue.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index a1b65650a..73d064c8c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2016-2022 Amebis +Copyright © 2016-2023 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/include/stdex/base64.h b/include/stdex/base64.h index 6c79f20a9..80601580a 100644 --- a/include/stdex/base64.h +++ b/include/stdex/base64.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2022 Amebis + Copyright © 2016-2023 Amebis */ #pragma once diff --git a/include/stdex/hex.h b/include/stdex/hex.h index be398333a..e882e2938 100644 --- a/include/stdex/hex.h +++ b/include/stdex/hex.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2022 Amebis + Copyright © 2016-2023 Amebis */ #pragma once diff --git a/include/stdex/idrec.h b/include/stdex/idrec.h index a44629bcc..ddc655883 100644 --- a/include/stdex/idrec.h +++ b/include/stdex/idrec.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2022 Amebis + Copyright © 2016-2023 Amebis */ #pragma once diff --git a/include/stdex/sal.h b/include/stdex/sal.h index b1ae7d724..4cd6607d3 100644 --- a/include/stdex/sal.h +++ b/include/stdex/sal.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2022 Amebis + Copyright © 2022-2023 Amebis */ #pragma once diff --git a/include/stdex/string.h b/include/stdex/string.h index 3cb8d6e96..358541d9a 100644 --- a/include/stdex/string.h +++ b/include/stdex/string.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2022 Amebis + Copyright © 2016-2023 Amebis */ #pragma once diff --git a/include/stdex/vector_queue.h b/include/stdex/vector_queue.h index 6a0611e31..8f8a22ba9 100644 --- a/include/stdex/vector_queue.h +++ b/include/stdex/vector_queue.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT - Copyright © 2016-2022 Amebis + Copyright © 2016-2023 Amebis */ #pragma once