From 542d20fccb8233ac99b1ba60268261f2084f2e29 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 3 Jan 2020 12:10:13 +0100 Subject: [PATCH] Update Copyright year Signed-off-by: Simon Rozman --- include/WinStd/Base64.h | 2 +- include/WinStd/COM.h | 2 +- include/WinStd/Common.h | 2 +- include/WinStd/Cred.h | 2 +- include/WinStd/Crypt.h | 2 +- include/WinStd/EAP.h | 2 +- include/WinStd/ETW.h | 2 +- include/WinStd/Hex.h | 2 +- include/WinStd/MSI.h | 2 +- include/WinStd/Sec.h | 2 +- include/WinStd/SetupAPI.h | 2 +- include/WinStd/Shell.h | 2 +- include/WinStd/WLAN.h | 2 +- include/WinStd/Win.h | 2 +- include/WinStd/WinSock2.h | 2 +- include/WinStd/WinTrust.h | 4 ++-- src/Base64.cpp | 2 +- src/COM.cpp | 2 +- src/Crypt.cpp | 2 +- src/EAP.cpp | 2 +- src/ETW.cpp | 2 +- src/Sec.cpp | 2 +- src/SetupAPI.cpp | 2 +- src/StdAfx.cpp | 2 +- src/StdAfx.h | 2 +- src/WLAN.cpp | 2 +- src/Win.cpp | 2 +- src/WinSock2.cpp | 2 +- src/WinTrust.cpp | 4 ++-- 29 files changed, 31 insertions(+), 31 deletions(-) diff --git a/include/WinStd/Base64.h b/include/WinStd/Base64.h index 50209813..dbef6eda 100644 --- a/include/WinStd/Base64.h +++ b/include/WinStd/Base64.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/COM.h b/include/WinStd/COM.h index 5c0e68e9..e165cb82 100644 --- a/include/WinStd/COM.h +++ b/include/WinStd/COM.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 808ef2ca..b3e0902c 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Cred.h b/include/WinStd/Cred.h index 71eae39d..df62fd45 100644 --- a/include/WinStd/Cred.h +++ b/include/WinStd/Cred.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Crypt.h b/include/WinStd/Crypt.h index cf622a1f..a2d5c180 100644 --- a/include/WinStd/Crypt.h +++ b/include/WinStd/Crypt.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/EAP.h b/include/WinStd/EAP.h index 111416fc..fa3465dd 100644 --- a/include/WinStd/EAP.h +++ b/include/WinStd/EAP.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/ETW.h b/include/WinStd/ETW.h index 6719c29d..e6e4be7d 100644 --- a/include/WinStd/ETW.h +++ b/include/WinStd/ETW.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Hex.h b/include/WinStd/Hex.h index 4cb2cc77..30f87257 100644 --- a/include/WinStd/Hex.h +++ b/include/WinStd/Hex.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/MSI.h b/include/WinStd/MSI.h index 49af306b..fb0dc626 100644 --- a/include/WinStd/MSI.h +++ b/include/WinStd/MSI.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Sec.h b/include/WinStd/Sec.h index 7a4f0dd9..881c1df6 100644 --- a/include/WinStd/Sec.h +++ b/include/WinStd/Sec.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/SetupAPI.h b/include/WinStd/SetupAPI.h index f3715d0d..f862178c 100644 --- a/include/WinStd/SetupAPI.h +++ b/include/WinStd/SetupAPI.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Shell.h b/include/WinStd/Shell.h index 53444031..29e0cd68 100644 --- a/include/WinStd/Shell.h +++ b/include/WinStd/Shell.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/WLAN.h b/include/WinStd/WLAN.h index 8891d7f3..6620f99a 100644 --- a/include/WinStd/WLAN.h +++ b/include/WinStd/WLAN.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index b6bc2eec..cba5a913 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/WinSock2.h b/include/WinStd/WinSock2.h index 9134b96d..517945ef 100644 --- a/include/WinStd/WinSock2.h +++ b/include/WinStd/WinSock2.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/include/WinStd/WinTrust.h b/include/WinStd/WinTrust.h index dceb26b9..d50bcfe9 100644 --- a/include/WinStd/WinTrust.h +++ b/include/WinStd/WinTrust.h @@ -1,6 +1,6 @@ /* - Copyright 1991-2019 Amebis - Copyright 2016 GÉANT + Copyright 1991-2020 Amebis + Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/Base64.cpp b/src/Base64.cpp index 1f7caf4f..24dcc8bb 100644 --- a/src/Base64.cpp +++ b/src/Base64.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/COM.cpp b/src/COM.cpp index 1682b758..f633706e 100644 --- a/src/COM.cpp +++ b/src/COM.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/Crypt.cpp b/src/Crypt.cpp index d53b4423..602fe594 100644 --- a/src/Crypt.cpp +++ b/src/Crypt.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/EAP.cpp b/src/EAP.cpp index 30d672c0..3f09b67c 100644 --- a/src/EAP.cpp +++ b/src/EAP.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/ETW.cpp b/src/ETW.cpp index f6555fc6..65e33ac1 100644 --- a/src/ETW.cpp +++ b/src/ETW.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/Sec.cpp b/src/Sec.cpp index 86c65cec..16258505 100644 --- a/src/Sec.cpp +++ b/src/Sec.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/SetupAPI.cpp b/src/SetupAPI.cpp index c0a80771..802b99f5 100644 --- a/src/SetupAPI.cpp +++ b/src/SetupAPI.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/StdAfx.cpp b/src/StdAfx.cpp index 69e93271..056337c7 100644 --- a/src/StdAfx.cpp +++ b/src/StdAfx.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/StdAfx.h b/src/StdAfx.h index 045eca78..4e7a4146 100644 --- a/src/StdAfx.h +++ b/src/StdAfx.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/WLAN.cpp b/src/WLAN.cpp index 5a5216f1..2812ac70 100644 --- a/src/WLAN.cpp +++ b/src/WLAN.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/Win.cpp b/src/Win.cpp index 03566b9f..f40a252d 100644 --- a/src/Win.cpp +++ b/src/Win.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/WinSock2.cpp b/src/WinSock2.cpp index 6a417e4a..cf54ff29 100644 --- a/src/WinSock2.cpp +++ b/src/WinSock2.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2019 Amebis + Copyright 1991-2020 Amebis Copyright 2016 GÉANT This file is part of WinStd. diff --git a/src/WinTrust.cpp b/src/WinTrust.cpp index 53d47507..4ff4ef32 100644 --- a/src/WinTrust.cpp +++ b/src/WinTrust.cpp @@ -1,6 +1,6 @@ /* - Copyright 1991-2019 Amebis - Copyright 2016 GÉANT + Copyright 1991-2020 Amebis + Copyright 2016 GÉANT This file is part of WinStd.