From 059710d83c9ffc5bc9b553562d7efda5058a3985 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 3 Jan 2020 12:08:23 +0100 Subject: [PATCH] Update Copyright year Signed-off-by: Simon Rozman --- CredWrite/CredWrite.rc | Bin 5040 -> 5040 bytes CredWrite/Main.cpp | 2 +- CredWrite/StdAfx.cpp | 2 +- CredWrite/StdAfx.h | 2 +- EAPMethods/EAPTTLS/EAPTTLS.rc | Bin 6560 -> 6560 bytes EAPMethods/EAPTTLS/StdAfx.cpp | 2 +- EAPMethods/EAPTTLS/StdAfx.h | 2 +- EAPMethods/EAPTTLSUI/EAPTTLSUI.rc | Bin 6554 -> 6554 bytes EAPMethods/EAPTTLSUI/StdAfx.cpp | 2 +- EAPMethods/EAPTTLSUI/StdAfx.h | 2 +- EAPMethods/MSIBuild/Makefile | Bin 34302 -> 34302 bytes EAPMethods/build/EAPMethod.def | Bin 2160 -> 2160 bytes EAPMethods/build/EAPMethodUI.def | Bin 1920 -> 1920 bytes EAPMethods/src/Main.cpp | 2 +- EAPMethods/src/Main_UI.cpp | 2 +- EventMonitor/App.cpp | 2 +- EventMonitor/App.h | 2 +- EventMonitor/ETWLog.cpp | 2 +- EventMonitor/ETWLog.h | 2 +- EventMonitor/EventMonitor.rc | Bin 6314 -> 6314 bytes EventMonitor/Frame.cpp | 2 +- EventMonitor/Frame.h | 2 +- EventMonitor/LogPanel.cpp | 2 +- EventMonitor/LogPanel.h | 2 +- EventMonitor/MSIBuild/Makefile | Bin 26954 -> 26954 bytes EventMonitor/StdAfx.cpp | 2 +- EventMonitor/StdAfx.h | 2 +- MSI/Base/Main/Makefile | Bin 39640 -> 39640 bytes MSI/Base/Makefile | Bin 1708 -> 1708 bytes MSI/MSIBuild | 2 +- Makefile | Bin 44444 -> 44444 bytes MakefileLang.mak | Bin 10234 -> 10234 bytes MakefileLangPlatCfg.mak | Bin 6000 -> 6000 bytes MakefilePlat.mak | Bin 4748 -> 4748 bytes MakefilePlatCfg.mak | Bin 27772 -> 27772 bytes MsiUseFeature/Main.cpp | 2 +- MsiUseFeature/MsiUseFeature.rc | Bin 5048 -> 5048 bytes MsiUseFeature/StdAfx.cpp | 2 +- MsiUseFeature/StdAfx.h | 2 +- WLANManager/MSIBuild/Makefile | Bin 10590 -> 10590 bytes WLANManager/Main.cpp | 2 +- WLANManager/StdAfx.cpp | 2 +- WLANManager/StdAfx.h | 2 +- WLANManager/WLANManager.rc | Bin 6192 -> 6192 bytes include/ARM64.props | 2 +- include/Common.props | 2 +- include/Debug.props | 2 +- include/MSIBuildCfg.mak | Bin 13834 -> 13834 bytes include/Release.props | 2 +- include/Version.h | 2 +- include/Win32.props | 2 +- include/x64.props | 2 +- include/xgettext.props | 2 +- include/xgettext.targets | 2 +- include/xgettext.xml | 2 +- lib/EAPBase/include/Config.h | 2 +- lib/EAPBase/include/Credentials.h | 2 +- lib/EAPBase/include/EAP.h | 2 +- lib/EAPBase/include/EAPXML.h | 2 +- lib/EAPBase/include/Method.h | 2 +- lib/EAPBase/include/Module.h | 2 +- lib/EAPBase/include/UIContext.h | 2 +- lib/EAPBase/src/Config.cpp | 2 +- lib/EAPBase/src/Credentials.cpp | 2 +- lib/EAPBase/src/EAP.cpp | 2 +- lib/EAPBase/src/Method.cpp | 2 +- lib/EAPBase/src/Module.cpp | 2 +- lib/EAPBase/src/StdAfx.cpp | 2 +- lib/EAPBase/src/StdAfx.h | 2 +- lib/EAPBase/src/UIContext.cpp | 2 +- lib/EAPBase_UI/include/EAP_UI.h | 2 +- lib/EAPBase_UI/include/Module.h | 2 +- lib/EAPBase_UI/include/wxEAP_UIBase.h | 2 +- lib/EAPBase_UI/src/EAP_UI.cpp | 2 +- lib/EAPBase_UI/src/Module.cpp | 2 +- lib/EAPBase_UI/src/StdAfx.cpp | 2 +- lib/EAPBase_UI/src/StdAfx.h | 2 +- lib/EapHost/include/Config.h | 2 +- lib/EapHost/include/Credentials.h | 2 +- lib/EapHost/include/Method.h | 2 +- lib/EapHost/src/Config.cpp | 2 +- lib/EapHost/src/Credentials.cpp | 2 +- lib/EapHost/src/EapHost.cpp | 2 +- lib/EapHost/src/Method.cpp | 2 +- lib/EapHost/src/StdAfx.cpp | 2 +- lib/EapHost/src/StdAfx.h | 2 +- lib/EapHost_UI/include/EapHost_UI.h | 2 +- lib/EapHost_UI/src/EapHost_UI.cpp | 2 +- lib/EapHost_UI/src/StdAfx.cpp | 2 +- lib/EapHost_UI/src/StdAfx.h | 2 +- lib/Events/MSIBuild/Makefile | Bin 29888 -> 29888 bytes lib/Events/build/Events.rc | Bin 5140 -> 5140 bytes lib/GTC/include/Config.h | 2 +- lib/GTC/include/Method.h | 2 +- lib/GTC/src/Config.cpp | 2 +- lib/GTC/src/Method.cpp | 2 +- lib/GTC/src/StdAfx.cpp | 2 +- lib/GTC/src/StdAfx.h | 2 +- lib/GTC_UI/include/GTC_UI.h | 2 +- lib/GTC_UI/src/GTC_UI.cpp | 2 +- lib/GTC_UI/src/StdAfx.cpp | 2 +- lib/GTC_UI/src/StdAfx.h | 2 +- lib/MSCHAPv2/include/Config.h | 2 +- lib/MSCHAPv2/include/MSCHAPv2.h | 2 +- lib/MSCHAPv2/include/Method.h | 2 +- lib/MSCHAPv2/src/Config.cpp | 2 +- lib/MSCHAPv2/src/MSCHAPv2.cpp | 2 +- lib/MSCHAPv2/src/Method.cpp | 2 +- lib/MSCHAPv2/src/StdAfx.cpp | 2 +- lib/MSCHAPv2/src/StdAfx.h | 2 +- lib/MSCHAPv2_UI/include/MSCHAPv2_UI.h | 2 +- lib/MSCHAPv2_UI/src/MSCHAPv2_UI.cpp | 2 +- lib/MSCHAPv2_UI/src/StdAfx.cpp | 2 +- lib/MSCHAPv2_UI/src/StdAfx.h | 2 +- lib/PAP/include/Config.h | 2 +- lib/PAP/include/Method.h | 2 +- lib/PAP/src/Config.cpp | 2 +- lib/PAP/src/Method.cpp | 2 +- lib/PAP/src/StdAfx.cpp | 2 +- lib/PAP/src/StdAfx.h | 2 +- lib/PAP_UI/include/PAP_UI.h | 2 +- lib/PAP_UI/src/PAP_UI.cpp | 2 +- lib/PAP_UI/src/StdAfx.cpp | 2 +- lib/PAP_UI/src/StdAfx.h | 2 +- lib/TLS/include/Config.h | 2 +- lib/TLS/include/Credentials.h | 2 +- lib/TLS/src/Config.cpp | 2 +- lib/TLS/src/Credentials.cpp | 2 +- lib/TLS/src/StdAfx.cpp | 2 +- lib/TLS/src/StdAfx.h | 2 +- lib/TLS_UI/include/TLS_UI.h | 2 +- lib/TLS_UI/src/StdAfx.cpp | 2 +- lib/TLS_UI/src/StdAfx.h | 2 +- lib/TLS_UI/src/TLS_UI.cpp | 2 +- lib/TTLS/include/Config.h | 2 +- lib/TTLS/include/Credentials.h | 2 +- lib/TTLS/include/Method.h | 2 +- lib/TTLS/include/Module.h | 2 +- lib/TTLS/include/TTLS.h | 2 +- lib/TTLS/include/UIContext.h | 2 +- lib/TTLS/src/Config.cpp | 2 +- lib/TTLS/src/Credentials.cpp | 2 +- lib/TTLS/src/Method.cpp | 2 +- lib/TTLS/src/Module.cpp | 2 +- lib/TTLS/src/StdAfx.cpp | 2 +- lib/TTLS/src/StdAfx.h | 2 +- lib/TTLS/src/UIContext.cpp | 2 +- lib/TTLS_UI/include/Module.h | 2 +- lib/TTLS_UI/include/TTLS_UI.h | 2 +- lib/TTLS_UI/src/Module.cpp | 2 +- lib/TTLS_UI/src/StdAfx.cpp | 2 +- lib/TTLS_UI/src/StdAfx.h | 2 +- lib/TTLS_UI/src/TTLS_UI.cpp | 2 +- lib/WinStd | 2 +- lib/wxExtend | 2 +- 155 files changed, 134 insertions(+), 134 deletions(-) diff --git a/CredWrite/CredWrite.rc b/CredWrite/CredWrite.rc index c64dcdf387e167106699a790513bce7b99a9567a..c531fdae0f712d3a0ce107eb49f3e49d7d86d8a7 100644 GIT binary patch delta 14 Vcmdm>zCnG039}J{!AA2+VE`lE1WW(` delta 14 Vcmdm>zCnG039})C#YXc=VE`ll1XBP2 diff --git a/CredWrite/Main.cpp b/CredWrite/Main.cpp index 02c18af..50c8432 100644 --- a/CredWrite/Main.cpp +++ b/CredWrite/Main.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/CredWrite/StdAfx.cpp b/CredWrite/StdAfx.cpp index 874312d..e1706a9 100644 --- a/CredWrite/StdAfx.cpp +++ b/CredWrite/StdAfx.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/CredWrite/StdAfx.h b/CredWrite/StdAfx.h index 4d052e4..d4b80f1 100644 --- a/CredWrite/StdAfx.h +++ b/CredWrite/StdAfx.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/EAPTTLS/EAPTTLS.rc b/EAPMethods/EAPTTLS/EAPTTLS.rc index 302356908f3dc6a15c0535c9299b135987acd2aa..90b51f4d0331fd5599181a50770083cf7cdd73e0 100644 GIT binary patch delta 14 VcmZ2ryuf&Z39}J{!AA2;NdO~61Udi! delta 14 VcmZ2ryuf&Z39})C#YXc?NdO~d1VI1* diff --git a/EAPMethods/EAPTTLS/StdAfx.cpp b/EAPMethods/EAPTTLS/StdAfx.cpp index 874312d..e1706a9 100644 --- a/EAPMethods/EAPTTLS/StdAfx.cpp +++ b/EAPMethods/EAPTTLS/StdAfx.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/EAPTTLS/StdAfx.h b/EAPMethods/EAPTTLS/StdAfx.h index 826087b..bdc3449 100644 --- a/EAPMethods/EAPTTLS/StdAfx.h +++ b/EAPMethods/EAPTTLS/StdAfx.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/EAPTTLSUI/EAPTTLSUI.rc b/EAPMethods/EAPTTLSUI/EAPTTLSUI.rc index 8171b85c4782e1cc8aff2c22b9c387a9f6682c43..34dc3f4b8c8b20ac3ae132482af5f2c7459d7460 100644 GIT binary patch delta 14 VcmbPbJj-~339}J{!AA3BNdO|81SkLi delta 14 VcmbPbJj-~339})C#YXdFNdO|f1TO#p diff --git a/EAPMethods/EAPTTLSUI/StdAfx.cpp b/EAPMethods/EAPTTLSUI/StdAfx.cpp index 874312d..e1706a9 100644 --- a/EAPMethods/EAPTTLSUI/StdAfx.cpp +++ b/EAPMethods/EAPTTLSUI/StdAfx.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/EAPTTLSUI/StdAfx.h b/EAPMethods/EAPTTLSUI/StdAfx.h index de4bd0e..70dc022 100644 --- a/EAPMethods/EAPTTLSUI/StdAfx.h +++ b/EAPMethods/EAPTTLSUI/StdAfx.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/MSIBuild/Makefile b/EAPMethods/MSIBuild/Makefile index 122a6fc82e9aa2d4a661c894542cf6c76ef25b2e..dd01abd5cb89883cdd866388c24593ebb179d2d8 100644 GIT binary patch delta 16 Xcmey@&GfIEX@Uu}5re@-^W&`mI|l}I delta 16 Xcmey@&GfIEX@Uu}A%odQ^W&`mJ01pk diff --git a/EAPMethods/build/EAPMethod.def b/EAPMethods/build/EAPMethod.def index 58e388b35ace5c13f0b69c188d7adb62d506fd81..4fb97d7f0f20989e171899a342862b1097330ea6 100644 GIT binary patch delta 14 Vcmew$@IhdL39}J{!A5gS4ge>s1XBP2 delta 14 Vcmew$@IhdL39})C*+z3q4ge>@1Xut7 diff --git a/EAPMethods/build/EAPMethodUI.def b/EAPMethods/build/EAPMethodUI.def index dfd4cfb10068037e5dee660d9e87ed7b5c480845..84d60a90e1edeb478c7c8d3938c97fa0972e2898 100644 GIT binary patch delta 14 VcmZqRZ{VL`!feD~u+iL;9RM6s1AqVk delta 14 VcmZqRZ{VL`!feQ3w$a>^9RM6@1BCzp diff --git a/EAPMethods/src/Main.cpp b/EAPMethods/src/Main.cpp index 4cee3ad..6734d31 100644 --- a/EAPMethods/src/Main.cpp +++ b/EAPMethods/src/Main.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EAPMethods/src/Main_UI.cpp b/EAPMethods/src/Main_UI.cpp index 66deb09..1a9daa9 100644 --- a/EAPMethods/src/Main_UI.cpp +++ b/EAPMethods/src/Main_UI.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/App.cpp b/EventMonitor/App.cpp index 6d7f705..7c158d9 100644 --- a/EventMonitor/App.cpp +++ b/EventMonitor/App.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/App.h b/EventMonitor/App.h index e3e5885..10c7926 100644 --- a/EventMonitor/App.h +++ b/EventMonitor/App.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/ETWLog.cpp b/EventMonitor/ETWLog.cpp index dd88e5d..9949ee8 100644 --- a/EventMonitor/ETWLog.cpp +++ b/EventMonitor/ETWLog.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2018 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/ETWLog.h b/EventMonitor/ETWLog.h index 0ad75c7..795872b 100644 --- a/EventMonitor/ETWLog.h +++ b/EventMonitor/ETWLog.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/EventMonitor.rc b/EventMonitor/EventMonitor.rc index 4c3e1d15b8aca5c954415a67bbf7f213e53b2e03..76f03371e82c563b49454202921560c70cc32662 100644 GIT binary patch delta 14 VcmZ2wxXN&X39}J{!AA392>>K31XBP2 delta 14 VcmZ2wxXN&X39})C#YXdD2>>Ka1X=(9 diff --git a/EventMonitor/Frame.cpp b/EventMonitor/Frame.cpp index 6a53d04..3749fd4 100644 --- a/EventMonitor/Frame.cpp +++ b/EventMonitor/Frame.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/Frame.h b/EventMonitor/Frame.h index e1a7d19..0688364 100644 --- a/EventMonitor/Frame.h +++ b/EventMonitor/Frame.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/LogPanel.cpp b/EventMonitor/LogPanel.cpp index eb9bb57..9f0aac9 100644 --- a/EventMonitor/LogPanel.cpp +++ b/EventMonitor/LogPanel.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/LogPanel.h b/EventMonitor/LogPanel.h index 9052c4b..70c2f12 100644 --- a/EventMonitor/LogPanel.h +++ b/EventMonitor/LogPanel.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/MSIBuild/Makefile b/EventMonitor/MSIBuild/Makefile index 0e28a996c3d0df81042f6e41810f3a567a7117c4..080e164306637dfa934dd7ee341c42a783ac114b 100644 GIT binary patch delta 16 XcmX?giSg7W#tA0OMhpfU&4n`oI|BvC delta 16 XcmX?giSg7W#tA0Oh74vK&4n`oI~oPe diff --git a/EventMonitor/StdAfx.cpp b/EventMonitor/StdAfx.cpp index 874312d..e1706a9 100644 --- a/EventMonitor/StdAfx.cpp +++ b/EventMonitor/StdAfx.cpp @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/EventMonitor/StdAfx.h b/EventMonitor/StdAfx.h index c2c1e53..1ee0922 100644 --- a/EventMonitor/StdAfx.h +++ b/EventMonitor/StdAfx.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2020 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. diff --git a/MSI/Base/Main/Makefile b/MSI/Base/Main/Makefile index 2f2921cc5971416305459c72af231a7d94158d5c..afef338d6fbf1dce6824fa0085b54ea1856a9970 100644 GIT binary patch delta 16 YcmcbymFdP-rU@p@MhpfU%@@uB06OpnYXATM delta 16 YcmcbymFdP-rU@p@h74vK%@@uB06PZ;Z~y=R diff --git a/MSI/Base/Makefile b/MSI/Base/Makefile index bd7ba7c539480616f67aa59553042c60105cf405..ec703d1084dd761070b205d5dad8918790f90436 100644 GIT binary patch delta 14 VcmZ3(yM}jy39}J{!AA2^HUJ>;1OEU3 delta 14 VcmZ3(yM}jy39})C*+%nHHUJ?A1Oxy8 diff --git a/MSI/MSIBuild b/MSI/MSIBuild index 320f7e9..7e69fd6 160000 --- a/MSI/MSIBuild +++ b/MSI/MSIBuild @@ -1 +1 @@ -Subproject commit 320f7e9ee5b96610579639a8096b29158b8b2efd +Subproject commit 7e69fd600545299b4ae6eeedc779fb31598af514 diff --git a/Makefile b/Makefile index 1703eb271af362c176b3acc155b8585bd8e2bfc4..74ff70ee805f0f9b3c84267a44b387fa4413b8ba 100644 GIT binary patch delta 16 YcmbPpn`zE%rU@p@MhpfU%~RI`05`z~761SM delta 16 YcmbPpn`zE%rU@p@h71-P%~RI`05{?W9RL6T diff --git a/MakefileLang.mak b/MakefileLang.mak index af1df9e4d7b71deb91213167c6ffa3bc93f0fc53..961ec149bcee72ed8a9efc1946b1f6f586bce937 100644 GIT binary patch delta 14 Vcmez6|I2@Z39}J{!AA4L>Hsgw1&#m! delta 14 Vcmez6|I2@Z39})C#YXeP>Hsh61(g5* diff --git a/MakefileLangPlatCfg.mak b/MakefileLangPlatCfg.mak index 7b5c651a13073ce03421d67b1d6580a32e524edc..adc641e211e7dc92e3a9305766c98a7632175c55 100644 GIT binary patch delta 14 VcmeyM_d#!h39}J{!A5gSaR4fc1fBo@ delta 14 VcmeyM_d#!h39})C#YS^WaR4f-1f>7~ diff --git a/MakefilePlat.mak b/MakefilePlat.mak index aa819ad33674642944d125869aa6fa974df1792b..2ca64d65bcb47685061241cc2ff5cd064aefad2e 100644 GIT binary patch delta 14 VcmeBC?NOaz!feD~u+cnJ2ml|w1KR)q delta 14 VcmeBC?NOaz!feQ3vC%wK2ml}61L6Px diff --git a/MakefilePlatCfg.mak b/MakefilePlatCfg.mak index 4973aa17a7f2ecfaa7cf01a96f8d4ad37a578684..6972f984512a31725ccbc7d1f7da68ef5f6d8be1 100644 GIT binary patch delta 16 Xcmex!gYnM|#tA0OMhpfU&0TW