From 12c2889ea320feacd0f3797959eb4469d61c721b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 25 Mar 2021 08:36:00 +0100 Subject: [PATCH] Copyright: Bump year Signed-off-by: Simon Rozman --- MSI/MSIBuild | 2 +- MSI/MSICA | 2 +- MSI/ZRCola/Main/Makefile | Bin 293540 -> 293544 bytes MSI/ZRCola/Makefile | 2 +- Makefile | 2 +- MakefileLang.mak | Bin 6810 -> 6814 bytes MakefileLangPlat.mak | Bin 3380 -> 3384 bytes MakefileLangPlatCfg.mak | Bin 6340 -> 6344 bytes MakefilePlat.mak | Bin 3730 -> 3734 bytes MakefilePlatCfg.mak | 2 +- Updater | 2 +- ZRCola/MSIBuild/Makefile | 2 +- ZRCola/ZRCola.rc | Bin 7846 -> 7850 bytes ZRCola/pch.cpp | 2 +- ZRCola/pch.h | 2 +- ZRCola/zrcolaabout.cpp | 2 +- ZRCola/zrcolaabout.h | 2 +- ZRCola/zrcolaapp.cpp | 2 +- ZRCola/zrcolaapp.h | 2 +- ZRCola/zrcolachrcatpnl.cpp | 2 +- ZRCola/zrcolachrcatpnl.h | 2 +- ZRCola/zrcolachrgrid.cpp | 2 +- ZRCola/zrcolachrgrid.h | 2 +- ZRCola/zrcolachrreq.cpp | 2 +- ZRCola/zrcolachrreq.h | 2 +- ZRCola/zrcolachrslct.cpp | 2 +- ZRCola/zrcolachrslct.h | 2 +- ZRCola/zrcolacomppnl.cpp | 2 +- ZRCola/zrcolacomppnl.h | 2 +- ZRCola/zrcolafrm.cpp | 2 +- ZRCola/zrcolafrm.h | 2 +- ZRCola/zrcolakeyhndlr.cpp | 2 +- ZRCola/zrcolakeyhndlr.h | 2 +- ZRCola/zrcolasettings.cpp | 2 +- ZRCola/zrcolasettings.h | 2 +- ZRCola/zrcolatranseq.cpp | 2 +- ZRCola/zrcolatranseq.h | 2 +- ZRCola/zrcolaupdater.cpp | 2 +- ZRCola/zrcolaupdater.h | 2 +- ZRColaCompile/ZRColaCompile.rc | Bin 4700 -> 4704 bytes ZRColaCompile/dbsource.cpp | 2 +- ZRColaCompile/dbsource.h | 2 +- ZRColaCompile/main.cpp | 2 +- ZRColaCompile/parse.cpp | 2 +- ZRColaCompile/parse.h | 2 +- ZRColaCompile/pch.cpp | 2 +- ZRColaCompile/pch.h | 2 +- ZRColaInstall/ZRColaInstall.rc | Bin 5484 -> 5488 bytes ZRColaInstall/main.cpp | 2 +- ZRColaInstall/pch.cpp | 2 +- ZRColaInstall/pch.h | 2 +- bin/CanoPerm.wsf | 2 +- bin/InstFont.wsf | 2 +- bin/MkLnk.wsf | 2 +- bin/ZRCUpdate.wsf | 2 +- include/ARM64.props | 2 +- include/Debug.props | 2 +- include/MSIBuildCfg.mak | Bin 9842 -> 9846 bytes include/Release.props | 2 +- include/UpdaterCfg.h | 2 +- include/Win32.props | 2 +- include/common.props | 2 +- include/version.h | 2 +- include/x64.props | 2 +- include/xgettext.props | 2 +- include/xgettext.targets | 2 +- include/xgettext.xml | 2 +- lib/WinStd | 2 +- lib/libZRCola/include/zrcola/character.h | 2 +- lib/libZRCola/include/zrcola/common.h | 2 +- lib/libZRCola/include/zrcola/language.h | 2 +- lib/libZRCola/include/zrcola/tag.h | 2 +- lib/libZRCola/include/zrcola/translate.h | 2 +- lib/libZRCola/src/character.cpp | 2 +- lib/libZRCola/src/common.cpp | 2 +- lib/libZRCola/src/language.cpp | 2 +- lib/libZRCola/src/mapping.cpp | 2 +- lib/libZRCola/src/pch.cpp | 2 +- lib/libZRCola/src/pch.h | 2 +- lib/libZRCola/src/tag.cpp | 2 +- lib/libZRCola/src/translate.cpp | 2 +- lib/libZRColaUI/MSIBuild/Makefile | 2 +- lib/libZRColaUI/include/zrcolaui/chargroup.h | 2 +- lib/libZRColaUI/include/zrcolaui/common.h | 2 +- lib/libZRColaUI/include/zrcolaui/keyboard.h | 2 +- lib/libZRColaUI/src/keyboard.cpp | 2 +- lib/libZRColaUI/src/pch.cpp | 2 +- lib/libZRColaUI/src/pch.h | 2 +- lib/stdex | 2 +- lib/wxExtend | 2 +- 90 files changed, 81 insertions(+), 81 deletions(-) diff --git a/MSI/MSIBuild b/MSI/MSIBuild index 538cea0..969c217 160000 --- a/MSI/MSIBuild +++ b/MSI/MSIBuild @@ -1 +1 @@ -Subproject commit 538cea09453a2ee52f918036f7b2e7b51347d7cc +Subproject commit 969c217511e77ce1d6ee419b732fb622cddcdbd3 diff --git a/MSI/MSICA b/MSI/MSICA index 6133c0e..00032cd 160000 --- a/MSI/MSICA +++ b/MSI/MSICA @@ -1 +1 @@ -Subproject commit 6133c0e76c6500eebf5781a344401eeb35b52803 +Subproject commit 00032cd404478c9f80f1817cbb8adf81f6a65449 diff --git a/MSI/ZRCola/Main/Makefile b/MSI/ZRCola/Main/Makefile index acf839db00ed46c73bea6b55e3295acdcddc1ad8..272fd60ad53fed030cb0812cc97912e8f9b68bb1 100644 GIT binary patch delta 46 zcmZ4TRdB^u!3k=jD;X3R3>hqe(2zlw!HB^Chz%RfTg@3;&6!%wnYWs=OyB!LTj delta 42 tcmZ4SRdC5y!3k=Dh76WKXvm<;V8mbm!j0Cg){L#zOs&?;Tdi4gs{r>*3c>&Y diff --git a/MSI/ZRCola/Makefile b/MSI/ZRCola/Makefile index faca213..0017601 100644 --- a/MSI/ZRCola/Makefile +++ b/MSI/ZRCola/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1991-2020 Amebis +# Copyright © 1991-2021 Amebis # # This file is part of ZRCola. # diff --git a/Makefile b/Makefile index b259ef9..5231cd1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1991-2020 Amebis +# Copyright © 1991-2021 Amebis # # This file is part of ZRCola. # diff --git a/MakefileLang.mak b/MakefileLang.mak index a804f4d817326ceb6599deaf216e0a1696c22997..4a6097dafe1cf6ed4a9ce09c5f997eb2fec1c5d2 100644 GIT binary patch delta 32 kcmbPbI?r^1n&?Uf1qMR~OCU64&}A@UFaTo1jpoTx0CzYBVgLXD delta 28 fcmbPdI?Hr|nxG+rB@h}i=rR~F7=Z9b>trbaS=I%Z diff --git a/MakefileLangPlat.mak b/MakefileLangPlat.mak index 3e36e8095aa7c12afbc4df9c0ba30085d01ff058..896e3a1bdc3359ae9e49a462744f39cfaa692631 100644 GIT binary patch delta 32 kcmdlYwL@xxn&?Uf1qMR~OCU64&}A@UFaTo1jpl!O0C-jg>;M1& delta 28 fcmdlXwMA-znxG+rB@h}i=rR~F7=Z9b>%TkzTKong diff --git a/MakefileLangPlatCfg.mak b/MakefileLangPlatCfg.mak index fe1a9dc2851cef251ae4b909c77d763d82239ece..f5e7e3c03908bf1b06d94ae0c1cb8458dc6cd503 100644 GIT binary patch delta 32 kcmX?Nc*1akn&?Uf1qMR~OCU64&}A@UFaTo1jpn@)0D#5@)&Kwi delta 28 fcmX?Mc*JmmnxG+rB@h}i=rR~F7=Z9b>s|=}Vl)N} diff --git a/MakefilePlat.mak b/MakefilePlat.mak index 5e3c4dd7f4db258b8019730b54fee1dc6525cc08..381ca47cb2ce3d598a971ed66e3e27fd07a7ffec 100644 GIT binary patch delta 32 kcmbOvJ56?in&?Uf1qMR~OCU64&}A@UFaTo1jposO0B?*24gdfE delta 28 fcmbOxJ4tqenxG+rB@h}i=rR~F7=Z9b>u5dzQz`{S diff --git a/MakefilePlatCfg.mak b/MakefilePlatCfg.mak index f6cb734..d40b5a1 100644 --- a/MakefilePlatCfg.mak +++ b/MakefilePlatCfg.mak @@ -1,5 +1,5 @@ # -# Copyright 1991-2020 Amebis +# Copyright © 1991-2021 Amebis # # This file is part of ZRCola. # diff --git a/Updater b/Updater index e3c9b3a..924971b 160000 --- a/Updater +++ b/Updater @@ -1 +1 @@ -Subproject commit e3c9b3aa62ef1d648d25d8a291482b593cd742c7 +Subproject commit 924971bb3b2b2425b7e69dc315e9771c23d83a1b diff --git a/ZRCola/MSIBuild/Makefile b/ZRCola/MSIBuild/Makefile index d43d1a7..2810103 100644 --- a/ZRCola/MSIBuild/Makefile +++ b/ZRCola/MSIBuild/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1991-2020 Amebis +# Copyright © 1991-2021 Amebis # # This file is part of ZRCola. # diff --git a/ZRCola/ZRCola.rc b/ZRCola/ZRCola.rc index 86c70f58b78f9e441af1c278fd6efdd2d544493a..e823bb1433120da23b8899da829d66eb09907afc 100644 GIT binary patch delta 24 ecmZ2xyUKQg+GG!D9!^~bBL)K?Hr!~QF9!fssRi=@ delta 28 fcmZ2wyUccinxGMb0fQlfDT6Kphy}zOt@GsoT{s2A diff --git a/ZRCola/pch.cpp b/ZRCola/pch.cpp index 268ea39..af48ce4 100644 --- a/ZRCola/pch.cpp +++ b/ZRCola/pch.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/pch.h b/ZRCola/pch.h index cd97a7f..2848053 100644 --- a/ZRCola/pch.h +++ b/ZRCola/pch.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaabout.cpp b/ZRCola/zrcolaabout.cpp index 490806d..72bd15c 100644 --- a/ZRCola/zrcolaabout.cpp +++ b/ZRCola/zrcolaabout.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaabout.h b/ZRCola/zrcolaabout.h index ca84c78..051792c 100644 --- a/ZRCola/zrcolaabout.h +++ b/ZRCola/zrcolaabout.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaapp.cpp b/ZRCola/zrcolaapp.cpp index f531adf..e4d24f6 100644 --- a/ZRCola/zrcolaapp.cpp +++ b/ZRCola/zrcolaapp.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaapp.h b/ZRCola/zrcolaapp.h index 9ec6c9a..3c43643 100644 --- a/ZRCola/zrcolaapp.h +++ b/ZRCola/zrcolaapp.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrcatpnl.cpp b/ZRCola/zrcolachrcatpnl.cpp index f9469ee..c45ba1b 100644 --- a/ZRCola/zrcolachrcatpnl.cpp +++ b/ZRCola/zrcolachrcatpnl.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrcatpnl.h b/ZRCola/zrcolachrcatpnl.h index ce93f84..c5dee64 100644 --- a/ZRCola/zrcolachrcatpnl.h +++ b/ZRCola/zrcolachrcatpnl.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrgrid.cpp b/ZRCola/zrcolachrgrid.cpp index 4ed078c..82c6a63 100644 --- a/ZRCola/zrcolachrgrid.cpp +++ b/ZRCola/zrcolachrgrid.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrgrid.h b/ZRCola/zrcolachrgrid.h index ac49a3d..c8017b2 100644 --- a/ZRCola/zrcolachrgrid.h +++ b/ZRCola/zrcolachrgrid.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrreq.cpp b/ZRCola/zrcolachrreq.cpp index 6142cc6..22b73b7 100644 --- a/ZRCola/zrcolachrreq.cpp +++ b/ZRCola/zrcolachrreq.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrreq.h b/ZRCola/zrcolachrreq.h index 9aa9d2f..7a1a07f 100644 --- a/ZRCola/zrcolachrreq.h +++ b/ZRCola/zrcolachrreq.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrslct.cpp b/ZRCola/zrcolachrslct.cpp index a9fe2af..4205642 100644 --- a/ZRCola/zrcolachrslct.cpp +++ b/ZRCola/zrcolachrslct.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolachrslct.h b/ZRCola/zrcolachrslct.h index 4abfbd8..641eaa2 100644 --- a/ZRCola/zrcolachrslct.h +++ b/ZRCola/zrcolachrslct.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolacomppnl.cpp b/ZRCola/zrcolacomppnl.cpp index 6397d2c..5ec545e 100644 --- a/ZRCola/zrcolacomppnl.cpp +++ b/ZRCola/zrcolacomppnl.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolacomppnl.h b/ZRCola/zrcolacomppnl.h index 56a1042..93576f2 100644 --- a/ZRCola/zrcolacomppnl.h +++ b/ZRCola/zrcolacomppnl.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolafrm.cpp b/ZRCola/zrcolafrm.cpp index d484617..3b19790 100644 --- a/ZRCola/zrcolafrm.cpp +++ b/ZRCola/zrcolafrm.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolafrm.h b/ZRCola/zrcolafrm.h index c55bd92..b7c0e86 100644 --- a/ZRCola/zrcolafrm.h +++ b/ZRCola/zrcolafrm.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolakeyhndlr.cpp b/ZRCola/zrcolakeyhndlr.cpp index 4e1782c..746d7fa 100644 --- a/ZRCola/zrcolakeyhndlr.cpp +++ b/ZRCola/zrcolakeyhndlr.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolakeyhndlr.h b/ZRCola/zrcolakeyhndlr.h index 7d3c60f..9c017fa 100644 --- a/ZRCola/zrcolakeyhndlr.h +++ b/ZRCola/zrcolakeyhndlr.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolasettings.cpp b/ZRCola/zrcolasettings.cpp index e1f64ff..76dc504 100644 --- a/ZRCola/zrcolasettings.cpp +++ b/ZRCola/zrcolasettings.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolasettings.h b/ZRCola/zrcolasettings.h index 5a8f6db..990ff45 100644 --- a/ZRCola/zrcolasettings.h +++ b/ZRCola/zrcolasettings.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolatranseq.cpp b/ZRCola/zrcolatranseq.cpp index f9dd87e..c928492 100644 --- a/ZRCola/zrcolatranseq.cpp +++ b/ZRCola/zrcolatranseq.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolatranseq.h b/ZRCola/zrcolatranseq.h index ac55419..273cdce 100644 --- a/ZRCola/zrcolatranseq.h +++ b/ZRCola/zrcolatranseq.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaupdater.cpp b/ZRCola/zrcolaupdater.cpp index 05ba4b0..ea40b17 100644 --- a/ZRCola/zrcolaupdater.cpp +++ b/ZRCola/zrcolaupdater.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolaupdater.h b/ZRCola/zrcolaupdater.h index 5ac4142..0ebe353 100644 --- a/ZRCola/zrcolaupdater.h +++ b/ZRCola/zrcolaupdater.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/ZRColaCompile.rc b/ZRColaCompile/ZRColaCompile.rc index a4862f68f953ec7fe76da2f78425962d776a74d4..5d9f2e116145b4ebc1d81c3c16c9871fa0277e9b 100644 GIT binary patch delta 24 ecmcbk@<3&R+T;&>Je;}=Mhpf(Y`D=}RR{oN$p&%& delta 28 fcmaE$az|x?nxGMb0fQlfDT6Kphy}zOtyP5pV(0~^ diff --git a/ZRColaCompile/dbsource.cpp b/ZRColaCompile/dbsource.cpp index 57a4a74..1fb3277 100644 --- a/ZRColaCompile/dbsource.cpp +++ b/ZRColaCompile/dbsource.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/dbsource.h b/ZRColaCompile/dbsource.h index f7375e3..a4c0845 100644 --- a/ZRColaCompile/dbsource.h +++ b/ZRColaCompile/dbsource.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/main.cpp b/ZRColaCompile/main.cpp index 9e1193f..603087b 100644 --- a/ZRColaCompile/main.cpp +++ b/ZRColaCompile/main.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/parse.cpp b/ZRColaCompile/parse.cpp index 7851094..b8700b4 100644 --- a/ZRColaCompile/parse.cpp +++ b/ZRColaCompile/parse.cpp @@ -1,5 +1,5 @@ /* - Copyright 2018-2020 Amebis + Copyright © 2018-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/parse.h b/ZRColaCompile/parse.h index ba66e19..d16554a 100644 --- a/ZRColaCompile/parse.h +++ b/ZRColaCompile/parse.h @@ -1,5 +1,5 @@ /* - Copyright 2018-2020 Amebis + Copyright © 2018-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/pch.cpp b/ZRColaCompile/pch.cpp index 268ea39..af48ce4 100644 --- a/ZRColaCompile/pch.cpp +++ b/ZRColaCompile/pch.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaCompile/pch.h b/ZRColaCompile/pch.h index 2958f8d..caa70f7 100644 --- a/ZRColaCompile/pch.h +++ b/ZRColaCompile/pch.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaInstall/ZRColaInstall.rc b/ZRColaInstall/ZRColaInstall.rc index dc7fc99a8641d523e50b5568913488af2e418052..a6928e6b60f574fe030dfdf2c9350847056a9bfd 100644 GIT binary patch delta 24 ecmaE(^+9Wb+GH6a9!^~bBL)K?Hr!}#DhdEw00rRy delta 28 fcmeyM^+s!gnxGMb0fQlfDT6Kphy}zOtxZJ%XQKt@ diff --git a/ZRColaInstall/main.cpp b/ZRColaInstall/main.cpp index 0a63442..2628246 100644 --- a/ZRColaInstall/main.cpp +++ b/ZRColaInstall/main.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaInstall/pch.cpp b/ZRColaInstall/pch.cpp index 268ea39..af48ce4 100644 --- a/ZRColaInstall/pch.cpp +++ b/ZRColaInstall/pch.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/ZRColaInstall/pch.h b/ZRColaInstall/pch.h index 5080671..2130546 100644 --- a/ZRColaInstall/pch.h +++ b/ZRColaInstall/pch.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2020 Amebis + Copyright © 2015-2021 Amebis This file is part of ZRCola. diff --git a/bin/CanoPerm.wsf b/bin/CanoPerm.wsf index 3a0ee6f..81fd49d 100644 --- a/bin/CanoPerm.wsf +++ b/bin/CanoPerm.wsf @@ -1,6 +1,6 @@