From a946ef073b031dbbd5494474ea21e5c6948439d9 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 5 Jan 2026 20:59:44 -0500 Subject: [PATCH 01/22] chore: Enable JUnit5 tests to run in parallel --- appengine/pom.xml | 2 -- .../auth/appengine/AppEngineCredentials.java | 0 .../appengine/AppEngineCredentialsTest.java | 0 .../appengine/MockAppIdentityService.java | 0 .../test/resources/junit-platform.properties | 2 ++ cab-token-generator/pom.xml | 5 ----- ...ntSideCredentialAccessBoundaryFactory.java | 0 .../ClientSideAccessBoundaryProto.java | 0 ...deCredentialAccessBoundaryFactoryTest.java | 3 +++ ...lientSideCredentialAccessBoundaryTest.java | 0 .../test/resources/junit-platform.properties | 2 ++ credentials/pom.xml | 2 -- .../com/google/auth/ApiKeyCredentials.java | 0 .../google/auth/CredentialTypeForMetrics.java | 0 .../java/com/google/auth/Credentials.java | 0 .../google/auth/RequestMetadataCallback.java | 0 .../main}/java/com/google/auth/Retryable.java | 0 .../com/google/auth/ServiceAccountSigner.java | 0 .../google/auth/ApiKeyCredentialsTest.java | 0 .../com/google/auth/SigningExceptionTest.java | 0 .../test/resources/junit-platform.properties | 2 ++ java.header | 21 +++++++++---------- oauth2_http/pom.xml | 13 ------------ .../google/auth/http/AuthHttpConstants.java | 0 .../auth/http/HttpCredentialsAdapter.java | 0 .../auth/http/HttpTransportFactory.java | 0 .../auth/http/InternalAuthHttpConstants.java | 0 ...CertificateSourceUnavailableException.java | 0 .../auth/mtls/ContextAwareMetadataJson.java | 0 .../auth/mtls/DefaultMtlsProviderFactory.java | 0 .../auth/mtls/MtlsHttpTransportFactory.java | 0 .../com/google/auth/mtls/MtlsProvider.java | 0 .../auth/mtls/SecureConnectProvider.java | 0 .../WorkloadCertificateConfiguration.java | 0 .../com/google/auth/mtls/X509Provider.java | 0 .../com/google/auth/oauth2/AccessToken.java | 0 .../com/google/auth/oauth2/ActingParty.java | 0 .../auth/oauth2/AppEngineCredentials.java | 0 .../auth/oauth2/AwsCredentialSource.java | 0 .../google/auth/oauth2/AwsCredentials.java | 0 .../java/com/google/auth/oauth2/AwsDates.java | 0 .../auth/oauth2/AwsRequestSignature.java | 0 .../google/auth/oauth2/AwsRequestSigner.java | 0 .../auth/oauth2/AwsSecurityCredentials.java | 0 .../AwsSecurityCredentialsSupplier.java | 0 ...icateIdentityPoolSubjectTokenSupplier.java | 0 .../java/com/google/auth/oauth2/ClientId.java | 0 .../auth/oauth2/CloudShellCredentials.java | 0 .../auth/oauth2/ComputeEngineCredentials.java | 0 .../auth/oauth2/CredentialAccessBoundary.java | 0 .../oauth2/CredentialFormatException.java | 0 .../oauth2/DefaultCredentialsProvider.java | 0 .../auth/oauth2/DefaultPKCEProvider.java | 0 .../auth/oauth2/DownscopedCredentials.java | 0 .../auth/oauth2/EnvironmentProvider.java | 0 .../google/auth/oauth2/ExecutableHandler.java | 0 .../auth/oauth2/ExecutableResponse.java | 0 ...ernalAccountAuthorizedUserCredentials.java | 0 .../oauth2/ExternalAccountCredentials.java | 0 .../oauth2/ExternalAccountMetricsHandler.java | 0 .../ExternalAccountSupplierContext.java | 0 .../FileIdentityPoolSubjectTokenSupplier.java | 0 .../google/auth/oauth2/GdchCredentials.java | 0 .../auth/oauth2/GoogleAuthException.java | 0 .../google/auth/oauth2/GoogleAuthUtils.java | 0 .../google/auth/oauth2/GoogleCredentials.java | 0 .../java/com/google/auth/oauth2/IamUtils.java | 0 .../java/com/google/auth/oauth2/IdToken.java | 0 .../auth/oauth2/IdTokenCredentials.java | 0 .../google/auth/oauth2/IdTokenProvider.java | 0 .../oauth2/IdentityPoolCredentialSource.java | 0 .../auth/oauth2/IdentityPoolCredentials.java | 0 .../IdentityPoolSubjectTokenSupplier.java | 0 .../auth/oauth2/ImpersonatedCredentials.java | 0 ...nternalAwsSecurityCredentialsSupplier.java | 0 .../com/google/auth/oauth2/JwtClaims.java | 0 .../google/auth/oauth2/JwtCredentials.java | 0 .../com/google/auth/oauth2/JwtProvider.java | 0 .../google/auth/oauth2/LoggerProvider.java | 0 .../com/google/auth/oauth2/LoggingUtils.java | 0 .../auth/oauth2/MemoryTokensStorage.java | 0 .../com/google/auth/oauth2/MetricsUtils.java | 0 .../google/auth/oauth2/OAuth2Credentials.java | 0 .../oauth2/OAuth2CredentialsWithRefresh.java | 0 .../com/google/auth/oauth2/OAuth2Utils.java | 0 .../google/auth/oauth2/OAuthException.java | 0 .../com/google/auth/oauth2/PKCEProvider.java | 0 .../oauth2/PluggableAuthCredentialSource.java | 0 .../auth/oauth2/PluggableAuthCredentials.java | 0 .../auth/oauth2/PluggableAuthException.java | 0 .../auth/oauth2/PluggableAuthHandler.java | 0 .../auth/oauth2/QuotaProjectIdProvider.java | 0 .../auth/oauth2/SecureSessionAgent.java | 0 .../auth/oauth2/SecureSessionAgentConfig.java | 0 .../oauth2/ServiceAccountCredentials.java | 0 .../ServiceAccountJwtAccessCredentials.java | 0 .../auth/oauth2/Slf4jLoggingHelpers.java | 0 .../com/google/auth/oauth2/Slf4jUtils.java | 0 .../google/auth/oauth2/StsRequestHandler.java | 0 .../auth/oauth2/StsTokenExchangeRequest.java | 0 .../auth/oauth2/StsTokenExchangeResponse.java | 0 .../oauth2/SystemEnvironmentProvider.java | 0 .../com/google/auth/oauth2/TokenStore.java | 0 .../com/google/auth/oauth2/TokenVerifier.java | 0 .../UrlIdentityPoolSubjectTokenSupplier.java | 0 .../google/auth/oauth2/UserAuthorizer.java | 0 .../google/auth/oauth2/UserCredentials.java | 0 .../reflect-config.json | 0 .../native-image/native-image.properties | 0 .../oauth2/google-auth-library.properties | 0 .../test/java}/auth/TestClock.java | 0 .../test/java}/auth/TestUtils.java | 0 .../auth/http/HttpCredentialsAdapterTest.java | 0 .../auth/mtls/SecureConnectProviderTest.java | 0 .../WorkloadCertificateConfigurationTest.java | 0 .../java}/auth/mtls/X509ProviderTest.java | 0 .../java}/auth/oauth2/AccessTokenTest.java | 0 .../auth/oauth2/AppEngineCredentialsTest.java | 0 .../java}/auth/oauth2/AwsCredentialsTest.java | 0 .../auth/oauth2/AwsRequestSignerTest.java | 0 .../auth/oauth2/BaseSerializationTest.java | 0 ...eIdentityPoolSubjectTokenSupplierTest.java | 0 .../test/java}/auth/oauth2/ClientIdTest.java | 0 .../oauth2/CloudShellCredentialsTest.java | 0 .../oauth2/ComputeEngineCredentialsTest.java | 0 .../oauth2/CredentialAccessBoundaryTest.java | 0 .../DefaultCredentialsProviderTest.java | 0 .../auth/oauth2/DefaultPKCEProviderTest.java | 0 .../oauth2/DownscopedCredentialsTest.java | 0 .../auth/oauth2/ExecutableResponseTest.java | 0 ...lAccountAuthorizedUserCredentialsTest.java | 0 .../ExternalAccountCredentialsTest.java | 0 .../ExternalAccountSupplierContextTest.java | 0 .../auth/oauth2/GdchCredentialsTest.java | 0 .../auth/oauth2/GdchCredentialsTestUtil.java | 0 .../auth/oauth2/GoogleAuthUtilsTest.java | 0 .../auth/oauth2/GoogleCredentialsTest.java | 0 .../java}/auth/oauth2/ITDownscopingTest.java | 0 .../ITWorkloadIdentityFederationTest.java | 0 .../test/java}/auth/oauth2/IamUtilsTest.java | 0 .../auth/oauth2/IdTokenCredentialsTest.java | 0 .../test/java}/auth/oauth2/IdTokenTest.java | 0 .../IdentityPoolCredentialsSourceTest.java | 0 .../oauth2/IdentityPoolCredentialsTest.java | 0 .../oauth2/ImpersonatedCredentialsTest.java | 0 ...nalAwsSecurityCredentialsSupplierTest.java | 0 .../test/java}/auth/oauth2/JwtClaimsTest.java | 0 .../java}/auth/oauth2/JwtCredentialsTest.java | 0 .../test/java}/auth/oauth2/LoggingTest.java | 0 .../java}/auth/oauth2/LoggingUtilsTest.java | 0 .../java}/auth/oauth2/MetricsUtilsTest.java | 0 .../test/java}/auth/oauth2/MockExecutor.java | 0 ...ckExternalAccountCredentialsTransport.java | 0 .../auth/oauth2/MockHttpTransportFactory.java | 0 .../MockIAMCredentialsServiceTransport.java | 0 ...IAMCredentialsServiceTransportFactory.java | 0 .../oauth2/MockMetadataServerTransport.java | 0 .../oauth2/MockRequestMetadataCallback.java | 0 .../java}/auth/oauth2/MockStsTransport.java | 0 .../oauth2/MockTokenCheckingTransport.java | 0 .../auth/oauth2/MockTokenServerTransport.java | 0 .../MockTokenServerTransportFactory.java | 0 .../auth/oauth2/OAuth2CredentialsTest.java | 0 .../OAuth2CredentialsWithRefreshTest.java | 0 .../java}/auth/oauth2/OAuth2UtilsTest.java | 0 .../java}/auth/oauth2/OAuthExceptionTest.java | 0 .../oauth2/PluggableAuthCredentialsTest.java | 0 .../oauth2/PluggableAuthExceptionTest.java | 0 .../auth/oauth2/PluggableAuthHandlerTest.java | 0 .../oauth2/SecureSessionAgentConfigTest.java | 0 .../auth/oauth2/SecureSessionAgentTest.java | 0 .../oauth2/ServiceAccountCredentialsTest.java | 0 ...erviceAccountJwtAccessCredentialsTest.java | 0 .../auth/oauth2/Slf4jUtilsLogbackTest.java | 0 .../java}/auth/oauth2/Slf4jUtilsTest.java | 0 .../auth/oauth2/StsRequestHandlerTest.java | 0 .../test/java}/auth/oauth2/TestAppender.java | 0 .../auth/oauth2/TestEnvironmentProvider.java | 0 .../test/java}/auth/oauth2/TestUtils.java | 0 .../java}/auth/oauth2/TokenVerifierTest.java | 0 .../java}/auth/oauth2/UserAuthorizerTest.java | 0 .../auth/oauth2/UserCredentialsTest.java | 0 .../FTComputeEngineCredentialsTest.java | 0 .../oauth2/functional/FTQuotaProjectId.java | 0 .../FTServiceAccountCredentialsTest.java | 0 .../resources}/aws_security_credentials.json | 0 .../test/resources}/cert.pem | 0 .../test/resources}/client_secret.json | 0 .../test/resources}/federated_keys.json | 0 .../test/resources}/iap_keys.json | 0 .../test/resources/junit-platform.properties | 2 ++ .../resources}/legacy_federated_keys.json | 0 .../test/resources}/mtlsCertAndKey.pem | 0 .../mtls_context_aware_metadata.json | 0 .../test/resources}/service_account_keys.json | 0 .../test/resources}/trust_chain_with_leaf.pem | 0 .../resources}/trust_chain_without_leaf.pem | 0 .../resources}/trust_chain_wrong_order.pem | 0 .../x509_intermediate_certificate.pem | 0 .../test/resources}/x509_leaf_certificate.pem | 0 200 files changed, 21 insertions(+), 33 deletions(-) rename appengine/{ => src/main}/java/com/google/auth/appengine/AppEngineCredentials.java (100%) rename appengine/{javatests => src/test/java}/com/google/auth/appengine/AppEngineCredentialsTest.java (100%) rename appengine/{javatests => src/test/java}/com/google/auth/appengine/MockAppIdentityService.java (100%) create mode 100644 appengine/src/test/resources/junit-platform.properties rename cab-token-generator/{ => src/main}/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java (100%) rename cab-token-generator/{ => src/main}/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java (100%) rename cab-token-generator/{javatests => src/test/java}/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java (99%) rename cab-token-generator/{javatests => src/test/java}/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java (100%) create mode 100644 cab-token-generator/src/test/resources/junit-platform.properties rename credentials/{ => src/main}/java/com/google/auth/ApiKeyCredentials.java (100%) rename credentials/{ => src/main}/java/com/google/auth/CredentialTypeForMetrics.java (100%) rename credentials/{ => src/main}/java/com/google/auth/Credentials.java (100%) rename credentials/{ => src/main}/java/com/google/auth/RequestMetadataCallback.java (100%) rename credentials/{ => src/main}/java/com/google/auth/Retryable.java (100%) rename credentials/{ => src/main}/java/com/google/auth/ServiceAccountSigner.java (100%) rename credentials/{javatests => src/test/java}/com/google/auth/ApiKeyCredentialsTest.java (100%) rename credentials/{javatests => src/test/java}/com/google/auth/SigningExceptionTest.java (100%) create mode 100644 credentials/src/test/resources/junit-platform.properties rename oauth2_http/{ => src/main}/java/com/google/auth/http/AuthHttpConstants.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/http/HttpCredentialsAdapter.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/http/HttpTransportFactory.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/http/InternalAuthHttpConstants.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/CertificateSourceUnavailableException.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/ContextAwareMetadataJson.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/MtlsHttpTransportFactory.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/MtlsProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/SecureConnectProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/mtls/X509Provider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AccessToken.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ActingParty.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AppEngineCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsCredentialSource.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsDates.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsRequestSignature.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsRequestSigner.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsSecurityCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ClientId.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/CloudShellCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ComputeEngineCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/CredentialAccessBoundary.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/CredentialFormatException.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/DefaultCredentialsProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/DefaultPKCEProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/DownscopedCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/EnvironmentProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExecutableHandler.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExecutableResponse.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExternalAccountCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/GdchCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/GoogleAuthException.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/GoogleAuthUtils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/GoogleCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IamUtils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdToken.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdTokenCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdTokenProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdentityPoolCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ImpersonatedCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/JwtClaims.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/JwtCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/JwtProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/LoggerProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/LoggingUtils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/MemoryTokensStorage.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/MetricsUtils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/OAuth2Credentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/OAuth2Utils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/OAuthException.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/PKCEProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/PluggableAuthCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/PluggableAuthException.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/PluggableAuthHandler.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/QuotaProjectIdProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/SecureSessionAgent.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/SecureSessionAgentConfig.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ServiceAccountCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/Slf4jUtils.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/StsRequestHandler.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/StsTokenExchangeRequest.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/StsTokenExchangeResponse.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/SystemEnvironmentProvider.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/TokenStore.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/TokenVerifier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/UserAuthorizer.java (100%) rename oauth2_http/{ => src/main}/java/com/google/auth/oauth2/UserCredentials.java (100%) rename oauth2_http/{ => src/main}/resources/META-INF/native-image/com.google.auth/google-auth-library-oauth2-http/reflect-config.json (100%) rename oauth2_http/{ => src/main}/resources/META-INF/native-image/native-image.properties (100%) rename oauth2_http/{ => src/main}/resources/com/google/auth/oauth2/google-auth-library.properties (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/TestClock.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/TestUtils.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/http/HttpCredentialsAdapterTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/mtls/SecureConnectProviderTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/mtls/WorkloadCertificateConfigurationTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/mtls/X509ProviderTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/AccessTokenTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/AppEngineCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/AwsCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/AwsRequestSignerTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/BaseSerializationTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ClientIdTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/CloudShellCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ComputeEngineCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/CredentialAccessBoundaryTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/DefaultCredentialsProviderTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/DefaultPKCEProviderTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/DownscopedCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ExecutableResponseTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ExternalAccountCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ExternalAccountSupplierContextTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/GdchCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/GdchCredentialsTestUtil.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/GoogleAuthUtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/GoogleCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ITDownscopingTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ITWorkloadIdentityFederationTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/IamUtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/IdTokenCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/IdTokenTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/IdentityPoolCredentialsSourceTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/IdentityPoolCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ImpersonatedCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/JwtClaimsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/JwtCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/LoggingTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/LoggingUtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MetricsUtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockExecutor.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockExternalAccountCredentialsTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockHttpTransportFactory.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockIAMCredentialsServiceTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockMetadataServerTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockRequestMetadataCallback.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockStsTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockTokenCheckingTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockTokenServerTransport.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/MockTokenServerTransportFactory.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/OAuth2CredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/OAuth2CredentialsWithRefreshTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/OAuth2UtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/OAuthExceptionTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/PluggableAuthCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/PluggableAuthExceptionTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/PluggableAuthHandlerTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/SecureSessionAgentConfigTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/SecureSessionAgentTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ServiceAccountCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/Slf4jUtilsLogbackTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/Slf4jUtilsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/StsRequestHandlerTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/TestAppender.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/TestEnvironmentProvider.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/TestUtils.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/TokenVerifierTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/UserAuthorizerTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/UserCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/functional/FTComputeEngineCredentialsTest.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/functional/FTQuotaProjectId.java (100%) rename oauth2_http/{javatests/com/google => src/test/java}/auth/oauth2/functional/FTServiceAccountCredentialsTest.java (100%) rename oauth2_http/{testresources => src/test/resources}/aws_security_credentials.json (100%) rename oauth2_http/{testresources => src/test/resources}/cert.pem (100%) rename oauth2_http/{testresources => src/test/resources}/client_secret.json (100%) rename oauth2_http/{testresources => src/test/resources}/federated_keys.json (100%) rename oauth2_http/{testresources => src/test/resources}/iap_keys.json (100%) create mode 100644 oauth2_http/src/test/resources/junit-platform.properties rename oauth2_http/{testresources => src/test/resources}/legacy_federated_keys.json (100%) rename oauth2_http/{testresources => src/test/resources}/mtlsCertAndKey.pem (100%) rename oauth2_http/{testresources => src/test/resources}/mtls_context_aware_metadata.json (100%) rename oauth2_http/{testresources => src/test/resources}/service_account_keys.json (100%) rename oauth2_http/{testresources => src/test/resources}/trust_chain_with_leaf.pem (100%) rename oauth2_http/{testresources => src/test/resources}/trust_chain_without_leaf.pem (100%) rename oauth2_http/{testresources => src/test/resources}/trust_chain_wrong_order.pem (100%) rename oauth2_http/{testresources => src/test/resources}/x509_intermediate_certificate.pem (100%) rename oauth2_http/{testresources => src/test/resources}/x509_leaf_certificate.pem (100%) diff --git a/appengine/pom.xml b/appengine/pom.xml index 00b623f07..4bd7dae82 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -20,8 +20,6 @@ - java - javatests org.apache.maven.plugins diff --git a/appengine/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java similarity index 100% rename from appengine/java/com/google/auth/appengine/AppEngineCredentials.java rename to appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java diff --git a/appengine/javatests/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java similarity index 100% rename from appengine/javatests/com/google/auth/appengine/AppEngineCredentialsTest.java rename to appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java diff --git a/appengine/javatests/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java similarity index 100% rename from appengine/javatests/com/google/auth/appengine/MockAppIdentityService.java rename to appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java diff --git a/appengine/src/test/resources/junit-platform.properties b/appengine/src/test/resources/junit-platform.properties new file mode 100644 index 000000000..82de190bf --- /dev/null +++ b/appengine/src/test/resources/junit-platform.properties @@ -0,0 +1,2 @@ +junit.jupiter.execution.parallel.enabled = true +junit.jupiter.execution.parallel.mode.default = concurrent \ No newline at end of file diff --git a/cab-token-generator/pom.xml b/cab-token-generator/pom.xml index b044a6fb6..57e1e924b 100644 --- a/cab-token-generator/pom.xml +++ b/cab-token-generator/pom.xml @@ -12,11 +12,6 @@ google-auth-library-cab-token-generator Google Auth Library for Java - Cab Token Generator - - java - javatests - - diff --git a/cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java similarity index 100% rename from cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java rename to cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java diff --git a/cab-token-generator/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java similarity index 100% rename from cab-token-generator/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java rename to cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java diff --git a/cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java similarity index 99% rename from cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java rename to cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index c42c15af5..e5d72bc5d 100644 --- a/cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -71,11 +71,14 @@ import java.util.concurrent.CountDownLatch; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.parallel.Execution; +import org.junit.jupiter.api.parallel.ExecutionMode; /** * Tests for {@link * com.google.auth.credentialaccessboundary.ClientSideCredentialAccessBoundaryFactory}. */ +@Execution(ExecutionMode.SAME_THREAD) class ClientSideCredentialAccessBoundaryFactoryTest { private static final String SA_PRIVATE_KEY_PKCS8 = "-----BEGIN PRIVATE KEY-----\n" diff --git a/cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java similarity index 100% rename from cab-token-generator/javatests/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java rename to cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java diff --git a/cab-token-generator/src/test/resources/junit-platform.properties b/cab-token-generator/src/test/resources/junit-platform.properties new file mode 100644 index 000000000..82de190bf --- /dev/null +++ b/cab-token-generator/src/test/resources/junit-platform.properties @@ -0,0 +1,2 @@ +junit.jupiter.execution.parallel.enabled = true +junit.jupiter.execution.parallel.mode.default = concurrent \ No newline at end of file diff --git a/credentials/pom.xml b/credentials/pom.xml index 225b77bc7..a23a4318e 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -19,8 +19,6 @@ - java - javatests org.apache.maven.plugins diff --git a/credentials/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java similarity index 100% rename from credentials/java/com/google/auth/ApiKeyCredentials.java rename to credentials/src/main/java/com/google/auth/ApiKeyCredentials.java diff --git a/credentials/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java similarity index 100% rename from credentials/java/com/google/auth/CredentialTypeForMetrics.java rename to credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java diff --git a/credentials/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java similarity index 100% rename from credentials/java/com/google/auth/Credentials.java rename to credentials/src/main/java/com/google/auth/Credentials.java diff --git a/credentials/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java similarity index 100% rename from credentials/java/com/google/auth/RequestMetadataCallback.java rename to credentials/src/main/java/com/google/auth/RequestMetadataCallback.java diff --git a/credentials/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java similarity index 100% rename from credentials/java/com/google/auth/Retryable.java rename to credentials/src/main/java/com/google/auth/Retryable.java diff --git a/credentials/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java similarity index 100% rename from credentials/java/com/google/auth/ServiceAccountSigner.java rename to credentials/src/main/java/com/google/auth/ServiceAccountSigner.java diff --git a/credentials/javatests/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java similarity index 100% rename from credentials/javatests/com/google/auth/ApiKeyCredentialsTest.java rename to credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java diff --git a/credentials/javatests/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java similarity index 100% rename from credentials/javatests/com/google/auth/SigningExceptionTest.java rename to credentials/src/test/java/com/google/auth/SigningExceptionTest.java diff --git a/credentials/src/test/resources/junit-platform.properties b/credentials/src/test/resources/junit-platform.properties new file mode 100644 index 000000000..82de190bf --- /dev/null +++ b/credentials/src/test/resources/junit-platform.properties @@ -0,0 +1,2 @@ +junit.jupiter.execution.parallel.enabled = true +junit.jupiter.execution.parallel.mode.default = concurrent \ No newline at end of file diff --git a/java.header b/java.header index 142fa6b5c..0ae9545db 100644 --- a/java.header +++ b/java.header @@ -1,30 +1,29 @@ ^/\*$ -^ \* Copyright \d\d\d\d, Google (Inc\. All rights reserved\.|LLC)$ +^ \* Copyright 20\d\d Google LLC$ ^ \*$ ^ \* Redistribution and use in source and binary forms, with or without$ ^ \* modification, are permitted provided that the following conditions are$ ^ \* met:$ ^ \*$ -^ \* \* Redistributions of source code must retain the above copyright$ -^ \* notice, this list of conditions and the following disclaimer\.$ -^ \* \* Redistributions in binary form must reproduce the above$ +^ \* \* Redistributions of source code must retain the above copyright$ +^ \* notice, this list of conditions and the following disclaimer.$ +^ \* \* Redistributions in binary form must reproduce the above$ ^ \* copyright notice, this list of conditions and the following disclaimer$ ^ \* in the documentation and/or other materials provided with the$ -^ \* distribution\.$ -^ \*$ -^ \* \* Neither the name of Google (Inc\.|LLC) nor the names of its$ +^ \* distribution.$ +^ \* \* Neither the name of Google LLC nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ -^ \* this software without specific prior written permission\.$ +^ \* this software without specific prior written permission.$ ^ \*$ ^ \* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS$ ^ \* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT$ ^ \* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR$ -^ \* A PARTICULAR PURPOSE ARE DISCLAIMED\. IN NO EVENT SHALL THE COPYRIGHT$ +^ \* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT$ ^ \* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,$ ^ \* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES \(INCLUDING, BUT NOT$ ^ \* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,$ ^ \* DATA, OR PROFITS; OR BUSINESS INTERRUPTION\) HOWEVER CAUSED AND ON ANY$ ^ \* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT$ ^ \* \(INCLUDING NEGLIGENCE OR OTHERWISE\) ARISING IN ANY WAY OUT OF THE USE$ -^ \* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE\.$ -^ \*/$ +^ \* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.$ +^ \*/$ \ No newline at end of file diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 92bdc6a94..73147ad90 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -130,19 +130,6 @@ - java - - - resources - true - - - javatests - - - testresources - - org.apache.maven.plugins diff --git a/oauth2_http/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java similarity index 100% rename from oauth2_http/java/com/google/auth/http/AuthHttpConstants.java rename to oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java diff --git a/oauth2_http/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java similarity index 100% rename from oauth2_http/java/com/google/auth/http/HttpCredentialsAdapter.java rename to oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java diff --git a/oauth2_http/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java similarity index 100% rename from oauth2_http/java/com/google/auth/http/HttpTransportFactory.java rename to oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java diff --git a/oauth2_http/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java similarity index 100% rename from oauth2_http/java/com/google/auth/http/InternalAuthHttpConstants.java rename to oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java diff --git a/oauth2_http/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/CertificateSourceUnavailableException.java rename to oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java diff --git a/oauth2_http/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/ContextAwareMetadataJson.java rename to oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java diff --git a/oauth2_http/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java rename to oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java diff --git a/oauth2_http/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/MtlsHttpTransportFactory.java rename to oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java diff --git a/oauth2_http/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/MtlsProvider.java rename to oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java diff --git a/oauth2_http/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/SecureConnectProvider.java rename to oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java diff --git a/oauth2_http/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java rename to oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java diff --git a/oauth2_http/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java similarity index 100% rename from oauth2_http/java/com/google/auth/mtls/X509Provider.java rename to oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AccessToken.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ActingParty.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AppEngineCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsCredentialSource.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsDates.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsRequestSignature.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsRequestSigner.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsSecurityCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ClientId.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java diff --git a/oauth2_http/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/CloudShellCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/CredentialAccessBoundary.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java diff --git a/oauth2_http/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/CredentialFormatException.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java diff --git a/oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/DefaultPKCEProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/DownscopedCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/EnvironmentProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExecutableHandler.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExecutableResponse.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java diff --git a/oauth2_http/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java diff --git a/oauth2_http/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/GoogleAuthUtils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/GoogleCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IamUtils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdToken.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdTokenCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdTokenProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/JwtClaims.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java diff --git a/oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/JwtProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/LoggerProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/LoggingUtils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/MemoryTokensStorage.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java diff --git a/oauth2_http/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/MetricsUtils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java diff --git a/oauth2_http/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/OAuth2Utils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/OAuthException.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java diff --git a/oauth2_http/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/PKCEProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java diff --git a/oauth2_http/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/PluggableAuthCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/PluggableAuthException.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java diff --git a/oauth2_http/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/PluggableAuthHandler.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java diff --git a/oauth2_http/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/QuotaProjectIdProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java diff --git a/oauth2_http/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/SecureSessionAgentConfig.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java diff --git a/oauth2_http/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java diff --git a/oauth2_http/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/Slf4jUtils.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java diff --git a/oauth2_http/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/StsRequestHandler.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java diff --git a/oauth2_http/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/StsTokenExchangeRequest.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java diff --git a/oauth2_http/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/StsTokenExchangeResponse.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java diff --git a/oauth2_http/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/SystemEnvironmentProvider.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java diff --git a/oauth2_http/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/TokenStore.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java diff --git a/oauth2_http/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/TokenVerifier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java diff --git a/oauth2_http/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/UserAuthorizer.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java diff --git a/oauth2_http/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java similarity index 100% rename from oauth2_http/java/com/google/auth/oauth2/UserCredentials.java rename to oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java diff --git a/oauth2_http/resources/META-INF/native-image/com.google.auth/google-auth-library-oauth2-http/reflect-config.json b/oauth2_http/src/main/resources/META-INF/native-image/com.google.auth/google-auth-library-oauth2-http/reflect-config.json similarity index 100% rename from oauth2_http/resources/META-INF/native-image/com.google.auth/google-auth-library-oauth2-http/reflect-config.json rename to oauth2_http/src/main/resources/META-INF/native-image/com.google.auth/google-auth-library-oauth2-http/reflect-config.json diff --git a/oauth2_http/resources/META-INF/native-image/native-image.properties b/oauth2_http/src/main/resources/META-INF/native-image/native-image.properties similarity index 100% rename from oauth2_http/resources/META-INF/native-image/native-image.properties rename to oauth2_http/src/main/resources/META-INF/native-image/native-image.properties diff --git a/oauth2_http/resources/com/google/auth/oauth2/google-auth-library.properties b/oauth2_http/src/main/resources/com/google/auth/oauth2/google-auth-library.properties similarity index 100% rename from oauth2_http/resources/com/google/auth/oauth2/google-auth-library.properties rename to oauth2_http/src/main/resources/com/google/auth/oauth2/google-auth-library.properties diff --git a/oauth2_http/javatests/com/google/auth/TestClock.java b/oauth2_http/src/test/java/auth/TestClock.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/TestClock.java rename to oauth2_http/src/test/java/auth/TestClock.java diff --git a/oauth2_http/javatests/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/auth/TestUtils.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/TestUtils.java rename to oauth2_http/src/test/java/auth/TestUtils.java diff --git a/oauth2_http/javatests/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/auth/http/HttpCredentialsAdapterTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/http/HttpCredentialsAdapterTest.java rename to oauth2_http/src/test/java/auth/http/HttpCredentialsAdapterTest.java diff --git a/oauth2_http/javatests/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/auth/mtls/SecureConnectProviderTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/mtls/SecureConnectProviderTest.java rename to oauth2_http/src/test/java/auth/mtls/SecureConnectProviderTest.java diff --git a/oauth2_http/javatests/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/auth/mtls/WorkloadCertificateConfigurationTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java rename to oauth2_http/src/test/java/auth/mtls/WorkloadCertificateConfigurationTest.java diff --git a/oauth2_http/javatests/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/auth/mtls/X509ProviderTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/mtls/X509ProviderTest.java rename to oauth2_http/src/test/java/auth/mtls/X509ProviderTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/auth/oauth2/AccessTokenTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/AccessTokenTest.java rename to oauth2_http/src/test/java/auth/oauth2/AccessTokenTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/AppEngineCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/AppEngineCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/AppEngineCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/AwsCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/AwsCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/AwsCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/auth/oauth2/AwsRequestSignerTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/AwsRequestSignerTest.java rename to oauth2_http/src/test/java/auth/oauth2/AwsRequestSignerTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/auth/oauth2/BaseSerializationTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/BaseSerializationTest.java rename to oauth2_http/src/test/java/auth/oauth2/BaseSerializationTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java rename to oauth2_http/src/test/java/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/auth/oauth2/ClientIdTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ClientIdTest.java rename to oauth2_http/src/test/java/auth/oauth2/ClientIdTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/CloudShellCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/CloudShellCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/CloudShellCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ComputeEngineCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ComputeEngineCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ComputeEngineCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/auth/oauth2/CredentialAccessBoundaryTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/CredentialAccessBoundaryTest.java rename to oauth2_http/src/test/java/auth/oauth2/CredentialAccessBoundaryTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/auth/oauth2/DefaultCredentialsProviderTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java rename to oauth2_http/src/test/java/auth/oauth2/DefaultCredentialsProviderTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/auth/oauth2/DefaultPKCEProviderTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/DefaultPKCEProviderTest.java rename to oauth2_http/src/test/java/auth/oauth2/DefaultPKCEProviderTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/DownscopedCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/DownscopedCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/DownscopedCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/auth/oauth2/ExecutableResponseTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ExecutableResponseTest.java rename to oauth2_http/src/test/java/auth/oauth2/ExecutableResponseTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ExternalAccountCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ExternalAccountCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/auth/oauth2/ExternalAccountSupplierContextTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java rename to oauth2_http/src/test/java/auth/oauth2/ExternalAccountSupplierContextTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTestUtil.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTestUtil.java rename to oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTestUtil.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/GoogleAuthUtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/GoogleAuthUtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/GoogleAuthUtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/GoogleCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/GoogleCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/GoogleCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/auth/oauth2/ITDownscopingTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ITDownscopingTest.java rename to oauth2_http/src/test/java/auth/oauth2/ITDownscopingTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/auth/oauth2/ITWorkloadIdentityFederationTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java rename to oauth2_http/src/test/java/auth/oauth2/ITWorkloadIdentityFederationTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/IamUtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/IamUtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/IamUtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/IdTokenCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/IdTokenCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/IdTokenCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/auth/oauth2/IdTokenTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/IdTokenTest.java rename to oauth2_http/src/test/java/auth/oauth2/IdTokenTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsSourceTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java rename to oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsSourceTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ImpersonatedCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ImpersonatedCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ImpersonatedCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java rename to oauth2_http/src/test/java/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/auth/oauth2/JwtClaimsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/JwtClaimsTest.java rename to oauth2_http/src/test/java/auth/oauth2/JwtClaimsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/JwtCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/JwtCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/JwtCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/auth/oauth2/LoggingTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/LoggingTest.java rename to oauth2_http/src/test/java/auth/oauth2/LoggingTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/LoggingUtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/LoggingUtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/LoggingUtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/MetricsUtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MetricsUtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/MetricsUtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/auth/oauth2/MockExecutor.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockExecutor.java rename to oauth2_http/src/test/java/auth/oauth2/MockExecutor.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockExternalAccountCredentialsTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockExternalAccountCredentialsTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/auth/oauth2/MockHttpTransportFactory.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockHttpTransportFactory.java rename to oauth2_http/src/test/java/auth/oauth2/MockHttpTransportFactory.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java rename to oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockMetadataServerTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockMetadataServerTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockMetadataServerTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/auth/oauth2/MockRequestMetadataCallback.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockRequestMetadataCallback.java rename to oauth2_http/src/test/java/auth/oauth2/MockRequestMetadataCallback.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockStsTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockStsTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockStsTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockTokenCheckingTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockTokenCheckingTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockTokenCheckingTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransport.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockTokenServerTransport.java rename to oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransport.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransportFactory.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/MockTokenServerTransportFactory.java rename to oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransportFactory.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/OAuth2CredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsWithRefreshTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java rename to oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsWithRefreshTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/OAuth2UtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/OAuth2UtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/OAuth2UtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/auth/oauth2/OAuthExceptionTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/OAuthExceptionTest.java rename to oauth2_http/src/test/java/auth/oauth2/OAuthExceptionTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/PluggableAuthCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/PluggableAuthCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/auth/oauth2/PluggableAuthExceptionTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthExceptionTest.java rename to oauth2_http/src/test/java/auth/oauth2/PluggableAuthExceptionTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/auth/oauth2/PluggableAuthHandlerTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/PluggableAuthHandlerTest.java rename to oauth2_http/src/test/java/auth/oauth2/PluggableAuthHandlerTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentConfigTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/SecureSessionAgentConfigTest.java rename to oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentConfigTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/SecureSessionAgentTest.java rename to oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ServiceAccountCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ServiceAccountCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ServiceAccountCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsLogbackTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java rename to oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsLogbackTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/Slf4jUtilsTest.java rename to oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/auth/oauth2/StsRequestHandlerTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/StsRequestHandlerTest.java rename to oauth2_http/src/test/java/auth/oauth2/StsRequestHandlerTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/auth/oauth2/TestAppender.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/TestAppender.java rename to oauth2_http/src/test/java/auth/oauth2/TestAppender.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/auth/oauth2/TestEnvironmentProvider.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/TestEnvironmentProvider.java rename to oauth2_http/src/test/java/auth/oauth2/TestEnvironmentProvider.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/auth/oauth2/TestUtils.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/TestUtils.java rename to oauth2_http/src/test/java/auth/oauth2/TestUtils.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/auth/oauth2/TokenVerifierTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/TokenVerifierTest.java rename to oauth2_http/src/test/java/auth/oauth2/TokenVerifierTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/auth/oauth2/UserAuthorizerTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/UserAuthorizerTest.java rename to oauth2_http/src/test/java/auth/oauth2/UserAuthorizerTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/UserCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/UserCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/UserCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/functional/FTComputeEngineCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/functional/FTComputeEngineCredentialsTest.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/auth/oauth2/functional/FTQuotaProjectId.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/functional/FTQuotaProjectId.java rename to oauth2_http/src/test/java/auth/oauth2/functional/FTQuotaProjectId.java diff --git a/oauth2_http/javatests/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/auth/oauth2/functional/FTServiceAccountCredentialsTest.java similarity index 100% rename from oauth2_http/javatests/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java rename to oauth2_http/src/test/java/auth/oauth2/functional/FTServiceAccountCredentialsTest.java diff --git a/oauth2_http/testresources/aws_security_credentials.json b/oauth2_http/src/test/resources/aws_security_credentials.json similarity index 100% rename from oauth2_http/testresources/aws_security_credentials.json rename to oauth2_http/src/test/resources/aws_security_credentials.json diff --git a/oauth2_http/testresources/cert.pem b/oauth2_http/src/test/resources/cert.pem similarity index 100% rename from oauth2_http/testresources/cert.pem rename to oauth2_http/src/test/resources/cert.pem diff --git a/oauth2_http/testresources/client_secret.json b/oauth2_http/src/test/resources/client_secret.json similarity index 100% rename from oauth2_http/testresources/client_secret.json rename to oauth2_http/src/test/resources/client_secret.json diff --git a/oauth2_http/testresources/federated_keys.json b/oauth2_http/src/test/resources/federated_keys.json similarity index 100% rename from oauth2_http/testresources/federated_keys.json rename to oauth2_http/src/test/resources/federated_keys.json diff --git a/oauth2_http/testresources/iap_keys.json b/oauth2_http/src/test/resources/iap_keys.json similarity index 100% rename from oauth2_http/testresources/iap_keys.json rename to oauth2_http/src/test/resources/iap_keys.json diff --git a/oauth2_http/src/test/resources/junit-platform.properties b/oauth2_http/src/test/resources/junit-platform.properties new file mode 100644 index 000000000..82de190bf --- /dev/null +++ b/oauth2_http/src/test/resources/junit-platform.properties @@ -0,0 +1,2 @@ +junit.jupiter.execution.parallel.enabled = true +junit.jupiter.execution.parallel.mode.default = concurrent \ No newline at end of file diff --git a/oauth2_http/testresources/legacy_federated_keys.json b/oauth2_http/src/test/resources/legacy_federated_keys.json similarity index 100% rename from oauth2_http/testresources/legacy_federated_keys.json rename to oauth2_http/src/test/resources/legacy_federated_keys.json diff --git a/oauth2_http/testresources/mtlsCertAndKey.pem b/oauth2_http/src/test/resources/mtlsCertAndKey.pem similarity index 100% rename from oauth2_http/testresources/mtlsCertAndKey.pem rename to oauth2_http/src/test/resources/mtlsCertAndKey.pem diff --git a/oauth2_http/testresources/mtls_context_aware_metadata.json b/oauth2_http/src/test/resources/mtls_context_aware_metadata.json similarity index 100% rename from oauth2_http/testresources/mtls_context_aware_metadata.json rename to oauth2_http/src/test/resources/mtls_context_aware_metadata.json diff --git a/oauth2_http/testresources/service_account_keys.json b/oauth2_http/src/test/resources/service_account_keys.json similarity index 100% rename from oauth2_http/testresources/service_account_keys.json rename to oauth2_http/src/test/resources/service_account_keys.json diff --git a/oauth2_http/testresources/trust_chain_with_leaf.pem b/oauth2_http/src/test/resources/trust_chain_with_leaf.pem similarity index 100% rename from oauth2_http/testresources/trust_chain_with_leaf.pem rename to oauth2_http/src/test/resources/trust_chain_with_leaf.pem diff --git a/oauth2_http/testresources/trust_chain_without_leaf.pem b/oauth2_http/src/test/resources/trust_chain_without_leaf.pem similarity index 100% rename from oauth2_http/testresources/trust_chain_without_leaf.pem rename to oauth2_http/src/test/resources/trust_chain_without_leaf.pem diff --git a/oauth2_http/testresources/trust_chain_wrong_order.pem b/oauth2_http/src/test/resources/trust_chain_wrong_order.pem similarity index 100% rename from oauth2_http/testresources/trust_chain_wrong_order.pem rename to oauth2_http/src/test/resources/trust_chain_wrong_order.pem diff --git a/oauth2_http/testresources/x509_intermediate_certificate.pem b/oauth2_http/src/test/resources/x509_intermediate_certificate.pem similarity index 100% rename from oauth2_http/testresources/x509_intermediate_certificate.pem rename to oauth2_http/src/test/resources/x509_intermediate_certificate.pem diff --git a/oauth2_http/testresources/x509_leaf_certificate.pem b/oauth2_http/src/test/resources/x509_leaf_certificate.pem similarity index 100% rename from oauth2_http/testresources/x509_leaf_certificate.pem rename to oauth2_http/src/test/resources/x509_leaf_certificate.pem From 1af4fb7ab38719ea7e5426283cd65d0a52585deb Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 5 Jan 2026 21:13:36 -0500 Subject: [PATCH 02/22] chore: Fix resource location for oauth tests --- .../src/test/resources/junit-platform.properties | 2 -- oauth2_http/pom.xml | 6 ++++++ .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 3 +-- .../src/test/java/{ => com/google}/auth/TestClock.java | 0 .../src/test/java/{ => com/google}/auth/TestUtils.java | 0 .../google}/auth/http/HttpCredentialsAdapterTest.java | 0 .../google}/auth/mtls/SecureConnectProviderTest.java | 0 .../auth/mtls/WorkloadCertificateConfigurationTest.java | 0 .../java/{ => com/google}/auth/mtls/X509ProviderTest.java | 0 .../java/{ => com/google}/auth/oauth2/AccessTokenTest.java | 0 .../google}/auth/oauth2/AppEngineCredentialsTest.java | 0 .../{ => com/google}/auth/oauth2/AwsCredentialsTest.java | 0 .../{ => com/google}/auth/oauth2/AwsRequestSignerTest.java | 0 .../{ => com/google}/auth/oauth2/BaseSerializationTest.java | 0 .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 0 .../java/{ => com/google}/auth/oauth2/ClientIdTest.java | 0 .../google}/auth/oauth2/CloudShellCredentialsTest.java | 0 .../google}/auth/oauth2/ComputeEngineCredentialsTest.java | 0 .../google}/auth/oauth2/CredentialAccessBoundaryTest.java | 0 .../google}/auth/oauth2/DefaultCredentialsProviderTest.java | 0 .../google}/auth/oauth2/DefaultPKCEProviderTest.java | 0 .../google}/auth/oauth2/DownscopedCredentialsTest.java | 0 .../google}/auth/oauth2/ExecutableResponseTest.java | 0 .../ExternalAccountAuthorizedUserCredentialsTest.java | 0 .../google}/auth/oauth2/ExternalAccountCredentialsTest.java | 0 .../auth/oauth2/ExternalAccountSupplierContextTest.java | 0 .../{ => com/google}/auth/oauth2/GdchCredentialsTest.java | 0 .../google}/auth/oauth2/GdchCredentialsTestUtil.java | 0 .../{ => com/google}/auth/oauth2/GoogleAuthUtilsTest.java | 0 .../{ => com/google}/auth/oauth2/GoogleCredentialsTest.java | 0 .../{ => com/google}/auth/oauth2/ITDownscopingTest.java | 0 .../auth/oauth2/ITWorkloadIdentityFederationTest.java | 0 .../java/{ => com/google}/auth/oauth2/IamUtilsTest.java | 0 .../google}/auth/oauth2/IdTokenCredentialsTest.java | 0 .../test/java/{ => com/google}/auth/oauth2/IdTokenTest.java | 0 .../auth/oauth2/IdentityPoolCredentialsSourceTest.java | 0 .../google}/auth/oauth2/IdentityPoolCredentialsTest.java | 0 .../google}/auth/oauth2/ImpersonatedCredentialsTest.java | 0 .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 0 .../java/{ => com/google}/auth/oauth2/JwtClaimsTest.java | 0 .../{ => com/google}/auth/oauth2/JwtCredentialsTest.java | 0 .../test/java/{ => com/google}/auth/oauth2/LoggingTest.java | 0 .../java/{ => com/google}/auth/oauth2/LoggingUtilsTest.java | 0 .../java/{ => com/google}/auth/oauth2/MetricsUtilsTest.java | 0 .../java/{ => com/google}/auth/oauth2/MockExecutor.java | 0 .../oauth2/MockExternalAccountCredentialsTransport.java | 0 .../google}/auth/oauth2/MockHttpTransportFactory.java | 0 .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 0 .../oauth2/MockIAMCredentialsServiceTransportFactory.java | 0 .../google}/auth/oauth2/MockMetadataServerTransport.java | 0 .../google}/auth/oauth2/MockRequestMetadataCallback.java | 0 .../java/{ => com/google}/auth/oauth2/MockStsTransport.java | 0 .../google}/auth/oauth2/MockTokenCheckingTransport.java | 0 .../google}/auth/oauth2/MockTokenServerTransport.java | 0 .../auth/oauth2/MockTokenServerTransportFactory.java | 0 .../{ => com/google}/auth/oauth2/OAuth2CredentialsTest.java | 0 .../auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 0 .../java/{ => com/google}/auth/oauth2/OAuth2UtilsTest.java | 0 .../{ => com/google}/auth/oauth2/OAuthExceptionTest.java | 0 .../google}/auth/oauth2/PluggableAuthCredentialsTest.java | 0 .../google}/auth/oauth2/PluggableAuthExceptionTest.java | 0 .../google}/auth/oauth2/PluggableAuthHandlerTest.java | 0 .../google}/auth/oauth2/SecureSessionAgentConfigTest.java | 0 .../google}/auth/oauth2/SecureSessionAgentTest.java | 0 .../google}/auth/oauth2/ServiceAccountCredentialsTest.java | 0 .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 0 .../{ => com/google}/auth/oauth2/Slf4jUtilsLogbackTest.java | 0 .../java/{ => com/google}/auth/oauth2/Slf4jUtilsTest.java | 0 .../{ => com/google}/auth/oauth2/StsRequestHandlerTest.java | 0 .../java/{ => com/google}/auth/oauth2/TestAppender.java | 0 .../google}/auth/oauth2/TestEnvironmentProvider.java | 0 .../test/java/{ => com/google}/auth/oauth2/TestUtils.java | 0 .../{ => com/google}/auth/oauth2/TokenVerifierTest.java | 0 .../{ => com/google}/auth/oauth2/UserAuthorizerTest.java | 0 .../{ => com/google}/auth/oauth2/UserCredentialsTest.java | 0 .../oauth2/functional/FTComputeEngineCredentialsTest.java | 0 .../google}/auth/oauth2/functional/FTQuotaProjectId.java | 0 .../oauth2/functional/FTServiceAccountCredentialsTest.java | 0 78 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 cab-token-generator/src/test/resources/junit-platform.properties rename oauth2_http/src/test/java/{ => com/google}/auth/TestClock.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/TestUtils.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/http/HttpCredentialsAdapterTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/mtls/SecureConnectProviderTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/mtls/WorkloadCertificateConfigurationTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/mtls/X509ProviderTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/AccessTokenTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/AppEngineCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/AwsCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/AwsRequestSignerTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/BaseSerializationTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ClientIdTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/CloudShellCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ComputeEngineCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/CredentialAccessBoundaryTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/DefaultCredentialsProviderTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/DefaultPKCEProviderTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/DownscopedCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ExecutableResponseTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ExternalAccountCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ExternalAccountSupplierContextTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/GdchCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/GdchCredentialsTestUtil.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/GoogleAuthUtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/GoogleCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ITDownscopingTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ITWorkloadIdentityFederationTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/IamUtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/IdTokenCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/IdTokenTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/IdentityPoolCredentialsSourceTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/IdentityPoolCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ImpersonatedCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/JwtClaimsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/JwtCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/LoggingTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/LoggingUtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MetricsUtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockExecutor.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockExternalAccountCredentialsTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockHttpTransportFactory.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockIAMCredentialsServiceTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockMetadataServerTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockRequestMetadataCallback.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockStsTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockTokenCheckingTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockTokenServerTransport.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/MockTokenServerTransportFactory.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/OAuth2CredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/OAuth2CredentialsWithRefreshTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/OAuth2UtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/OAuthExceptionTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/PluggableAuthCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/PluggableAuthExceptionTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/PluggableAuthHandlerTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/SecureSessionAgentConfigTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/SecureSessionAgentTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ServiceAccountCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/Slf4jUtilsLogbackTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/Slf4jUtilsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/StsRequestHandlerTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/TestAppender.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/TestEnvironmentProvider.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/TestUtils.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/TokenVerifierTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/UserAuthorizerTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/UserCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/functional/FTComputeEngineCredentialsTest.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/functional/FTQuotaProjectId.java (100%) rename oauth2_http/src/test/java/{ => com/google}/auth/oauth2/functional/FTServiceAccountCredentialsTest.java (100%) diff --git a/cab-token-generator/src/test/resources/junit-platform.properties b/cab-token-generator/src/test/resources/junit-platform.properties deleted file mode 100644 index 82de190bf..000000000 --- a/cab-token-generator/src/test/resources/junit-platform.properties +++ /dev/null @@ -1,2 +0,0 @@ -junit.jupiter.execution.parallel.enabled = true -junit.jupiter.execution.parallel.mode.default = concurrent \ No newline at end of file diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 73147ad90..2b32eb850 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -130,6 +130,12 @@ + + + src/main/resources + true + + org.apache.maven.plugins diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 1330457dc..a61002ef3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -59,8 +59,7 @@ private static String getAuthLibraryVersion() { // This value should be read and cached for later use. String version = "unknown-version"; try (InputStream inputStream = - MetricsUtils.class.getResourceAsStream( - "/com/google/auth/oauth2/google-auth-library.properties")) { + MetricsUtils.class.getResourceAsStream("/com/google/auth/oauth2/google-auth-library.properties")) { if (inputStream != null) { final Properties properties = new Properties(); properties.load(inputStream); diff --git a/oauth2_http/src/test/java/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java similarity index 100% rename from oauth2_http/src/test/java/auth/TestClock.java rename to oauth2_http/src/test/java/com/google/auth/TestClock.java diff --git a/oauth2_http/src/test/java/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java similarity index 100% rename from oauth2_http/src/test/java/auth/TestUtils.java rename to oauth2_http/src/test/java/com/google/auth/TestUtils.java diff --git a/oauth2_http/src/test/java/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/http/HttpCredentialsAdapterTest.java rename to oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java diff --git a/oauth2_http/src/test/java/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/mtls/SecureConnectProviderTest.java rename to oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java diff --git a/oauth2_http/src/test/java/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/mtls/WorkloadCertificateConfigurationTest.java rename to oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java diff --git a/oauth2_http/src/test/java/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/mtls/X509ProviderTest.java rename to oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/AccessTokenTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/AppEngineCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/AwsCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/AwsRequestSignerTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/BaseSerializationTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ClientIdTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/CloudShellCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ComputeEngineCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/CredentialAccessBoundaryTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/DefaultCredentialsProviderTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/DefaultPKCEProviderTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/DownscopedCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ExecutableResponseTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ExternalAccountCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ExternalAccountSupplierContextTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/GdchCredentialsTestUtil.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java diff --git a/oauth2_http/src/test/java/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/GoogleAuthUtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/GoogleCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ITDownscopingTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ITWorkloadIdentityFederationTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/IamUtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/IdTokenCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/IdTokenTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsSourceTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/IdentityPoolCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ImpersonatedCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/JwtClaimsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/JwtCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/LoggingTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/LoggingUtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MetricsUtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockExecutor.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockExternalAccountCredentialsTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockHttpTransportFactory.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockMetadataServerTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockRequestMetadataCallback.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockStsTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockTokenCheckingTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransport.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java diff --git a/oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/MockTokenServerTransportFactory.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java diff --git a/oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/OAuth2CredentialsWithRefreshTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/OAuth2UtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/OAuthExceptionTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/PluggableAuthCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/PluggableAuthExceptionTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/PluggableAuthHandlerTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentConfigTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/SecureSessionAgentTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ServiceAccountCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsLogbackTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/Slf4jUtilsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/StsRequestHandlerTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/TestAppender.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java diff --git a/oauth2_http/src/test/java/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/TestEnvironmentProvider.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java diff --git a/oauth2_http/src/test/java/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/TestUtils.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java diff --git a/oauth2_http/src/test/java/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/TokenVerifierTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/UserAuthorizerTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/UserCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/functional/FTComputeEngineCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java diff --git a/oauth2_http/src/test/java/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/functional/FTQuotaProjectId.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java diff --git a/oauth2_http/src/test/java/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java similarity index 100% rename from oauth2_http/src/test/java/auth/oauth2/functional/FTServiceAccountCredentialsTest.java rename to oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java From 7910ff107437d9cf2f9c1cd769a520067c59cf33 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 5 Jan 2026 21:43:39 -0500 Subject: [PATCH 03/22] chore: Fix remaining headers in the repo --- LICENSE | 2 +- .../auth/appengine/AppEngineCredentials.java | 9 +++--- .../appengine/AppEngineCredentialsTest.java | 9 +++--- .../appengine/MockAppIdentityService.java | 9 +++--- ...ntSideCredentialAccessBoundaryFactory.java | 9 +++--- .../ClientSideAccessBoundaryProto.java | 29 ++++++++++++++++++ ...deCredentialAccessBoundaryFactoryTest.java | 9 +++--- ...lientSideCredentialAccessBoundaryTest.java | 9 +++--- .../com/google/auth/ApiKeyCredentials.java | 9 +++--- .../google/auth/CredentialTypeForMetrics.java | 7 ++--- .../java/com/google/auth/Credentials.java | 9 +++--- .../google/auth/RequestMetadataCallback.java | 9 +++--- .../main/java/com/google/auth/Retryable.java | 7 ++--- .../com/google/auth/ServiceAccountSigner.java | 9 +++--- .../google/auth/ApiKeyCredentialsTest.java | 9 +++--- .../com/google/auth/SigningExceptionTest.java | 9 +++--- .../google/auth/http/AuthHttpConstants.java | 9 +++--- .../auth/http/HttpCredentialsAdapter.java | 9 +++--- .../auth/http/HttpTransportFactory.java | 9 +++--- .../auth/http/InternalAuthHttpConstants.java | 9 +++--- .../auth/mtls/MtlsHttpTransportFactory.java | 9 +++--- .../com/google/auth/oauth2/AccessToken.java | 9 +++--- .../com/google/auth/oauth2/ActingParty.java | 7 ++--- .../auth/oauth2/AppEngineCredentials.java | 9 +++--- .../auth/oauth2/AwsCredentialSource.java | 7 ++--- .../google/auth/oauth2/AwsCredentials.java | 7 ++--- .../java/com/google/auth/oauth2/AwsDates.java | 7 ++--- .../auth/oauth2/AwsRequestSignature.java | 7 ++--- .../google/auth/oauth2/AwsRequestSigner.java | 7 ++--- .../auth/oauth2/AwsSecurityCredentials.java | 7 ++--- .../AwsSecurityCredentialsSupplier.java | 7 ++--- ...icateIdentityPoolSubjectTokenSupplier.java | 7 ++--- .../java/com/google/auth/oauth2/ClientId.java | 9 +++--- .../auth/oauth2/CloudShellCredentials.java | 9 +++--- .../auth/oauth2/ComputeEngineCredentials.java | 9 +++--- .../auth/oauth2/CredentialAccessBoundary.java | 7 ++--- .../oauth2/CredentialFormatException.java | 7 ++--- .../oauth2/DefaultCredentialsProvider.java | 9 +++--- .../auth/oauth2/DefaultPKCEProvider.java | 9 +++--- .../auth/oauth2/DownscopedCredentials.java | 7 ++--- .../auth/oauth2/EnvironmentProvider.java | 30 +++++++++++++++++++ .../google/auth/oauth2/ExecutableHandler.java | 7 ++--- .../auth/oauth2/ExecutableResponse.java | 7 ++--- ...ernalAccountAuthorizedUserCredentials.java | 7 ++--- .../oauth2/ExternalAccountCredentials.java | 7 ++--- .../oauth2/ExternalAccountMetricsHandler.java | 7 ++--- .../ExternalAccountSupplierContext.java | 7 ++--- .../FileIdentityPoolSubjectTokenSupplier.java | 7 ++--- .../google/auth/oauth2/GdchCredentials.java | 9 +++--- .../auth/oauth2/GoogleAuthException.java | 7 ++--- .../google/auth/oauth2/GoogleAuthUtils.java | 9 +++--- .../google/auth/oauth2/GoogleCredentials.java | 9 +++--- .../java/com/google/auth/oauth2/IamUtils.java | 9 +++--- .../java/com/google/auth/oauth2/IdToken.java | 9 +++--- .../auth/oauth2/IdTokenCredentials.java | 9 +++--- .../google/auth/oauth2/IdTokenProvider.java | 9 +++--- .../oauth2/IdentityPoolCredentialSource.java | 7 ++--- .../auth/oauth2/IdentityPoolCredentials.java | 7 ++--- .../IdentityPoolSubjectTokenSupplier.java | 7 ++--- .../auth/oauth2/ImpersonatedCredentials.java | 9 +++--- ...nternalAwsSecurityCredentialsSupplier.java | 7 ++--- .../com/google/auth/oauth2/JwtClaims.java | 9 +++--- .../google/auth/oauth2/JwtCredentials.java | 9 +++--- .../com/google/auth/oauth2/JwtProvider.java | 9 +++--- .../google/auth/oauth2/LoggerProvider.java | 7 ++--- .../com/google/auth/oauth2/LoggingUtils.java | 7 ++--- .../auth/oauth2/MemoryTokensStorage.java | 9 +++--- .../com/google/auth/oauth2/MetricsUtils.java | 7 ++--- .../google/auth/oauth2/OAuth2Credentials.java | 9 +++--- .../oauth2/OAuth2CredentialsWithRefresh.java | 7 ++--- .../com/google/auth/oauth2/OAuth2Utils.java | 9 +++--- .../google/auth/oauth2/OAuthException.java | 7 ++--- .../com/google/auth/oauth2/PKCEProvider.java | 9 +++--- .../oauth2/PluggableAuthCredentialSource.java | 7 ++--- .../auth/oauth2/PluggableAuthCredentials.java | 7 ++--- .../auth/oauth2/PluggableAuthException.java | 7 ++--- .../auth/oauth2/PluggableAuthHandler.java | 7 ++--- .../auth/oauth2/QuotaProjectIdProvider.java | 9 +++--- .../auth/oauth2/SecureSessionAgent.java | 9 +++--- .../auth/oauth2/SecureSessionAgentConfig.java | 9 +++--- .../oauth2/ServiceAccountCredentials.java | 9 +++--- .../ServiceAccountJwtAccessCredentials.java | 9 +++--- .../auth/oauth2/Slf4jLoggingHelpers.java | 7 ++--- .../com/google/auth/oauth2/Slf4jUtils.java | 7 ++--- .../google/auth/oauth2/StsRequestHandler.java | 7 ++--- .../auth/oauth2/StsTokenExchangeRequest.java | 7 ++--- .../auth/oauth2/StsTokenExchangeResponse.java | 7 ++--- .../oauth2/SystemEnvironmentProvider.java | 30 +++++++++++++++++++ .../com/google/auth/oauth2/TokenStore.java | 9 +++--- .../com/google/auth/oauth2/TokenVerifier.java | 9 +++--- .../UrlIdentityPoolSubjectTokenSupplier.java | 7 ++--- .../google/auth/oauth2/UserAuthorizer.java | 9 +++--- .../google/auth/oauth2/UserCredentials.java | 9 +++--- .../test/java/com/google/auth/TestClock.java | 9 +++--- .../test/java/com/google/auth/TestUtils.java | 9 +++--- .../auth/http/HttpCredentialsAdapterTest.java | 9 +++--- .../auth/mtls/SecureConnectProviderTest.java | 9 +++--- .../WorkloadCertificateConfigurationTest.java | 9 +++--- .../google/auth/mtls/X509ProviderTest.java | 9 +++--- .../google/auth/oauth2/AccessTokenTest.java | 9 +++--- .../auth/oauth2/AppEngineCredentialsTest.java | 9 +++--- .../auth/oauth2/AwsCredentialsTest.java | 7 ++--- .../auth/oauth2/AwsRequestSignerTest.java | 7 ++--- .../auth/oauth2/BaseSerializationTest.java | 9 +++--- ...eIdentityPoolSubjectTokenSupplierTest.java | 9 +++--- .../com/google/auth/oauth2/ClientIdTest.java | 9 +++--- .../oauth2/CloudShellCredentialsTest.java | 9 +++--- .../oauth2/ComputeEngineCredentialsTest.java | 9 +++--- .../oauth2/CredentialAccessBoundaryTest.java | 7 ++--- .../DefaultCredentialsProviderTest.java | 9 +++--- .../auth/oauth2/DefaultPKCEProviderTest.java | 9 +++--- .../oauth2/DownscopedCredentialsTest.java | 7 ++--- .../auth/oauth2/ExecutableResponseTest.java | 7 ++--- ...lAccountAuthorizedUserCredentialsTest.java | 7 ++--- .../ExternalAccountCredentialsTest.java | 7 ++--- .../ExternalAccountSupplierContextTest.java | 7 ++--- .../auth/oauth2/GdchCredentialsTest.java | 9 +++--- .../auth/oauth2/GdchCredentialsTestUtil.java | 30 +++++++++++++++++++ .../auth/oauth2/GoogleAuthUtilsTest.java | 9 +++--- .../auth/oauth2/GoogleCredentialsTest.java | 9 +++--- .../google/auth/oauth2/ITDownscopingTest.java | 7 ++--- .../ITWorkloadIdentityFederationTest.java | 7 ++--- .../com/google/auth/oauth2/IamUtilsTest.java | 9 +++--- .../auth/oauth2/IdTokenCredentialsTest.java | 9 +++--- .../com/google/auth/oauth2/IdTokenTest.java | 9 +++--- .../IdentityPoolCredentialsSourceTest.java | 7 ++--- .../oauth2/IdentityPoolCredentialsTest.java | 7 ++--- .../oauth2/ImpersonatedCredentialsTest.java | 9 +++--- ...nalAwsSecurityCredentialsSupplierTest.java | 7 ++--- .../com/google/auth/oauth2/JwtClaimsTest.java | 9 +++--- .../auth/oauth2/JwtCredentialsTest.java | 9 +++--- .../com/google/auth/oauth2/LoggingTest.java | 7 ++--- .../google/auth/oauth2/LoggingUtilsTest.java | 7 ++--- .../google/auth/oauth2/MetricsUtilsTest.java | 9 +++--- .../com/google/auth/oauth2/MockExecutor.java | 9 +++--- ...ckExternalAccountCredentialsTransport.java | 7 ++--- .../auth/oauth2/MockHttpTransportFactory.java | 30 +++++++++++++++++++ .../MockIAMCredentialsServiceTransport.java | 9 +++--- ...IAMCredentialsServiceTransportFactory.java | 9 +++--- .../oauth2/MockMetadataServerTransport.java | 9 +++--- .../oauth2/MockRequestMetadataCallback.java | 9 +++--- .../google/auth/oauth2/MockStsTransport.java | 7 ++--- .../oauth2/MockTokenCheckingTransport.java | 9 +++--- .../auth/oauth2/MockTokenServerTransport.java | 9 +++--- .../MockTokenServerTransportFactory.java | 30 +++++++++++++++++++ .../auth/oauth2/OAuth2CredentialsTest.java | 9 +++--- .../OAuth2CredentialsWithRefreshTest.java | 7 ++--- .../google/auth/oauth2/OAuth2UtilsTest.java | 7 ++--- .../auth/oauth2/OAuthExceptionTest.java | 7 ++--- .../oauth2/PluggableAuthCredentialsTest.java | 7 ++--- .../oauth2/PluggableAuthExceptionTest.java | 7 ++--- .../auth/oauth2/PluggableAuthHandlerTest.java | 7 ++--- .../oauth2/SecureSessionAgentConfigTest.java | 9 +++--- .../auth/oauth2/SecureSessionAgentTest.java | 9 +++--- .../oauth2/ServiceAccountCredentialsTest.java | 9 +++--- ...erviceAccountJwtAccessCredentialsTest.java | 9 +++--- .../auth/oauth2/Slf4jUtilsLogbackTest.java | 7 ++--- .../google/auth/oauth2/Slf4jUtilsTest.java | 7 ++--- .../auth/oauth2/StsRequestHandlerTest.java | 7 ++--- .../com/google/auth/oauth2/TestAppender.java | 7 ++--- .../auth/oauth2/TestEnvironmentProvider.java | 30 +++++++++++++++++++ .../com/google/auth/oauth2/TestUtils.java | 9 +++--- .../google/auth/oauth2/TokenVerifierTest.java | 9 +++--- .../auth/oauth2/UserAuthorizerTest.java | 9 +++--- .../auth/oauth2/UserCredentialsTest.java | 9 +++--- .../FTComputeEngineCredentialsTest.java | 7 ++--- .../oauth2/functional/FTQuotaProjectId.java | 7 ++--- .../FTServiceAccountCredentialsTest.java | 7 ++--- scripts/update_javadoc.sh | 4 +-- 169 files changed, 781 insertions(+), 732 deletions(-) diff --git a/LICENSE b/LICENSE index 2acb3d750..0c08092ae 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index 16d046907..95b4bce03 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 05f81d578..9229d205e 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index c0befa4c7..893d472f7 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 5b40442b5..a340ca50b 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index 307f8bde9..aa1f27902 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -1,3 +1,32 @@ +/* + * Copyright 2025 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: client_side_access_boundary.proto diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index e5d72bc5d..1caccc535 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index cab0183f1..39e751e04 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index 8c454d0a9..312f77897 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index 50c90365c..da76eb1c0 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index b1579db61..d4ece3776 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 68a20c4ac..d016367bc 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index a25410ebf..7380cce61 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 840d447a5..41308eb0c 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 1de45daa9..c10cfa432 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 14293b082..3167ddb8a 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index 16da64bdc..8e8ca2dcd 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 90a6c86f1..05bdc6cd1 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index ae1e7e20a..683449a98 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index 192dadad5..f3aa6a6d0 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index fe4c14209..e115dd9cf 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google Inc. All rights reserved. + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index 40032ca47..a31282b9a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index ad1d452fc..8e517df75 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 2ab1db857..c4133524a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index a48b7d51d..20685122f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index 308576531..a23ffdfe5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index abf81add9..c7a68c890 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 99ec90cf4..a1bac8b86 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index 275c15105..b18b0529a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index 7101dda3e..ee562fc3e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index f7f219923..5dc93fd24 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 49a8ec18d..80bd70511 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 4f1de34c3..f8ea003c7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 7b1be7d91..4cf7b9287 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index d36b5c3df..7e17aca52 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index 39b528ab1..65dff1705 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 4186bc029..728b65d01 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index acbfe28af..ee3c150fa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index 33e3a3fc7..1ba786fd1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index cafe8d5c8..c1495f584 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index 5c77ecc65..bcd8f65b4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -1,3 +1,33 @@ +/* + * Copyright 2021 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; /** Interface for an environment provider. */ diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index a052f2a5b..a086320e9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 278b71047..dce8a8c4e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index eb2d64e09..444b53be6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 7f9f0c207..3b8b57847 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 18fc124b8..038d5d194 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 612c735e2..356a892be 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index a939507d4..b427fd3c6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index c5e8bd576..b996cad25 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index a8b843877..8f05fc4d8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index d82548a08..a35bc8143 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 7395274c4..1a96849b8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index cd99a8903..36ec70d80 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index ccd670bba..499adcd5d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 42bdbaa6e..2c693053b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 4d9b09e18..daf5405df 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 4ab63b8ed..bfe3ff656 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index ee5df1466..7398af5cf 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 01477f8bb..d0270c9b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 5b3df6fec..46f7fd727 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2018, Google Inc. All rights reserved. + * Copyright 2018 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index b4140fe8e..cf74c5cb7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 5e36ebde1..a861efcfe 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 0bf9c537e..83894685c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index 0e25d20e6..417670f8a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index c093901db..3dbc6b631 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 346846943..300708b18 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index 4edebca0c..f3885853f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -1,18 +1,17 @@ /* - * Copyright 2017, Google Inc. All rights reserved. + * Copyright 2017 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index a61002ef3..d610d701c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index dfeb5966a..c5618dda6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index 954378f7b..4752c9489 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 21278e8b6..b569e4338 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 011456e24..d052560d5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 0a0b2f8dd..22ffb4088 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 44406e7f9..530062c9c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 19802bbf6..a302ac8da 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index 00e280983..2281db379 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 6d62d6911..ecff5eae8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index fac3b97b6..12e1e1e6d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index d879fa7fa..a96520048 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 1a8c36399..42ede5a99 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 15700dd7f..b2082f9dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index b1769eb8e..67f44a12e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 1939e8867..6caf07f1e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 887221d61..593a8ac78 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index b2e635524..8334c37e1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index f0ce390ed..d896f2ece 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 62275778a..9f38ee362 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index a29707721..0abdd58d3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -1,3 +1,33 @@ +/* + * Copyright 2021 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; import java.io.Serializable; diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index 1d1e917a6..d5239955d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 4617a5de9..b85427311 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -1,18 +1,17 @@ /* - * Copyright 2020, Google LLC + * Copyright 2020 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 3df49ee49..1ceb3bfbd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index 8d19d79fb..b8bf1359b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index fa4399765..01501c6c5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index fa3dd027f..ff4a07ea0 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d794ba184..af9ff8990 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 10d2141fd..65d813f3e 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 7e962014a..1eee4b890 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google Inc. All rights reserved. + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index bd17436c1..18c05dee1 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google Inc. All rights reserved. + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 7f3927654..b485a10ec 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google Inc. All rights reserved. + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d93e2c98f..544d1385c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 43139e2be..ae8a218f9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index 4764d27ec..3ce3edb80 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index a1125edef..0ef98eacc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index f9fbac134..94d7a8d7a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 9ff8f7f5f..3cc47f380 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index c002cf7e4..e075e8758 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 2f0dde620..bf42a32b7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index c41f7a770..ee1e4f33d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 0dee7011e..3a577ecd9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 1852629ee..3a723023c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index 114e27298..403b3f2b4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 31c4e776e..bf7b217ef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index da7ea8cc6..e238df8ab 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 4913e5aec..9bc339b29 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index d45979cfb..1f739028f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index 0774c6e7d..ab2a80d74 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index b55514916..ecd3dd7b4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index 76385a5e8..5594be831 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -1,3 +1,33 @@ +/* + * Copyright 2023 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; import com.google.api.client.testing.http.FixedClock; diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 7c883df0f..19aa14106 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 503c87d54..3e5c35999 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 2a04d7710..12490d0c0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index d1574a06a..3da55709c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index c9413c6cb..1bef0472e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index e3dcec4b5..020ec15a7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 52fa2c008..ef88fda35 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index aecd82f94..6cb644cf6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 6997c79b0..6f8d1a1ca 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d85f2db80..ecdfebaa1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 28b98cdb8..88fba1902 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 8c81a7707..30d74bc00 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 95a4e3f4d..15d3826d5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2019, Google LLC + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8be16a89a..c4313c631 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index c746a19de..2009a9a04 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index 2a602b153..f2c57f788 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2023, Google LLC + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index ce36548e2..89d014806 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index fc9f8ba3e..6a70af094 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 00976e00f..eb8494511 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -1,3 +1,33 @@ +/* + * Copyright 2023 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; import com.google.api.client.http.HttpTransport; diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index cbd57d115..240d18245 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -1,18 +1,17 @@ /* - * Copyright 2018, Google Inc. All rights reserved. + * Copyright 2018 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index a1df56b4b..e8c6f0ac4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 725a124fc..6bfcafb28 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 0d98a9a8e..1a3935b9d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -1,18 +1,17 @@ /* - * Copyright 2016, Google Inc. All rights reserved. + * Copyright 2016 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index cdb0a068e..d9a171d35 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index 3ef4df2fe..496e6a322 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index a61c185b5..19ed3bba9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index a1d5831ad..fd55c8488 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -1,3 +1,33 @@ +/* + * Copyright 2023 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; import com.google.api.client.http.HttpTransport; diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index a54765abc..d5a4b43c3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 2c285c549..62ea536f7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index f540ac41d..79e130237 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index e70ba6851..8809692ad 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 9832c7821..27292f067 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index f924d4137..ba7fdf93e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index c31266d27..afd44f2ce 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index b9249517c..64f4a1f9a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 8f66a90b8..df7339d11 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 2c516a9b2..6b4f4555e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 8d6966631..5023d137e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index fd8ad94af..153a0596b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index c3ee5b872..94c0dd088 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 6607403a4..5e3e895f0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index aef72daa7..7ce0fb974 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 9e6de1108..91cc3c2e1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -1,3 +1,33 @@ +/* + * Copyright 2021 Google LLC + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following disclaimer + * in the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Google LLC nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + package com.google.auth.oauth2; import java.util.HashMap; diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 4efc138bb..9a3e5a04d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -1,18 +1,17 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 6872214f0..f77424c2b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2020, Google LLC + * Copyright 2020 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 050a9d199..7ed6cf53a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index e5a6c658a..14ab577dc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -1,18 +1,17 @@ /* - * Copyright 2015, Google Inc. All rights reserved. + * Copyright 2015 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 1a27d3cdc..3fc02baa2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 034507e07..3b154f1cd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index ca0ec4fc1..fbc865326 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -5,14 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/scripts/update_javadoc.sh b/scripts/update_javadoc.sh index e5d73c218..5e3487324 100755 --- a/scripts/update_javadoc.sh +++ b/scripts/update_javadoc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017, Google Inc. All rights reserved. +# Copyright 2017 Google LLC # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -13,7 +13,7 @@ # in the documentation and/or other materials provided with the # distribution. # -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # From ff5cb87c7637c59f7dcc473775ff72dc81dee496 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:22:37 -0500 Subject: [PATCH 04/22] chore: Reset license --- LICENSE | 2 +- .../google/auth/appengine/AppEngineCredentials.java | 6 +++--- .../auth/appengine/AppEngineCredentialsTest.java | 6 +++--- .../auth/appengine/MockAppIdentityService.java | 6 +++--- .../ClientSideCredentialAccessBoundaryFactory.java | 6 +++--- .../protobuf/ClientSideAccessBoundaryProto.java | 6 +++--- ...ientSideCredentialAccessBoundaryFactoryTest.java | 6 +++--- .../ITClientSideCredentialAccessBoundaryTest.java | 6 +++--- .../java/com/google/auth/ApiKeyCredentials.java | 6 +++--- .../com/google/auth/CredentialTypeForMetrics.java | 6 +++--- .../src/main/java/com/google/auth/Credentials.java | 6 +++--- .../com/google/auth/RequestMetadataCallback.java | 6 +++--- .../src/main/java/com/google/auth/Retryable.java | 6 +++--- .../java/com/google/auth/ServiceAccountSigner.java | 6 +++--- .../java/com/google/auth/ApiKeyCredentialsTest.java | 6 +++--- .../java/com/google/auth/SigningExceptionTest.java | 6 +++--- java.header | 13 +++++++------ .../com/google/auth/http/AuthHttpConstants.java | 6 +++--- .../google/auth/http/HttpCredentialsAdapter.java | 6 +++--- .../com/google/auth/http/HttpTransportFactory.java | 6 +++--- .../google/auth/http/InternalAuthHttpConstants.java | 6 +++--- .../mtls/CertificateSourceUnavailableException.java | 6 +++--- .../google/auth/mtls/ContextAwareMetadataJson.java | 6 +++--- .../auth/mtls/DefaultMtlsProviderFactory.java | 6 +++--- .../google/auth/mtls/MtlsHttpTransportFactory.java | 6 +++--- .../java/com/google/auth/mtls/MtlsProvider.java | 6 +++--- .../com/google/auth/mtls/SecureConnectProvider.java | 6 +++--- .../auth/mtls/WorkloadCertificateConfiguration.java | 6 +++--- .../java/com/google/auth/mtls/X509Provider.java | 6 +++--- .../java/com/google/auth/oauth2/AccessToken.java | 6 +++--- .../java/com/google/auth/oauth2/ActingParty.java | 6 +++--- .../google/auth/oauth2/AppEngineCredentials.java | 6 +++--- .../com/google/auth/oauth2/AwsCredentialSource.java | 6 +++--- .../java/com/google/auth/oauth2/AwsCredentials.java | 6 +++--- .../main/java/com/google/auth/oauth2/AwsDates.java | 6 +++--- .../com/google/auth/oauth2/AwsRequestSignature.java | 6 +++--- .../com/google/auth/oauth2/AwsRequestSigner.java | 6 +++--- .../google/auth/oauth2/AwsSecurityCredentials.java | 6 +++--- .../auth/oauth2/AwsSecurityCredentialsSupplier.java | 6 +++--- ...CertificateIdentityPoolSubjectTokenSupplier.java | 6 +++--- .../main/java/com/google/auth/oauth2/ClientId.java | 6 +++--- .../google/auth/oauth2/CloudShellCredentials.java | 6 +++--- .../auth/oauth2/ComputeEngineCredentials.java | 6 +++--- .../auth/oauth2/CredentialAccessBoundary.java | 6 +++--- .../auth/oauth2/CredentialFormatException.java | 6 +++--- .../auth/oauth2/DefaultCredentialsProvider.java | 6 +++--- .../com/google/auth/oauth2/DefaultPKCEProvider.java | 6 +++--- .../google/auth/oauth2/DownscopedCredentials.java | 6 +++--- .../com/google/auth/oauth2/EnvironmentProvider.java | 6 +++--- .../com/google/auth/oauth2/ExecutableHandler.java | 6 +++--- .../com/google/auth/oauth2/ExecutableResponse.java | 6 +++--- .../ExternalAccountAuthorizedUserCredentials.java | 6 +++--- .../auth/oauth2/ExternalAccountCredentials.java | 6 +++--- .../auth/oauth2/ExternalAccountMetricsHandler.java | 6 +++--- .../auth/oauth2/ExternalAccountSupplierContext.java | 6 +++--- .../FileIdentityPoolSubjectTokenSupplier.java | 6 +++--- .../com/google/auth/oauth2/GdchCredentials.java | 6 +++--- .../com/google/auth/oauth2/GoogleAuthException.java | 6 +++--- .../com/google/auth/oauth2/GoogleAuthUtils.java | 6 +++--- .../com/google/auth/oauth2/GoogleCredentials.java | 6 +++--- .../main/java/com/google/auth/oauth2/IamUtils.java | 6 +++--- .../main/java/com/google/auth/oauth2/IdToken.java | 6 +++--- .../com/google/auth/oauth2/IdTokenCredentials.java | 6 +++--- .../com/google/auth/oauth2/IdTokenProvider.java | 6 +++--- .../auth/oauth2/IdentityPoolCredentialSource.java | 6 +++--- .../google/auth/oauth2/IdentityPoolCredentials.java | 6 +++--- .../oauth2/IdentityPoolSubjectTokenSupplier.java | 6 +++--- .../google/auth/oauth2/ImpersonatedCredentials.java | 6 +++--- .../InternalAwsSecurityCredentialsSupplier.java | 6 +++--- .../main/java/com/google/auth/oauth2/JwtClaims.java | 6 +++--- .../java/com/google/auth/oauth2/JwtCredentials.java | 6 +++--- .../java/com/google/auth/oauth2/JwtProvider.java | 6 +++--- .../java/com/google/auth/oauth2/LoggerProvider.java | 6 +++--- .../java/com/google/auth/oauth2/LoggingUtils.java | 6 +++--- .../com/google/auth/oauth2/MemoryTokensStorage.java | 6 +++--- .../java/com/google/auth/oauth2/MetricsUtils.java | 6 +++--- .../com/google/auth/oauth2/OAuth2Credentials.java | 6 +++--- .../auth/oauth2/OAuth2CredentialsWithRefresh.java | 6 +++--- .../java/com/google/auth/oauth2/OAuth2Utils.java | 6 +++--- .../java/com/google/auth/oauth2/OAuthException.java | 6 +++--- .../java/com/google/auth/oauth2/PKCEProvider.java | 6 +++--- .../auth/oauth2/PluggableAuthCredentialSource.java | 6 +++--- .../auth/oauth2/PluggableAuthCredentials.java | 6 +++--- .../google/auth/oauth2/PluggableAuthException.java | 6 +++--- .../google/auth/oauth2/PluggableAuthHandler.java | 6 +++--- .../google/auth/oauth2/QuotaProjectIdProvider.java | 6 +++--- .../com/google/auth/oauth2/SecureSessionAgent.java | 6 +++--- .../auth/oauth2/SecureSessionAgentConfig.java | 6 +++--- .../auth/oauth2/ServiceAccountCredentials.java | 6 +++--- .../oauth2/ServiceAccountJwtAccessCredentials.java | 6 +++--- .../com/google/auth/oauth2/Slf4jLoggingHelpers.java | 6 +++--- .../java/com/google/auth/oauth2/Slf4jUtils.java | 6 +++--- .../com/google/auth/oauth2/StsRequestHandler.java | 6 +++--- .../google/auth/oauth2/StsTokenExchangeRequest.java | 6 +++--- .../auth/oauth2/StsTokenExchangeResponse.java | 6 +++--- .../auth/oauth2/SystemEnvironmentProvider.java | 6 +++--- .../java/com/google/auth/oauth2/TokenStore.java | 6 +++--- .../java/com/google/auth/oauth2/TokenVerifier.java | 6 +++--- .../oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 6 +++--- .../java/com/google/auth/oauth2/UserAuthorizer.java | 6 +++--- .../com/google/auth/oauth2/UserCredentials.java | 6 +++--- .../src/test/java/com/google/auth/TestClock.java | 6 +++--- .../src/test/java/com/google/auth/TestUtils.java | 6 +++--- .../auth/http/HttpCredentialsAdapterTest.java | 6 +++--- .../google/auth/mtls/SecureConnectProviderTest.java | 6 +++--- .../mtls/WorkloadCertificateConfigurationTest.java | 6 +++--- .../java/com/google/auth/mtls/X509ProviderTest.java | 6 +++--- .../com/google/auth/oauth2/AccessTokenTest.java | 6 +++--- .../auth/oauth2/AppEngineCredentialsTest.java | 6 +++--- .../com/google/auth/oauth2/AwsCredentialsTest.java | 6 +++--- .../google/auth/oauth2/AwsRequestSignerTest.java | 6 +++--- .../google/auth/oauth2/BaseSerializationTest.java | 6 +++--- ...ificateIdentityPoolSubjectTokenSupplierTest.java | 6 +++--- .../java/com/google/auth/oauth2/ClientIdTest.java | 6 +++--- .../auth/oauth2/CloudShellCredentialsTest.java | 6 +++--- .../auth/oauth2/ComputeEngineCredentialsTest.java | 6 +++--- .../auth/oauth2/CredentialAccessBoundaryTest.java | 6 +++--- .../auth/oauth2/DefaultCredentialsProviderTest.java | 6 +++--- .../google/auth/oauth2/DefaultPKCEProviderTest.java | 6 +++--- .../auth/oauth2/DownscopedCredentialsTest.java | 6 +++--- .../google/auth/oauth2/ExecutableResponseTest.java | 6 +++--- ...xternalAccountAuthorizedUserCredentialsTest.java | 6 +++--- .../auth/oauth2/ExternalAccountCredentialsTest.java | 6 +++--- .../oauth2/ExternalAccountSupplierContextTest.java | 6 +++--- .../com/google/auth/oauth2/GdchCredentialsTest.java | 6 +++--- .../google/auth/oauth2/GdchCredentialsTestUtil.java | 6 +++--- .../com/google/auth/oauth2/GoogleAuthUtilsTest.java | 6 +++--- .../google/auth/oauth2/GoogleCredentialsTest.java | 6 +++--- .../com/google/auth/oauth2/ITDownscopingTest.java | 6 +++--- .../oauth2/ITWorkloadIdentityFederationTest.java | 6 +++--- .../java/com/google/auth/oauth2/IamUtilsTest.java | 6 +++--- .../google/auth/oauth2/IdTokenCredentialsTest.java | 6 +++--- .../java/com/google/auth/oauth2/IdTokenTest.java | 6 +++--- .../oauth2/IdentityPoolCredentialsSourceTest.java | 6 +++--- .../auth/oauth2/IdentityPoolCredentialsTest.java | 6 +++--- .../auth/oauth2/ImpersonatedCredentialsTest.java | 6 +++--- .../InternalAwsSecurityCredentialsSupplierTest.java | 6 +++--- .../java/com/google/auth/oauth2/JwtClaimsTest.java | 6 +++--- .../com/google/auth/oauth2/JwtCredentialsTest.java | 6 +++--- .../java/com/google/auth/oauth2/LoggingTest.java | 6 +++--- .../com/google/auth/oauth2/LoggingUtilsTest.java | 6 +++--- .../com/google/auth/oauth2/MetricsUtilsTest.java | 6 +++--- .../java/com/google/auth/oauth2/MockExecutor.java | 6 +++--- .../MockExternalAccountCredentialsTransport.java | 6 +++--- .../auth/oauth2/MockHttpTransportFactory.java | 6 +++--- .../oauth2/MockIAMCredentialsServiceTransport.java | 6 +++--- .../MockIAMCredentialsServiceTransportFactory.java | 6 +++--- .../auth/oauth2/MockMetadataServerTransport.java | 6 +++--- .../auth/oauth2/MockRequestMetadataCallback.java | 6 +++--- .../com/google/auth/oauth2/MockStsTransport.java | 6 +++--- .../auth/oauth2/MockTokenCheckingTransport.java | 6 +++--- .../auth/oauth2/MockTokenServerTransport.java | 6 +++--- .../oauth2/MockTokenServerTransportFactory.java | 6 +++--- .../google/auth/oauth2/OAuth2CredentialsTest.java | 6 +++--- .../oauth2/OAuth2CredentialsWithRefreshTest.java | 6 +++--- .../com/google/auth/oauth2/OAuth2UtilsTest.java | 6 +++--- .../com/google/auth/oauth2/OAuthExceptionTest.java | 6 +++--- .../auth/oauth2/PluggableAuthCredentialsTest.java | 6 +++--- .../auth/oauth2/PluggableAuthExceptionTest.java | 6 +++--- .../auth/oauth2/PluggableAuthHandlerTest.java | 6 +++--- .../auth/oauth2/SecureSessionAgentConfigTest.java | 6 +++--- .../google/auth/oauth2/SecureSessionAgentTest.java | 6 +++--- .../auth/oauth2/ServiceAccountCredentialsTest.java | 6 +++--- .../ServiceAccountJwtAccessCredentialsTest.java | 6 +++--- .../google/auth/oauth2/Slf4jUtilsLogbackTest.java | 6 +++--- .../java/com/google/auth/oauth2/Slf4jUtilsTest.java | 6 +++--- .../google/auth/oauth2/StsRequestHandlerTest.java | 6 +++--- .../java/com/google/auth/oauth2/TestAppender.java | 6 +++--- .../google/auth/oauth2/TestEnvironmentProvider.java | 6 +++--- .../test/java/com/google/auth/oauth2/TestUtils.java | 6 +++--- .../com/google/auth/oauth2/TokenVerifierTest.java | 6 +++--- .../com/google/auth/oauth2/UserAuthorizerTest.java | 6 +++--- .../com/google/auth/oauth2/UserCredentialsTest.java | 6 +++--- .../functional/FTComputeEngineCredentialsTest.java | 6 +++--- .../auth/oauth2/functional/FTQuotaProjectId.java | 6 +++--- .../functional/FTServiceAccountCredentialsTest.java | 6 +++--- 176 files changed, 530 insertions(+), 529 deletions(-) diff --git a/LICENSE b/LICENSE index 0c08092ae..2acb3d750 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google LLC nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index 95b4bce03..4eda428d3 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 9229d205e..03b5a11e3 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index 893d472f7..d990b9b1b 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index a340ca50b..2d39efb94 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index aa1f27902..451547634 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 1caccc535..7ed652cdf 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 39e751e04..e5c2c91eb 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index 312f77897..d49a777e5 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index da76eb1c0..e303e3955 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index d4ece3776..b1c835048 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index d016367bc..07c970781 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 7380cce61..0706084e7 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 41308eb0c..4aef71101 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index c10cfa432..07fa064c2 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 3167ddb8a..ff2ff9bef 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/java.header b/java.header index 0ae9545db..bdd47fa8a 100644 --- a/java.header +++ b/java.header @@ -1,29 +1,30 @@ ^/\*$ -^ \* Copyright 20\d\d Google LLC$ +^ \* Copyright \d\d\d\d,? Google (Inc\. All rights reserved\.|LLC)$ ^ \*$ ^ \* Redistribution and use in source and binary forms, with or without$ ^ \* modification, are permitted provided that the following conditions are$ ^ \* met:$ ^ \*$ ^ \* \* Redistributions of source code must retain the above copyright$ -^ \* notice, this list of conditions and the following disclaimer.$ +^ \* notice, this list of conditions and the following disclaimer\.$ ^ \* \* Redistributions in binary form must reproduce the above$ ^ \* copyright notice, this list of conditions and the following disclaimer$ ^ \* in the documentation and/or other materials provided with the$ -^ \* distribution.$ +^ \* distribution\.$ +^ \*$ ^ \* \* Neither the name of Google LLC nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ -^ \* this software without specific prior written permission.$ +^ \* this software without specific prior written permission\.$ ^ \*$ ^ \* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS$ ^ \* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT$ ^ \* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR$ -^ \* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT$ +^ \* A PARTICULAR PURPOSE ARE DISCLAIMED\. IN NO EVENT SHALL THE COPYRIGHT$ ^ \* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,$ ^ \* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES \(INCLUDING, BUT NOT$ ^ \* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,$ ^ \* DATA, OR PROFITS; OR BUSINESS INTERRUPTION\) HOWEVER CAUSED AND ON ANY$ ^ \* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT$ ^ \* \(INCLUDING NEGLIGENCE OR OTHERWISE\) ARISING IN ANY WAY OUT OF THE USE$ -^ \* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.$ +^ \* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE\.$ ^ \*/$ \ No newline at end of file diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index 8e8ca2dcd..3d49fdfda 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 05bdc6cd1..80545f527 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index 683449a98..fbd49dc66 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index f3aa6a6d0..965097244 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 22a96ed22..69538fbcb 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index 11583c4d0..61828ef16 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index b57accd4c..8b7472809 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index e115dd9cf..c414c566b 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index edc412552..e32287296 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index 9d30d6800..0f8e5a468 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index db439eea5..3ea4c39b3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index 7ff490f0f..f7f521743 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index a31282b9a..775f777d6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index 8e517df75..06cfe09f5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index c4133524a..d583fb266 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index 20685122f..491287b16 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index a23ffdfe5..d6664929a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index c7a68c890..16ae1f02c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index a1bac8b86..392e9dd9a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index b18b0529a..e2d361bb0 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index ee562fc3e..96cc5f0b1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index 5dc93fd24..b87366cc8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 80bd70511..9a4e2b6dd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index f8ea003c7..745fa8cef 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 4cf7b9287..9fea7e12c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 7e17aca52..92664464a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index 65dff1705..a8d47c3b8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 728b65d01..65a102148 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index ee3c150fa..5655fc4aa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index 1ba786fd1..470681d70 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index c1495f584..de4d5e225 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index bcd8f65b4..9f1559358 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index a086320e9..1a376ac58 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index dce8a8c4e..3846d8b36 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index 444b53be6..5b3df0a37 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 3b8b57847..015e8448c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 038d5d194..51b1d4e68 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 356a892be..2c29b1093 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index b427fd3c6..def02f153 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index b996cad25..db865ddb1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index 8f05fc4d8..5363c48c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index a35bc8143..ad7fefe86 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 1a96849b8..bfdb6aa4a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 36ec70d80..1d26f0935 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 499adcd5d..edec5ef6e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 2c693053b..729484169 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index daf5405df..5b7069bc6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index bfe3ff656..09c29c6f2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index 7398af5cf..d30580b6a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index d0270c9b6..8a6a9154e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 46f7fd727..086f789aa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index cf74c5cb7..59fcff8e8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index a861efcfe..01a167f9f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 83894685c..31d1fbe3d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index 417670f8a..e54c82eb1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index 3dbc6b631..67df7c896 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 300708b18..5d5292d06 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index f3885853f..adcd68311 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index d610d701c..d2d9829f6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index c5618dda6..18667104f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index 4752c9489..b6b22ac78 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index b569e4338..271c43e0a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index d052560d5..b49e09e8c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 22ffb4088..1467b492d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 530062c9c..4f2a3f275 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index a302ac8da..8320f9e9c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index 2281db379..abd9d7188 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index ecff5eae8..7b4567d78 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index 12e1e1e6d..5c0e11d13 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index a96520048..3e7a698b7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 42ede5a99..9a6fdd940 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index b2082f9dc..fa363227f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index 67f44a12e..1a74c782f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 6caf07f1e..cf6b8c7af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 593a8ac78..a47a2d36e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index 8334c37e1..f15152c64 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index d896f2ece..a0b530af3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 9f38ee362..013c986e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 0abdd58d3..02af9846f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index d5239955d..45eefdbaf 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index b85427311..962bcdbd5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 1ceb3bfbd..bc874e707 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index b8bf1359b..04e6c5148 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index 01501c6c5..cb2bd7b52 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index ff4a07ea0..5b7a44361 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index af9ff8990..0ddaae661 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 65d813f3e..ab2163f24 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 1eee4b890..e76a1ea44 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 18c05dee1..501634414 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index b485a10ec..2dec88172 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index 544d1385c..328b1d43c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index ae8a218f9..a16de4e99 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index 3ce3edb80..f9ec3d7b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index 0ef98eacc..db17a7e1a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index 94d7a8d7a..88110d8fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 3cc47f380..68e7fa2b7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index e075e8758..b2627507c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index bf42a32b7..2d0ce8e3c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index ee1e4f33d..70505cb80 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 3a577ecd9..eab90ecb0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 3a723023c..428cd009e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index 403b3f2b4..0c8686433 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index bf7b217ef..e3d565bd6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index e238df8ab..69961a332 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 9bc339b29..70c259e9e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index 1f739028f..3cc012562 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index ab2a80d74..8f61bfb46 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index ecd3dd7b4..95017e818 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index 5594be831..d70173649 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 19aa14106..19a148851 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 3e5c35999..2b8c3e546 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 12490d0c0..a51446bef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index 3da55709c..ab74483e3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index 1bef0472e..b1b6fe72a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 020ec15a7..932698b43 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index ef88fda35..d79e6624e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index 6cb644cf6..988470aa3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 6f8d1a1ca..36cab0860 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index ecdfebaa1..bf577d2a2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 88fba1902..6445be23c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 30d74bc00..1c69bd858 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 15d3826d5..da4ed6f68 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index c4313c631..48ceed83a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index 2009a9a04..264dbe0d3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index f2c57f788..e9dd654e7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index 89d014806..d7ac8e803 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index 6a70af094..1e0db1433 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index eb8494511..4c7b7f7e9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index 240d18245..10a34d6c2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index e8c6f0ac4..3e18d15dd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 6bfcafb28..e0e967b4b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 1a3935b9d..b58dd1c1d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index d9a171d35..92674b959 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index 496e6a322..92883482d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index 19ed3bba9..8d6a3642f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index fd55c8488..40990b430 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index d5a4b43c3..186983b4d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 62ea536f7..805c9fa22 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index 79e130237..a06a538a7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index 8809692ad..73c58e785 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 27292f067..5993c2039 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index ba7fdf93e..96334afeb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index afd44f2ce..a52a37738 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index 64f4a1f9a..bed280677 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index df7339d11..8fbe238f7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 6b4f4555e..1f0c110e5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 5023d137e..90b0658f7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index 153a0596b..cd8513ed7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index 94c0dd088..505f52982 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 5e3e895f0..650670a9d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index 7ce0fb974..badee1b16 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 91cc3c2e1..465b656f3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 9a3e5a04d..dccdb7fa5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index f77424c2b..d54c5c2d6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 7ed6cf53a..4588944df 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index 14ab577dc..674893894 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 3fc02baa2..800629bc4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 3b154f1cd..16662d5dc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index fbc865326..4a8a83e98 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -5,13 +5,13 @@ * modification, are permitted provided that the following conditions are * met: * - * * Redistributions of source code must retain the above copyright + * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above + * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From 8429b20474e66533444d90d947ddbfe3e692f805 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:29:12 -0500 Subject: [PATCH 05/22] chore: Reset license --- .github/auto-label.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .kokoro/build.bat | 2 +- .kokoro/build.sh | 2 +- .kokoro/coerce_logs.sh | 2 +- .kokoro/common.sh | 2 +- .kokoro/continuous/propose_release.sh | 2 +- .kokoro/dependencies.sh | 2 +- .kokoro/downstream-client-library-check.sh | 2 +- .kokoro/populate-secrets.sh | 2 +- .kokoro/readme.sh | 2 +- .kokoro/trampoline.sh | 2 +- .../com/google/auth/appengine/AppEngineCredentials.java | 3 ++- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 3 ++- .../com/google/auth/appengine/MockAppIdentityService.java | 3 ++- .../ClientSideCredentialAccessBoundaryFactory.java | 3 ++- .../protobuf/ClientSideAccessBoundaryProto.java | 3 ++- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 3 ++- .../ITClientSideCredentialAccessBoundaryTest.java | 3 ++- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 3 ++- .../main/java/com/google/auth/CredentialTypeForMetrics.java | 3 ++- credentials/src/main/java/com/google/auth/Credentials.java | 3 ++- .../main/java/com/google/auth/RequestMetadataCallback.java | 3 ++- credentials/src/main/java/com/google/auth/Retryable.java | 3 ++- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 3 ++- .../test/java/com/google/auth/ApiKeyCredentialsTest.java | 3 ++- .../src/test/java/com/google/auth/SigningExceptionTest.java | 3 ++- .../main/java/com/google/auth/http/AuthHttpConstants.java | 3 ++- .../java/com/google/auth/http/HttpCredentialsAdapter.java | 3 ++- .../java/com/google/auth/http/HttpTransportFactory.java | 3 ++- .../com/google/auth/http/InternalAuthHttpConstants.java | 3 ++- .../auth/mtls/CertificateSourceUnavailableException.java | 3 ++- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 3 ++- .../com/google/auth/mtls/DefaultMtlsProviderFactory.java | 3 ++- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 3 ++- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 3 ++- .../java/com/google/auth/mtls/SecureConnectProvider.java | 3 ++- .../google/auth/mtls/WorkloadCertificateConfiguration.java | 3 ++- .../src/main/java/com/google/auth/mtls/X509Provider.java | 3 ++- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 3 ++- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 3 ++- .../java/com/google/auth/oauth2/AppEngineCredentials.java | 3 ++- .../java/com/google/auth/oauth2/AwsCredentialSource.java | 3 ++- .../main/java/com/google/auth/oauth2/AwsCredentials.java | 3 ++- .../src/main/java/com/google/auth/oauth2/AwsDates.java | 3 ++- .../java/com/google/auth/oauth2/AwsRequestSignature.java | 3 ++- .../main/java/com/google/auth/oauth2/AwsRequestSigner.java | 3 ++- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 3 ++- .../google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 3 ++- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 3 ++- .../src/main/java/com/google/auth/oauth2/ClientId.java | 3 ++- .../java/com/google/auth/oauth2/CloudShellCredentials.java | 3 ++- .../com/google/auth/oauth2/ComputeEngineCredentials.java | 3 ++- .../com/google/auth/oauth2/CredentialAccessBoundary.java | 3 ++- .../com/google/auth/oauth2/CredentialFormatException.java | 3 ++- .../com/google/auth/oauth2/DefaultCredentialsProvider.java | 3 ++- .../java/com/google/auth/oauth2/DefaultPKCEProvider.java | 3 ++- .../java/com/google/auth/oauth2/DownscopedCredentials.java | 3 ++- .../java/com/google/auth/oauth2/EnvironmentProvider.java | 3 ++- .../main/java/com/google/auth/oauth2/ExecutableHandler.java | 3 ++- .../java/com/google/auth/oauth2/ExecutableResponse.java | 3 ++- .../oauth2/ExternalAccountAuthorizedUserCredentials.java | 3 ++- .../com/google/auth/oauth2/ExternalAccountCredentials.java | 3 ++- .../google/auth/oauth2/ExternalAccountMetricsHandler.java | 3 ++- .../google/auth/oauth2/ExternalAccountSupplierContext.java | 3 ++- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 3 ++- .../main/java/com/google/auth/oauth2/GdchCredentials.java | 3 ++- .../java/com/google/auth/oauth2/GoogleAuthException.java | 3 ++- .../main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 3 ++- .../main/java/com/google/auth/oauth2/GoogleCredentials.java | 3 ++- .../src/main/java/com/google/auth/oauth2/IamUtils.java | 3 ++- .../src/main/java/com/google/auth/oauth2/IdToken.java | 3 ++- .../java/com/google/auth/oauth2/IdTokenCredentials.java | 3 ++- .../main/java/com/google/auth/oauth2/IdTokenProvider.java | 3 ++- .../google/auth/oauth2/IdentityPoolCredentialSource.java | 3 ++- .../com/google/auth/oauth2/IdentityPoolCredentials.java | 3 ++- .../auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 3 ++- .../com/google/auth/oauth2/ImpersonatedCredentials.java | 3 ++- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 3 ++- .../src/main/java/com/google/auth/oauth2/JwtClaims.java | 3 ++- .../main/java/com/google/auth/oauth2/JwtCredentials.java | 3 ++- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 3 ++- .../main/java/com/google/auth/oauth2/LoggerProvider.java | 3 ++- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 3 ++- .../java/com/google/auth/oauth2/MemoryTokensStorage.java | 3 ++- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 6 ++++-- .../main/java/com/google/auth/oauth2/OAuth2Credentials.java | 3 ++- .../google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 3 ++- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 3 ++- .../main/java/com/google/auth/oauth2/OAuthException.java | 3 ++- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 3 ++- .../google/auth/oauth2/PluggableAuthCredentialSource.java | 3 ++- .../com/google/auth/oauth2/PluggableAuthCredentials.java | 3 ++- .../java/com/google/auth/oauth2/PluggableAuthException.java | 3 ++- .../java/com/google/auth/oauth2/PluggableAuthHandler.java | 3 ++- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 3 ++- .../java/com/google/auth/oauth2/SecureSessionAgent.java | 3 ++- .../com/google/auth/oauth2/SecureSessionAgentConfig.java | 3 ++- .../com/google/auth/oauth2/ServiceAccountCredentials.java | 3 ++- .../auth/oauth2/ServiceAccountJwtAccessCredentials.java | 3 ++- .../java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 3 ++- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 3 ++- .../main/java/com/google/auth/oauth2/StsRequestHandler.java | 3 ++- .../com/google/auth/oauth2/StsTokenExchangeRequest.java | 3 ++- .../com/google/auth/oauth2/StsTokenExchangeResponse.java | 3 ++- .../com/google/auth/oauth2/SystemEnvironmentProvider.java | 3 ++- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 3 ++- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 3 ++- .../auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 3 ++- .../main/java/com/google/auth/oauth2/UserAuthorizer.java | 3 ++- .../main/java/com/google/auth/oauth2/UserCredentials.java | 3 ++- oauth2_http/src/test/java/com/google/auth/TestClock.java | 3 ++- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 3 ++- .../com/google/auth/http/HttpCredentialsAdapterTest.java | 3 ++- .../com/google/auth/mtls/SecureConnectProviderTest.java | 3 ++- .../auth/mtls/WorkloadCertificateConfigurationTest.java | 3 ++- .../test/java/com/google/auth/mtls/X509ProviderTest.java | 3 ++- .../test/java/com/google/auth/oauth2/AccessTokenTest.java | 3 ++- .../com/google/auth/oauth2/AppEngineCredentialsTest.java | 3 ++- .../java/com/google/auth/oauth2/AwsCredentialsTest.java | 3 ++- .../java/com/google/auth/oauth2/AwsRequestSignerTest.java | 3 ++- .../java/com/google/auth/oauth2/BaseSerializationTest.java | 3 ++- .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 3 ++- .../com/google/auth/oauth2/CloudShellCredentialsTest.java | 3 ++- .../google/auth/oauth2/ComputeEngineCredentialsTest.java | 3 ++- .../google/auth/oauth2/CredentialAccessBoundaryTest.java | 3 ++- .../google/auth/oauth2/DefaultCredentialsProviderTest.java | 3 ++- .../com/google/auth/oauth2/DefaultPKCEProviderTest.java | 3 ++- .../com/google/auth/oauth2/DownscopedCredentialsTest.java | 3 ++- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 3 ++- .../ExternalAccountAuthorizedUserCredentialsTest.java | 3 ++- .../google/auth/oauth2/ExternalAccountCredentialsTest.java | 3 ++- .../auth/oauth2/ExternalAccountSupplierContextTest.java | 3 ++- .../java/com/google/auth/oauth2/GdchCredentialsTest.java | 3 ++- .../com/google/auth/oauth2/GdchCredentialsTestUtil.java | 3 ++- .../java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 3 ++- .../java/com/google/auth/oauth2/GoogleCredentialsTest.java | 3 ++- .../test/java/com/google/auth/oauth2/ITDownscopingTest.java | 3 ++- .../auth/oauth2/ITWorkloadIdentityFederationTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 3 ++- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 3 ++- .../auth/oauth2/IdentityPoolCredentialsSourceTest.java | 3 ++- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 3 ++- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 3 ++- .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 3 ++- .../java/com/google/auth/oauth2/JwtCredentialsTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 3 ++- .../test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 3 ++- .../test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 3 ++- .../oauth2/MockExternalAccountCredentialsTransport.java | 3 ++- .../com/google/auth/oauth2/MockHttpTransportFactory.java | 3 ++- .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 3 ++- .../oauth2/MockIAMCredentialsServiceTransportFactory.java | 3 ++- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 3 ++- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 3 ++- .../test/java/com/google/auth/oauth2/MockStsTransport.java | 3 ++- .../com/google/auth/oauth2/MockTokenCheckingTransport.java | 3 ++- .../com/google/auth/oauth2/MockTokenServerTransport.java | 3 ++- .../google/auth/oauth2/MockTokenServerTransportFactory.java | 3 ++- .../java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 3 ++- .../auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 3 ++- .../test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 3 ++- .../java/com/google/auth/oauth2/OAuthExceptionTest.java | 3 ++- .../google/auth/oauth2/PluggableAuthCredentialsTest.java | 3 ++- .../com/google/auth/oauth2/PluggableAuthExceptionTest.java | 3 ++- .../com/google/auth/oauth2/PluggableAuthHandlerTest.java | 3 ++- .../google/auth/oauth2/SecureSessionAgentConfigTest.java | 3 ++- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 3 ++- .../google/auth/oauth2/ServiceAccountCredentialsTest.java | 3 ++- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 3 ++- .../java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 3 ++- .../test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 3 ++- .../java/com/google/auth/oauth2/StsRequestHandlerTest.java | 3 ++- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 3 ++- .../com/google/auth/oauth2/TestEnvironmentProvider.java | 3 ++- .../src/test/java/com/google/auth/oauth2/TestUtils.java | 3 ++- .../test/java/com/google/auth/oauth2/TokenVerifierTest.java | 3 ++- .../java/com/google/auth/oauth2/UserAuthorizerTest.java | 3 ++- .../java/com/google/auth/oauth2/UserCredentialsTest.java | 3 ++- .../oauth2/functional/FTComputeEngineCredentialsTest.java | 3 ++- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 3 ++- .../oauth2/functional/FTServiceAccountCredentialsTest.java | 3 ++- .../src/main/java/CustomCredentialSupplierAwsWorkload.java | 2 +- .../src/main/java/CustomCredentialSupplierOktaWorkload.java | 2 +- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/update_javadoc.sh | 4 ++-- scripts/workloadidentityfederation-setup.sh | 2 +- 191 files changed, 368 insertions(+), 193 deletions(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 4caef688b..2406ab0d6 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2021, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85521661e..682336beb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2022, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/build.bat b/.kokoro/build.bat index c439e2000..cca61816e 100644 --- a/.kokoro/build.bat +++ b/.kokoro/build.bat @@ -1,4 +1,4 @@ -:: Copyright 2022 Google LLC +:: Copyright 2022, Google Inc. All rights reserved. :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 68a12a82f..4207ca75a 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019 Google LLC +# Copyright 2019, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/coerce_logs.sh b/.kokoro/coerce_logs.sh index 46edbf7f2..f4f4d4dc8 100755 --- a/.kokoro/coerce_logs.sh +++ b/.kokoro/coerce_logs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019 Google LLC +# Copyright 2019, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/common.sh b/.kokoro/common.sh index f8f957af1..55b99069a 100644 --- a/.kokoro/common.sh +++ b/.kokoro/common.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 Google LLC +# Copyright 2020, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/continuous/propose_release.sh b/.kokoro/continuous/propose_release.sh index 7edfc4223..f15abe6c1 100755 --- a/.kokoro/continuous/propose_release.sh +++ b/.kokoro/continuous/propose_release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2019 Google LLC +# Copyright 2019, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh index 775319222..8e3a2a8ce 100755 --- a/.kokoro/dependencies.sh +++ b/.kokoro/dependencies.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019 Google LLC +# Copyright 2019, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/downstream-client-library-check.sh b/.kokoro/downstream-client-library-check.sh index 62724d65a..eff1e0aba 100755 --- a/.kokoro/downstream-client-library-check.sh +++ b/.kokoro/downstream-client-library-check.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022 Google LLC +# Copyright 2022, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/populate-secrets.sh b/.kokoro/populate-secrets.sh index 5bef54e0b..bdf8a8c74 100755 --- a/.kokoro/populate-secrets.sh +++ b/.kokoro/populate-secrets.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 Google LLC. +# Copyright 2020, Google Inc. All rights reserved.. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/readme.sh b/.kokoro/readme.sh index 8add21bc4..bb5f9aa10 100755 --- a/.kokoro/readme.sh +++ b/.kokoro/readme.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 Google LLC +# Copyright 2020, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh index 8b69b793c..33c8f9058 100644 --- a/.kokoro/trampoline.sh +++ b/.kokoro/trampoline.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018 Google LLC +# Copyright 2018, Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index 4eda428d3..ce32de135 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 03b5a11e3..4b076fb4b 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index d990b9b1b..a7be8d05e 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 2d39efb94..5b40442b5 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index 451547634..67eab75f0 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 7ed652cdf..e5d72bc5d 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index e5c2c91eb..cab0183f1 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index d49a777e5..e11d79f76 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index e303e3955..c5168122c 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index b1c835048..e42e220a0 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 07c970781..89b537d26 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 0706084e7..88456013d 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 4aef71101..330321e00 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 07fa064c2..06cd42b31 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index ff2ff9bef..5478f935f 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index 3d49fdfda..fc89d0fe9 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 80545f527..57f081e11 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index fbd49dc66..12823ace4 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index 965097244..e057088f2 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 69538fbcb..2d12d4989 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index 61828ef16..b2b0749cc 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index 8b7472809..1bd34a17c 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index c414c566b..bf77102cf 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index e32287296..3fa5048e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index 0f8e5a468..a864dc56e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index 3ea4c39b3..9cccbfa2f 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index f7f521743..4abe61318 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index 775f777d6..c2328b24b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index 06cfe09f5..44eece6e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index d583fb266..3a220a862 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index 491287b16..07f70129b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index d6664929a..d1f7adc32 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index 16ae1f02c..4d4149fd8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 392e9dd9a..424ef22ea 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index e2d361bb0..72218e5e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index 96cc5f0b1..f2779e303 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index b87366cc8..a1c4c152d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 9a4e2b6dd..fe511d4bb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 745fa8cef..830c1c9c6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 9fea7e12c..5c92a99e0 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 92664464a..417ee5c51 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index a8d47c3b8..4dceea941 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 65a102148..d6384b25c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index 5655fc4aa..a0412e910 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index 470681d70..bad79b34f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index de4d5e225..7367c6511 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index 9f1559358..20fcf4ee7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index 1a376ac58..b98b4fa95 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 3846d8b36..02f9714a3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index 5b3df0a37..c5f51425d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 015e8448c..d8f9dbfc7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 51b1d4e68..285bad9b2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 2c29b1093..1f0a6ff78 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index def02f153..7dd10a5b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index db865ddb1..2a9b136c2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index 5363c48c3..74a417e9e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index ad7fefe86..91aa7874c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index bfdb6aa4a..691629014 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 1d26f0935..e239591e7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index edec5ef6e..9e49b2c2d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 729484169..5748f7af1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 5b7069bc6..659d7729d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 09c29c6f2..c20410af1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index d30580b6a..bb29a1d4c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 8a6a9154e..28a44a333 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 086f789aa..5c027b4c9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2018, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index 59fcff8e8..ba710ec05 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 01a167f9f..b9d7b1b96 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 31d1fbe3d..a6544a712 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index e54c82eb1..ac62057dd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index 67df7c896..46033fcf7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 5d5292d06..0eb080a02 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index adcd68311..fac99ee7c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google LLC + * Copyright 2017, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index d2d9829f6..3dcbec61a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. @@ -58,7 +59,8 @@ private static String getAuthLibraryVersion() { // This value should be read and cached for later use. String version = "unknown-version"; try (InputStream inputStream = - MetricsUtils.class.getResourceAsStream("/com/google/auth/oauth2/google-auth-library.properties")) { + MetricsUtils.class.getResourceAsStream( + "/com/google/auth/oauth2/google-auth-library.properties")) { if (inputStream != null) { final Properties properties = new Properties(); properties.load(inputStream); diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index 18667104f..cf22fc303 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index b6b22ac78..2405e5466 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 271c43e0a..605e40ab5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index b49e09e8c..a23c8b606 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 1467b492d..c9e919184 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 4f2a3f275..602a619ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 8320f9e9c..150ac3b05 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index abd9d7188..c3fcb69ea 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 7b4567d78..58c0dede0 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index 5c0e11d13..60df9ca2d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index 3e7a698b7..e98357ed9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 9a6fdd940..0b2f0a195 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index fa363227f..23aa5e19e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index 1a74c782f..d4c3e0f97 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index cf6b8c7af..2f780d328 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index a47a2d36e..5027424bb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index f15152c64..e1906707f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index a0b530af3..aaa44fdc8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 013c986e3..a7b4c605d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 02af9846f..cbd90d0f8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index 45eefdbaf..ffbd657eb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 962bcdbd5..8edceed81 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2020, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index bc874e707..c0c85d483 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index 04e6c5148..b6a3ece66 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index cb2bd7b52..6da9cb6f4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index 5b7a44361..3a50b3a9f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index 0ddaae661..d3e9fb325 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index ab2163f24..429f26914 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index e76a1ea44..59313a4ec 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 501634414..8e2cfa728 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 2dec88172..72bccd57c 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index 328b1d43c..d7a0a0b46 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index a16de4e99..0a4fe2b1d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index f9ec3d7b0..fdd94a55b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index db17a7e1a..4499d4885 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index 88110d8fe..5f93235d6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 68e7fa2b7..9ff8f7f5f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index b2627507c..87425b464 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 2d0ce8e3c..6c89d8715 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index 70505cb80..6f3378b0f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index eab90ecb0..fb0d7a61b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 428cd009e..51ae23344 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index 0c8686433..33ff33313 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index e3d565bd6..56c2dd17d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index 69961a332..6420a070e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 70c259e9e..5347c4680 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index 3cc012562..7ea94a395 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index 8f61bfb46..b88555ccd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index 95017e818..2b47bbd35 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index d70173649..c15e3efa3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 19a148851..6e4b09f1d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 2b8c3e546..4e8f636d4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index a51446bef..3c4583f8b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index ab74483e3..76e97afa5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index b1b6fe72a..c0d45198b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 932698b43..58966be5d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index d79e6624e..80f97bdb9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index 988470aa3..222f3e10f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 36cab0860..5777efed9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index bf577d2a2..d5b215b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 6445be23c..3ec0e9b6a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 1c69bd858..7c93b0057 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index da4ed6f68..20230d0c6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 48ceed83a..5dc74156d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index 264dbe0d3..db0ec84dd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index e9dd654e7..550b1b49b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index d7ac8e803..f92a326be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index 1e0db1433..76e4b22de 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 4c7b7f7e9..097a4131d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index 10a34d6c2..f00160990 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2018, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index 3e18d15dd..a4823553c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index e0e967b4b..1d169ca61 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index b58dd1c1d..6d6091f05 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 Google LLC + * Copyright 2016, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index 92674b959..85328c950 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index 92883482d..d969a8e62 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index 8d6a3642f..fc62822ef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index 40990b430..c2e28189c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index 186983b4d..b102ba4d1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 805c9fa22..1208ddb45 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index a06a538a7..02cedc207 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index 73c58e785..e59d632c9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 5993c2039..c04db7974 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index 96334afeb..0a7d56f51 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index a52a37738..736145d72 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index bed280677..3130a2ee4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 8fbe238f7..3b56728f1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 1f0c110e5..5f67c4ce0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 90b0658f7..4524d9063 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index cd8513ed7..587057298 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index 505f52982..d17a2d12e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 650670a9d..90880da13 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index badee1b16..ab8ee6498 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 465b656f3..3dd621c27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index dccdb7fa5..9c4450df3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index d54c5c2d6..c44b762cf 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC + * Copyright 2020, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 4588944df..88be0809c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index 674893894..3c3a872fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Google LLC + * Copyright 2015, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 800629bc4..407946f27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 16662d5dc..26387b43d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index 4a8a83e98..ab1c11f8c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC + * Copyright 2021, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -11,6 +11,7 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. + * * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. diff --git a/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java b/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java index 5da2a2628..b75b8782f 100644 --- a/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java +++ b/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java b/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java index 4c53f2546..0a36c95c5 100644 --- a/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java +++ b/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index e2f847d94..91d7f02ed 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021 Google LLC +# Copyright 2021, Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/scripts/update_javadoc.sh b/scripts/update_javadoc.sh index 5e3487324..e5d73c218 100755 --- a/scripts/update_javadoc.sh +++ b/scripts/update_javadoc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google LLC +# Copyright 2017, Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -13,7 +13,7 @@ # in the documentation and/or other materials provided with the # distribution. # -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index 2d7692d6d..803ee26ad 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021 Google LLC +# Copyright 2021, Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are From fe5d596b3184ee446b2b239e8107973cdd2e32e9 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:31:08 -0500 Subject: [PATCH 06/22] chore: Reset license --- .github/auto-label.yaml | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../google/auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../com/google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../main/java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../src/test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../auth/oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../src/main/java/CustomCredentialSupplierAwsWorkload.java | 2 +- .../src/main/java/CustomCredentialSupplierOktaWorkload.java | 2 +- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/workloadidentityfederation-setup.sh | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 2406ab0d6..4caef688b 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -1,4 +1,4 @@ -# Copyright 2021, Google Inc. All rights reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 5b40442b5..80c449b2e 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index 67eab75f0..e163b6d6d 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index e5d72bc5d..47863326d 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index cab0183f1..61403a6df 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 88456013d..a25410ebf 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 2d12d4989..64e898a1e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index b2b0749cc..d588a1dac 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index 1bd34a17c..aa1596b19 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index bf77102cf..55288e4dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index 3fa5048e3..f38fe311e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index a864dc56e..17217d2e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index 9cccbfa2f..89f4fda6a 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index 4abe61318..de8a194a2 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index fe511d4bb..49a8ec18d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index b98b4fa95..a052f2a5b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 02f9714a3..278b71047 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index c5f51425d..eb2d64e09 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index 2a9b136c2..29bc8bbfb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index 74a417e9e..a8b843877 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index 46033fcf7..c093901db 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 0eb080a02..346846943 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 150ac3b05..19802bbf6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index c3fcb69ea..00e280983 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 58c0dede0..6d62d6911 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 2f780d328..1939e8867 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 5027424bb..887221d61 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 8edceed81..4617a5de9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020, Google Inc. All rights reserved. + * Copyright 2020, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 59313a4ec..76cf01b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 8e2cfa728..84ae1307a 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 72bccd57c..87c20841d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 9ff8f7f5f..f91d49394 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index 6420a070e..da7ea8cc6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 5347c4680..4913e5aec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index 2b47bbd35..8304468ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index 222f3e10f..aecd82f94 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 5dc74156d..8be16a89a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index db0ec84dd..c746a19de 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index c04db7974..9832c7821 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index 0a7d56f51..f924d4137 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index 736145d72..c31266d27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index 587057298..fd8ad94af 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index d17a2d12e..c3ee5b872 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index ab8ee6498..aef72daa7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index c44b762cf..6872214f0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020, Google Inc. All rights reserved. + * Copyright 2020, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 407946f27..1a27d3cdc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 26387b43d..034507e07 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -1,5 +1,5 @@ /* - * Copyright 2022, Google Inc. All rights reserved. + * Copyright 2022 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java b/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java index b75b8782f..5da2a2628 100644 --- a/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java +++ b/samples/snippets/src/main/java/CustomCredentialSupplierAwsWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java b/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java index 0a36c95c5..4c53f2546 100644 --- a/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java +++ b/samples/snippets/src/main/java/CustomCredentialSupplierOktaWorkload.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, Google LLC + * Copyright 2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index 91d7f02ed..e2f847d94 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021, Google Inc. All rights reserved. +# Copyright 2021 Google LLC # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index 803ee26ad..2d7692d6d 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021, Google Inc. All rights reserved. +# Copyright 2021 Google LLC # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are From f7d75fcfd2b04229aac894cdf78e47ca16748f72 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:33:41 -0500 Subject: [PATCH 07/22] chore: Reset license --- .../java/com/google/auth/appengine/AppEngineCredentials.java | 2 +- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 2 +- .../com/google/auth/appengine/MockAppIdentityService.java | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 2 +- .../main/java/com/google/auth/CredentialTypeForMetrics.java | 2 +- credentials/src/main/java/com/google/auth/Credentials.java | 2 +- .../main/java/com/google/auth/RequestMetadataCallback.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 2 +- .../src/test/java/com/google/auth/ApiKeyCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/SigningExceptionTest.java | 2 +- java.header | 2 +- .../src/main/java/com/google/auth/http/AuthHttpConstants.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapter.java | 2 +- .../main/java/com/google/auth/http/HttpTransportFactory.java | 2 +- .../java/com/google/auth/http/InternalAuthHttpConstants.java | 2 +- .../auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 4 ++-- .../java/com/google/auth/oauth2/AppEngineCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/AwsDates.java | 4 ++-- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 4 ++-- .../main/java/com/google/auth/oauth2/AwsRequestSigner.java | 4 ++-- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 4 ++-- .../google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/ClientId.java | 2 +- .../java/com/google/auth/oauth2/CloudShellCredentials.java | 2 +- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 4 ++-- .../com/google/auth/oauth2/CredentialFormatException.java | 4 ++-- .../com/google/auth/oauth2/DefaultCredentialsProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 4 ++-- .../java/com/google/auth/oauth2/DownscopedCredentials.java | 4 ++-- .../main/java/com/google/auth/oauth2/EnvironmentProvider.java | 4 ++-- .../main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentials.java | 4 ++-- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 4 ++-- .../google/auth/oauth2/ExternalAccountSupplierContext.java | 2 +- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 4 ++-- .../main/java/com/google/auth/oauth2/GoogleCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IamUtils.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 2 +- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 4 ++-- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 4 ++-- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 2 +- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtClaims.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../main/java/com/google/auth/oauth2/MemoryTokensStorage.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 4 ++-- .../main/java/com/google/auth/oauth2/OAuth2Credentials.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 4 ++-- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 4 ++-- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 2 +- .../main/java/com/google/auth/oauth2/SecureSessionAgent.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentConfig.java | 2 +- .../com/google/auth/oauth2/ServiceAccountCredentials.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../main/java/com/google/auth/oauth2/StsRequestHandler.java | 4 ++-- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 4 ++-- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 4 ++-- .../com/google/auth/oauth2/SystemEnvironmentProvider.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserAuthorizer.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserCredentials.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestClock.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapterTest.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/AccessTokenTest.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 4 ++-- .../java/com/google/auth/oauth2/AwsRequestSignerTest.java | 4 ++-- .../java/com/google/auth/oauth2/BaseSerializationTest.java | 2 +- .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 2 +- .../com/google/auth/oauth2/CloudShellCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 4 ++-- .../google/auth/oauth2/DefaultCredentialsProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 4 ++-- .../com/google/auth/oauth2/DownscopedCredentialsTest.java | 4 ++-- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountCredentialsTest.java | 4 ++-- .../auth/oauth2/ExternalAccountSupplierContextTest.java | 2 +- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/GdchCredentialsTestUtil.java | 4 ++-- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 4 ++-- .../java/com/google/auth/oauth2/GoogleCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/ITDownscopingTest.java | 4 ++-- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 4 ++-- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 2 +- .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 2 +- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 2 +- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 4 ++-- .../java/com/google/auth/oauth2/MockHttpTransportFactory.java | 4 ++-- .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../oauth2/MockIAMCredentialsServiceTransportFactory.java | 2 +- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 2 +- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 2 +- .../test/java/com/google/auth/oauth2/MockStsTransport.java | 4 ++-- .../com/google/auth/oauth2/MockTokenCheckingTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenServerTransport.java | 2 +- .../google/auth/oauth2/MockTokenServerTransportFactory.java | 4 ++-- .../java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 4 ++-- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../com/google/auth/oauth2/SecureSessionAgentConfigTest.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 2 +- .../com/google/auth/oauth2/ServiceAccountCredentialsTest.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/StsRequestHandlerTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../java/com/google/auth/oauth2/TestEnvironmentProvider.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/TestUtils.java | 2 +- .../test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserAuthorizerTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserCredentialsTest.java | 2 +- .../oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../oauth2/functional/FTServiceAccountCredentialsTest.java | 4 ++-- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/workloadidentityfederation-setup.sh | 2 +- 177 files changed, 224 insertions(+), 224 deletions(-) diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index ce32de135..16d046907 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 4b076fb4b..05f81d578 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index a7be8d05e..c0befa4c7 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 80c449b2e..8b5e7ef69 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index e163b6d6d..88b3e7cb2 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 47863326d..37bbc3efe 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 61403a6df..11aac6842 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index e11d79f76..8c454d0a9 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index c5168122c..c60b6a28f 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index e42e220a0..b1579db61 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 89b537d26..68a20c4ac 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index a25410ebf..9455c2290 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 330321e00..840d447a5 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 06cd42b31..1de45daa9 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 5478f935f..14293b082 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/java.header b/java.header index bdd47fa8a..e91862b13 100644 --- a/java.header +++ b/java.header @@ -12,7 +12,7 @@ ^ \* in the documentation and/or other materials provided with the$ ^ \* distribution\.$ ^ \*$ -^ \* \* Neither the name of Google LLC nor the names of its$ +^ \* \* Neither the name of Google Inc. nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ ^ \* this software without specific prior written permission\.$ ^ \*$ diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index fc89d0fe9..16da64bdc 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 57f081e11..90a6c86f1 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index 12823ace4..ae1e7e20a 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index e057088f2..192dadad5 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 64e898a1e..084b8462f 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index d588a1dac..4da9df2d8 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index aa1596b19..87ad9b1f0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 55288e4dc..6795990a0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index f38fe311e..cb695d468 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index 17217d2e3..ee5081cf0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index 89f4fda6a..e9a846f76 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index de8a194a2..a26026b52 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index c2328b24b..40032ca47 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index 44eece6e3..bf1623d9d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 3a220a862..2ab1db857 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index 07f70129b..f75c7c3e5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index d1f7adc32..ad2386068 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index 4d4149fd8..236773449 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 424ef22ea..2d0e88908 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index 72218e5e3..a04419339 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index f2779e303..aedee2383 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index a1c4c152d..6c57947e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 49a8ec18d..161580f9e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 830c1c9c6..4f1de34c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 5c92a99e0..7b1be7d91 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 417ee5c51..d36b5c3df 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index 4dceea941..c5dbade68 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index d6384b25c..3af9bb109 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index a0412e910..acbfe28af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index bad79b34f..bfc6649a1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index 7367c6511..643c13443 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index 20fcf4ee7..bc26e1502 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index a052f2a5b..9a4a21591 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 278b71047..1c788f02c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index eb2d64e09..af8dd157a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index d8f9dbfc7..4a601c1cc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 285bad9b2..d1620f0d9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 1f0a6ff78..a82611130 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index 7dd10a5b6..e1142d938 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index 29bc8bbfb..a647cb485 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index a8b843877..f68465411 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 91aa7874c..0221d6824 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 691629014..7395274c4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index e239591e7..cd99a8903 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 9e49b2c2d..43b8987bf 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 5748f7af1..920bdbeda 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 659d7729d..2f9c21367 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index c20410af1..35cb0f1c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index bb29a1d4c..1b597929e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 28a44a333..8043c2cce 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 5c027b4c9..5b3df6fec 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index ba710ec05..1c32bd49c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index b9d7b1b96..cf5b68234 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index a6544a712..33c4c5c98 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index ac62057dd..a312d538b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index c093901db..e2b25ea4c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 346846943..62e817783 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index fac99ee7c..4edebca0c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 3dcbec61a..53bb7711d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index cf22fc303..dfeb5966a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index 2405e5466..a30bb31ad 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 605e40ab5..21278e8b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index a23c8b606..7ecf917a3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index c9e919184..486222512 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 602a619ed..4f34a4cd2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 19802bbf6..c9c1e7ee2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index 00e280983..fc226b6bc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 6d62d6911..3f15b1185 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index 60df9ca2d..e1189c083 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index e98357ed9..d879fa7fa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 0b2f0a195..1a8c36399 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 23aa5e19e..15700dd7f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index d4c3e0f97..b1769eb8e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 1939e8867..80b930265 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 887221d61..10fa1d53e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index e1906707f..95317b93c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index aaa44fdc8..e95cdaa44 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index a7b4c605d..6271db71a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index cbd90d0f8..9bed338b2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index ffbd657eb..1d1e917a6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 4617a5de9..58e18d36a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index c0c85d483..574576734 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index b6a3ece66..8d19d79fb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index 6da9cb6f4..fa4399765 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index 3a50b3a9f..fa3dd027f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d3e9fb325..d794ba184 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 429f26914..10d2141fd 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 76cf01b1f..bfd27248d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 84ae1307a..72a30de5d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 87c20841d..d5b947e08 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d7a0a0b46..d93e2c98f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 0a4fe2b1d..43139e2be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index fdd94a55b..c1be43a02 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index 4499d4885..64a572fa2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index 5f93235d6..f9fbac134 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index f91d49394..69502f6b9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index 87425b464..c002cf7e4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 6c89d8715..2f0dde620 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index 6f3378b0f..c41f7a770 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index fb0d7a61b..2a847d365 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 51ae23344..1852629ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index 33ff33313..aea5403bd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 56c2dd17d..647cd24f6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index da7ea8cc6..ec76920e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 4913e5aec..ae5d02d5c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index 7ea94a395..e9b93785e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index b88555ccd..8992df7dc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index 8304468ee..bea92082a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index c15e3efa3..d464cff21 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 6e4b09f1d..8a597180a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 4e8f636d4..503c87d54 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 3c4583f8b..4b6f6af25 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index 76e97afa5..ed6558f73 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index c0d45198b..c9413c6cb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 58966be5d..9a90da800 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 80f97bdb9..52fa2c008 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index aecd82f94..b9e49ee96 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 5777efed9..86785342e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d5b215b1f..d85f2db80 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 3ec0e9b6a..fa5640e92 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 7c93b0057..a0cbae064 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 20230d0c6..b13dccbf9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8be16a89a..61eca58d3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index c746a19de..8cfe93f19 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index 550b1b49b..5a1a11986 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index f92a326be..ce36548e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index 76e4b22de..ab54c4470 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 097a4131d..27e06257e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index f00160990..cbd57d115 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index a4823553c..a1df56b4b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 1d169ca61..725a124fc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 6d6091f05..0d98a9a8e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index 85328c950..9ac532a22 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index d969a8e62..3ef4df2fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index fc62822ef..a61c185b5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index c2e28189c..f1902b699 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Google Inc. All rights reserved. + * Copyright 2023 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index b102ba4d1..a54765abc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 1208ddb45..21e9a41df 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index 02cedc207..aa0cf8ad3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index e59d632c9..40708b71b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 9832c7821..61df42874 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index f924d4137..69bd423cb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index c31266d27..ba39ffe4a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index 3130a2ee4..b9249517c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 3b56728f1..8f66a90b8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 5f67c4ce0..2c516a9b2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 4524d9063..8d6966631 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index fd8ad94af..f54432f15 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index c3ee5b872..9c05a86a3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 90880da13..320bf31c4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index aef72daa7..bb0fc34b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 3dd621c27..4a6b87a76 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 9c4450df3..4efc138bb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 6872214f0..983b704f9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 88be0809c..050a9d199 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index 3c3a872fe..e5a6c658a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 1a27d3cdc..8bf6c12be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 034507e07..e4f6ef76b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index ab1c11f8c..edd1b8c7f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021, Google Inc. All rights reserved. + * Copyright 2021 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index e2f847d94..896610e0d 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index 2d7692d6d..ff265c548 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # From 81bf58ca7f85ef3973ecbb7d291c39271df9ac2b Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:35:06 -0500 Subject: [PATCH 08/22] chore: Reset license --- .kokoro/build.sh | 2 +- .kokoro/coerce_logs.sh | 2 +- .kokoro/continuous/propose_release.sh | 2 +- .kokoro/dependencies.sh | 2 +- LICENSE | 2 +- .../java/com/google/auth/appengine/AppEngineCredentials.java | 2 +- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 2 +- .../com/google/auth/appengine/MockAppIdentityService.java | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 4 ++-- .../main/java/com/google/auth/CredentialTypeForMetrics.java | 4 ++-- credentials/src/main/java/com/google/auth/Credentials.java | 2 +- .../main/java/com/google/auth/RequestMetadataCallback.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 2 +- .../src/test/java/com/google/auth/ApiKeyCredentialsTest.java | 4 ++-- .../src/test/java/com/google/auth/SigningExceptionTest.java | 2 +- java.header | 2 +- .../src/main/java/com/google/auth/http/AuthHttpConstants.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapter.java | 2 +- .../main/java/com/google/auth/http/HttpTransportFactory.java | 2 +- .../java/com/google/auth/http/InternalAuthHttpConstants.java | 2 +- .../auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsDates.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSigner.java | 2 +- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 2 +- .../google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 4 ++-- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/ClientId.java | 2 +- .../java/com/google/auth/oauth2/CloudShellCredentials.java | 2 +- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 2 +- .../com/google/auth/oauth2/CredentialFormatException.java | 2 +- .../com/google/auth/oauth2/DefaultCredentialsProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 2 +- .../java/com/google/auth/oauth2/DownscopedCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/EnvironmentProvider.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 2 +- .../google/auth/oauth2/ExternalAccountSupplierContext.java | 4 ++-- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IamUtils.java | 4 ++-- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 4 ++-- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 4 ++-- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 2 +- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 4 ++-- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtClaims.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../main/java/com/google/auth/oauth2/MemoryTokensStorage.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 2 +- .../main/java/com/google/auth/oauth2/OAuth2Credentials.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 4 ++-- .../main/java/com/google/auth/oauth2/SecureSessionAgent.java | 4 ++-- .../java/com/google/auth/oauth2/SecureSessionAgentConfig.java | 4 ++-- .../com/google/auth/oauth2/ServiceAccountCredentials.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../main/java/com/google/auth/oauth2/StsRequestHandler.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 2 +- .../com/google/auth/oauth2/SystemEnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/UserAuthorizer.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserCredentials.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestClock.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapterTest.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/AccessTokenTest.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/AwsRequestSignerTest.java | 2 +- .../java/com/google/auth/oauth2/BaseSerializationTest.java | 2 +- .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 2 +- .../com/google/auth/oauth2/CloudShellCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 2 +- .../google/auth/oauth2/DefaultCredentialsProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 2 +- .../com/google/auth/oauth2/DownscopedCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountCredentialsTest.java | 2 +- .../auth/oauth2/ExternalAccountSupplierContextTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/GdchCredentialsTestUtil.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/GoogleCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/ITDownscopingTest.java | 2 +- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 4 ++-- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 2 +- .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 2 +- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockHttpTransportFactory.java | 2 +- .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../oauth2/MockIAMCredentialsServiceTransportFactory.java | 4 ++-- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 2 +- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 2 +- .../test/java/com/google/auth/oauth2/MockStsTransport.java | 2 +- .../com/google/auth/oauth2/MockTokenCheckingTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenServerTransport.java | 2 +- .../google/auth/oauth2/MockTokenServerTransportFactory.java | 2 +- .../java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../com/google/auth/oauth2/SecureSessionAgentConfigTest.java | 4 ++-- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 4 ++-- .../com/google/auth/oauth2/ServiceAccountCredentialsTest.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/StsRequestHandlerTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../java/com/google/auth/oauth2/TestEnvironmentProvider.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestUtils.java | 4 ++-- .../test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserAuthorizerTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserCredentialsTest.java | 2 +- .../oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../oauth2/functional/FTServiceAccountCredentialsTest.java | 2 +- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/update_javadoc.sh | 2 +- scripts/workloadidentityfederation-setup.sh | 2 +- 183 files changed, 213 insertions(+), 213 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 4207ca75a..68a12a82f 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019, Google Inc. All rights reserved. +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/coerce_logs.sh b/.kokoro/coerce_logs.sh index f4f4d4dc8..46edbf7f2 100755 --- a/.kokoro/coerce_logs.sh +++ b/.kokoro/coerce_logs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019, Google Inc. All rights reserved. +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/continuous/propose_release.sh b/.kokoro/continuous/propose_release.sh index f15abe6c1..7edfc4223 100755 --- a/.kokoro/continuous/propose_release.sh +++ b/.kokoro/continuous/propose_release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2019, Google Inc. All rights reserved. +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh index 8e3a2a8ce..775319222 100755 --- a/.kokoro/dependencies.sh +++ b/.kokoro/dependencies.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019, Google Inc. All rights reserved. +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 2acb3d750..0c08092ae 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index 16d046907..ce32de135 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 05f81d578..4b076fb4b 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index c0befa4c7..a7be8d05e 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 8b5e7ef69..80c449b2e 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index 88b3e7cb2..e163b6d6d 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 37bbc3efe..47863326d 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 11aac6842..61403a6df 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index 8c454d0a9..ef43aab03 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index c60b6a28f..50c90365c 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index b1579db61..e42e220a0 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 68a20c4ac..89b537d26 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 9455c2290..a25410ebf 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 840d447a5..330321e00 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 1de45daa9..799d1a3ba 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 14293b082..5478f935f 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/java.header b/java.header index e91862b13..bdd47fa8a 100644 --- a/java.header +++ b/java.header @@ -12,7 +12,7 @@ ^ \* in the documentation and/or other materials provided with the$ ^ \* distribution\.$ ^ \*$ -^ \* \* Neither the name of Google Inc. nor the names of its$ +^ \* \* Neither the name of Google LLC nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ ^ \* this software without specific prior written permission\.$ ^ \*$ diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index 16da64bdc..fc89d0fe9 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 90a6c86f1..57f081e11 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index ae1e7e20a..12823ace4 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index 192dadad5..e057088f2 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 084b8462f..64e898a1e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index 4da9df2d8..d588a1dac 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index 87ad9b1f0..aa1596b19 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 6795990a0..55288e4dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index cb695d468..f38fe311e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index ee5081cf0..17217d2e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index e9a846f76..89f4fda6a 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index a26026b52..de8a194a2 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index 40032ca47..c2328b24b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index bf1623d9d..ad1d452fc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 2ab1db857..3a220a862 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index f75c7c3e5..a48b7d51d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index ad2386068..308576531 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index 236773449..abf81add9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 2d0e88908..99ec90cf4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index a04419339..275c15105 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index aedee2383..7101dda3e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index 6c57947e3..f7f219923 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 161580f9e..49a8ec18d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 4f1de34c3..830c1c9c6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 7b1be7d91..5c92a99e0 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index d36b5c3df..417ee5c51 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index c5dbade68..39b528ab1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 3af9bb109..4186bc029 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index acbfe28af..a0412e910 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index bfc6649a1..89cd78144 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index 643c13443..cafe8d5c8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index bc26e1502..aa71253aa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index 9a4a21591..a052f2a5b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 1c788f02c..278b71047 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index af8dd157a..eb2d64e09 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 4a601c1cc..7f9f0c207 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index d1620f0d9..18fc124b8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index a82611130..612c735e2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index e1142d938..a939507d4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index a647cb485..29bc8bbfb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index f68465411..a8b843877 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 0221d6824..6b8fd2922 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 7395274c4..691629014 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index cd99a8903..771b58d92 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 43b8987bf..1d753e729 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 920bdbeda..ba924b8bf 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 2f9c21367..3dca4888b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 35cb0f1c3..4ab63b8ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index 1b597929e..ee5df1466 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 8043c2cce..01477f8bb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 5b3df6fec..5c027b4c9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index 1c32bd49c..b4140fe8e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index cf5b68234..4d37e4523 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 33c4c5c98..308401a6d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index a312d538b..2302a3672 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index e2b25ea4c..c093901db 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 62e817783..346846943 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index 4edebca0c..fac99ee7c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 53bb7711d..1330457dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index dfeb5966a..cf22fc303 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index a30bb31ad..954378f7b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 21278e8b6..605e40ab5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 7ecf917a3..011456e24 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 486222512..7fa829370 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 4f34a4cd2..44406e7f9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index c9c1e7ee2..19802bbf6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index fc226b6bc..00e280983 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 3f15b1185..6d62d6911 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index e1189c083..663ad0752 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index d879fa7fa..90788c360 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 1a8c36399..d33215bce 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 15700dd7f..23aa5e19e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index b1769eb8e..d4c3e0f97 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 80b930265..1939e8867 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 10fa1d53e..887221d61 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index 95317b93c..b2e635524 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index e95cdaa44..f0ce390ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 6271db71a..62275778a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 9bed338b2..25dc47c0e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index 1d1e917a6..ffbd657eb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 58e18d36a..4617a5de9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 574576734..3df49ee49 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index 8d19d79fb..b6a3ece66 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index fa4399765..6da9cb6f4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index fa3dd027f..3a50b3a9f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d794ba184..d3e9fb325 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 10d2141fd..429f26914 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index bfd27248d..76cf01b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 72a30de5d..84ae1307a 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index d5b947e08..87c20841d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d93e2c98f..d7a0a0b46 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 43139e2be..0a4fe2b1d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index c1be43a02..4764d27ec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index 64a572fa2..a1125edef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index f9fbac134..5f93235d6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 69502f6b9..f91d49394 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index c002cf7e4..87425b464 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 2f0dde620..6c89d8715 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index c41f7a770..6f3378b0f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 2a847d365..0dee7011e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 1852629ee..51ae23344 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index aea5403bd..bc9d0a143 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 647cd24f6..31c4e776e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index ec76920e2..da7ea8cc6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index ae5d02d5c..4913e5aec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index e9b93785e..d45979cfb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index 8992df7dc..0774c6e7d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index bea92082a..8304468ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index d464cff21..33afe12ca 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 8a597180a..657d1ad52 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 503c87d54..4e8f636d4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 4b6f6af25..2a04d7710 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index ed6558f73..d1574a06a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index c9413c6cb..5969cefd9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 9a90da800..29d6b8241 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 52fa2c008..80f97bdb9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index b9e49ee96..aecd82f94 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 86785342e..6997c79b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d85f2db80..d5b215b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index fa5640e92..28b98cdb8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index a0cbae064..076f95a03 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index b13dccbf9..9a961fc51 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019, Google Inc. All rights reserved. + * Copyright 2019 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 61eca58d3..8be16a89a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index 8cfe93f19..c746a19de 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index 5a1a11986..f4cf26df7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index ce36548e2..f92a326be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index ab54c4470..fc9f8ba3e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 27e06257e..14aec31b8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index cbd57d115..f00160990 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index a1df56b4b..77b9cf9c0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 725a124fc..1d169ca61 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 0d98a9a8e..6d6091f05 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index 9ac532a22..cdb0a068e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index 3ef4df2fe..d969a8e62 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index a61c185b5..fc62822ef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index f1902b699..9128294cc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index a54765abc..b102ba4d1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 21e9a41df..2c285c549 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index aa0cf8ad3..f540ac41d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index 40708b71b..e70ba6851 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 61df42874..9832c7821 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index 69bd423cb..f924d4137 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index ba39ffe4a..c31266d27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index b9249517c..88ba9d274 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 8f66a90b8..1f8833a97 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 2c516a9b2..5f67c4ce0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 8d6966631..4524d9063 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index f54432f15..fd8ad94af 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index 9c05a86a3..c3ee5b872 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 320bf31c4..6607403a4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index bb0fc34b0..aef72daa7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 4a6b87a76..8f9a44f6e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 4efc138bb..38a5c49a8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 983b704f9..6872214f0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 050a9d199..88be0809c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index e5a6c658a..3c3a872fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 8bf6c12be..1a27d3cdc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index e4f6ef76b..034507e07 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index edd1b8c7f..ca0ec4fc1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index 896610e0d..e2f847d94 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/update_javadoc.sh b/scripts/update_javadoc.sh index e5d73c218..616bb7d59 100755 --- a/scripts/update_javadoc.sh +++ b/scripts/update_javadoc.sh @@ -13,7 +13,7 @@ # in the documentation and/or other materials provided with the # distribution. # -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index ff265c548..2d7692d6d 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # From cfac2d3f406ab37be551d38d012d159d0f1e70ac Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:36:33 -0500 Subject: [PATCH 09/22] chore: Reset license --- .github/workflows/ci.yaml | 2 +- .kokoro/build.bat | 2 +- .kokoro/common.sh | 2 +- .kokoro/downstream-client-library-check.sh | 2 +- .kokoro/populate-secrets.sh | 2 +- .kokoro/readme.sh | 2 +- .kokoro/trampoline.sh | 2 +- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../google/auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 682336beb..85521661e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -# Copyright 2022, Google Inc. All rights reserved. +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/build.bat b/.kokoro/build.bat index cca61816e..c439e2000 100644 --- a/.kokoro/build.bat +++ b/.kokoro/build.bat @@ -1,4 +1,4 @@ -:: Copyright 2022, Google Inc. All rights reserved. +:: Copyright 2022 Google LLC :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. diff --git a/.kokoro/common.sh b/.kokoro/common.sh index 55b99069a..f8f957af1 100644 --- a/.kokoro/common.sh +++ b/.kokoro/common.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020, Google Inc. All rights reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/downstream-client-library-check.sh b/.kokoro/downstream-client-library-check.sh index eff1e0aba..62724d65a 100755 --- a/.kokoro/downstream-client-library-check.sh +++ b/.kokoro/downstream-client-library-check.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022, Google Inc. All rights reserved. +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/populate-secrets.sh b/.kokoro/populate-secrets.sh index bdf8a8c74..5bef54e0b 100755 --- a/.kokoro/populate-secrets.sh +++ b/.kokoro/populate-secrets.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020, Google Inc. All rights reserved.. +# Copyright 2020 Google LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/readme.sh b/.kokoro/readme.sh index bb5f9aa10..8add21bc4 100755 --- a/.kokoro/readme.sh +++ b/.kokoro/readme.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020, Google Inc. All rights reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh index 33c8f9058..8b69b793c 100644 --- a/.kokoro/trampoline.sh +++ b/.kokoro/trampoline.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018, Google Inc. All rights reserved. +# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 5c027b4c9..21f1dc310 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, Google Inc. All rights reserved. + * Copyright 2018 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index f00160990..09e985f14 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, Google Inc. All rights reserved. + * Copyright 2018 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are From b45fa945886393cd35a671dc88d30dc42fa199e5 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:39:14 -0500 Subject: [PATCH 10/22] chore: Reset license --- .../java/com/google/auth/appengine/AppEngineCredentials.java | 2 +- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 2 +- .../java/com/google/auth/appengine/MockAppIdentityService.java | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 2 +- .../src/main/java/com/google/auth/CredentialTypeForMetrics.java | 2 +- credentials/src/main/java/com/google/auth/Credentials.java | 2 +- .../src/main/java/com/google/auth/RequestMetadataCallback.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 2 +- .../src/test/java/com/google/auth/ApiKeyCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/SigningExceptionTest.java | 2 +- .../src/main/java/com/google/auth/http/AuthHttpConstants.java | 2 +- .../main/java/com/google/auth/http/HttpCredentialsAdapter.java | 2 +- .../main/java/com/google/auth/http/HttpTransportFactory.java | 2 +- .../java/com/google/auth/http/InternalAuthHttpConstants.java | 2 +- .../google/auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../com/google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 2 +- .../main/java/com/google/auth/oauth2/AppEngineCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsRequestSigner.java | 2 +- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 2 +- .../com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java | 2 +- .../main/java/com/google/auth/oauth2/CloudShellCredentials.java | 2 +- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 2 +- .../java/com/google/auth/oauth2/CredentialFormatException.java | 2 +- .../java/com/google/auth/oauth2/DefaultCredentialsProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DownscopedCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/EnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../java/com/google/auth/oauth2/ExternalAccountCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 2 +- .../com/google/auth/oauth2/ExternalAccountSupplierContext.java | 2 +- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleCredentials.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 2 +- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 2 +- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 2 +- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../main/java/com/google/auth/oauth2/MemoryTokensStorage.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Credentials.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../main/java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 2 +- .../main/java/com/google/auth/oauth2/SecureSessionAgent.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentConfig.java | 2 +- .../java/com/google/auth/oauth2/ServiceAccountCredentials.java | 2 +- .../google/auth/oauth2/ServiceAccountJwtAccessCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/StsRequestHandler.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 2 +- .../java/com/google/auth/oauth2/SystemEnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserAuthorizer.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserCredentials.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestClock.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapterTest.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/AccessTokenTest.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsRequestSignerTest.java | 2 +- .../test/java/com/google/auth/oauth2/BaseSerializationTest.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 2 +- .../java/com/google/auth/oauth2/CloudShellCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 2 +- .../com/google/auth/oauth2/DefaultCredentialsProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DownscopedCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountSupplierContextTest.java | 2 +- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/GdchCredentialsTestUtil.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ITDownscopingTest.java | 2 +- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 2 +- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 2 +- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockHttpTransportFactory.java | 2 +- .../google/auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../auth/oauth2/MockIAMCredentialsServiceTransportFactory.java | 2 +- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 2 +- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockStsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenCheckingTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenServerTransport.java | 2 +- .../com/google/auth/oauth2/MockTokenServerTransportFactory.java | 2 +- .../test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../com/google/auth/oauth2/SecureSessionAgentConfigTest.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 2 +- .../com/google/auth/oauth2/ServiceAccountCredentialsTest.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/StsRequestHandlerTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../java/com/google/auth/oauth2/TestEnvironmentProvider.java | 2 +- oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java | 2 +- .../src/test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserAuthorizerTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserCredentialsTest.java | 2 +- .../auth/oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../auth/oauth2/functional/FTServiceAccountCredentialsTest.java | 2 +- 174 files changed, 174 insertions(+), 174 deletions(-) diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index ce32de135..16d046907 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 4b076fb4b..05f81d578 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index a7be8d05e..c0befa4c7 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 80c449b2e..8b5e7ef69 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index e163b6d6d..88b3e7cb2 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 47863326d..37bbc3efe 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 61403a6df..11aac6842 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index ef43aab03..53c6d796a 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index 50c90365c..097452f06 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index e42e220a0..b1579db61 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 89b537d26..68a20c4ac 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index a25410ebf..9455c2290 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 330321e00..840d447a5 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 799d1a3ba..e8992ca76 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 5478f935f..14293b082 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index fc89d0fe9..16da64bdc 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 57f081e11..90a6c86f1 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index 12823ace4..ae1e7e20a 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index e057088f2..192dadad5 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 64e898a1e..084b8462f 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index d588a1dac..4da9df2d8 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index aa1596b19..87ad9b1f0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 55288e4dc..6795990a0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index f38fe311e..cb695d468 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index 17217d2e3..ee5081cf0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index 89f4fda6a..e9a846f76 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index de8a194a2..a26026b52 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index c2328b24b..40032ca47 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index ad1d452fc..bf1623d9d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 3a220a862..2ab1db857 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index a48b7d51d..f75c7c3e5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index 308576531..ad2386068 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index abf81add9..236773449 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 99ec90cf4..2d0e88908 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index 275c15105..a04419339 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index 7101dda3e..aedee2383 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index f7f219923..a16db378b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 49a8ec18d..161580f9e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 830c1c9c6..4f1de34c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 5c92a99e0..7b1be7d91 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 417ee5c51..d36b5c3df 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index 39b528ab1..c5dbade68 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 4186bc029..3af9bb109 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index a0412e910..acbfe28af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index 89cd78144..bfc6649a1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index cafe8d5c8..643c13443 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index aa71253aa..bc26e1502 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index a052f2a5b..9a4a21591 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 278b71047..1c788f02c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index eb2d64e09..af8dd157a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 7f9f0c207..4a601c1cc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 18fc124b8..d1620f0d9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 612c735e2..e833f56d5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index a939507d4..5ce442422 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index 29bc8bbfb..a647cb485 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index a8b843877..f68465411 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 6b8fd2922..0221d6824 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 691629014..7395274c4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 771b58d92..5da5990bd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 1d753e729..7964351bc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index ba924b8bf..83872334d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 3dca4888b..780755aab 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 4ab63b8ed..35cb0f1c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index ee5df1466..1b597929e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 01477f8bb..29e1aa8c5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 21f1dc310..7c778d790 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index b4140fe8e..a89fbb16e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 4d37e4523..62dd1d614 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 308401a6d..0b2da3c02 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index 2302a3672..ced7ecef1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index c093901db..e2b25ea4c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 346846943..62e817783 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index fac99ee7c..4edebca0c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 1330457dc..53bb7711d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index cf22fc303..dfeb5966a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index 954378f7b..a30bb31ad 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 605e40ab5..21278e8b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 011456e24..7ecf917a3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 7fa829370..486222512 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 44406e7f9..4f34a4cd2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 19802bbf6..c9c1e7ee2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index 00e280983..fc226b6bc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 6d62d6911..3f15b1185 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index 663ad0752..b8eed51af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index 90788c360..17d32116d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index d33215bce..b32b39c58 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 23aa5e19e..15700dd7f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index d4c3e0f97..b1769eb8e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 1939e8867..80b930265 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 887221d61..10fa1d53e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index b2e635524..95317b93c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index f0ce390ed..e95cdaa44 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 62275778a..6271db71a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 25dc47c0e..9bed338b2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index ffbd657eb..1d1e917a6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 4617a5de9..58e18d36a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 3df49ee49..82df90977 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index b6a3ece66..8d19d79fb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index 6da9cb6f4..fa4399765 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index 3a50b3a9f..fa3dd027f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d3e9fb325..d794ba184 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 429f26914..10d2141fd 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 76cf01b1f..bfd27248d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 84ae1307a..72a30de5d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 87c20841d..d5b947e08 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d7a0a0b46..d93e2c98f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 0a4fe2b1d..43139e2be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index 4764d27ec..c1be43a02 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index a1125edef..64a572fa2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index 5f93235d6..f9fbac134 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index f91d49394..69502f6b9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index 87425b464..c002cf7e4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 6c89d8715..2f0dde620 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index 6f3378b0f..c41f7a770 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 0dee7011e..2a847d365 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 51ae23344..1852629ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index bc9d0a143..aea5403bd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 31c4e776e..647cd24f6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index da7ea8cc6..ec76920e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 4913e5aec..ae5d02d5c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index d45979cfb..e9b93785e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index 0774c6e7d..f7321aa00 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index 8304468ee..bea92082a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index 33afe12ca..d464cff21 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 657d1ad52..8a597180a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 4e8f636d4..503c87d54 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 2a04d7710..4b6f6af25 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index d1574a06a..ed6558f73 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index 5969cefd9..339ccdd91 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 29d6b8241..8f62a94b6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 80f97bdb9..52fa2c008 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index aecd82f94..b9e49ee96 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 6997c79b0..86785342e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d5b215b1f..d85f2db80 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 28b98cdb8..f4e241550 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 076f95a03..1a2e3be84 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 9a961fc51..18a28a0a7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8be16a89a..61eca58d3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index c746a19de..8cfe93f19 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index f4cf26df7..5a1a11986 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index f92a326be..ce36548e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index fc9f8ba3e..ab54c4470 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 14aec31b8..27e06257e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index 09e985f14..cd45ea6d4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index 77b9cf9c0..ed5ca39c6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 1d169ca61..725a124fc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 6d6091f05..0d98a9a8e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index cdb0a068e..9ac532a22 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index d969a8e62..3ef4df2fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index fc62822ef..a61c185b5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index 9128294cc..f1902b699 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index b102ba4d1..a54765abc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 2c285c549..21e9a41df 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index f540ac41d..a9d6df34c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index e70ba6851..40708b71b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 9832c7821..61df42874 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index f924d4137..69bd423cb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index c31266d27..ba39ffe4a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index 88ba9d274..7f5b44181 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 1f8833a97..c8515e065 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 5f67c4ce0..2c516a9b2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 4524d9063..8d6966631 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index fd8ad94af..f54432f15 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index c3ee5b872..9c05a86a3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 6607403a4..320bf31c4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index aef72daa7..bb0fc34b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 8f9a44f6e..4a6b87a76 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 38a5c49a8..0358924ff 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 6872214f0..983b704f9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 88be0809c..050a9d199 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index 3c3a872fe..e5a6c658a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 1a27d3cdc..8bf6c12be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 034507e07..e4f6ef76b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index ca0ec4fc1..edd1b8c7f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From 911d56da30dadc4db95eb37dd1c6b955f90c05d9 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:41:09 -0500 Subject: [PATCH 11/22] chore: Reset license --- .../java/com/google/auth/appengine/AppEngineCredentials.java | 2 +- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 2 +- .../com/google/auth/appengine/MockAppIdentityService.java | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 4 ++-- .../main/java/com/google/auth/CredentialTypeForMetrics.java | 4 ++-- credentials/src/main/java/com/google/auth/Credentials.java | 2 +- .../main/java/com/google/auth/RequestMetadataCallback.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 2 +- .../src/test/java/com/google/auth/ApiKeyCredentialsTest.java | 4 ++-- .../src/test/java/com/google/auth/SigningExceptionTest.java | 2 +- .../src/main/java/com/google/auth/http/AuthHttpConstants.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapter.java | 2 +- .../main/java/com/google/auth/http/HttpTransportFactory.java | 2 +- .../java/com/google/auth/http/InternalAuthHttpConstants.java | 2 +- .../auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsDates.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSigner.java | 2 +- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 2 +- .../google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 4 ++-- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/ClientId.java | 2 +- .../java/com/google/auth/oauth2/CloudShellCredentials.java | 2 +- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 2 +- .../com/google/auth/oauth2/CredentialFormatException.java | 2 +- .../com/google/auth/oauth2/DefaultCredentialsProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 2 +- .../java/com/google/auth/oauth2/DownscopedCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/EnvironmentProvider.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 2 +- .../google/auth/oauth2/ExternalAccountSupplierContext.java | 4 ++-- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IamUtils.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 2 +- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 2 +- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 4 ++-- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtClaims.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../main/java/com/google/auth/oauth2/MemoryTokensStorage.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 2 +- .../main/java/com/google/auth/oauth2/OAuth2Credentials.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 2 +- .../main/java/com/google/auth/oauth2/SecureSessionAgent.java | 4 ++-- .../java/com/google/auth/oauth2/SecureSessionAgentConfig.java | 4 ++-- .../com/google/auth/oauth2/ServiceAccountCredentials.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../main/java/com/google/auth/oauth2/StsRequestHandler.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 2 +- .../com/google/auth/oauth2/SystemEnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/UserAuthorizer.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserCredentials.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestClock.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapterTest.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/AccessTokenTest.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/AwsRequestSignerTest.java | 2 +- .../java/com/google/auth/oauth2/BaseSerializationTest.java | 2 +- .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 2 +- .../com/google/auth/oauth2/CloudShellCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 2 +- .../google/auth/oauth2/DefaultCredentialsProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 2 +- .../com/google/auth/oauth2/DownscopedCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountCredentialsTest.java | 2 +- .../auth/oauth2/ExternalAccountSupplierContextTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/GdchCredentialsTestUtil.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/GoogleCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/ITDownscopingTest.java | 2 +- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 4 ++-- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 2 +- .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 2 +- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 2 +- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockHttpTransportFactory.java | 2 +- .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../oauth2/MockIAMCredentialsServiceTransportFactory.java | 4 ++-- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 2 +- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 2 +- .../test/java/com/google/auth/oauth2/MockStsTransport.java | 2 +- .../com/google/auth/oauth2/MockTokenCheckingTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenServerTransport.java | 2 +- .../google/auth/oauth2/MockTokenServerTransportFactory.java | 2 +- .../java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../com/google/auth/oauth2/SecureSessionAgentConfigTest.java | 4 ++-- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 4 ++-- .../com/google/auth/oauth2/ServiceAccountCredentialsTest.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/StsRequestHandlerTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../java/com/google/auth/oauth2/TestEnvironmentProvider.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestUtils.java | 4 ++-- .../test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserAuthorizerTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserCredentialsTest.java | 2 +- .../oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../oauth2/functional/FTServiceAccountCredentialsTest.java | 2 +- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/update_javadoc.sh | 2 +- scripts/workloadidentityfederation-setup.sh | 2 +- 177 files changed, 196 insertions(+), 196 deletions(-) diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index 16d046907..ce32de135 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 05f81d578..4b076fb4b 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index c0befa4c7..a7be8d05e 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 8b5e7ef69..80c449b2e 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index 88b3e7cb2..e163b6d6d 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 37bbc3efe..47863326d 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 11aac6842..61403a6df 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index 53c6d796a..e11d79f76 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index 097452f06..c5168122c 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index b1579db61..e42e220a0 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 68a20c4ac..89b537d26 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 9455c2290..a25410ebf 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 840d447a5..330321e00 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index e8992ca76..06cd42b31 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 14293b082..5478f935f 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index 16da64bdc..fc89d0fe9 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 90a6c86f1..57f081e11 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index ae1e7e20a..12823ace4 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index 192dadad5..e057088f2 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 084b8462f..64e898a1e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index 4da9df2d8..d588a1dac 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index 87ad9b1f0..aa1596b19 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 6795990a0..55288e4dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index cb695d468..f38fe311e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index ee5081cf0..17217d2e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index e9a846f76..89f4fda6a 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index a26026b52..de8a194a2 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index 40032ca47..c2328b24b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index bf1623d9d..ad1d452fc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 2ab1db857..3a220a862 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index f75c7c3e5..a48b7d51d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index ad2386068..308576531 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index 236773449..abf81add9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 2d0e88908..99ec90cf4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index a04419339..275c15105 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index aedee2383..7101dda3e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index a16db378b..a1c4c152d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 161580f9e..49a8ec18d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 4f1de34c3..830c1c9c6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 7b1be7d91..5c92a99e0 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index d36b5c3df..417ee5c51 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index c5dbade68..39b528ab1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 3af9bb109..4186bc029 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index acbfe28af..a0412e910 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index bfc6649a1..89cd78144 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index 643c13443..cafe8d5c8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index bc26e1502..aa71253aa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index 9a4a21591..a052f2a5b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 1c788f02c..278b71047 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index af8dd157a..eb2d64e09 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 4a601c1cc..7f9f0c207 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index d1620f0d9..18fc124b8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index e833f56d5..1f0a6ff78 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index 5ce442422..7dd10a5b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index a647cb485..29bc8bbfb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index f68465411..a8b843877 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 0221d6824..6b8fd2922 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 7395274c4..691629014 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 5da5990bd..771b58d92 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 7964351bc..1d753e729 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 83872334d..ba924b8bf 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 780755aab..3dca4888b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 35cb0f1c3..4ab63b8ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index 1b597929e..ee5df1466 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 29e1aa8c5..28a44a333 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 7c778d790..21f1dc310 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index a89fbb16e..ba710ec05 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 62dd1d614..4d37e4523 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 0b2da3c02..308401a6d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index ced7ecef1..2302a3672 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index e2b25ea4c..c093901db 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 62e817783..346846943 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index 4edebca0c..fac99ee7c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 53bb7711d..1330457dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index dfeb5966a..cf22fc303 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index a30bb31ad..954378f7b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 21278e8b6..605e40ab5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 7ecf917a3..011456e24 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 486222512..7fa829370 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 4f34a4cd2..44406e7f9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index c9c1e7ee2..19802bbf6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index fc226b6bc..00e280983 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 3f15b1185..6d62d6911 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index b8eed51af..663ad0752 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index 17d32116d..e98357ed9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index b32b39c58..0b2f0a195 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 15700dd7f..23aa5e19e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index b1769eb8e..d4c3e0f97 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 80b930265..1939e8867 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 10fa1d53e..887221d61 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index 95317b93c..b2e635524 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index e95cdaa44..f0ce390ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 6271db71a..62275778a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 9bed338b2..25dc47c0e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index 1d1e917a6..ffbd657eb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 58e18d36a..4617a5de9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 82df90977..c0c85d483 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index 8d19d79fb..b6a3ece66 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index fa4399765..6da9cb6f4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index fa3dd027f..3a50b3a9f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d794ba184..d3e9fb325 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 10d2141fd..429f26914 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index bfd27248d..76cf01b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 72a30de5d..84ae1307a 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index d5b947e08..87c20841d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d93e2c98f..d7a0a0b46 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 43139e2be..0a4fe2b1d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index c1be43a02..4764d27ec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index 64a572fa2..a1125edef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index f9fbac134..5f93235d6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 69502f6b9..f91d49394 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index c002cf7e4..87425b464 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 2f0dde620..6c89d8715 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index c41f7a770..6f3378b0f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 2a847d365..0dee7011e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 1852629ee..51ae23344 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index aea5403bd..bc9d0a143 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 647cd24f6..31c4e776e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index ec76920e2..da7ea8cc6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index ae5d02d5c..4913e5aec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index e9b93785e..d45979cfb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index f7321aa00..b88555ccd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index bea92082a..8304468ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index d464cff21..33afe12ca 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 8a597180a..657d1ad52 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 503c87d54..4e8f636d4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 4b6f6af25..2a04d7710 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index ed6558f73..d1574a06a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index 339ccdd91..c0d45198b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 8f62a94b6..29d6b8241 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 52fa2c008..80f97bdb9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index b9e49ee96..aecd82f94 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 86785342e..6997c79b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d85f2db80..d5b215b1f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index f4e241550..3ec0e9b6a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 1a2e3be84..076f95a03 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 18a28a0a7..9a961fc51 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 61eca58d3..8be16a89a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index 8cfe93f19..c746a19de 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index 5a1a11986..f4cf26df7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index ce36548e2..f92a326be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index ab54c4470..fc9f8ba3e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 27e06257e..14aec31b8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index cd45ea6d4..09e985f14 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index ed5ca39c6..a4823553c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 725a124fc..1d169ca61 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 0d98a9a8e..6d6091f05 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index 9ac532a22..cdb0a068e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index 3ef4df2fe..d969a8e62 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index a61c185b5..fc62822ef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index f1902b699..9128294cc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index a54765abc..b102ba4d1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 21e9a41df..2c285c549 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index a9d6df34c..02cedc207 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index 40708b71b..e70ba6851 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 61df42874..9832c7821 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index 69bd423cb..f924d4137 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index ba39ffe4a..c31266d27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index 7f5b44181..3130a2ee4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index c8515e065..3b56728f1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 2c516a9b2..5f67c4ce0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 8d6966631..4524d9063 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index f54432f15..fd8ad94af 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index 9c05a86a3..c3ee5b872 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 320bf31c4..6607403a4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index bb0fc34b0..aef72daa7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 4a6b87a76..8f9a44f6e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 0358924ff..9c4450df3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2024, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 983b704f9..6872214f0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 050a9d199..88be0809c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index e5a6c658a..3c3a872fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 8bf6c12be..1a27d3cdc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index e4f6ef76b..034507e07 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index edd1b8c7f..ca0ec4fc1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index e2f847d94..896610e0d 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/update_javadoc.sh b/scripts/update_javadoc.sh index 616bb7d59..e5d73c218 100755 --- a/scripts/update_javadoc.sh +++ b/scripts/update_javadoc.sh @@ -13,7 +13,7 @@ # in the documentation and/or other materials provided with the # distribution. # -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index 2d7692d6d..ff265c548 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google LLC nor the names of its +# * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # From d1b217e3001bea5e104d583ff6c18aaaf75fc117 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:42:22 -0500 Subject: [PATCH 12/22] chore: Reset license --- .../java/com/google/auth/appengine/AppEngineCredentials.java | 2 +- .../com/google/auth/appengine/AppEngineCredentialsTest.java | 2 +- .../java/com/google/auth/appengine/MockAppIdentityService.java | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 2 +- .../protobuf/ClientSideAccessBoundaryProto.java | 2 +- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 2 +- .../ITClientSideCredentialAccessBoundaryTest.java | 2 +- .../src/main/java/com/google/auth/ApiKeyCredentials.java | 2 +- .../src/main/java/com/google/auth/CredentialTypeForMetrics.java | 2 +- credentials/src/main/java/com/google/auth/Credentials.java | 2 +- .../src/main/java/com/google/auth/RequestMetadataCallback.java | 2 +- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- .../src/main/java/com/google/auth/ServiceAccountSigner.java | 2 +- .../src/test/java/com/google/auth/ApiKeyCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/SigningExceptionTest.java | 2 +- .../src/main/java/com/google/auth/http/AuthHttpConstants.java | 2 +- .../main/java/com/google/auth/http/HttpCredentialsAdapter.java | 2 +- .../main/java/com/google/auth/http/HttpTransportFactory.java | 2 +- .../java/com/google/auth/http/InternalAuthHttpConstants.java | 2 +- .../google/auth/mtls/CertificateSourceUnavailableException.java | 2 +- .../java/com/google/auth/mtls/ContextAwareMetadataJson.java | 2 +- .../java/com/google/auth/mtls/DefaultMtlsProviderFactory.java | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../com/google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/AccessToken.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 2 +- .../main/java/com/google/auth/oauth2/AppEngineCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsRequestSigner.java | 2 +- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 2 +- .../com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java | 2 +- .../main/java/com/google/auth/oauth2/CloudShellCredentials.java | 2 +- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 2 +- .../java/com/google/auth/oauth2/CredentialFormatException.java | 2 +- .../java/com/google/auth/oauth2/DefaultCredentialsProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 2 +- .../main/java/com/google/auth/oauth2/DownscopedCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/EnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../java/com/google/auth/oauth2/ExternalAccountCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 2 +- .../com/google/auth/oauth2/ExternalAccountSupplierContext.java | 2 +- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleCredentials.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 2 +- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 2 +- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 2 +- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../main/java/com/google/auth/oauth2/MemoryTokensStorage.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Credentials.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuth2Utils.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../main/java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 2 +- .../main/java/com/google/auth/oauth2/SecureSessionAgent.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentConfig.java | 2 +- .../java/com/google/auth/oauth2/ServiceAccountCredentials.java | 2 +- .../google/auth/oauth2/ServiceAccountJwtAccessCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/StsRequestHandler.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 2 +- .../java/com/google/auth/oauth2/SystemEnvironmentProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenStore.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserAuthorizer.java | 2 +- .../src/main/java/com/google/auth/oauth2/UserCredentials.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestClock.java | 2 +- oauth2_http/src/test/java/com/google/auth/TestUtils.java | 2 +- .../java/com/google/auth/http/HttpCredentialsAdapterTest.java | 2 +- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/AccessTokenTest.java | 2 +- .../java/com/google/auth/oauth2/AppEngineCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsRequestSignerTest.java | 2 +- .../test/java/com/google/auth/oauth2/BaseSerializationTest.java | 2 +- .../oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ClientIdTest.java | 2 +- .../java/com/google/auth/oauth2/CloudShellCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 2 +- .../com/google/auth/oauth2/DefaultCredentialsProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 2 +- .../java/com/google/auth/oauth2/DownscopedCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountSupplierContextTest.java | 2 +- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/GdchCredentialsTestUtil.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/ITDownscopingTest.java | 2 +- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IamUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/IdTokenTest.java | 2 +- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 2 +- .../com/google/auth/oauth2/ImpersonatedCredentialsTest.java | 2 +- .../auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 2 +- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockExecutor.java | 2 +- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockHttpTransportFactory.java | 2 +- .../google/auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../auth/oauth2/MockIAMCredentialsServiceTransportFactory.java | 2 +- .../com/google/auth/oauth2/MockMetadataServerTransport.java | 2 +- .../com/google/auth/oauth2/MockRequestMetadataCallback.java | 2 +- .../src/test/java/com/google/auth/oauth2/MockStsTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenCheckingTransport.java | 2 +- .../java/com/google/auth/oauth2/MockTokenServerTransport.java | 2 +- .../com/google/auth/oauth2/MockTokenServerTransportFactory.java | 2 +- .../test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../com/google/auth/oauth2/SecureSessionAgentConfigTest.java | 2 +- .../java/com/google/auth/oauth2/SecureSessionAgentTest.java | 2 +- .../com/google/auth/oauth2/ServiceAccountCredentialsTest.java | 2 +- .../auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/StsRequestHandlerTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../java/com/google/auth/oauth2/TestEnvironmentProvider.java | 2 +- oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java | 2 +- .../src/test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserAuthorizerTest.java | 2 +- .../test/java/com/google/auth/oauth2/UserCredentialsTest.java | 2 +- .../auth/oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../auth/oauth2/functional/FTServiceAccountCredentialsTest.java | 2 +- 174 files changed, 174 insertions(+), 174 deletions(-) diff --git a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java index ce32de135..16d046907 100644 --- a/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java +++ b/appengine/src/main/java/com/google/auth/appengine/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java index 4b076fb4b..05f81d578 100644 --- a/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java +++ b/appengine/src/test/java/com/google/auth/appengine/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java index a7be8d05e..c0befa4c7 100644 --- a/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java +++ b/appengine/src/test/java/com/google/auth/appengine/MockAppIdentityService.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 80c449b2e..8b5e7ef69 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java index e163b6d6d..88b3e7cb2 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/protobuf/ClientSideAccessBoundaryProto.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 47863326d..37bbc3efe 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 61403a6df..11aac6842 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java index e11d79f76..8c454d0a9 100644 --- a/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java +++ b/credentials/src/main/java/com/google/auth/ApiKeyCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index c5168122c..c60b6a28f 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Credentials.java b/credentials/src/main/java/com/google/auth/Credentials.java index e42e220a0..b1579db61 100644 --- a/credentials/src/main/java/com/google/auth/Credentials.java +++ b/credentials/src/main/java/com/google/auth/Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java index 89b537d26..68a20c4ac 100644 --- a/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java +++ b/credentials/src/main/java/com/google/auth/RequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index a25410ebf..9455c2290 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java index 330321e00..840d447a5 100644 --- a/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java +++ b/credentials/src/main/java/com/google/auth/ServiceAccountSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java index 06cd42b31..1de45daa9 100644 --- a/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java +++ b/credentials/src/test/java/com/google/auth/ApiKeyCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java index 5478f935f..14293b082 100644 --- a/credentials/src/test/java/com/google/auth/SigningExceptionTest.java +++ b/credentials/src/test/java/com/google/auth/SigningExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java index fc89d0fe9..16da64bdc 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/AuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java index 57f081e11..90a6c86f1 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpCredentialsAdapter.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java index 12823ace4..ae1e7e20a 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/http/HttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java index e057088f2..192dadad5 100644 --- a/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java +++ b/oauth2_http/src/main/java/com/google/auth/http/InternalAuthHttpConstants.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java index 64e898a1e..084b8462f 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/CertificateSourceUnavailableException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java index d588a1dac..4da9df2d8 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/ContextAwareMetadataJson.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java index aa1596b19..87ad9b1f0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/DefaultMtlsProviderFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 55288e4dc..6795990a0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index f38fe311e..cb695d468 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index 17217d2e3..ee5081cf0 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index 89f4fda6a..e9a846f76 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index de8a194a2..a26026b52 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java index c2328b24b..40032ca47 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AccessToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index ad1d452fc..bf1623d9d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java index 3a220a862..2ab1db857 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AppEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index a48b7d51d..f75c7c3e5 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index 308576531..ad2386068 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index abf81add9..236773449 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 99ec90cf4..2d0e88908 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index 275c15105..a04419339 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index 7101dda3e..aedee2383 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index a1c4c152d..6c57947e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 49a8ec18d..161580f9e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java index 830c1c9c6..4f1de34c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ClientId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java index 5c92a99e0..7b1be7d91 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CloudShellCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 417ee5c51..d36b5c3df 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index 39b528ab1..c5dbade68 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 4186bc029..3af9bb109 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java index a0412e910..acbfe28af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultCredentialsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index 89cd78144..bfc6649a1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index cafe8d5c8..643c13443 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java index aa71253aa..bc26e1502 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/EnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index a052f2a5b..9a4a21591 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 278b71047..1c788f02c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index eb2d64e09..af8dd157a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 7f9f0c207..4a601c1cc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index 18fc124b8..d1620f0d9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index 1f0a6ff78..a82611130 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index 7dd10a5b6..e1142d938 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index 29bc8bbfb..a647cb485 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index a8b843877..f68465411 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 6b8fd2922..0221d6824 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java index 691629014..7395274c4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 771b58d92..5da5990bd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 1d753e729..7964351bc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index ba924b8bf..83872334d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 3dca4888b..780755aab 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 4ab63b8ed..35cb0f1c3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index ee5df1466..1b597929e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 28a44a333..8043c2cce 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 21f1dc310..7c778d790 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index ba710ec05..1c32bd49c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 4d37e4523..62dd1d614 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 308401a6d..0b2da3c02 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index 2302a3672..ced7ecef1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index c093901db..e2b25ea4c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 346846943..62e817783 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java index fac99ee7c..4edebca0c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MemoryTokensStorage.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 1330457dc..53bb7711d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java index cf22fc303..dfeb5966a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index 954378f7b..a30bb31ad 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java index 605e40ab5..21278e8b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2Utils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 011456e24..7ecf917a3 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 7fa829370..486222512 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 44406e7f9..4f34a4cd2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index 19802bbf6..c9c1e7ee2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index 00e280983..fc226b6bc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 6d62d6911..3f15b1185 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index 663ad0752..b8eed51af 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java index e98357ed9..d879fa7fa 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgent.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java index 0b2f0a195..1a8c36399 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SecureSessionAgentConfig.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java index 23aa5e19e..15700dd7f 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index d4c3e0f97..b1769eb8e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 1939e8867..80b930265 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 887221d61..10fa1d53e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index b2e635524..95317b93c 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index f0ce390ed..e95cdaa44 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 62275778a..6271db71a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java index 25dc47c0e..9bed338b2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/SystemEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java index ffbd657eb..1d1e917a6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenStore.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 4617a5de9..58e18d36a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index c0c85d483..574576734 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java index b6a3ece66..8d19d79fb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserAuthorizer.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java index 6da9cb6f4..fa4399765 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestClock.java b/oauth2_http/src/test/java/com/google/auth/TestClock.java index 3a50b3a9f..fa3dd027f 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestClock.java +++ b/oauth2_http/src/test/java/com/google/auth/TestClock.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/TestUtils.java index d3e9fb325..d794ba184 100644 --- a/oauth2_http/src/test/java/com/google/auth/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java index 429f26914..10d2141fd 100644 --- a/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java +++ b/oauth2_http/src/test/java/com/google/auth/http/HttpCredentialsAdapterTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index 76cf01b1f..bfd27248d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 84ae1307a..72a30de5d 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index 87c20841d..d5b947e08 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java index d7a0a0b46..d93e2c98f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AccessTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java index 0a4fe2b1d..43139e2be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AppEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index 4764d27ec..c1be43a02 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index a1125edef..64a572fa2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java index 5f93235d6..f9fbac134 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/BaseSerializationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index f91d49394..69502f6b9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java index 87425b464..c002cf7e4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ClientIdTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java index 6c89d8715..2f0dde620 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CloudShellCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java index 6f3378b0f..c41f7a770 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 0dee7011e..2a847d365 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java index 51ae23344..1852629ee 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultCredentialsProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index bc9d0a143..aea5403bd 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 31c4e776e..647cd24f6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index da7ea8cc6..ec76920e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index 4913e5aec..ae5d02d5c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index d45979cfb..e9b93785e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index b88555ccd..8992df7dc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index 8304468ee..bea92082a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java index 33afe12ca..d464cff21 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTestUtil.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 657d1ad52..8a597180a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java index 4e8f636d4..503c87d54 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 2a04d7710..4b6f6af25 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index d1574a06a..ed6558f73 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java index c0d45198b..c9413c6cb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IamUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 29d6b8241..8f62a94b6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java index 80f97bdb9..52fa2c008 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index aecd82f94..b9e49ee96 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 6997c79b0..86785342e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java index d5b215b1f..d85f2db80 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ImpersonatedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index 3ec0e9b6a..fa5640e92 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 076f95a03..1a2e3be84 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 9a961fc51..18a28a0a7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8be16a89a..61eca58d3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index c746a19de..8cfe93f19 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index f4cf26df7..5a1a11986 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java index f92a326be..ce36548e2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExecutor.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index fc9f8ba3e..ab54c4470 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java index 14aec31b8..27e06257e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockHttpTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index 09e985f14..cd45ea6d4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java index a4823553c..a1df56b4b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java index 1d169ca61..725a124fc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockMetadataServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java index 6d6091f05..0d98a9a8e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockRequestMetadataCallback.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index cdb0a068e..9ac532a22 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java index d969a8e62..3ef4df2fe 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenCheckingTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java index fc62822ef..a61c185b5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java index 9128294cc..f1902b699 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockTokenServerTransportFactory.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java index b102ba4d1..a54765abc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 2c285c549..21e9a41df 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index 02cedc207..aa0cf8ad3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index e70ba6851..40708b71b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 9832c7821..61df42874 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index f924d4137..69bd423cb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index c31266d27..ba39ffe4a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java index 3130a2ee4..b9249517c 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentConfigTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java index 3b56728f1..8f66a90b8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/SecureSessionAgentTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java index 5f67c4ce0..2c516a9b2 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java index 4524d9063..8d6966631 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index fd8ad94af..f54432f15 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index c3ee5b872..9c05a86a3 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 6607403a4..320bf31c4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index aef72daa7..bb0fc34b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java index 8f9a44f6e..4a6b87a76 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestEnvironmentProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java index 9c4450df3..4efc138bb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 6872214f0..983b704f9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java index 88be0809c..050a9d199 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserAuthorizerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java index 3c3a872fe..e5a6c658a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/UserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 1a27d3cdc..8bf6c12be 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index 034507e07..e4f6ef76b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index ca0ec4fc1..edd1b8c7f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From 78dc0a6da191dbad3b6b6813731ec37483d10c48 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:47:59 -0500 Subject: [PATCH 13/22] chore: Reset license --- LICENSE | 2 +- .../ClientSideCredentialAccessBoundaryFactory.java | 4 ++-- .../ClientSideCredentialAccessBoundaryFactoryTest.java | 4 ++-- .../ITClientSideCredentialAccessBoundaryTest.java | 4 ++-- .../main/java/com/google/auth/CredentialTypeForMetrics.java | 4 ++-- credentials/src/main/java/com/google/auth/Retryable.java | 2 +- java.header | 2 +- .../java/com/google/auth/mtls/MtlsHttpTransportFactory.java | 2 +- .../src/main/java/com/google/auth/mtls/MtlsProvider.java | 2 +- .../main/java/com/google/auth/mtls/SecureConnectProvider.java | 2 +- .../google/auth/mtls/WorkloadCertificateConfiguration.java | 2 +- .../src/main/java/com/google/auth/mtls/X509Provider.java | 2 +- .../src/main/java/com/google/auth/oauth2/ActingParty.java | 2 +- .../main/java/com/google/auth/oauth2/AwsCredentialSource.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsCredentials.java | 2 +- .../src/main/java/com/google/auth/oauth2/AwsDates.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSignature.java | 2 +- .../main/java/com/google/auth/oauth2/AwsRequestSigner.java | 2 +- .../java/com/google/auth/oauth2/AwsSecurityCredentials.java | 2 +- .../google/auth/oauth2/AwsSecurityCredentialsSupplier.java | 4 ++-- .../oauth2/CertificateIdentityPoolSubjectTokenSupplier.java | 2 +- .../java/com/google/auth/oauth2/CredentialAccessBoundary.java | 2 +- .../com/google/auth/oauth2/CredentialFormatException.java | 2 +- 23 files changed, 28 insertions(+), 28 deletions(-) diff --git a/LICENSE b/LICENSE index 0c08092ae..2acb3d750 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google LLC nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java index 8b5e7ef69..5b40442b5 100644 --- a/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java +++ b/cab-token-generator/src/main/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java index 37bbc3efe..e5d72bc5d 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java index 11aac6842..cab0183f1 100644 --- a/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java +++ b/cab-token-generator/src/test/java/com/google/auth/credentialaccessboundary/ITClientSideCredentialAccessBoundaryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java index c60b6a28f..50c90365c 100644 --- a/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java +++ b/credentials/src/main/java/com/google/auth/CredentialTypeForMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/credentials/src/main/java/com/google/auth/Retryable.java b/credentials/src/main/java/com/google/auth/Retryable.java index 9455c2290..a25410ebf 100644 --- a/credentials/src/main/java/com/google/auth/Retryable.java +++ b/credentials/src/main/java/com/google/auth/Retryable.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/java.header b/java.header index bdd47fa8a..6cf0c26c6 100644 --- a/java.header +++ b/java.header @@ -12,7 +12,7 @@ ^ \* in the documentation and/or other materials provided with the$ ^ \* distribution\.$ ^ \*$ -^ \* \* Neither the name of Google LLC nor the names of its$ +^ \* \* Neither the name of Google (Inc\.|LLC) nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ ^ \* this software without specific prior written permission\.$ ^ \*$ diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java index 6795990a0..fe4c14209 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsHttpTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java index cb695d468..f38fe311e 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/MtlsProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java index ee5081cf0..17217d2e3 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/SecureConnectProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java index e9a846f76..89f4fda6a 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/WorkloadCertificateConfiguration.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java index a26026b52..de8a194a2 100644 --- a/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java +++ b/oauth2_http/src/main/java/com/google/auth/mtls/X509Provider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java index bf1623d9d..ad1d452fc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ActingParty.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java index f75c7c3e5..a48b7d51d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java index ad2386068..308576531 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java index 236773449..abf81add9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsDates.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java index 2d0e88908..99ec90cf4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSignature.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java index a04419339..275c15105 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsRequestSigner.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java index aedee2383..7101dda3e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java index 6c57947e3..f7f219923 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java index 161580f9e..49a8ec18d 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java index c5dbade68..39b528ab1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialAccessBoundary.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java index 3af9bb109..4186bc029 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/CredentialFormatException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From 54ec099539cf1f623ecb41594dd43afdb780926e Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:51:28 -0500 Subject: [PATCH 14/22] chore: Reset license --- .../test/java/com/google/auth/oauth2/JwtCredentialsTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 2 +- .../test/java/com/google/auth/oauth2/LoggingUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/MetricsUtilsTest.java | 4 ++-- .../auth/oauth2/MockExternalAccountCredentialsTransport.java | 2 +- .../auth/oauth2/MockIAMCredentialsServiceTransport.java | 2 +- .../test/java/com/google/auth/oauth2/MockStsTransport.java | 2 +- .../google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/OAuthExceptionTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialsTest.java | 2 +- .../com/google/auth/oauth2/PluggableAuthExceptionTest.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandlerTest.java | 2 +- .../java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java | 2 +- .../java/com/google/auth/oauth2/StsRequestHandlerTest.java | 2 +- .../src/test/java/com/google/auth/oauth2/TestAppender.java | 2 +- .../test/java/com/google/auth/oauth2/TokenVerifierTest.java | 2 +- .../oauth2/functional/FTComputeEngineCredentialsTest.java | 2 +- .../com/google/auth/oauth2/functional/FTQuotaProjectId.java | 2 +- .../oauth2/functional/FTServiceAccountCredentialsTest.java | 2 +- scripts/downscoping-with-cab-setup.sh | 2 +- scripts/workloadidentityfederation-setup.sh | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java index 18a28a0a7..95a4e3f4d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 61eca58d3..8be16a89a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java index 8cfe93f19..c746a19de 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java index 5a1a11986..2a602b153 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MetricsUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java index ab54c4470..fc9f8ba3e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java index cd45ea6d4..cbd57d115 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockIAMCredentialsServiceTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2018, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java index 9ac532a22..cdb0a068e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/MockStsTransport.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java index 21e9a41df..2c285c549 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2CredentialsWithRefreshTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index aa0cf8ad3..d1e0103e4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024, Google LLC All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java index 40708b71b..e70ba6851 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java index 61df42874..9832c7821 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java index 69bd423cb..f924d4137 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthExceptionTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java index ba39ffe4a..c31266d27 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/PluggableAuthHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index f54432f15..fd8ad94af 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java index 9c05a86a3..c3ee5b872 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java index 320bf31c4..6607403a4 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/StsRequestHandlerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index bb0fc34b0..aef72daa7 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java index 983b704f9..6872214f0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TokenVerifierTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java index 8bf6c12be..1a27d3cdc 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTComputeEngineCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java index e4f6ef76b..034507e07 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTQuotaProjectId.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java index edd1b8c7f..ca0ec4fc1 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/functional/FTServiceAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/scripts/downscoping-with-cab-setup.sh b/scripts/downscoping-with-cab-setup.sh index 896610e0d..e2f847d94 100755 --- a/scripts/downscoping-with-cab-setup.sh +++ b/scripts/downscoping-with-cab-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # diff --git a/scripts/workloadidentityfederation-setup.sh b/scripts/workloadidentityfederation-setup.sh index ff265c548..2d7692d6d 100755 --- a/scripts/workloadidentityfederation-setup.sh +++ b/scripts/workloadidentityfederation-setup.sh @@ -12,7 +12,7 @@ # copyright notice, this list of conditions and the following disclaimer # in the documentation and/or other materials provided with the # distribution. -# * Neither the name of Google Inc. nor the names of its +# * Neither the name of Google LLC nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # From 035bdd139e6911f3fac8a72a64c36b18e4f3d330 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:54:44 -0500 Subject: [PATCH 15/22] chore: Reset license --- .../main/java/com/google/auth/oauth2/DefaultPKCEProvider.java | 2 +- .../java/com/google/auth/oauth2/DownscopedCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/ExecutableResponse.java | 2 +- .../auth/oauth2/ExternalAccountAuthorizedUserCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountCredentials.java | 2 +- .../com/google/auth/oauth2/ExternalAccountMetricsHandler.java | 2 +- .../google/auth/oauth2/ExternalAccountSupplierContext.java | 4 ++-- .../auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/GdchCredentials.java | 2 +- .../main/java/com/google/auth/oauth2/GoogleAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/IamUtils.java | 2 +- oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java | 4 ++-- .../main/java/com/google/auth/oauth2/IdTokenCredentials.java | 4 ++-- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java index bfc6649a1..33e3a3fc7 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DefaultPKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java index 643c13443..cafe8d5c8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/DownscopedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java index 1c788f02c..278b71047 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java index af8dd157a..eb2d64e09 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java index 4a601c1cc..7f9f0c207 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java index d1620f0d9..18fc124b8 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountMetricsHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java index a82611130..612c735e2 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExternalAccountSupplierContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java index e1142d938..a939507d4 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/FileIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java index a647cb485..c5e8bd576 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GdchCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java index f68465411..a8b843877 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java index 0221d6824..d82548a08 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/GoogleAuthUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java index 5da5990bd..cd99a8903 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java index 7964351bc..ccd670bba 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java index 83872334d..42bdbaa6e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From ff12cf47ecd2bf7caf9258aa7b49b370efd7ac42 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 14:58:25 -0500 Subject: [PATCH 16/22] chore: Reset license --- .../src/main/java/com/google/auth/oauth2/IdTokenProvider.java | 4 ++-- .../com/google/auth/oauth2/IdentityPoolCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 2 +- .../google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java | 4 ++-- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 4 ++-- .../auth/oauth2/InternalAwsSecurityCredentialsSupplier.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtClaims.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtCredentials.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/JwtProvider.java | 4 ++-- .../src/main/java/com/google/auth/oauth2/LoggerProvider.java | 2 +- .../src/main/java/com/google/auth/oauth2/LoggingUtils.java | 2 +- .../src/main/java/com/google/auth/oauth2/MetricsUtils.java | 2 +- .../com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java | 2 +- .../src/main/java/com/google/auth/oauth2/OAuthException.java | 2 +- .../src/main/java/com/google/auth/oauth2/PKCEProvider.java | 2 +- .../com/google/auth/oauth2/PluggableAuthCredentialSource.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthCredentials.java | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java index 780755aab..4d9b09e18 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdTokenProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java index 35cb0f1c3..4ab63b8ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java index 1b597929e..ee5df1466 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java index 8043c2cce..01477f8bb 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/IdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 7c778d790..5c027b4c9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google LLC + * Copyright 2018, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java index 1c32bd49c..b4140fe8e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java index 62dd1d614..5e36ebde1 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtClaims.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java index 0b2da3c02..0bf9c537e 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java index ced7ecef1..0e25d20e6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/JwtProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java index e2b25ea4c..c093901db 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggerProvider.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java index 62e817783..346846943 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/LoggingUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java index 53bb7711d..1330457dc 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/MetricsUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java index a30bb31ad..954378f7b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuth2CredentialsWithRefresh.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java index 7ecf917a3..011456e24 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/OAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java index 486222512..0a0b2f8dd 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PKCEProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java index 4f34a4cd2..44406e7f9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentialSource.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java index c9c1e7ee2..19802bbf6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From 8849f40ea473ecd8fc82606cd777d1080eb2e862 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 16:18:44 -0500 Subject: [PATCH 17/22] chore: Reset license --- .../main/java/com/google/auth/oauth2/ExecutableHandler.java | 2 +- .../java/com/google/auth/oauth2/ImpersonatedCredentials.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthException.java | 2 +- .../java/com/google/auth/oauth2/PluggableAuthHandler.java | 2 +- .../java/com/google/auth/oauth2/QuotaProjectIdProvider.java | 4 ++-- .../main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java | 2 +- .../src/main/java/com/google/auth/oauth2/Slf4jUtils.java | 2 +- .../main/java/com/google/auth/oauth2/StsRequestHandler.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeRequest.java | 2 +- .../java/com/google/auth/oauth2/StsTokenExchangeResponse.java | 2 +- .../src/main/java/com/google/auth/oauth2/TokenVerifier.java | 2 +- .../auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java | 4 ++-- .../java/com/google/auth/mtls/SecureConnectProviderTest.java | 2 +- .../auth/mtls/WorkloadCertificateConfigurationTest.java | 2 +- .../src/test/java/com/google/auth/mtls/X509ProviderTest.java | 2 +- .../test/java/com/google/auth/oauth2/AwsCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/AwsRequestSignerTest.java | 2 +- .../CertificateIdentityPoolSubjectTokenSupplierTest.java | 4 ++-- .../com/google/auth/oauth2/CredentialAccessBoundaryTest.java | 2 +- .../java/com/google/auth/oauth2/DefaultPKCEProviderTest.java | 2 +- .../com/google/auth/oauth2/DownscopedCredentialsTest.java | 2 +- .../java/com/google/auth/oauth2/ExecutableResponseTest.java | 2 +- .../oauth2/ExternalAccountAuthorizedUserCredentialsTest.java | 2 +- .../google/auth/oauth2/ExternalAccountCredentialsTest.java | 2 +- .../auth/oauth2/ExternalAccountSupplierContextTest.java | 4 ++-- .../test/java/com/google/auth/oauth2/GdchCredentialsTest.java | 2 +- .../test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java | 2 +- .../test/java/com/google/auth/oauth2/ITDownscopingTest.java | 2 +- .../google/auth/oauth2/ITWorkloadIdentityFederationTest.java | 2 +- .../java/com/google/auth/oauth2/IdTokenCredentialsTest.java | 4 ++-- .../google/auth/oauth2/IdentityPoolCredentialsSourceTest.java | 2 +- .../com/google/auth/oauth2/IdentityPoolCredentialsTest.java | 2 +- .../oauth2/InternalAwsSecurityCredentialsSupplierTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/JwtClaimsTest.java | 4 ++-- .../src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java | 4 ++-- 35 files changed, 43 insertions(+), 43 deletions(-) diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java index 9a4a21591..a052f2a5b 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ExecutableHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java index 5c027b4c9..5b3df6fec 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/ImpersonatedCredentials.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google LLC nor the names of its + * * Neither the name of Google Inc. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java index fc226b6bc..00e280983 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthException.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java index 3f15b1185..6d62d6911 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/PluggableAuthHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java index b8eed51af..fac3b97b6 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/QuotaProjectIdProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java index 80b930265..1939e8867 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jLoggingHelpers.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java index 10fa1d53e..887221d61 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/Slf4jUtils.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java index 95317b93c..b2e635524 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsRequestHandler.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java index e95cdaa44..f0ce390ed 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeRequest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java index 6271db71a..62275778a 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/StsTokenExchangeResponse.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java index 58e18d36a..4617a5de9 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/TokenVerifier.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java index 574576734..3df49ee49 100644 --- a/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java +++ b/oauth2_http/src/main/java/com/google/auth/oauth2/UrlIdentityPoolSubjectTokenSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java index bfd27248d..7e962014a 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/SecureConnectProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java index 72a30de5d..bd17436c1 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/WorkloadCertificateConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java index d5b947e08..7f3927654 100644 --- a/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/mtls/X509ProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java index c1be43a02..4764d27ec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java index 64a572fa2..a1125edef 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/AwsRequestSignerTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java index 69502f6b9..9ff8f7f5f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Google LLC + * Copyright 2025, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java index 2a847d365..0dee7011e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/CredentialAccessBoundaryTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java index aea5403bd..114e27298 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DefaultPKCEProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java index 647cd24f6..31c4e776e 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/DownscopedCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java index ec76920e2..da7ea8cc6 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExecutableResponseTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java index ae5d02d5c..4913e5aec 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java index e9b93785e..d45979cfb 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java index 8992df7dc..0774c6e7d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ExternalAccountSupplierContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java index bea92082a..b55514916 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GdchCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Google LLC + * Copyright 2022, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java index 8a597180a..7c883df0f 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/GoogleAuthUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Google LLC + * Copyright 2023, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java index 4b6f6af25..2a04d7710 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITDownscopingTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java index ed6558f73..d1574a06a 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java index 8f62a94b6..e3dcec4b5 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdTokenCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java index b9e49ee96..aecd82f94 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsSourceTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java index 86785342e..6997c79b0 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/IdentityPoolCredentialsTest.java @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java index fa5640e92..28b98cdb8 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/InternalAwsSecurityCredentialsSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google Inc. All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java index 1a2e3be84..8c81a7707 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/JwtClaimsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google LLC + * Copyright 2019, Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java index d1e0103e4..f540ac41d 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/OAuth2UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024, Google LLC All rights reserved. + * Copyright 2024 Google LLC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -12,7 +12,7 @@ * in the documentation and/or other materials provided with the * distribution. * - * * Neither the name of Google Inc. nor the names of its + * * Neither the name of Google LLC nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * From b251459b0ddd07c4d2f54e1e65b1e7de87813058 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 16:21:22 -0500 Subject: [PATCH 18/22] chore: Fix java header format --- java.header | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java.header b/java.header index 6cf0c26c6..44d9e18f0 100644 --- a/java.header +++ b/java.header @@ -5,14 +5,14 @@ ^ \* modification, are permitted provided that the following conditions are$ ^ \* met:$ ^ \*$ -^ \* \* Redistributions of source code must retain the above copyright$ +^ \* \* Redistributions of source code must retain the above copyright$ ^ \* notice, this list of conditions and the following disclaimer\.$ -^ \* \* Redistributions in binary form must reproduce the above$ +^ \* \* Redistributions in binary form must reproduce the above$ ^ \* copyright notice, this list of conditions and the following disclaimer$ ^ \* in the documentation and/or other materials provided with the$ ^ \* distribution\.$ ^ \*$ -^ \* \* Neither the name of Google (Inc\.|LLC) nor the names of its$ +^ \* \* Neither the name of Google (Inc\.|LLC) nor the names of its$ ^ \* contributors may be used to endorse or promote products derived from$ ^ \* this software without specific prior written permission\.$ ^ \*$ From e6e8514dc5687f89dbba0f159daf2886bd3b7c5c Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 19:58:30 -0500 Subject: [PATCH 19/22] chore: Run logging tests serial --- .../src/test/java/com/google/auth/oauth2/LoggingTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8be16a89a..d98450a5b 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -64,6 +64,8 @@ import java.util.Map; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.parallel.Execution; +import org.junit.jupiter.api.parallel.ExecutionMode; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.slf4j.event.KeyValuePair; @@ -73,6 +75,7 @@ * credentials test classes with addition of test logging appender setup and test logic for logging. * This duplicates tests setups, but centralizes logging test setup in this class. */ +@Execution(ExecutionMode.SAME_THREAD) class LoggingTest { private TestAppender setupTestLogger(Class clazz) { From d868e1ea0e8115762e1dbed7a1dabc0a1a760301 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 20:46:37 -0500 Subject: [PATCH 20/22] chore: poll logback in a loop for up to 1 sec for initialization --- .../com/google/auth/oauth2/LoggingTest.java | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index d98450a5b..8b8fe7a61 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -78,12 +78,30 @@ @Execution(ExecutionMode.SAME_THREAD) class LoggingTest { + // Configure Logback to initialize at most for 1 second + private static final long LOGBACK_POLL_ATTEMPTS = 10L; + private static final long LOGBACK_POLL_DELAY_MS = 100L; + private TestAppender setupTestLogger(Class clazz) { TestAppender testAppender = new TestAppender(); testAppender.start(); Logger logger = LoggerFactory.getLogger(clazz); - ((ch.qos.logback.classic.Logger) logger).addAppender(testAppender); - return testAppender; + // From + // https://stackoverflow.com/questions/1827677/how-to-do-a-junit-assert-on-a-message-in-a-logger/51812144#comment128302495_51812144 + // LoggerFactory.getLogger() might return an org.slf4j.helpers.SubstituteLogger instance despite + // the usage of Logback while the logging is still initializing + for (int i = 0; i < LOGBACK_POLL_ATTEMPTS; i++) { + if ((logger instanceof ch.qos.logback.classic.Logger)) { + ((ch.qos.logback.classic.Logger) logger).addAppender(testAppender); + return testAppender; + } + try { + Thread.sleep(LOGBACK_POLL_DELAY_MS); + } catch (InterruptedException e) { + throw new RuntimeException(e); + } + } + throw new RuntimeException("Unable to setup test logger"); } @BeforeAll From f5b7c6408239a4575cf2827d5deaf94daed6027e Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 23:34:57 -0500 Subject: [PATCH 21/22] chore: Use threadlocal logging events --- .../com/google/auth/oauth2/LoggingTest.java | 155 ++++++++++-------- .../auth/oauth2/Slf4jUtilsLogbackTest.java | 32 ++-- .../com/google/auth/oauth2/TestAppender.java | 6 +- 3 files changed, 104 insertions(+), 89 deletions(-) diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 8b8fe7a61..02076af71 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -62,6 +62,8 @@ import java.util.Arrays; import java.util.List; import java.util.Map; + +import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Execution; @@ -83,7 +85,8 @@ class LoggingTest { private static final long LOGBACK_POLL_DELAY_MS = 100L; private TestAppender setupTestLogger(Class clazz) { - TestAppender testAppender = new TestAppender(); + ThreadLocal testAppenderThreadLocal = ThreadLocal.withInitial(TestAppender::new); + TestAppender testAppender = testAppenderThreadLocal.get(); testAppender.start(); Logger logger = LoggerFactory.getLogger(clazz); // From @@ -130,11 +133,11 @@ void userCredentials_getRequestMetadata_fromRefreshToken_hasAccessToken() throws TestUtils.assertContainsBearerToken(metadata, ACCESS_TOKEN); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); assertEquals( - "Sending request to refresh access token", testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + "Sending request to refresh access token", testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -145,17 +148,17 @@ void userCredentials_getRequestMetadata_fromRefreshToken_hasAccessToken() throws } } assertEquals( - "Received response for refresh access token", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + "Received response for refresh access token", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload for access token", testAppender.events.get(2).getMessage()); - assertEquals(4, testAppender.events.get(2).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(2).getKeyValuePairs()) { + assertEquals("Response payload for access token", testAppender.getEvents().get(2).getMessage()); + assertEquals(4, testAppender.getEvents().get(2).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(2).getKeyValuePairs()) { assertTrue( kvp.key.equals("access_token") || kvp.key.equals("refresh_token") @@ -163,6 +166,7 @@ void userCredentials_getRequestMetadata_fromRefreshToken_hasAccessToken() throws || kvp.key.equals("expires_in")); } testAppender.stop(); + testAppender.clearEvents(); } boolean isValidJson(String jsonString) { @@ -184,12 +188,12 @@ void serviceAccountCredentials_getRequestMetadata_hasAccessToken() throws IOExce Map> metadata = credentials.getRequestMetadata(CALL_URI); TestUtils.assertContainsBearerToken(metadata, ACCESS_TOKEN); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); assertEquals( - "Sending request to refresh access token", testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + "Sending request to refresh access token", testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -201,23 +205,24 @@ void serviceAccountCredentials_getRequestMetadata_hasAccessToken() throws IOExce } } assertEquals( - "Received response for refresh access token", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + "Received response for refresh access token", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload", testAppender.events.get(2).getMessage()); - assertEquals(3, testAppender.events.get(2).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(2).getKeyValuePairs()) { + assertEquals("Response payload", testAppender.getEvents().get(2).getMessage()); + assertEquals(3, testAppender.getEvents().get(2).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(2).getKeyValuePairs()) { assertTrue( kvp.key.equals("access_token") || kvp.key.equals("token_type") || kvp.key.equals("expires_in")); } testAppender.stop(); + testAppender.clearEvents(); } @Test @@ -252,11 +257,11 @@ void serviceAccountCredentials_idTokenWithAudience_iamFlow_targetAudienceMatches targetAudience, tokenCredential.getIdToken().getJsonWebSignature().getPayload().getAudience()); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); - assertEquals("Sending request to get ID token", testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + assertEquals("Sending request to get ID token", testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -266,17 +271,18 @@ void serviceAccountCredentials_idTokenWithAudience_iamFlow_targetAudienceMatches assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload", testAppender.events.get(2).getMessage()); - assertEquals(1, testAppender.events.get(2).getKeyValuePairs().size()); + assertEquals("Response payload", testAppender.getEvents().get(2).getMessage()); + assertEquals(1, testAppender.getEvents().get(2).getKeyValuePairs().size()); testAppender.stop(); + testAppender.clearEvents(); } @Test() @@ -302,12 +308,12 @@ void impersonatedCredentials_refreshAccessToken_success() assertEquals( DEFAULT_IMPERSONATION_URL, mockTransportFactory.getTransport().getRequest().getUrl()); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); assertEquals( - "Sending request to refresh access token", testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + "Sending request to refresh access token", testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -318,18 +324,19 @@ void impersonatedCredentials_refreshAccessToken_success() } } assertEquals( - "Received response for refresh access token", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + "Received response for refresh access token", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload for access token", testAppender.events.get(2).getMessage()); - assertEquals(2, testAppender.events.get(2).getKeyValuePairs().size()); + assertEquals("Response payload for access token", testAppender.getEvents().get(2).getMessage()); + assertEquals(2, testAppender.getEvents().get(2).getKeyValuePairs().size()); testAppender.stop(); + testAppender.clearEvents(); } @Test @@ -365,11 +372,11 @@ void idTokenWithAudience_withEmail() throws IOException { Payload p = tokenCredential.getIdToken().getJsonWebSignature().getPayload(); assertTrue(p.containsKey("email")); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); - assertEquals("Sending request to get ID token", testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + assertEquals("Sending request to get ID token", testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -379,18 +386,19 @@ void idTokenWithAudience_withEmail() throws IOException { assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload for ID token request", testAppender.events.get(2).getMessage()); - assertEquals(1, testAppender.events.get(2).getKeyValuePairs().size()); + assertEquals("Response payload for ID token request", testAppender.getEvents().get(2).getMessage()); + assertEquals(1, testAppender.getEvents().get(2).getKeyValuePairs().size()); testAppender.stop(); + testAppender.clearEvents(); } @Test @@ -418,13 +426,13 @@ void sign_sameAs() throws IOException { assertArrayEquals(expectedSignature, targetCredentials.sign(expectedSignature)); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); assertEquals( "Sending request to get signature to sign the blob", - testAppender.events.get(0).getMessage()); - assertEquals(4, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + testAppender.getEvents().get(0).getMessage()); + assertEquals(4, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") @@ -436,18 +444,19 @@ void sign_sameAs() throws IOException { } assertEquals( "Received response for signature to sign the blob", - testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload for sign blob", testAppender.events.get(2).getMessage()); - assertEquals(1, testAppender.events.get(2).getKeyValuePairs().size()); + assertEquals("Response payload for sign blob", testAppender.getEvents().get(2).getMessage()); + assertEquals(1, testAppender.getEvents().get(2).getKeyValuePairs().size()); testAppender.stop(); + testAppender.clearEvents(); } @Test @@ -461,9 +470,9 @@ void getRequestMetadata_hasAccessToken() throws IOException { TestUtils.assertContainsBearerToken(metadata, ACCESS_TOKEN); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); - ILoggingEvent accessTokenRequest = testAppender.events.get(0); + ILoggingEvent accessTokenRequest = testAppender.getEvents().get(0); assertEquals("Sending request to refresh access token", accessTokenRequest.getMessage()); assertEquals(3, accessTokenRequest.getKeyValuePairs().size()); for (KeyValuePair kvp : accessTokenRequest.getKeyValuePairs()) { @@ -475,7 +484,7 @@ void getRequestMetadata_hasAccessToken() throws IOException { assertTrue(isValidJson((String) kvp.value)); } } - ILoggingEvent accessTokenResponse = testAppender.events.get(1); + ILoggingEvent accessTokenResponse = testAppender.getEvents().get(1); assertEquals("Received response for refresh access token", accessTokenResponse.getMessage()); assertEquals(3, accessTokenResponse.getKeyValuePairs().size()); for (KeyValuePair kvp : accessTokenResponse.getKeyValuePairs()) { @@ -484,11 +493,12 @@ void getRequestMetadata_hasAccessToken() throws IOException { || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - ILoggingEvent accessTokenPayload = testAppender.events.get(2); + ILoggingEvent accessTokenPayload = testAppender.getEvents().get(2); assertEquals("Response payload for access token", accessTokenPayload.getMessage()); assertEquals(3, accessTokenPayload.getKeyValuePairs().size()); testAppender.stop(); + testAppender.clearEvents(); } @Test @@ -512,11 +522,11 @@ void idTokenWithAudience_full() throws IOException { ArrayMap googleClaim = (ArrayMap) p.get("google"); assertTrue(googleClaim.containsKey("compute_engine")); - assertEquals(3, testAppender.events.size()); + assertEquals(3, testAppender.getEvents().size()); - assertEquals("Sending request to get ID token", testAppender.events.get(0).getMessage()); - assertEquals(3, testAppender.events.get(0).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + assertEquals("Sending request to get ID token", testAppender.getEvents().get(0).getMessage()); + assertEquals(3, testAppender.getEvents().get(0).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.method") @@ -525,21 +535,22 @@ void idTokenWithAudience_full() throws IOException { assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.events.get(1).getMessage()); - assertEquals(3, testAppender.events.get(1).getKeyValuePairs().size()); - for (KeyValuePair kvp : testAppender.events.get(1).getKeyValuePairs()) { + assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); + for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( kvp.key.equals("response.headers") || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response Payload for ID token", testAppender.events.get(2).getMessage()); - assertEquals(1, testAppender.events.get(2).getKeyValuePairs().size()); - assertEquals("idToken", testAppender.events.get(2).getKeyValuePairs().get(0).key); + assertEquals("Response Payload for ID token", testAppender.getEvents().get(2).getMessage()); + assertEquals(1, testAppender.getEvents().get(2).getKeyValuePairs().size()); + assertEquals("idToken", testAppender.getEvents().get(2).getKeyValuePairs().get(0).key); assertEquals( ComputeEngineCredentialsTest.FULL_ID_TOKEN, - testAppender.events.get(2).getKeyValuePairs().get(0).value); + testAppender.getEvents().get(2).getKeyValuePairs().get(0).value); testAppender.stop(); + testAppender.clearEvents(); } } diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java index fd8ad94af..73e1a3e56 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/Slf4jUtilsLogbackTest.java @@ -77,11 +77,11 @@ void testLogWithMDC_slf4jLogger() { contextMap.put("key2", "value2"); Slf4jUtils.logWithMDC(LOGGER, Level.DEBUG, contextMap, "test message"); - assertEquals(1, testAppender.events.size()); - assertEquals("test message", testAppender.events.get(0).getMessage()); + assertEquals(1, testAppender.getEvents().size()); + assertEquals("test message", testAppender.getEvents().get(0).getMessage()); // Verify MDC content - ILoggingEvent event = testAppender.events.get(0); + ILoggingEvent event = testAppender.getEvents().get(0); assertEquals(2, event.getMDCPropertyMap().size()); assertEquals(ch.qos.logback.classic.Level.DEBUG, event.getLevel()); assertEquals("value1", event.getMDCPropertyMap().get("key1")); @@ -95,8 +95,8 @@ void testLogWithMDC_INFO() { TestAppender testAppender = setupTestLogger(); Slf4jUtils.logWithMDC(LOGGER, Level.INFO, new HashMap<>(), "test message"); - assertEquals(1, testAppender.events.size()); - assertEquals(ch.qos.logback.classic.Level.INFO, testAppender.events.get(0).getLevel()); + assertEquals(1, testAppender.getEvents().size()); + assertEquals(ch.qos.logback.classic.Level.INFO, testAppender.getEvents().get(0).getLevel()); testAppender.stop(); } @@ -105,7 +105,7 @@ void testLogWithMDC_TRACE_notEnabled() { TestAppender testAppender = setupTestLogger(); Slf4jUtils.logWithMDC(LOGGER, Level.TRACE, new HashMap<>(), "test message"); - assertEquals(0, testAppender.events.size()); + assertEquals(0, testAppender.getEvents().size()); testAppender.stop(); } @@ -114,8 +114,8 @@ void testLogWithMDC_WARN() { TestAppender testAppender = setupTestLogger(); Slf4jUtils.logWithMDC(LOGGER, Level.WARN, new HashMap<>(), "test message"); - assertEquals(1, testAppender.events.size()); - assertEquals(ch.qos.logback.classic.Level.WARN, testAppender.events.get(0).getLevel()); + assertEquals(1, testAppender.getEvents().size()); + assertEquals(ch.qos.logback.classic.Level.WARN, testAppender.getEvents().get(0).getLevel()); testAppender.stop(); } @@ -124,8 +124,8 @@ void testLogWithMDC_ERROR() { TestAppender testAppender = setupTestLogger(); Slf4jUtils.logWithMDC(LOGGER, Level.ERROR, new HashMap<>(), "test message"); - assertEquals(1, testAppender.events.size()); - assertEquals(ch.qos.logback.classic.Level.ERROR, testAppender.events.get(0).getLevel()); + assertEquals(1, testAppender.getEvents().size()); + assertEquals(ch.qos.logback.classic.Level.ERROR, testAppender.getEvents().get(0).getLevel()); testAppender.stop(); } @@ -145,8 +145,8 @@ void testLogGenericData() { when(loggerProvider.getLogger()).thenReturn(LOGGER); LoggingUtils.logResponsePayload(data, loggerProvider, "test generic data"); - assertEquals(1, testAppender.events.size()); - List keyValuePairs = testAppender.events.get(0).getKeyValuePairs(); + assertEquals(1, testAppender.getEvents().size()); + List keyValuePairs = testAppender.getEvents().get(0).getKeyValuePairs(); assertEquals(2, keyValuePairs.size()); for (KeyValuePair kvp : keyValuePairs) { assertTrue( @@ -180,11 +180,11 @@ void testLogRequest() throws IOException { when(loggerProvider.getLogger()).thenReturn(LOGGER); LoggingUtils.logRequest(request, loggerProvider, "test log request"); - assertEquals(1, testAppender.events.size()); - assertEquals("test log request", testAppender.events.get(0).getMessage()); - List keyValuePairs = testAppender.events.get(0).getKeyValuePairs(); + assertEquals(1, testAppender.getEvents().size()); + assertEquals("test log request", testAppender.getEvents().get(0).getMessage()); + List keyValuePairs = testAppender.getEvents().get(0).getKeyValuePairs(); assertEquals(4, keyValuePairs.size()); - for (KeyValuePair kvp : testAppender.events.get(0).getKeyValuePairs()) { + for (KeyValuePair kvp : testAppender.getEvents().get(0).getKeyValuePairs()) { assertTrue( kvp.key.equals("request.headers") || kvp.key.equals("request.payload") diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java index aef72daa7..e77cc6e48 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/TestAppender.java @@ -38,7 +38,7 @@ /** Logback appender used to set up tests. */ class TestAppender extends AppenderBase { - public List events = new ArrayList<>(); + private final List events = new ArrayList<>(); @Override protected void append(ILoggingEvent eventObject) { @@ -47,6 +47,10 @@ protected void append(ILoggingEvent eventObject) { events.add(eventObject); } + List getEvents() { + return events; + } + public void clearEvents() { events.clear(); } From ceaa7b81a143cb121919088b119571b3bf6ff28d Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 6 Jan 2026 23:48:53 -0500 Subject: [PATCH 22/22] chore: Fix lint issues --- .../com/google/auth/oauth2/LoggingTest.java | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java index 02076af71..8539abfc9 100644 --- a/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java +++ b/oauth2_http/src/test/java/com/google/auth/oauth2/LoggingTest.java @@ -62,8 +62,6 @@ import java.util.Arrays; import java.util.List; import java.util.Map; - -import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Execution; @@ -80,8 +78,8 @@ @Execution(ExecutionMode.SAME_THREAD) class LoggingTest { - // Configure Logback to initialize at most for 1 second - private static final long LOGBACK_POLL_ATTEMPTS = 10L; + // Configure Logback to initialize at most for 3 seconds + private static final long LOGBACK_POLL_ATTEMPTS = 30L; private static final long LOGBACK_POLL_DELAY_MS = 100L; private TestAppender setupTestLogger(Class clazz) { @@ -271,7 +269,8 @@ void serviceAccountCredentials_idTokenWithAudience_iamFlow_targetAudienceMatches assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals( + "Received response for ID token request", testAppender.getEvents().get(1).getMessage()); assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( @@ -386,7 +385,8 @@ void idTokenWithAudience_withEmail() throws IOException { assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals( + "Received response for ID token request", testAppender.getEvents().get(1).getMessage()); assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue( @@ -394,7 +394,8 @@ void idTokenWithAudience_withEmail() throws IOException { || kvp.key.equals("response.status") || kvp.key.equals("response.status.message")); } - assertEquals("Response payload for ID token request", testAppender.getEvents().get(2).getMessage()); + assertEquals( + "Response payload for ID token request", testAppender.getEvents().get(2).getMessage()); assertEquals(1, testAppender.getEvents().get(2).getKeyValuePairs().size()); testAppender.stop(); @@ -535,7 +536,8 @@ void idTokenWithAudience_full() throws IOException { assertTrue(isValidJson((String) kvp.value)); } } - assertEquals("Received response for ID token request", testAppender.getEvents().get(1).getMessage()); + assertEquals( + "Received response for ID token request", testAppender.getEvents().get(1).getMessage()); assertEquals(3, testAppender.getEvents().get(1).getKeyValuePairs().size()); for (KeyValuePair kvp : testAppender.getEvents().get(1).getKeyValuePairs()) { assertTrue(