From b3702ed237dcbed9a28791742145fc534bfe5b0b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 11 Feb 2020 15:38:57 +0100 Subject: [PATCH] Extend copyright year Signed-off-by: Simon Rozman --- MSI/MSICA | 2 +- MSI/ZRCola/Main/Makefile | Bin 294348 -> 294348 bytes MSI/ZRCola/Makefile | 2 +- Makefile | 2 +- MakefileLang.mak | Bin 7088 -> 7088 bytes MakefileLangPlatCfg.mak | Bin 7640 -> 7640 bytes MakefilePlat.mak | Bin 2058 -> 2058 bytes MakefilePlatCfg.mak | 2 +- Updater | 2 +- ZRCola/MSIBuild/Makefile | 2 +- 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/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/main.cpp | 2 +- ZRColaInstall/pch.cpp | 2 +- ZRColaInstall/pch.h | 2 +- bin/CanoPerm.wsf | 215 +----------------- bin/InstFont.wsf | 216 +------------------ bin/MkLnk.wsf | 201 +---------------- bin/ZRCUpdate.wsf | 216 +------------------ include/ARM64.props | 2 +- include/Debug.props | 2 +- include/MSIBuildCfg.mak | Bin 9770 -> 9770 bytes include/Release.props | 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/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 +- 82 files changed, 77 insertions(+), 917 deletions(-) diff --git a/MSI/MSICA b/MSI/MSICA index 45cbc9a..cb74539 160000 --- a/MSI/MSICA +++ b/MSI/MSICA @@ -1 +1 @@ -Subproject commit 45cbc9ac150c22798e35fc0a066acaf486644079 +Subproject commit cb745393289f049ee6b5ffafb6cea7d5a65230d4 diff --git a/MSI/ZRCola/Main/Makefile b/MSI/ZRCola/Main/Makefile index 660d09385b1544a446f0b05ac8c7252f8c3597d3..388eaaed28611c4b28069b41abca8372b0dd77c5 100644 GIT binary patch delta 28 kcmX@}Tky#Rv=FD5oS*F$k0HBBo&Hw-a delta 28 kcmX@}Tky#Rv=FD5oS*F$k0HF>E)&Kwi diff --git a/MSI/ZRCola/Makefile b/MSI/ZRCola/Makefile index 2c77363..faca213 100644 --- a/MSI/ZRCola/Makefile +++ b/MSI/ZRCola/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1991-2019 Amebis +# Copyright 1991-2020 Amebis # # This file is part of ZRCola. # diff --git a/Makefile b/Makefile index ba823e3..619e754 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1991-2019 Amebis +# Copyright 1991-2020 Amebis # # This file is part of ZRCola. # diff --git a/MakefileLang.mak b/MakefileLang.mak index fb3950a0fc78b1decf12337ad42b22d02b6eff8e..f0c191bd2d56d64e4cc7aeb9ab634abfcd294cf3 100644 GIT binary patch delta 14 VcmdmBzQKHg39}J{!AA2+X#gc=1atrZ delta 14 VcmdmBzQKHg39})C