From 919860b44705bc7706aca22edbd088529fecc918 Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Wed, 7 Feb 2024 21:42:50 +0200 Subject: [PATCH] Update copyright year WE2-846 Signed-off-by: Raul Metsma --- LICENSE | 2 +- include/electronic-id/electronic-id.hpp | 2 +- include/electronic-id/enums.hpp | 2 +- lib/libpcsc-cpp/LICENSE | 2 +- lib/libpcsc-cpp/include/pcsc-cpp/comp_winscard.hpp | 2 +- lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp-utils.hpp | 2 +- lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp | 4 ++-- lib/libpcsc-cpp/src/Context.hpp | 2 +- lib/libpcsc-cpp/src/Reader.cpp | 2 +- lib/libpcsc-cpp/src/SCardCall.hpp | 2 +- lib/libpcsc-cpp/src/SmartCard.cpp | 2 +- lib/libpcsc-cpp/src/listReaders.cpp | 2 +- lib/libpcsc-cpp/src/utils.cpp | 2 +- lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp | 2 +- lib/libpcsc-cpp/tests/lib/libpcsc-mock/LICENSE | 2 +- .../tests/lib/libpcsc-mock/include/pcsc-mock/pcsc-mock.hpp | 2 +- lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp | 2 +- .../tests/lib/libpcsc-mock/tests/pcsc-mock-test.cpp | 2 +- .../tests/mock/test-connect-to-card-transmit-apdus.cpp | 2 +- .../tests/mock/test-select-card-reader-and-card.cpp | 2 +- src/availableSupportedCards.cpp | 2 +- src/electronic-id.cpp | 2 +- src/electronic-ids/common.cpp | 2 +- src/electronic-ids/common.hpp | 2 +- src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.cpp | 2 +- src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.hpp | 2 +- .../ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp | 2 +- .../ms-cryptoapi/listMsCryptoApiElectronicIDs.hpp | 2 +- src/electronic-ids/pcsc/EIDIDEMIA.cpp | 2 +- src/electronic-ids/pcsc/EIDIDEMIA.hpp | 2 +- src/electronic-ids/pcsc/EstEIDGemalto.cpp | 2 +- src/electronic-ids/pcsc/EstEIDGemalto.hpp | 2 +- src/electronic-ids/pcsc/EstEIDIDEMIA.cpp | 2 +- src/electronic-ids/pcsc/EstEIDIDEMIA.hpp | 2 +- src/electronic-ids/pcsc/FinEID.cpp | 2 +- src/electronic-ids/pcsc/FinEID.hpp | 2 +- src/electronic-ids/pcsc/LatEIDIDEMIACommon.hpp | 2 +- src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp | 2 +- src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp | 2 +- src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp | 2 +- src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp | 2 +- src/electronic-ids/pcsc/PcscElectronicID.hpp | 2 +- src/electronic-ids/pcsc/pcsc-common.hpp | 2 +- src/electronic-ids/pkcs11/PKCS11CardManager.hpp | 2 +- src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp | 2 +- src/electronic-ids/pkcs11/Pkcs11ElectronicID.hpp | 2 +- src/electronic-ids/scope.hpp | 2 +- tests/common/verify.hpp | 2 +- tests/integration/test-authenticate.cpp | 2 +- tests/integration/test-get-certificate.cpp | 2 +- tests/integration/test-signing.cpp | 2 +- tests/mock/atrs.hpp | 2 +- tests/mock/select-certificate-script-EST-GEMALTO.hpp | 2 +- tests/mock/select-certificate-script-EST-IDEMIA.hpp | 2 +- tests/mock/select-certificate-script-FIN-V3.hpp | 2 +- tests/mock/select-certificate-script-FIN-V4.hpp | 2 +- tests/mock/select-certificate-script-LAT-V1.hpp | 2 +- tests/mock/select-certificate-script-LAT-V2.hpp | 2 +- tests/mock/select-certificate-script.hpp | 2 +- tests/mock/test-autoselect-card.cpp | 2 +- tests/mock/test-get-certificate.cpp | 2 +- tests/mock/test-pkcs11-token.cpp | 2 +- 62 files changed, 63 insertions(+), 63 deletions(-) diff --git a/LICENSE b/LICENSE index 326ac32..03b6ac6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Estonian Information System Authority +Copyright (c) 2020-2024 Estonian Information System Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/electronic-id/electronic-id.hpp b/include/electronic-id/electronic-id.hpp index a58e660..481feda 100644 --- a/include/electronic-id/electronic-id.hpp +++ b/include/electronic-id/electronic-id.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/electronic-id/enums.hpp b/include/electronic-id/enums.hpp index bbaf104..91ecdbd 100644 --- a/include/electronic-id/enums.hpp +++ b/include/electronic-id/enums.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/LICENSE b/lib/libpcsc-cpp/LICENSE index 326ac32..03b6ac6 100644 --- a/lib/libpcsc-cpp/LICENSE +++ b/lib/libpcsc-cpp/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Estonian Information System Authority +Copyright (c) 2020-2024 Estonian Information System Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/include/pcsc-cpp/comp_winscard.hpp b/lib/libpcsc-cpp/include/pcsc-cpp/comp_winscard.hpp index bea4809..0c10195 100644 --- a/lib/libpcsc-cpp/include/pcsc-cpp/comp_winscard.hpp +++ b/lib/libpcsc-cpp/include/pcsc-cpp/comp_winscard.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp-utils.hpp b/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp-utils.hpp index 6c8df80..f768808 100644 --- a/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp-utils.hpp +++ b/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp-utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp b/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp index 22fe2be..31bac96 100644 --- a/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp +++ b/lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -51,7 +51,7 @@ class Context; using ContextPtr = std::shared_ptr; /** Returns the value of the response status bytes SW1 and SW2 as a single status word SW. */ -inline constexpr uint16_t toSW(byte_type sw1, byte_type sw2) +constexpr uint16_t toSW(byte_type sw1, byte_type sw2) { return uint16_t(sw1 << 8) | sw2; } diff --git a/lib/libpcsc-cpp/src/Context.hpp b/lib/libpcsc-cpp/src/Context.hpp index 1c1d2db..8aa27f0 100644 --- a/lib/libpcsc-cpp/src/Context.hpp +++ b/lib/libpcsc-cpp/src/Context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/src/Reader.cpp b/lib/libpcsc-cpp/src/Reader.cpp index 9ba226c..88cb6e6 100644 --- a/lib/libpcsc-cpp/src/Reader.cpp +++ b/lib/libpcsc-cpp/src/Reader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/src/SCardCall.hpp b/lib/libpcsc-cpp/src/SCardCall.hpp index a0b4cb4..670f949 100644 --- a/lib/libpcsc-cpp/src/SCardCall.hpp +++ b/lib/libpcsc-cpp/src/SCardCall.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/src/SmartCard.cpp b/lib/libpcsc-cpp/src/SmartCard.cpp index eeda76b..6478670 100644 --- a/lib/libpcsc-cpp/src/SmartCard.cpp +++ b/lib/libpcsc-cpp/src/SmartCard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/src/listReaders.cpp b/lib/libpcsc-cpp/src/listReaders.cpp index 213834b..ba99f4a 100644 --- a/lib/libpcsc-cpp/src/listReaders.cpp +++ b/lib/libpcsc-cpp/src/listReaders.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/src/utils.cpp b/lib/libpcsc-cpp/src/utils.cpp index a5567f1..34f7cf9 100644 --- a/lib/libpcsc-cpp/src/utils.cpp +++ b/lib/libpcsc-cpp/src/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp b/lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp index 9a988a2..e1e9e6d 100644 --- a/lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp +++ b/lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/LICENSE b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/LICENSE index 326ac32..03b6ac6 100644 --- a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/LICENSE +++ b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Estonian Information System Authority +Copyright (c) 2020-2024 Estonian Information System Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/include/pcsc-mock/pcsc-mock.hpp b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/include/pcsc-mock/pcsc-mock.hpp index 27ec0b9..e6b9909 100644 --- a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/include/pcsc-mock/pcsc-mock.hpp +++ b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/include/pcsc-mock/pcsc-mock.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp index c205b31..db3bbaa 100644 --- a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp +++ b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/tests/pcsc-mock-test.cpp b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/tests/pcsc-mock-test.cpp index 2e8b870..1e11754 100644 --- a/lib/libpcsc-cpp/tests/lib/libpcsc-mock/tests/pcsc-mock-test.cpp +++ b/lib/libpcsc-cpp/tests/lib/libpcsc-mock/tests/pcsc-mock-test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/mock/test-connect-to-card-transmit-apdus.cpp b/lib/libpcsc-cpp/tests/mock/test-connect-to-card-transmit-apdus.cpp index f11af1e..8d8caea 100644 --- a/lib/libpcsc-cpp/tests/mock/test-connect-to-card-transmit-apdus.cpp +++ b/lib/libpcsc-cpp/tests/mock/test-connect-to-card-transmit-apdus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/libpcsc-cpp/tests/mock/test-select-card-reader-and-card.cpp b/lib/libpcsc-cpp/tests/mock/test-select-card-reader-and-card.cpp index 5a3c83a..f61f899 100644 --- a/lib/libpcsc-cpp/tests/mock/test-select-card-reader-and-card.cpp +++ b/lib/libpcsc-cpp/tests/mock/test-select-card-reader-and-card.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/availableSupportedCards.cpp b/src/availableSupportedCards.cpp index b28129e..844ce99 100644 --- a/src/availableSupportedCards.cpp +++ b/src/availableSupportedCards.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-id.cpp b/src/electronic-id.cpp index 77626d4..06c80df 100644 --- a/src/electronic-id.cpp +++ b/src/electronic-id.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/common.cpp b/src/electronic-ids/common.cpp index a9ae597..c8a75df 100644 --- a/src/electronic-ids/common.cpp +++ b/src/electronic-ids/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/common.hpp b/src/electronic-ids/common.hpp index ec40e7b..99ade7d 100644 --- a/src/electronic-ids/common.hpp +++ b/src/electronic-ids/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.cpp b/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.cpp index 25154cc..ac8abcb 100644 --- a/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.cpp +++ b/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.hpp b/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.hpp index cfce18f..602dac9 100644 --- a/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.hpp +++ b/src/electronic-ids/ms-cryptoapi/MsCryptoApiElectronicID.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Estonian Information System Authority + * Copyright (c) 2022-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp b/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp index dba5976..0aa94ba 100644 --- a/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp +++ b/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Estonian Information System Authority + * Copyright (c) 2022-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.hpp b/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.hpp index 62e5211..548f71d 100644 --- a/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.hpp +++ b/src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Estonian Information System Authority + * Copyright (c) 2022-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EIDIDEMIA.cpp b/src/electronic-ids/pcsc/EIDIDEMIA.cpp index c1bec81..ba802bb 100644 --- a/src/electronic-ids/pcsc/EIDIDEMIA.cpp +++ b/src/electronic-ids/pcsc/EIDIDEMIA.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EIDIDEMIA.hpp b/src/electronic-ids/pcsc/EIDIDEMIA.hpp index ddb0116..aea70df 100644 --- a/src/electronic-ids/pcsc/EIDIDEMIA.hpp +++ b/src/electronic-ids/pcsc/EIDIDEMIA.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EstEIDGemalto.cpp b/src/electronic-ids/pcsc/EstEIDGemalto.cpp index 041d8aa..aea7ac3 100644 --- a/src/electronic-ids/pcsc/EstEIDGemalto.cpp +++ b/src/electronic-ids/pcsc/EstEIDGemalto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EstEIDGemalto.hpp b/src/electronic-ids/pcsc/EstEIDGemalto.hpp index 2a08f7b..0a6ac2e 100644 --- a/src/electronic-ids/pcsc/EstEIDGemalto.hpp +++ b/src/electronic-ids/pcsc/EstEIDGemalto.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EstEIDIDEMIA.cpp b/src/electronic-ids/pcsc/EstEIDIDEMIA.cpp index d3ac606..a43f654 100644 --- a/src/electronic-ids/pcsc/EstEIDIDEMIA.cpp +++ b/src/electronic-ids/pcsc/EstEIDIDEMIA.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/EstEIDIDEMIA.hpp b/src/electronic-ids/pcsc/EstEIDIDEMIA.hpp index 3b7e7df..ca47404 100644 --- a/src/electronic-ids/pcsc/EstEIDIDEMIA.hpp +++ b/src/electronic-ids/pcsc/EstEIDIDEMIA.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/FinEID.cpp b/src/electronic-ids/pcsc/FinEID.cpp index 3469570..3bf82a2 100644 --- a/src/electronic-ids/pcsc/FinEID.cpp +++ b/src/electronic-ids/pcsc/FinEID.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/FinEID.hpp b/src/electronic-ids/pcsc/FinEID.hpp index af2fd84..ef1f429 100644 --- a/src/electronic-ids/pcsc/FinEID.hpp +++ b/src/electronic-ids/pcsc/FinEID.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/LatEIDIDEMIACommon.hpp b/src/electronic-ids/pcsc/LatEIDIDEMIACommon.hpp index fdc08bb..c9cd1db 100644 --- a/src/electronic-ids/pcsc/LatEIDIDEMIACommon.hpp +++ b/src/electronic-ids/pcsc/LatEIDIDEMIACommon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp b/src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp index 3fe0402..a848000 100644 --- a/src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp +++ b/src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp b/src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp index 7771c1b..ce9c868 100644 --- a/src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp +++ b/src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp b/src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp index 119af34..954049b 100644 --- a/src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp +++ b/src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp b/src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp index 6656429..7afb70a 100644 --- a/src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp +++ b/src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/PcscElectronicID.hpp b/src/electronic-ids/pcsc/PcscElectronicID.hpp index b5b6fc9..07005c7 100644 --- a/src/electronic-ids/pcsc/PcscElectronicID.hpp +++ b/src/electronic-ids/pcsc/PcscElectronicID.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pcsc/pcsc-common.hpp b/src/electronic-ids/pcsc/pcsc-common.hpp index 53f6da9..df8ffca 100644 --- a/src/electronic-ids/pcsc/pcsc-common.hpp +++ b/src/electronic-ids/pcsc/pcsc-common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pkcs11/PKCS11CardManager.hpp b/src/electronic-ids/pkcs11/PKCS11CardManager.hpp index da1f10c..169c74c 100644 --- a/src/electronic-ids/pkcs11/PKCS11CardManager.hpp +++ b/src/electronic-ids/pkcs11/PKCS11CardManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp b/src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp index 3835d97..7637dc5 100644 --- a/src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp +++ b/src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/pkcs11/Pkcs11ElectronicID.hpp b/src/electronic-ids/pkcs11/Pkcs11ElectronicID.hpp index 8fcf4bd..9c48f6c 100644 --- a/src/electronic-ids/pkcs11/Pkcs11ElectronicID.hpp +++ b/src/electronic-ids/pkcs11/Pkcs11ElectronicID.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/electronic-ids/scope.hpp b/src/electronic-ids/scope.hpp index 6885a1d..f8dfba2 100644 --- a/src/electronic-ids/scope.hpp +++ b/src/electronic-ids/scope.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/common/verify.hpp b/tests/common/verify.hpp index 99c181d..65164e9 100644 --- a/tests/common/verify.hpp +++ b/tests/common/verify.hpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2020-2023 Estonian Information System Authority +* Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/integration/test-authenticate.cpp b/tests/integration/test-authenticate.cpp index de8c727..6f34bdf 100644 --- a/tests/integration/test-authenticate.cpp +++ b/tests/integration/test-authenticate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/integration/test-get-certificate.cpp b/tests/integration/test-get-certificate.cpp index d8e58f2..fab104b 100644 --- a/tests/integration/test-get-certificate.cpp +++ b/tests/integration/test-get-certificate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/integration/test-signing.cpp b/tests/integration/test-signing.cpp index 1619fc0..d978d5f 100644 --- a/tests/integration/test-signing.cpp +++ b/tests/integration/test-signing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/atrs.hpp b/tests/mock/atrs.hpp index 608887e..489c68c 100644 --- a/tests/mock/atrs.hpp +++ b/tests/mock/atrs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-EST-GEMALTO.hpp b/tests/mock/select-certificate-script-EST-GEMALTO.hpp index b03df95..58ae2c0 100644 --- a/tests/mock/select-certificate-script-EST-GEMALTO.hpp +++ b/tests/mock/select-certificate-script-EST-GEMALTO.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-EST-IDEMIA.hpp b/tests/mock/select-certificate-script-EST-IDEMIA.hpp index 6c36355..b6b4f33 100644 --- a/tests/mock/select-certificate-script-EST-IDEMIA.hpp +++ b/tests/mock/select-certificate-script-EST-IDEMIA.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-FIN-V3.hpp b/tests/mock/select-certificate-script-FIN-V3.hpp index 352806b..3072102 100644 --- a/tests/mock/select-certificate-script-FIN-V3.hpp +++ b/tests/mock/select-certificate-script-FIN-V3.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-FIN-V4.hpp b/tests/mock/select-certificate-script-FIN-V4.hpp index cfb6ed9..48eb32b 100644 --- a/tests/mock/select-certificate-script-FIN-V4.hpp +++ b/tests/mock/select-certificate-script-FIN-V4.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-LAT-V1.hpp b/tests/mock/select-certificate-script-LAT-V1.hpp index d3bbd1a..60f1fd9 100644 --- a/tests/mock/select-certificate-script-LAT-V1.hpp +++ b/tests/mock/select-certificate-script-LAT-V1.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script-LAT-V2.hpp b/tests/mock/select-certificate-script-LAT-V2.hpp index 462d862..1cbd63e 100644 --- a/tests/mock/select-certificate-script-LAT-V2.hpp +++ b/tests/mock/select-certificate-script-LAT-V2.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/select-certificate-script.hpp b/tests/mock/select-certificate-script.hpp index dfb80a3..1680f18 100644 --- a/tests/mock/select-certificate-script.hpp +++ b/tests/mock/select-certificate-script.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/test-autoselect-card.cpp b/tests/mock/test-autoselect-card.cpp index fb0efb8..a019bd6 100644 --- a/tests/mock/test-autoselect-card.cpp +++ b/tests/mock/test-autoselect-card.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/test-get-certificate.cpp b/tests/mock/test-get-certificate.cpp index 0da9ede..7020830 100644 --- a/tests/mock/test-get-certificate.cpp +++ b/tests/mock/test-get-certificate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mock/test-pkcs11-token.cpp b/tests/mock/test-pkcs11-token.cpp index d81bff7..503d154 100644 --- a/tests/mock/test-pkcs11-token.cpp +++ b/tests/mock/test-pkcs11-token.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2023 Estonian Information System Authority + * Copyright (c) 2020-2024 Estonian Information System Authority * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal