From 91bbf7fb67b89405d2872d27b306becf6a46b8e0 Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Fri, 29 May 2026 12:25:21 +0300 Subject: [PATCH] docs: remove copyright years WE2-1189 Signed-off-by: Sven Mitt --- LICENSE | 2 +- example/public/index.php | 23 ++----------------- example/public/js/errors.js | 23 ++----------------- example/public/js/web-eid.js | 2 +- example/src/Auth.php | 23 ++----------------- example/src/Config.php | 23 ++----------------- example/src/LogWriter.php | 23 ++----------------- example/src/Logger.php | 23 ++----------------- example/src/Pages.php | 23 ++----------------- example/src/Router.php | 23 ++----------------- example/src/Template.php | 23 ++----------------- src/authtoken/WebEidAuthToken.php | 23 ++----------------- src/certificate/CertificateData.php | 23 ++----------------- src/certificate/CertificateLoader.php | 23 ++----------------- src/certificate/CertificateValidator.php | 23 ++----------------- .../SubjectCertificatePolicies.php | 23 ++----------------- src/challenge/ChallengeNonce.php | 23 ++----------------- src/challenge/ChallengeNonceGenerator.php | 23 ++----------------- .../ChallengeNonceGeneratorBuilder.php | 23 ++----------------- src/challenge/ChallengeNonceGeneratorImpl.php | 23 ++----------------- src/challenge/ChallengeNonceStore.php | 23 ++----------------- src/exceptions/AuthTokenException.php | 23 ++----------------- src/exceptions/AuthTokenParseException.php | 23 ++----------------- .../AuthTokenSignatureValidationException.php | 23 ++----------------- .../CertificateDecodingException.php | 23 ++----------------- .../CertificateExpiredException.php | 23 ++----------------- .../CertificateNotTrustedException.php | 23 ++----------------- .../CertificateNotYetValidException.php | 23 ++----------------- .../ChallengeNonceExpiredException.php | 23 ++----------------- .../ChallengeNonceGenerationException.php | 23 ++----------------- .../ChallengeNonceNotFoundException.php | 23 ++----------------- .../ChallengeNullOrEmptyException.php | 23 ++----------------- src/exceptions/OCSPCertificateException.php | 23 ++----------------- .../SessionDoesNotExistException.php | 23 ++----------------- ...erCertificateDisallowedPolicyException.php | 23 ++----------------- ...UserCertificateMissingPurposeException.php | 23 ++----------------- ...serCertificateOCSPCheckFailedException.php | 23 ++----------------- .../UserCertificateParseException.php | 23 ++----------------- .../UserCertificateRevokedException.php | 23 ++----------------- .../UserCertificateWrongPurposeException.php | 23 ++----------------- src/ocsp/Ocsp.php | 23 ++----------------- src/ocsp/OcspBasicResponse.php | 23 ++----------------- src/ocsp/OcspRequest.php | 23 ++----------------- src/ocsp/OcspResponse.php | 23 ++----------------- src/ocsp/certificate/CertificateLoader.php | 23 ++----------------- .../exceptions/OcspCertificateException.php | 23 ++----------------- src/ocsp/exceptions/OcspException.php | 23 ++----------------- .../OcspResponseDecodeException.php | 23 ++----------------- .../exceptions/OcspVerifyFailedException.php | 23 ++----------------- src/ocsp/maps/OcspBasicResponseMap.php | 23 ++----------------- src/ocsp/maps/OcspRequestMap.php | 23 ++----------------- src/ocsp/maps/OcspResponseMap.php | 23 ++----------------- src/util/AsnUtil.php | 23 ++----------------- src/util/CollectionsUtil.php | 23 ++----------------- src/util/DateAndTime.php | 23 ++----------------- src/util/DefaultClock.php | 23 ++----------------- src/util/SecureRandom.php | 23 ++----------------- src/util/TrustedCertificates.php | 23 ++----------------- src/validator/AuthTokenSignatureValidator.php | 23 ++----------------- .../AuthTokenValidationConfiguration.php | 23 ++----------------- src/validator/AuthTokenValidator.php | 23 ++----------------- src/validator/AuthTokenValidatorBuilder.php | 23 ++----------------- src/validator/AuthTokenValidatorImpl.php | 23 ++----------------- .../SubjectCertificateNotRevokedValidator.php | 23 ++----------------- .../SubjectCertificatePolicyValidator.php | 23 ++----------------- .../SubjectCertificatePurposeValidator.php | 23 ++----------------- .../SubjectCertificateTrustedValidator.php | 23 ++----------------- .../SubjectCertificateValidator.php | 23 ++----------------- .../SubjectCertificateValidatorBatch.php | 23 ++----------------- src/validator/ocsp/OcspClient.php | 23 ++----------------- src/validator/ocsp/OcspClientImpl.php | 23 ++----------------- src/validator/ocsp/OcspRequestBuilder.php | 23 ++----------------- src/validator/ocsp/OcspResponseValidator.php | 23 ++----------------- src/validator/ocsp/OcspServiceProvider.php | 23 ++----------------- src/validator/ocsp/OcspUrl.php | 23 ++----------------- src/validator/ocsp/service/AiaOcspService.php | 23 ++----------------- .../service/AiaOcspServiceConfiguration.php | 23 ++----------------- .../ocsp/service/DesignatedOcspService.php | 23 ++----------------- .../DesignatedOcspServiceConfiguration.php | 23 ++----------------- src/validator/ocsp/service/OcspService.php | 23 ++----------------- tests/authtoken/WebEidAuthTokenTest.php | 23 ++----------------- tests/certificate/CertificateDataTest.php | 23 ++----------------- .../certificate/CertificateValidatorTest.php | 23 ++----------------- .../challenge/ChallengeNonceGeneratorTest.php | 23 ++----------------- tests/ocsp/OcspRequestTest.php | 23 ++----------------- tests/ocsp/OcspResponseTest.php | 23 ++----------------- tests/ocsp/OcspTest.php | 23 ++----------------- .../certificate/CertificateLoaderTest.php | 23 ++----------------- tests/testutil/AbstractTestWithValidator.php | 23 ++----------------- tests/testutil/AuthTokenValidators.php | 23 ++----------------- tests/testutil/Certificates.php | 23 ++----------------- tests/testutil/Dates.php | 23 ++----------------- tests/testutil/Logger.php | 23 ++----------------- tests/testutil/OcspServiceMaker.php | 23 ++----------------- tests/util/AsnUtilTest.php | 23 ++----------------- tests/util/CollectionsUtilTest.php | 23 ++----------------- tests/util/UriTest.php | 23 ++----------------- tests/validator/AuthTokenAlgorithmTest.php | 23 ++----------------- .../AuthTokenCertificateBelgianIdCardTest.php | 23 ++----------------- .../AuthTokenCertificateFinnishIdCardTest.php | 23 ++----------------- tests/validator/AuthTokenCertificateTest.php | 23 ++----------------- tests/validator/AuthTokenSignatureTest.php | 23 ++----------------- .../AuthTokenSignatureValidatorTest.php | 23 ++----------------- tests/validator/AuthTokenStructureTest.php | 23 ++----------------- .../AuthTokenValidationConfigurationTest.php | 23 ++----------------- .../AuthTokenValidatorBuilderTest.php | 23 ++----------------- ...jectCertificateNotRevokedValidatorTest.php | 23 ++----------------- .../SubjectCertificatePolicyValidatorTest.php | 23 ++----------------- ...SubjectCertificatePurposeValidatorTest.php | 23 ++----------------- .../ocsp/OcspResponseValidatorTest.php | 23 ++----------------- .../ocsp/OcspServiceProviderTest.php | 23 ++----------------- tests/validator/ocsp/OcspUrlTest.php | 23 ++----------------- 112 files changed, 222 insertions(+), 2312 deletions(-) diff --git a/LICENSE b/LICENSE index 31623c1..422c40b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Estonian Information System Authority +Copyright (c) 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/example/public/index.php b/example/public/index.php index 094c1c1..78bedb0 100644 --- a/example/public/index.php +++ b/example/public/index.php @@ -1,26 +1,7 @@