From 30f289123f7e02fb11c1cb4e38bc17c7c41b68e7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 7 Jan 2022 11:16:54 +0100 Subject: [PATCH] Update Copyright and build year Signed-off-by: Simon Rozman --- MSIBuild/Makefile | 2 +- include/wxex/appbar.h | 2 +- include/wxex/aui/framemanager.h | 2 +- include/wxex/common.h | 4 ++-- include/wxex/comutils.h | 2 +- include/wxex/crypto.h | 2 +- include/wxex/hex.h | 2 +- include/wxex/object.h | 2 +- include/wxex/persist/auimanager.h | 2 +- include/wxex/persist/toplevel.h | 2 +- include/wxex/private/tlwgeom.h | 2 +- include/wxex/url.h | 2 +- include/wxex/valhex.h | 2 +- include/wxex/valnet.h | 2 +- include/wxex/xml.h | 2 +- res/wxExtend.rc | Bin 3750 -> 3750 bytes src/appbar.cpp | 2 +- src/comutils.cpp | 2 +- src/crypto.cpp | 2 +- src/framemanager.cpp | 2 +- src/hex.cpp | 2 +- src/pch.cpp | 2 +- src/pch.h | 2 +- src/tlwgeom.cpp | 2 +- src/url.cpp | 2 +- src/valhex.cpp | 2 +- src/valnet.cpp | 2 +- src/xml.cpp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 2d5dd12..52e8c0f 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -1,5 +1,5 @@ # ​​​​SPDX-License-Identifier: GPL-3.0-or-later -# Copyright © 1991-2021 Amebis +# Copyright © 1991-2022 Amebis # Copyright © 2016 GÉANT !INCLUDE "..\..\..\include\$(PKG)MSIBuildCfg.mak" diff --git a/include/wxex/appbar.h b/include/wxex/appbar.h index 515a4b3..da7c8d6 100644 --- a/include/wxex/appbar.h +++ b/include/wxex/appbar.h @@ -1,6 +1,6 @@ /* ​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. */ diff --git a/include/wxex/aui/framemanager.h b/include/wxex/aui/framemanager.h index adfd176..67d9a30 100644 --- a/include/wxex/aui/framemanager.h +++ b/include/wxex/aui/framemanager.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/common.h b/include/wxex/common.h index 1ca4c28..7de013b 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ @@ -21,7 +21,7 @@ #define wxEXTEND_VERSION_BUILD 0 ///< wxExtend Build #define wxEXTEND_VERSION_STR "1.5.3" ///< wxExtend Displayable Version -#define wxEXTEND_BUILD_YEAR_STR "2021" ///< wxExtend Build Year +#define wxEXTEND_BUILD_YEAR_STR "2022" ///< wxExtend Build Year #define wxExtendVersion "15" ///< wxExtend API Version diff --git a/include/wxex/comutils.h b/include/wxex/comutils.h index 27768d5..845dda4 100644 --- a/include/wxex/comutils.h +++ b/include/wxex/comutils.h @@ -1,6 +1,6 @@ /* ​​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/crypto.h b/include/wxex/crypto.h index 3b76caf..eb227c0 100644 --- a/include/wxex/crypto.h +++ b/include/wxex/crypto.h @@ -1,6 +1,6 @@ /* ​​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/hex.h b/include/wxex/hex.h index 2ec5cba..fdc4584 100644 --- a/include/wxex/hex.h +++ b/include/wxex/hex.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/object.h b/include/wxex/object.h index e0d6d06..9aef2ab 100644 --- a/include/wxex/object.h +++ b/include/wxex/object.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/persist/auimanager.h b/include/wxex/persist/auimanager.h index 788c394..34c346c 100644 --- a/include/wxex/persist/auimanager.h +++ b/include/wxex/persist/auimanager.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/persist/toplevel.h b/include/wxex/persist/toplevel.h index 4c17110..c06978d 100644 --- a/include/wxex/persist/toplevel.h +++ b/include/wxex/persist/toplevel.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/private/tlwgeom.h b/include/wxex/private/tlwgeom.h index c0aeb88..fda2098 100644 --- a/include/wxex/private/tlwgeom.h +++ b/include/wxex/private/tlwgeom.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/url.h b/include/wxex/url.h index b721d18..84c8a53 100644 --- a/include/wxex/url.h +++ b/include/wxex/url.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/valhex.h b/include/wxex/valhex.h index b42b677..d6d01de 100644 --- a/include/wxex/valhex.h +++ b/include/wxex/valhex.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/valnet.h b/include/wxex/valnet.h index 34a70be..46d74ea 100644 --- a/include/wxex/valnet.h +++ b/include/wxex/valnet.h @@ -1,6 +1,6 @@ /* ​​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/include/wxex/xml.h b/include/wxex/xml.h index 0057ecc..185565e 100644 --- a/include/wxex/xml.h +++ b/include/wxex/xml.h @@ -1,6 +1,6 @@ /* ​​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/res/wxExtend.rc b/res/wxExtend.rc index 509cd46ced2b594a0193a0f01204185406278e67..3c72d8409adb0c4a97fd75c6aa4ab7ecb8e08c0e 100644 GIT binary patch delta 12 TcmZ1`yG(Y%JVv99^V#_TA0q@! delta 12 TcmZ1`yG(Y%JVwKf^V#_TA07lu diff --git a/src/appbar.cpp b/src/appbar.cpp index 1c327e5..5791fd5 100644 --- a/src/appbar.cpp +++ b/src/appbar.cpp @@ -1,6 +1,6 @@ /* ​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. */ diff --git a/src/comutils.cpp b/src/comutils.cpp index c3d5111..ec247ed 100644 --- a/src/comutils.cpp +++ b/src/comutils.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/crypto.cpp b/src/crypto.cpp index 07bcb86..8169027 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/framemanager.cpp b/src/framemanager.cpp index c4b183c..844df0c 100644 --- a/src/framemanager.cpp +++ b/src/framemanager.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/hex.cpp b/src/hex.cpp index 1047545..6ddd6e0 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/pch.cpp b/src/pch.cpp index ad8fd23..7632edc 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/pch.h b/src/pch.h index 759b142..ea13f5b 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/tlwgeom.cpp b/src/tlwgeom.cpp index 0afc4b4..dc9ec0d 100644 --- a/src/tlwgeom.cpp +++ b/src/tlwgeom.cpp @@ -1,6 +1,6 @@ /* ​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. */ diff --git a/src/url.cpp b/src/url.cpp index 6d5803e..9bdcf83 100644 --- a/src/url.cpp +++ b/src/url.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/valhex.cpp b/src/valhex.cpp index e772c57..fc255a9 100644 --- a/src/valhex.cpp +++ b/src/valhex.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/valnet.cpp b/src/valnet.cpp index 5b6877d..ab470c9 100644 --- a/src/valnet.cpp +++ b/src/valnet.cpp @@ -1,6 +1,6 @@ /* ​​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis Copyright © 2016 GÉANT */ diff --git a/src/xml.cpp b/src/xml.cpp index 9113f91..79502ae 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -1,6 +1,6 @@ /* ​​​SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2015-2021 Amebis + Copyright © 2015-2022 Amebis Copyright © 2016 GÉANT */