From a2441233b43e25e870a18918da04f6962017f4f4 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 7 Jan 2022 11:36:26 +0100 Subject: [PATCH] Update Copyright year Signed-off-by: Simon Rozman --- Makefile | 2 +- UpdCheck/MSIBuild/Makefile | Bin 12332 -> 12332 bytes UpdCheck/UpdCheck.h | 2 +- UpdCheck/UpdCheck.rc | Bin 4468 -> 4468 bytes UpdCheck/main.cpp | 2 +- UpdCheck/pch.cpp | 2 +- UpdCheck/pch.h | 2 +- UpdPublish/UpdPublish.h | 2 +- UpdPublish/UpdPublish.rc | Bin 3622 -> 3622 bytes UpdPublish/main.cpp | 2 +- UpdPublish/pch.cpp | 2 +- UpdPublish/pch.h | 2 +- UpdSignXML/UpdSignXML.h | 2 +- UpdSignXML/UpdSignXML.rc | Bin 4534 -> 4534 bytes UpdSignXML/main.cpp | 2 +- UpdSignXML/pch.cpp | 2 +- UpdSignXML/pch.h | 2 +- Updater/MSIBuild/Makefile | 2 +- Updater/include/Updater/chkthread.h | 2 +- Updater/include/Updater/common.h | 2 +- Updater/res/Updater.rc | Bin 4494 -> 4494 bytes Updater/src/chkthread.cpp | 2 +- Updater/src/main.cpp | 2 +- Updater/src/pch.cpp | 2 +- Updater/src/pch.h | 2 +- 25 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 74fc43d..49d7adb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# Copyright © 2016-2021 Amebis +# Copyright © 2016-2022 Amebis KEY_DIR=..\include diff --git a/UpdCheck/MSIBuild/Makefile b/UpdCheck/MSIBuild/Makefile index 34d6c4fc10ff8c12ab0d0c760fe41719518e0e78..442e935447d415deedb805eb5bce85bf9b193f0c 100644 GIT binary patch delta 12 UcmZ3JuqI)`6h@W_#042Z$d;kCd delta 12 UcmZ3JuqI)`6h_01Q>W_#042KxdjJ3c diff --git a/UpdCheck/UpdCheck.h b/UpdCheck/UpdCheck.h index 4f67568..0de89d1 100644 --- a/UpdCheck/UpdCheck.h +++ b/UpdCheck/UpdCheck.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #pragma once diff --git a/UpdCheck/UpdCheck.rc b/UpdCheck/UpdCheck.rc index ad7849b3f8094741182156a9d82db9cb2321c911..a1eb01ef11fb5de33afe75f0b12ad9a5262c91d0 100644 GIT binary patch delta 12 UcmeyO^hIgH3`V1kGj9t304J#hy#N3J delta 12 UcmeyO^hIgH3`WC^Gj9t304JmcyZ`_I diff --git a/UpdCheck/main.cpp b/UpdCheck/main.cpp index 1179615..0445e45 100644 --- a/UpdCheck/main.cpp +++ b/UpdCheck/main.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #include "pch.h" diff --git a/UpdCheck/pch.cpp b/UpdCheck/pch.cpp index aa294a6..c17daab 100644 --- a/UpdCheck/pch.cpp +++ b/UpdCheck/pch.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #include "pch.h" diff --git a/UpdCheck/pch.h b/UpdCheck/pch.h index fafdff5..18f0dd3 100644 --- a/UpdCheck/pch.h +++ b/UpdCheck/pch.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #pragma once diff --git a/UpdPublish/UpdPublish.h b/UpdPublish/UpdPublish.h index 8c0a493..701c1b1 100644 --- a/UpdPublish/UpdPublish.h +++ b/UpdPublish/UpdPublish.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #pragma once diff --git a/UpdPublish/UpdPublish.rc b/UpdPublish/UpdPublish.rc index 89dc637c70f13fcfc2dae63a6902860fd4d1f421..a01989a9fb44a358a910e9e6b0f896446c501f8c 100644 GIT binary patch delta 12 TcmZ1`vrJ~f3`V1kGkbXfAKnDS delta 12 TcmZ1`vrJ~f3`WC^GkbXfAK3)M diff --git a/UpdPublish/main.cpp b/UpdPublish/main.cpp index 64c1e20..0c029e1 100644 --- a/UpdPublish/main.cpp +++ b/UpdPublish/main.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #include "pch.h" diff --git a/UpdPublish/pch.cpp b/UpdPublish/pch.cpp index aa294a6..c17daab 100644 --- a/UpdPublish/pch.cpp +++ b/UpdPublish/pch.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #include "pch.h" diff --git a/UpdPublish/pch.h b/UpdPublish/pch.h index 7781f15..14aca98 100644 --- a/UpdPublish/pch.h +++ b/UpdPublish/pch.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #pragma once diff --git a/UpdSignXML/UpdSignXML.h b/UpdSignXML/UpdSignXML.h index f02eb27..d22b9f6 100644 --- a/UpdSignXML/UpdSignXML.h +++ b/UpdSignXML/UpdSignXML.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2021 Amebis + Copyright © 2016-2022 Amebis */ #pragma once diff --git a/UpdSignXML/UpdSignXML.rc b/UpdSignXML/UpdSignXML.rc index 59190fa67f19ccdb1fdee95717c5b3047e56c813..f1d7f822570cc7601a47a2299b25de86daae43fe 100644 GIT binary patch delta 12 Tcmdm{yiIw+3`V1kGi3z