From 360ca96a475e8367e56c51b4829f4754e3fb3f30 Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Thu, 4 Jan 2024 14:13:41 +0000 Subject: [PATCH] chore: Update license copyright year (#505) * chore: Bump Jackson version * chore: Update copyright year --- LICENSE.txt | 2 +- build.gradle | 3 +- .../com/vonage/client/AbstractMethod.java | 2 +- .../java/com/vonage/client/BinaryRequest.java | 2 +- .../com/vonage/client/DynamicEndpoint.java | 2 +- .../java/com/vonage/client/HttpConfig.java | 2 +- .../java/com/vonage/client/HttpWrapper.java | 2 +- src/main/java/com/vonage/client/Jsonable.java | 2 +- .../com/vonage/client/QueryParamsRequest.java | 2 +- .../java/com/vonage/client/RestEndpoint.java | 2 +- .../client/VonageApiResponseException.java | 2 +- .../client/VonageBadRequestException.java | 2 +- .../java/com/vonage/client/VonageClient.java | 2 +- .../client/VonageClientCreationException.java | 2 +- .../vonage/client/VonageClientException.java | 2 +- .../client/VonageMethodFailedException.java | 2 +- .../client/VonageResponseParseException.java | 2 +- ...VonageUnableToReadPrivateKeyException.java | 2 +- .../client/VonageUnexpectedException.java | 2 +- .../vonage/client/account/AccountClient.java | 2 +- .../account/AccountResponseException.java | 2 +- .../client/account/BalanceResponse.java | 2 +- .../com/vonage/client/account/Country.java | 2 +- .../client/account/CreateSecretRequest.java | 2 +- .../client/account/FullPricingRequest.java | 2 +- .../client/account/FullPricingResponse.java | 2 +- .../client/account/ListSecretsResponse.java | 2 +- .../com/vonage/client/account/Network.java | 2 +- .../client/account/PrefixPricingRequest.java | 2 +- .../client/account/PrefixPricingResponse.java | 2 +- .../vonage/client/account/PricingRequest.java | 2 +- .../client/account/PricingResponse.java | 2 +- .../vonage/client/account/SecretRequest.java | 2 +- .../vonage/client/account/SecretResponse.java | 2 +- .../vonage/client/account/ServiceType.java | 2 +- .../client/account/SettingsRequest.java | 2 +- .../client/account/SettingsResponse.java | 2 +- .../vonage/client/account/TopUpRequest.java | 2 +- .../client/application/Application.java | 2 +- .../client/application/ApplicationClient.java | 2 +- .../client/application/ApplicationList.java | 2 +- .../ApplicationResponseException.java | 2 +- .../application/ListApplicationRequest.java | 2 +- .../application/capabilities/Capability.java | 2 +- .../application/capabilities/Messages.java | 2 +- .../application/capabilities/Region.java | 2 +- .../client/application/capabilities/Rtc.java | 2 +- .../client/application/capabilities/Vbc.java | 2 +- .../application/capabilities/Voice.java | 2 +- .../client/application/package-info.java | 2 +- .../vonage/client/auth/AuthCollection.java | 2 +- .../com/vonage/client/auth/AuthMethod.java | 2 +- .../com/vonage/client/auth/JWTAuthMethod.java | 2 +- .../vonage/client/auth/RequestSigning.java | 2 +- .../client/auth/SignatureAuthMethod.java | 2 +- .../vonage/client/auth/TokenAuthMethod.java | 2 +- .../client/auth/VonageAuthException.java | 2 +- .../auth/VonageUnacceptableAuthException.java | 2 +- .../client/auth/hashutils/AbstractHasher.java | 2 +- .../client/auth/hashutils/HashUtil.java | 2 +- .../client/auth/hashutils/HmacMd5Hasher.java | 2 +- .../client/auth/hashutils/HmacSha1Hasher.java | 2 +- .../auth/hashutils/HmacSha256Hasher.java | 2 +- .../auth/hashutils/HmacSha512Hasher.java | 2 +- .../client/auth/hashutils/Md5Hasher.java | 2 +- .../com/vonage/client/auth/package-info.java | 2 +- .../java/com/vonage/client/common/E164.java | 2 +- .../com/vonage/client/common/HalLinks.java | 2 +- .../vonage/client/common/HalPageResponse.java | 2 +- .../com/vonage/client/common/HttpMethod.java | 2 +- .../vonage/client/common/UrlContainer.java | 2 +- .../com/vonage/client/common/Webhook.java | 2 +- .../client/conversion/ConversionClient.java | 2 +- .../client/conversion/ConversionRequest.java | 2 +- .../vonage/client/incoming/CallDirection.java | 2 +- .../com/vonage/client/incoming/CallEvent.java | 2 +- .../vonage/client/incoming/CallStatus.java | 2 +- .../client/incoming/CallStatusDetail.java | 36 +++++++++---------- .../vonage/client/incoming/DtmfResult.java | 2 +- .../vonage/client/incoming/InputEvent.java | 2 +- .../vonage/client/incoming/MessageEvent.java | 2 +- .../vonage/client/incoming/MessageType.java | 2 +- .../vonage/client/incoming/NotifyEvent.java | 2 +- .../vonage/client/incoming/RecordEvent.java | 2 +- .../com/vonage/client/incoming/Result.java | 2 +- .../vonage/client/incoming/SpeechResults.java | 2 +- .../insight/AdvancedInsightRequest.java | 2 +- .../insight/AdvancedInsightResponse.java | 2 +- .../client/insight/BaseInsightRequest.java | 2 +- .../client/insight/BasicInsightRequest.java | 2 +- .../client/insight/BasicInsightResponse.java | 2 +- .../vonage/client/insight/CallerIdentity.java | 2 +- .../com/vonage/client/insight/CallerType.java | 2 +- .../vonage/client/insight/CarrierDetails.java | 2 +- .../vonage/client/insight/InsightClient.java | 2 +- .../vonage/client/insight/InsightStatus.java | 2 +- .../vonage/client/insight/LookupOutcome.java | 2 +- .../vonage/client/insight/PortedStatus.java | 2 +- .../vonage/client/insight/Reachability.java | 2 +- .../vonage/client/insight/RealTimeData.java | 2 +- .../vonage/client/insight/RoamingDetails.java | 2 +- .../insight/StandardInsightRequest.java | 2 +- .../insight/StandardInsightResponse.java | 2 +- .../com/vonage/client/insight/Validity.java | 2 +- .../vonage/client/meetings/Application.java | 2 +- .../client/meetings/AvailableFeatures.java | 2 +- .../vonage/client/meetings/CallbackUrls.java | 2 +- .../client/meetings/DeleteThemeRequest.java | 2 +- .../vonage/client/meetings/DialInNumber.java | 2 +- .../com/vonage/client/meetings/EventType.java | 2 +- .../client/meetings/FinalizeLogosRequest.java | 2 +- .../meetings/GetLogoUploadUrlsResponse.java | 2 +- .../client/meetings/InitialJoinOptions.java | 2 +- .../client/meetings/JoinApprovalLevel.java | 2 +- .../meetings/ListDialNumbersResponse.java | 2 +- .../meetings/ListRecordingsResponse.java | 2 +- .../client/meetings/ListRoomsRequest.java | 2 +- .../client/meetings/ListRoomsResponse.java | 2 +- .../client/meetings/ListThemesResponse.java | 2 +- .../com/vonage/client/meetings/LogoType.java | 2 +- .../meetings/LogoUploadsUrlResponse.java | 2 +- .../vonage/client/meetings/MeetingRoom.java | 2 +- .../client/meetings/MeetingsClient.java | 2 +- .../meetings/MeetingsEventCallback.java | 2 +- .../meetings/MeetingsResponseException.java | 2 +- .../client/meetings/MicrophoneState.java | 2 +- .../com/vonage/client/meetings/Recording.java | 2 +- .../client/meetings/RecordingLinks.java | 2 +- .../client/meetings/RecordingOptions.java | 2 +- .../client/meetings/RecordingStatus.java | 2 +- .../vonage/client/meetings/RoomLanguage.java | 2 +- .../com/vonage/client/meetings/RoomLinks.java | 2 +- .../com/vonage/client/meetings/RoomType.java | 2 +- .../com/vonage/client/meetings/Theme.java | 2 +- .../vonage/client/meetings/ThemeDomain.java | 2 +- .../vonage/client/meetings/UISettings.java | 2 +- .../meetings/UpdateApplicationRequest.java | 2 +- .../client/meetings/UpdateRoomRequest.java | 2 +- .../vonage/client/meetings/UrlContainer.java | 2 +- .../vonage/client/meetings/package-info.java | 2 +- .../com/vonage/client/messages/Channel.java | 2 +- .../client/messages/InboundMessage.java | 2 +- .../client/messages/MessageRequest.java | 2 +- .../client/messages/MessageResponse.java | 2 +- .../messages/MessageResponseException.java | 2 +- .../vonage/client/messages/MessageStatus.java | 2 +- .../vonage/client/messages/MessageType.java | 2 +- .../client/messages/MessagesClient.java | 2 +- .../client/messages/MessagesVersion.java | 2 +- .../messages/internal/MessagePayload.java | 2 +- .../vonage/client/messages/internal/Text.java | 2 +- .../client/messages/messenger/Category.java | 2 +- .../client/messages/messenger/Messenger.java | 2 +- .../messenger/MessengerAudioRequest.java | 2 +- .../messenger/MessengerFileRequest.java | 2 +- .../messenger/MessengerImageRequest.java | 2 +- .../messages/messenger/MessengerRequest.java | 2 +- .../messenger/MessengerTextRequest.java | 2 +- .../messenger/MessengerVideoRequest.java | 2 +- .../vonage/client/messages/messenger/Tag.java | 2 +- .../client/messages/mms/MmsAudioRequest.java | 2 +- .../client/messages/mms/MmsImageRequest.java | 2 +- .../client/messages/mms/MmsRequest.java | 2 +- .../client/messages/mms/MmsVcardRequest.java | 2 +- .../client/messages/mms/MmsVideoRequest.java | 2 +- .../vonage/client/messages/package-info.java | 2 +- .../client/messages/sms/EncodingType.java | 2 +- .../client/messages/sms/OutboundSettings.java | 2 +- .../messages/sms/SmsInboundMetadata.java | 2 +- .../client/messages/sms/SmsTextRequest.java | 2 +- .../vonage/client/messages/viber/Action.java | 2 +- .../client/messages/viber/Category.java | 2 +- .../vonage/client/messages/viber/File.java | 2 +- .../messages/viber/ViberFileRequest.java | 2 +- .../messages/viber/ViberImageRequest.java | 2 +- .../client/messages/viber/ViberRequest.java | 2 +- .../client/messages/viber/ViberService.java | 2 +- .../messages/viber/ViberTextRequest.java | 2 +- .../messages/viber/ViberVideoRequest.java | 2 +- .../vonage/client/messages/viber/Video.java | 2 +- .../client/messages/whatsapp/Context.java | 2 +- .../messages/whatsapp/ContextStatus.java | 2 +- .../messages/whatsapp/ConversationType.java | 2 +- .../client/messages/whatsapp/Locale.java | 2 +- .../client/messages/whatsapp/Location.java | 2 +- .../client/messages/whatsapp/Order.java | 2 +- .../client/messages/whatsapp/Policy.java | 2 +- .../client/messages/whatsapp/ProductItem.java | 2 +- .../messages/whatsapp/ProductSection.java | 2 +- .../client/messages/whatsapp/Profile.java | 2 +- .../client/messages/whatsapp/Referral.java | 2 +- .../messages/whatsapp/ReferredProduct.java | 2 +- .../client/messages/whatsapp/Reply.java | 2 +- .../client/messages/whatsapp/Sticker.java | 2 +- .../client/messages/whatsapp/Template.java | 2 +- .../client/messages/whatsapp/Whatsapp.java | 2 +- .../whatsapp/WhatsappAudioRequest.java | 2 +- .../whatsapp/WhatsappCustomRequest.java | 2 +- .../whatsapp/WhatsappFileRequest.java | 2 +- .../whatsapp/WhatsappImageRequest.java | 2 +- .../whatsapp/WhatsappLocationRequest.java | 2 +- .../whatsapp/WhatsappMultiProductRequest.java | 2 +- .../messages/whatsapp/WhatsappRequest.java | 2 +- .../WhatsappSingleProductRequest.java | 2 +- .../whatsapp/WhatsappStickerRequest.java | 2 +- .../whatsapp/WhatsappTemplateRequest.java | 2 +- .../whatsapp/WhatsappTextRequest.java | 2 +- .../whatsapp/WhatsappVideoRequest.java | 2 +- .../client/numbers/AvailableNumber.java | 2 +- .../client/numbers/BaseNumberRequest.java | 2 +- .../client/numbers/BuyNumberRequest.java | 2 +- .../client/numbers/CancelNumberRequest.java | 2 +- .../client/numbers/ListNumbersFilter.java | 2 +- .../client/numbers/ListNumbersResponse.java | 2 +- .../vonage/client/numbers/NumbersClient.java | 2 +- .../numbers/NumbersResponseException.java | 2 +- .../vonage/client/numbers/OwnedNumber.java | 2 +- .../client/numbers/SearchNumbersFilter.java | 2 +- .../client/numbers/SearchNumbersResponse.java | 2 +- .../vonage/client/numbers/SearchPattern.java | 2 +- .../java/com/vonage/client/numbers/Type.java | 2 +- .../client/numbers/UpdateNumberRequest.java | 2 +- .../java/com/vonage/client/package-info.java | 2 +- .../client/proactiveconnect/ContactsList.java | 2 +- .../client/proactiveconnect/Datasource.java | 2 +- .../vonage/client/proactiveconnect/Event.java | 2 +- .../client/proactiveconnect/EventType.java | 2 +- .../proactiveconnect/HalRequestWrapper.java | 2 +- .../proactiveconnect/ListAttribute.java | 2 +- .../proactiveconnect/ListEventsFilter.java | 2 +- .../proactiveconnect/ListEventsResponse.java | 2 +- .../client/proactiveconnect/ListItem.java | 2 +- .../ListItemRequestWrapper.java | 2 +- .../proactiveconnect/ListItemsResponse.java | 2 +- .../proactiveconnect/ListListsResponse.java | 2 +- .../proactiveconnect/ManualDatasource.java | 2 +- .../ProactiveConnectClient.java | 2 +- .../ProactiveConnectResponseException.java | 2 +- .../SalesforceDatasource.java | 2 +- .../client/proactiveconnect/SortOrder.java | 2 +- .../client/proactiveconnect/SourceType.java | 2 +- .../client/proactiveconnect/SyncStatus.java | 2 +- .../proactiveconnect/SyncStatusValue.java | 2 +- .../UploadListItemsRequestWrapper.java | 2 +- .../UploadListItemsResponse.java | 2 +- .../client/proactiveconnect/package-info.java | 2 +- .../vonage/client/redact/RedactClient.java | 2 +- .../vonage/client/redact/RedactRequest.java | 2 +- .../java/com/vonage/client/sms/HexUtil.java | 2 +- .../com/vonage/client/sms/MessageStatus.java | 2 +- .../java/com/vonage/client/sms/SmsClient.java | 2 +- .../client/sms/SmsSubmissionResponse.java | 2 +- .../sms/SmsSubmissionResponseMessage.java | 2 +- ...ageCallbackRequestValidationException.java | 2 +- .../client/sms/callback/messages/MO.java | 2 +- .../client/sms/messages/BinaryMessage.java | 2 +- .../vonage/client/sms/messages/Message.java | 2 +- .../client/sms/messages/TextMessage.java | 2 +- .../client/subaccounts/AbstractTransfer.java | 2 +- .../vonage/client/subaccounts/Account.java | 2 +- .../subaccounts/CreateSubaccountRequest.java | 2 +- .../subaccounts/ListSubaccountsResponse.java | 2 +- .../subaccounts/ListTransfersFilter.java | 2 +- .../ListTransfersResponseWrapper.java | 2 +- .../client/subaccounts/MoneyTransfer.java | 2 +- .../client/subaccounts/NumberTransfer.java | 2 +- .../client/subaccounts/SubaccountsClient.java | 2 +- .../SubaccountsResponseException.java | 2 +- .../subaccounts/UpdateSubaccountRequest.java | 2 +- .../client/subaccounts/package-info.java | 2 +- .../com/vonage/client/users/BaseUser.java | 2 +- .../vonage/client/users/ListUsersRequest.java | 2 +- .../client/users/ListUsersResponse.java | 2 +- .../java/com/vonage/client/users/User.java | 2 +- .../com/vonage/client/users/UsersClient.java | 2 +- .../client/users/UsersResponseException.java | 2 +- .../vonage/client/users/channels/Channel.java | 2 +- .../client/users/channels/Channels.java | 2 +- .../client/users/channels/Messenger.java | 2 +- .../com/vonage/client/users/channels/Mms.java | 2 +- .../client/users/channels/NumberChannel.java | 2 +- .../vonage/client/users/channels/Pstn.java | 2 +- .../com/vonage/client/users/channels/Sip.java | 2 +- .../com/vonage/client/users/channels/Sms.java | 2 +- .../com/vonage/client/users/channels/Vbc.java | 2 +- .../vonage/client/users/channels/Viber.java | 2 +- .../client/users/channels/Websocket.java | 2 +- .../client/users/channels/Whatsapp.java | 2 +- .../com/vonage/client/users/package-info.java | 2 +- .../com/vonage/client/verify/BaseRequest.java | 26 ++++++-------- .../vonage/client/verify/CheckRequest.java | 2 +- .../vonage/client/verify/CheckResponse.java | 2 +- .../vonage/client/verify/ControlRequest.java | 2 +- .../vonage/client/verify/ControlResponse.java | 2 +- .../com/vonage/client/verify/Psd2Request.java | 26 ++++++-------- .../vonage/client/verify/SearchRequest.java | 2 +- .../client/verify/SearchVerifyResponse.java | 2 +- .../SearchVerifyResponseDeserializer.java | 2 +- .../com/vonage/client/verify/VerifyCheck.java | 2 +- .../vonage/client/verify/VerifyClient.java | 2 +- .../client/verify/VerifyControlCommand.java | 2 +- .../vonage/client/verify/VerifyDetails.java | 2 +- .../vonage/client/verify/VerifyException.java | 2 +- .../vonage/client/verify/VerifyRequest.java | 2 +- .../vonage/client/verify/VerifyResponse.java | 2 +- .../vonage/client/verify/VerifyStatus.java | 2 +- .../verify/VerifyStatusDeserializer.java | 2 +- .../vonage/client/verify2/CallbackType.java | 2 +- .../com/vonage/client/verify2/Channel.java | 2 +- .../vonage/client/verify2/EmailWorkflow.java | 2 +- .../client/verify2/SilentAuthWorkflow.java | 2 +- .../vonage/client/verify2/SmsWorkflow.java | 2 +- .../client/verify2/VerificationCallback.java | 2 +- .../client/verify2/VerificationRequest.java | 2 +- .../client/verify2/VerificationResponse.java | 2 +- .../client/verify2/VerificationStatus.java | 2 +- .../vonage/client/verify2/Verify2Client.java | 2 +- .../verify2/VerifyCodeRequestWrapper.java | 2 +- .../verify2/VerifyResponseException.java | 2 +- .../vonage/client/verify2/VoiceWorkflow.java | 2 +- .../verify2/WhatsappCodelessWorkflow.java | 2 +- .../client/verify2/WhatsappWorkflow.java | 2 +- .../com/vonage/client/verify2/Workflow.java | 2 +- .../vonage/client/verify2/WorkflowStatus.java | 2 +- .../vonage/client/verify2/package-info.java | 2 +- .../java/com/vonage/client/video/Archive.java | 2 +- .../com/vonage/client/video/ArchiveMode.java | 2 +- .../vonage/client/video/ArchiveStatus.java | 2 +- .../com/vonage/client/video/Broadcast.java | 2 +- .../vonage/client/video/BroadcastStatus.java | 2 +- .../vonage/client/video/BroadcastUrls.java | 2 +- .../client/video/CreateSessionRequest.java | 2 +- .../client/video/CreateSessionResponse.java | 2 +- .../client/video/GetStreamResponse.java | 2 +- .../java/com/vonage/client/video/Hls.java | 2 +- .../client/video/ListArchivesResponse.java | 2 +- .../client/video/ListBroadcastsResponse.java | 2 +- .../video/ListStreamCompositionsRequest.java | 2 +- .../client/video/ListStreamsResponse.java | 2 +- .../com/vonage/client/video/MediaMode.java | 2 +- .../client/video/MuteSessionRequest.java | 2 +- .../client/video/MuteSessionResponse.java | 2 +- .../video/PatchComposedStreamsRequest.java | 2 +- .../vonage/client/video/ProjectDetails.java | 2 +- .../client/video/ProjectEnvironment.java | 2 +- .../vonage/client/video/ProjectStatus.java | 2 +- .../java/com/vonage/client/video/Role.java | 2 +- .../java/com/vonage/client/video/Rtmp.java | 2 +- .../com/vonage/client/video/RtmpStatus.java | 2 +- .../vonage/client/video/ScreenLayoutType.java | 2 +- .../vonage/client/video/SendDtmfRequest.java | 2 +- .../video/SessionResourceRequestWrapper.java | 2 +- .../vonage/client/video/SessionStream.java | 2 +- .../client/video/SetStreamLayoutRequest.java | 2 +- .../vonage/client/video/SignalRequest.java | 2 +- .../vonage/client/video/SipDialRequest.java | 2 +- .../vonage/client/video/SipDialResponse.java | 2 +- .../client/video/StreamComposition.java | 2 +- .../client/video/StreamCompositionLayout.java | 2 +- .../com/vonage/client/video/TokenOptions.java | 2 +- .../com/vonage/client/video/VideoClient.java | 2 +- .../client/video/VideoResponseException.java | 2 +- .../com/vonage/client/video/VideoStream.java | 2 +- .../com/vonage/client/video/VideoType.java | 2 +- .../com/vonage/client/video/package-info.java | 2 +- .../voice/AdvancedMachineDetection.java | 2 +- .../com/vonage/client/voice/AppEndpoint.java | 2 +- .../java/com/vonage/client/voice/Call.java | 2 +- .../vonage/client/voice/CallDirection.java | 2 +- .../com/vonage/client/voice/CallEvent.java | 2 +- .../com/vonage/client/voice/CallInfo.java | 2 +- .../com/vonage/client/voice/CallInfoPage.java | 2 +- .../com/vonage/client/voice/CallOrder.java | 2 +- .../com/vonage/client/voice/CallStatus.java | 2 +- .../com/vonage/client/voice/CallsFilter.java | 2 +- .../com/vonage/client/voice/DtmfPayload.java | 2 +- .../com/vonage/client/voice/DtmfResponse.java | 2 +- .../vonage/client/voice/EmbeddedCalls.java | 2 +- .../com/vonage/client/voice/Endpoint.java | 2 +- .../vonage/client/voice/MachineDetection.java | 2 +- .../vonage/client/voice/ModifyCallAction.java | 2 +- .../client/voice/ModifyCallPayload.java | 2 +- .../com/vonage/client/voice/PageLink.java | 2 +- .../com/vonage/client/voice/PageLinks.java | 2 +- .../vonage/client/voice/PhoneEndpoint.java | 2 +- .../com/vonage/client/voice/SipEndpoint.java | 2 +- .../vonage/client/voice/StreamPayload.java | 2 +- .../vonage/client/voice/StreamResponse.java | 2 +- .../com/vonage/client/voice/TalkPayload.java | 2 +- .../com/vonage/client/voice/TalkResponse.java | 2 +- .../client/voice/TextToSpeechLanguage.java | 2 +- .../client/voice/TransferCallPayload.java | 2 +- .../client/voice/TransferDestination.java | 2 +- .../com/vonage/client/voice/VbcEndpoint.java | 2 +- .../com/vonage/client/voice/VoiceClient.java | 2 +- .../client/voice/VoiceResponseException.java | 2 +- .../client/voice/WebSocketEndpoint.java | 2 +- .../com/vonage/client/voice/ncco/Action.java | 2 +- .../vonage/client/voice/ncco/AppEndpoint.java | 2 +- .../client/voice/ncco/ConnectAction.java | 2 +- .../client/voice/ncco/ConversationAction.java | 2 +- .../client/voice/ncco/DtmfSettings.java | 2 +- .../vonage/client/voice/ncco/Endpoint.java | 2 +- .../vonage/client/voice/ncco/EventMethod.java | 2 +- .../vonage/client/voice/ncco/EventType.java | 2 +- .../vonage/client/voice/ncco/InputAction.java | 2 +- .../com/vonage/client/voice/ncco/Ncco.java | 2 +- .../client/voice/ncco/NotifyAction.java | 2 +- .../client/voice/ncco/PhoneEndpoint.java | 2 +- .../client/voice/ncco/RecordAction.java | 2 +- .../client/voice/ncco/RecordingFormat.java | 2 +- .../vonage/client/voice/ncco/SipEndpoint.java | 2 +- .../client/voice/ncco/SpeechSettings.java | 2 +- .../client/voice/ncco/SplitRecording.java | 2 +- .../client/voice/ncco/StreamAction.java | 2 +- .../vonage/client/voice/ncco/TalkAction.java | 2 +- .../vonage/client/voice/ncco/VbcEndpoint.java | 2 +- .../client/voice/ncco/WebSocketEndpoint.java | 2 +- .../client/voice/ncco/package-info.java | 2 +- .../com/vonage/client/voice/package-info.java | 2 +- .../com/vonage/client/AbstractMethodTest.java | 2 +- .../java/com/vonage/client/ClientTest.java | 2 +- .../client/DynamicEndpointTestSpec.java | 2 +- .../com/vonage/client/HttpConfigTest.java | 2 +- .../com/vonage/client/HttpWrapperTest.java | 2 +- .../java/com/vonage/client/TestUtils.java | 2 +- .../VonageApiResponseExceptionTest.java | 2 +- .../com/vonage/client/VonageClientTest.java | 2 +- .../client/account/AccountClientTest.java | 2 +- .../account/AccountEndpointTestSpec.java | 2 +- .../AccountSecretsEndpointTestSpec.java | 2 +- .../application/ApplicationClientTest.java | 2 +- .../ApplicationEndpointTestSpec.java | 2 +- .../client/application/ApplicationTest.java | 2 +- .../capabilities/MessagesTest.java | 2 +- .../application/capabilities/RtcTest.java | 2 +- .../application/capabilities/VbcTest.java | 2 +- .../application/capabilities/VoiceTest.java | 2 +- .../client/auth/AuthCollectionTest.java | 2 +- .../vonage/client/auth/JWTAuthMethodTest.java | 2 +- .../client/auth/RequestSigningTest.java | 2 +- .../client/auth/TokenAuthMethodTest.java | 2 +- .../VonageUnacceptableAuthExceptionTest.java | 2 +- .../conversion/ConversionClientTest.java | 2 +- .../client/incoming/CallDirectionTest.java | 2 +- .../vonage/client/incoming/CallEventTest.java | 2 +- .../client/incoming/CallStatusTest.java | 2 +- .../client/incoming/InputEventTest.java | 2 +- .../client/incoming/MessageEventTest.java | 2 +- .../client/incoming/MessageTypeTest.java | 2 +- .../client/incoming/NotifyEventTest.java | 2 +- .../client/incoming/RecordEventTest.java | 2 +- .../client/incoming/SpeechResultsTest.java | 2 +- .../insight/AdvancedInsightRequestTest.java | 2 +- .../insight/AdvancedInsightResponseTest.java | 2 +- .../insight/BasicInsightRequestTest.java | 2 +- .../insight/BasicInsightResponseTest.java | 2 +- .../client/insight/InsightClientTest.java | 2 +- .../insight/InsightEndpointTestSpec.java | 2 +- .../insight/StandardInsightRequestTest.java | 2 +- .../insight/StandardInsightResponseTest.java | 2 +- .../client/meetings/MeetingRoomTest.java | 2 +- .../client/meetings/MeetingsClientTest.java | 2 +- .../meetings/MeetingsEndpointTestSpec.java | 2 +- .../meetings/MeetingsEventCallbackTest.java | 2 +- .../com/vonage/client/meetings/ThemeTest.java | 2 +- .../client/messages/InboundMessageTest.java | 2 +- .../client/messages/MessageRequestTest.java | 2 +- .../client/messages/MessageResponseTest.java | 2 +- .../client/messages/MessageStatusTest.java | 2 +- .../client/messages/MessagesClientTest.java | 2 +- .../messenger/MessengerAudioRequestTest.java | 2 +- .../messenger/MessengerFileRequestTest.java | 2 +- .../messenger/MessengerImageRequestTest.java | 2 +- .../messenger/MessengerTextRequestTest.java | 2 +- .../messenger/MessengerVideoRequestTest.java | 2 +- .../messages/mms/MmsAudioRequestTest.java | 2 +- .../messages/mms/MmsImageRequestTest.java | 2 +- .../messages/mms/MmsVcardRequestTest.java | 2 +- .../messages/mms/MmsVideoRequestTest.java | 2 +- .../messages/sms/SmsTextRequestTest.java | 2 +- .../messages/viber/ViberFileRequestTest.java | 2 +- .../messages/viber/ViberImageRequestTest.java | 2 +- .../messages/viber/ViberTextRequestTest.java | 2 +- .../messages/viber/ViberVideoRequestTest.java | 2 +- .../whatsapp/WhatsappAudioRequestTest.java | 2 +- .../whatsapp/WhatsappCustomRequestTest.java | 2 +- .../whatsapp/WhatsappFileRequestTest.java | 2 +- .../whatsapp/WhatsappImageRequestTest.java | 2 +- .../whatsapp/WhatsappLocationRequestTest.java | 2 +- .../WhatsappMultiProductRequestTest.java | 2 +- .../WhatsappSingleProductRequestTest.java | 2 +- .../whatsapp/WhatsappStickerRequestTest.java | 2 +- .../whatsapp/WhatsappTemplateRequestTest.java | 2 +- .../whatsapp/WhatsappTextRequestTest.java | 2 +- .../whatsapp/WhatsappVideoRequestTest.java | 2 +- .../ListNumbersFilterAndResponseTest.java | 2 +- .../client/numbers/NumbersClientTest.java | 2 +- .../numbers/NumbersEndpointTestSpec.java | 2 +- .../SearchNumbersFilterAndResponseTest.java | 2 +- .../com/vonage/client/numbers/TypeTest.java | 2 +- .../proactiveconnect/ContactsListTest.java | 2 +- .../client/proactiveconnect/EventTest.java | 2 +- .../ProactiveConnectClientTest.java | 2 +- .../ProactiveConnectEndpointTestSpec.java | 2 +- .../proactiveconnect/SyncStatusTest.java | 2 +- .../client/redact/RedactClientTest.java | 2 +- .../client/redact/RedactRequestTest.java | 2 +- .../com/vonage/client/sms/HexUtilTest.java | 2 +- .../com/vonage/client/sms/SmsClientTest.java | 2 +- .../CreateSubaccountRequestTest.java | 2 +- .../ListSubaccountsResponseTest.java | 2 +- .../subaccounts/SubaccountsClientTest.java | 2 +- .../SubaccountsEndpointTestSpec.java | 2 +- .../UpdateSubaccountRequestTest.java | 2 +- .../client/users/UserEndpointTestSpec.java | 2 +- .../com/vonage/client/users/UserTest.java | 2 +- .../vonage/client/users/UsersClientTest.java | 2 +- .../client/verify/CheckResponseTest.java | 2 +- .../client/verify/ControlResponseTest.java | 2 +- .../vonage/client/verify/Psd2RequestTest.java | 2 +- .../verify/VerifyClientCheckEndpointTest.java | 2 +- .../verify/VerifyClientPsd2EndpointTest.java | 2 +- .../VerifyClientSearchEndpointTest.java | 2 +- ...VerifyClientVerifyControlEndpointTest.java | 2 +- .../VerifyClientVerifyEndpointTest.java | 2 +- .../client/verify/VerifyDetailsTest.java | 2 +- .../client/verify/VerifyEndpointTestSpec.java | 2 +- .../client/verify/VerifyRequestTest.java | 2 +- .../client/verify/VerifyResponseTest.java | 2 +- .../verify2/VerificationCallbackTest.java | 2 +- .../verify2/VerificationRequestTest.java | 2 +- .../verify2/VerificationResponseTest.java | 2 +- .../client/verify2/Verify2ClientTest.java | 2 +- .../verify2/Verify2EndpointTestSpec.java | 2 +- .../com/vonage/client/video/ArchiveTest.java | 2 +- .../vonage/client/video/BroadcastTest.java | 2 +- .../video/CreateSessionRequestTest.java | 2 +- .../video/CreateSessionResponseTest.java | 2 +- .../client/video/GetStreamResponseTest.java | 2 +- .../video/ListArchivesResponseTest.java | 2 +- .../ListStreamCompositionsRequestTest.java | 2 +- .../client/video/ListStreamsResponseTest.java | 2 +- .../client/video/MuteSessionRequestTest.java | 2 +- .../video/PatchVideoStreamRequestTest.java | 2 +- .../client/video/ProjectDetailsTest.java | 2 +- .../video/SetScreenLayoutTypeRequestTest.java | 2 +- .../client/video/SignalRequestTest.java | 2 +- .../client/video/SipDialRequestTest.java | 2 +- .../vonage/client/video/TokenOptionsTest.java | 2 +- .../vonage/client/video/VideoClientTest.java | 2 +- .../client/video/VideoEndpointTestSpec.java | 2 +- .../voice/AdvancedMachineDetectionTest.java | 2 +- .../vonage/client/voice/CallInfoPageTest.java | 2 +- .../com/vonage/client/voice/CallInfoTest.java | 2 +- .../com/vonage/client/voice/CallTest.java | 2 +- .../vonage/client/voice/CallsFilterTest.java | 2 +- .../vonage/client/voice/DtmfResponseTest.java | 2 +- .../client/voice/MachineDetectionTest.java | 2 +- .../client/voice/ModifyCallActionTest.java | 2 +- .../client/voice/PhoneEndpointTest.java | 2 +- .../client/voice/StreamPayloadTest.java | 2 +- .../client/voice/StreamResponseTest.java | 2 +- .../vonage/client/voice/TalkPayloadTest.java | 2 +- .../vonage/client/voice/TalkResponseTest.java | 2 +- .../voice/TextToSpeechLanguageTest.java | 2 +- .../client/voice/TransferCallPayloadTest.java | 2 +- .../vonage/client/voice/VoiceClientTest.java | 2 +- .../client/voice/VoiceEndpointTestSpec.java | 2 +- .../client/voice/ncco/AppEndpointTest.java | 2 +- .../client/voice/ncco/ConnectActionTest.java | 2 +- .../voice/ncco/ConversationActionTest.java | 2 +- .../client/voice/ncco/InputActionTest.java | 2 +- .../vonage/client/voice/ncco/NccoTest.java | 2 +- .../client/voice/ncco/NotifyActionTest.java | 2 +- .../client/voice/ncco/PhoneEndpointTest.java | 2 +- .../client/voice/ncco/RecordActionTest.java | 2 +- .../voice/ncco/RecordingFormatTest.java | 2 +- .../client/voice/ncco/SipEndpointTest.java | 2 +- .../client/voice/ncco/SpeechSettingsTest.java | 2 +- .../client/voice/ncco/StreamActionTest.java | 2 +- .../client/voice/ncco/TalkActionTest.java | 2 +- .../client/voice/ncco/VbcEndpointTest.java | 2 +- .../voice/ncco/WebSocketEndpointTest.java | 2 +- 584 files changed, 619 insertions(+), 632 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index b1a5a99d9..db88ae81c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Vonage + Copyright 2024 Vonage 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/build.gradle b/build.gradle index 28d060c09..bfbfd9646 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } dependencies { - def jacksonVersion = '2.16.0' + def jacksonVersion = '2.16.1' def httpclientVersion = '4.5.14' def junitVersion = '5.10.1' @@ -51,7 +51,6 @@ test { } javadoc { - /* info for JavaDoc options https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#overviewcomment */ title "Vonage Java Server SDK" // uncomment this to use a custom javadoc overview //options.overview = file("src/main/javadoc/overview.html") diff --git a/src/main/java/com/vonage/client/AbstractMethod.java b/src/main/java/com/vonage/client/AbstractMethod.java index baa9c4d78..e5a84152c 100644 --- a/src/main/java/com/vonage/client/AbstractMethod.java +++ b/src/main/java/com/vonage/client/AbstractMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/BinaryRequest.java b/src/main/java/com/vonage/client/BinaryRequest.java index 4e37715fd..67733498a 100644 --- a/src/main/java/com/vonage/client/BinaryRequest.java +++ b/src/main/java/com/vonage/client/BinaryRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/DynamicEndpoint.java b/src/main/java/com/vonage/client/DynamicEndpoint.java index 6f3e67a4a..bc91cd21e 100644 --- a/src/main/java/com/vonage/client/DynamicEndpoint.java +++ b/src/main/java/com/vonage/client/DynamicEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/HttpConfig.java b/src/main/java/com/vonage/client/HttpConfig.java index c6f5b7ced..27615b904 100644 --- a/src/main/java/com/vonage/client/HttpConfig.java +++ b/src/main/java/com/vonage/client/HttpConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/HttpWrapper.java b/src/main/java/com/vonage/client/HttpWrapper.java index 84e5162da..3bb061c58 100644 --- a/src/main/java/com/vonage/client/HttpWrapper.java +++ b/src/main/java/com/vonage/client/HttpWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/Jsonable.java b/src/main/java/com/vonage/client/Jsonable.java index 02a07e82c..4e40f11e0 100644 --- a/src/main/java/com/vonage/client/Jsonable.java +++ b/src/main/java/com/vonage/client/Jsonable.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/QueryParamsRequest.java b/src/main/java/com/vonage/client/QueryParamsRequest.java index 9b951f8e2..e10e13fa9 100644 --- a/src/main/java/com/vonage/client/QueryParamsRequest.java +++ b/src/main/java/com/vonage/client/QueryParamsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/RestEndpoint.java b/src/main/java/com/vonage/client/RestEndpoint.java index 9d7d49da5..983aef1e8 100644 --- a/src/main/java/com/vonage/client/RestEndpoint.java +++ b/src/main/java/com/vonage/client/RestEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageApiResponseException.java b/src/main/java/com/vonage/client/VonageApiResponseException.java index dca89ef21..69d9e72d4 100644 --- a/src/main/java/com/vonage/client/VonageApiResponseException.java +++ b/src/main/java/com/vonage/client/VonageApiResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageBadRequestException.java b/src/main/java/com/vonage/client/VonageBadRequestException.java index e69cdc5e9..841521e8d 100644 --- a/src/main/java/com/vonage/client/VonageBadRequestException.java +++ b/src/main/java/com/vonage/client/VonageBadRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageClient.java b/src/main/java/com/vonage/client/VonageClient.java index 3fb4690ca..9e01a2622 100644 --- a/src/main/java/com/vonage/client/VonageClient.java +++ b/src/main/java/com/vonage/client/VonageClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageClientCreationException.java b/src/main/java/com/vonage/client/VonageClientCreationException.java index 15af532e8..cb374f893 100644 --- a/src/main/java/com/vonage/client/VonageClientCreationException.java +++ b/src/main/java/com/vonage/client/VonageClientCreationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageClientException.java b/src/main/java/com/vonage/client/VonageClientException.java index 7a5ff6634..10d1a9213 100644 --- a/src/main/java/com/vonage/client/VonageClientException.java +++ b/src/main/java/com/vonage/client/VonageClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageMethodFailedException.java b/src/main/java/com/vonage/client/VonageMethodFailedException.java index 01408cab7..184c375fd 100644 --- a/src/main/java/com/vonage/client/VonageMethodFailedException.java +++ b/src/main/java/com/vonage/client/VonageMethodFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageResponseParseException.java b/src/main/java/com/vonage/client/VonageResponseParseException.java index cdfb0d8f8..91c443bb3 100644 --- a/src/main/java/com/vonage/client/VonageResponseParseException.java +++ b/src/main/java/com/vonage/client/VonageResponseParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageUnableToReadPrivateKeyException.java b/src/main/java/com/vonage/client/VonageUnableToReadPrivateKeyException.java index 6b9e71a15..119ebf657 100644 --- a/src/main/java/com/vonage/client/VonageUnableToReadPrivateKeyException.java +++ b/src/main/java/com/vonage/client/VonageUnableToReadPrivateKeyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/VonageUnexpectedException.java b/src/main/java/com/vonage/client/VonageUnexpectedException.java index 08dbc9573..830919a99 100644 --- a/src/main/java/com/vonage/client/VonageUnexpectedException.java +++ b/src/main/java/com/vonage/client/VonageUnexpectedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/AccountClient.java b/src/main/java/com/vonage/client/account/AccountClient.java index 08898a35f..7891a07a3 100644 --- a/src/main/java/com/vonage/client/account/AccountClient.java +++ b/src/main/java/com/vonage/client/account/AccountClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/AccountResponseException.java b/src/main/java/com/vonage/client/account/AccountResponseException.java index 517c99cc2..c78efed99 100644 --- a/src/main/java/com/vonage/client/account/AccountResponseException.java +++ b/src/main/java/com/vonage/client/account/AccountResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/BalanceResponse.java b/src/main/java/com/vonage/client/account/BalanceResponse.java index 7a7dbc15f..f168f6297 100644 --- a/src/main/java/com/vonage/client/account/BalanceResponse.java +++ b/src/main/java/com/vonage/client/account/BalanceResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/Country.java b/src/main/java/com/vonage/client/account/Country.java index 4574a34c5..f78ad5586 100644 --- a/src/main/java/com/vonage/client/account/Country.java +++ b/src/main/java/com/vonage/client/account/Country.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/CreateSecretRequest.java b/src/main/java/com/vonage/client/account/CreateSecretRequest.java index 0c776e90f..d8d9622da 100644 --- a/src/main/java/com/vonage/client/account/CreateSecretRequest.java +++ b/src/main/java/com/vonage/client/account/CreateSecretRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/FullPricingRequest.java b/src/main/java/com/vonage/client/account/FullPricingRequest.java index dcc2e822d..93a19fb55 100644 --- a/src/main/java/com/vonage/client/account/FullPricingRequest.java +++ b/src/main/java/com/vonage/client/account/FullPricingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/FullPricingResponse.java b/src/main/java/com/vonage/client/account/FullPricingResponse.java index cdf9aed69..9158a8a81 100644 --- a/src/main/java/com/vonage/client/account/FullPricingResponse.java +++ b/src/main/java/com/vonage/client/account/FullPricingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/ListSecretsResponse.java b/src/main/java/com/vonage/client/account/ListSecretsResponse.java index a580089ea..3ee0818ae 100644 --- a/src/main/java/com/vonage/client/account/ListSecretsResponse.java +++ b/src/main/java/com/vonage/client/account/ListSecretsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/Network.java b/src/main/java/com/vonage/client/account/Network.java index 09b6902cd..18db0b2b6 100644 --- a/src/main/java/com/vonage/client/account/Network.java +++ b/src/main/java/com/vonage/client/account/Network.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/PrefixPricingRequest.java b/src/main/java/com/vonage/client/account/PrefixPricingRequest.java index 18b710bfd..f316ba610 100644 --- a/src/main/java/com/vonage/client/account/PrefixPricingRequest.java +++ b/src/main/java/com/vonage/client/account/PrefixPricingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/PrefixPricingResponse.java b/src/main/java/com/vonage/client/account/PrefixPricingResponse.java index 423e0e45c..69b31d665 100644 --- a/src/main/java/com/vonage/client/account/PrefixPricingResponse.java +++ b/src/main/java/com/vonage/client/account/PrefixPricingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/PricingRequest.java b/src/main/java/com/vonage/client/account/PricingRequest.java index add560ab3..5c5684955 100644 --- a/src/main/java/com/vonage/client/account/PricingRequest.java +++ b/src/main/java/com/vonage/client/account/PricingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/PricingResponse.java b/src/main/java/com/vonage/client/account/PricingResponse.java index a3e897a93..9ef2f6326 100644 --- a/src/main/java/com/vonage/client/account/PricingResponse.java +++ b/src/main/java/com/vonage/client/account/PricingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/SecretRequest.java b/src/main/java/com/vonage/client/account/SecretRequest.java index 9ce801088..e12e951cd 100644 --- a/src/main/java/com/vonage/client/account/SecretRequest.java +++ b/src/main/java/com/vonage/client/account/SecretRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/SecretResponse.java b/src/main/java/com/vonage/client/account/SecretResponse.java index 0350cd59b..39a3b75b9 100644 --- a/src/main/java/com/vonage/client/account/SecretResponse.java +++ b/src/main/java/com/vonage/client/account/SecretResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/ServiceType.java b/src/main/java/com/vonage/client/account/ServiceType.java index aa223b912..4386b9b2a 100644 --- a/src/main/java/com/vonage/client/account/ServiceType.java +++ b/src/main/java/com/vonage/client/account/ServiceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/SettingsRequest.java b/src/main/java/com/vonage/client/account/SettingsRequest.java index 5dba9d8f3..e5cb472ae 100644 --- a/src/main/java/com/vonage/client/account/SettingsRequest.java +++ b/src/main/java/com/vonage/client/account/SettingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/SettingsResponse.java b/src/main/java/com/vonage/client/account/SettingsResponse.java index 876783847..d757e1c15 100644 --- a/src/main/java/com/vonage/client/account/SettingsResponse.java +++ b/src/main/java/com/vonage/client/account/SettingsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/account/TopUpRequest.java b/src/main/java/com/vonage/client/account/TopUpRequest.java index a48b70517..a296cc50e 100644 --- a/src/main/java/com/vonage/client/account/TopUpRequest.java +++ b/src/main/java/com/vonage/client/account/TopUpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/Application.java b/src/main/java/com/vonage/client/application/Application.java index b3101aa54..1debe2820 100644 --- a/src/main/java/com/vonage/client/application/Application.java +++ b/src/main/java/com/vonage/client/application/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/ApplicationClient.java b/src/main/java/com/vonage/client/application/ApplicationClient.java index be153a217..57ec02e17 100644 --- a/src/main/java/com/vonage/client/application/ApplicationClient.java +++ b/src/main/java/com/vonage/client/application/ApplicationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/ApplicationList.java b/src/main/java/com/vonage/client/application/ApplicationList.java index 38d656c87..f02b75ecc 100644 --- a/src/main/java/com/vonage/client/application/ApplicationList.java +++ b/src/main/java/com/vonage/client/application/ApplicationList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/ApplicationResponseException.java b/src/main/java/com/vonage/client/application/ApplicationResponseException.java index 6dbf02ea2..0ffe994e3 100644 --- a/src/main/java/com/vonage/client/application/ApplicationResponseException.java +++ b/src/main/java/com/vonage/client/application/ApplicationResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/ListApplicationRequest.java b/src/main/java/com/vonage/client/application/ListApplicationRequest.java index 6bb5cd357..a7a196acf 100644 --- a/src/main/java/com/vonage/client/application/ListApplicationRequest.java +++ b/src/main/java/com/vonage/client/application/ListApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Capability.java b/src/main/java/com/vonage/client/application/capabilities/Capability.java index ba730fa55..f8dff06a9 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Capability.java +++ b/src/main/java/com/vonage/client/application/capabilities/Capability.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Messages.java b/src/main/java/com/vonage/client/application/capabilities/Messages.java index 20c72977f..31a258fe8 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Messages.java +++ b/src/main/java/com/vonage/client/application/capabilities/Messages.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Region.java b/src/main/java/com/vonage/client/application/capabilities/Region.java index 527098877..60ef14ef7 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Region.java +++ b/src/main/java/com/vonage/client/application/capabilities/Region.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Rtc.java b/src/main/java/com/vonage/client/application/capabilities/Rtc.java index aab47d300..7460f7021 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Rtc.java +++ b/src/main/java/com/vonage/client/application/capabilities/Rtc.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Vbc.java b/src/main/java/com/vonage/client/application/capabilities/Vbc.java index 7c6a774b8..b43c62178 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Vbc.java +++ b/src/main/java/com/vonage/client/application/capabilities/Vbc.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/capabilities/Voice.java b/src/main/java/com/vonage/client/application/capabilities/Voice.java index 11aefedf6..2d36455bf 100644 --- a/src/main/java/com/vonage/client/application/capabilities/Voice.java +++ b/src/main/java/com/vonage/client/application/capabilities/Voice.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/application/package-info.java b/src/main/java/com/vonage/client/application/package-info.java index 4561ab246..414f3ee45 100644 --- a/src/main/java/com/vonage/client/application/package-info.java +++ b/src/main/java/com/vonage/client/application/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/AuthCollection.java b/src/main/java/com/vonage/client/auth/AuthCollection.java index d73f9f16c..c24782991 100644 --- a/src/main/java/com/vonage/client/auth/AuthCollection.java +++ b/src/main/java/com/vonage/client/auth/AuthCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/AuthMethod.java b/src/main/java/com/vonage/client/auth/AuthMethod.java index 09d240bf7..b6c8dc9fa 100644 --- a/src/main/java/com/vonage/client/auth/AuthMethod.java +++ b/src/main/java/com/vonage/client/auth/AuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/JWTAuthMethod.java b/src/main/java/com/vonage/client/auth/JWTAuthMethod.java index eace06c37..849b025e9 100644 --- a/src/main/java/com/vonage/client/auth/JWTAuthMethod.java +++ b/src/main/java/com/vonage/client/auth/JWTAuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/RequestSigning.java b/src/main/java/com/vonage/client/auth/RequestSigning.java index c7153154e..00416a760 100644 --- a/src/main/java/com/vonage/client/auth/RequestSigning.java +++ b/src/main/java/com/vonage/client/auth/RequestSigning.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/SignatureAuthMethod.java b/src/main/java/com/vonage/client/auth/SignatureAuthMethod.java index 9fab2a109..c23af2a8d 100644 --- a/src/main/java/com/vonage/client/auth/SignatureAuthMethod.java +++ b/src/main/java/com/vonage/client/auth/SignatureAuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/TokenAuthMethod.java b/src/main/java/com/vonage/client/auth/TokenAuthMethod.java index dae1e2580..f89079b34 100644 --- a/src/main/java/com/vonage/client/auth/TokenAuthMethod.java +++ b/src/main/java/com/vonage/client/auth/TokenAuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/VonageAuthException.java b/src/main/java/com/vonage/client/auth/VonageAuthException.java index fe2395ded..3aa8d1574 100644 --- a/src/main/java/com/vonage/client/auth/VonageAuthException.java +++ b/src/main/java/com/vonage/client/auth/VonageAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/VonageUnacceptableAuthException.java b/src/main/java/com/vonage/client/auth/VonageUnacceptableAuthException.java index a4636211e..ae5922e80 100644 --- a/src/main/java/com/vonage/client/auth/VonageUnacceptableAuthException.java +++ b/src/main/java/com/vonage/client/auth/VonageUnacceptableAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/AbstractHasher.java b/src/main/java/com/vonage/client/auth/hashutils/AbstractHasher.java index 34fde9056..8fb11d169 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/AbstractHasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/AbstractHasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/HashUtil.java b/src/main/java/com/vonage/client/auth/hashutils/HashUtil.java index 2da742c57..f66773245 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/HashUtil.java +++ b/src/main/java/com/vonage/client/auth/hashutils/HashUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/HmacMd5Hasher.java b/src/main/java/com/vonage/client/auth/hashutils/HmacMd5Hasher.java index 5e9856466..dba93dfab 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/HmacMd5Hasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/HmacMd5Hasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/HmacSha1Hasher.java b/src/main/java/com/vonage/client/auth/hashutils/HmacSha1Hasher.java index ed7b8c07f..7d97f8b55 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/HmacSha1Hasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/HmacSha1Hasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/HmacSha256Hasher.java b/src/main/java/com/vonage/client/auth/hashutils/HmacSha256Hasher.java index e154e3499..22708f245 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/HmacSha256Hasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/HmacSha256Hasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/HmacSha512Hasher.java b/src/main/java/com/vonage/client/auth/hashutils/HmacSha512Hasher.java index 5dc9023fd..580a6246b 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/HmacSha512Hasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/HmacSha512Hasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/hashutils/Md5Hasher.java b/src/main/java/com/vonage/client/auth/hashutils/Md5Hasher.java index 10ae50770..b5330beba 100644 --- a/src/main/java/com/vonage/client/auth/hashutils/Md5Hasher.java +++ b/src/main/java/com/vonage/client/auth/hashutils/Md5Hasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/auth/package-info.java b/src/main/java/com/vonage/client/auth/package-info.java index f9bfdc7ec..656fb1726 100644 --- a/src/main/java/com/vonage/client/auth/package-info.java +++ b/src/main/java/com/vonage/client/auth/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/E164.java b/src/main/java/com/vonage/client/common/E164.java index aee9a134e..f7ad61b7d 100644 --- a/src/main/java/com/vonage/client/common/E164.java +++ b/src/main/java/com/vonage/client/common/E164.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/HalLinks.java b/src/main/java/com/vonage/client/common/HalLinks.java index adadb4274..51bc0340a 100644 --- a/src/main/java/com/vonage/client/common/HalLinks.java +++ b/src/main/java/com/vonage/client/common/HalLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/HalPageResponse.java b/src/main/java/com/vonage/client/common/HalPageResponse.java index 54f33ba73..0e3580576 100644 --- a/src/main/java/com/vonage/client/common/HalPageResponse.java +++ b/src/main/java/com/vonage/client/common/HalPageResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/HttpMethod.java b/src/main/java/com/vonage/client/common/HttpMethod.java index a2ec93f82..8d8dbc564 100644 --- a/src/main/java/com/vonage/client/common/HttpMethod.java +++ b/src/main/java/com/vonage/client/common/HttpMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/UrlContainer.java b/src/main/java/com/vonage/client/common/UrlContainer.java index b100f1750..11b50b012 100644 --- a/src/main/java/com/vonage/client/common/UrlContainer.java +++ b/src/main/java/com/vonage/client/common/UrlContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/common/Webhook.java b/src/main/java/com/vonage/client/common/Webhook.java index 93ddac2d5..07048f860 100644 --- a/src/main/java/com/vonage/client/common/Webhook.java +++ b/src/main/java/com/vonage/client/common/Webhook.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/conversion/ConversionClient.java b/src/main/java/com/vonage/client/conversion/ConversionClient.java index dcb73a88b..f18bf5c1b 100644 --- a/src/main/java/com/vonage/client/conversion/ConversionClient.java +++ b/src/main/java/com/vonage/client/conversion/ConversionClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/conversion/ConversionRequest.java b/src/main/java/com/vonage/client/conversion/ConversionRequest.java index 0d10c321b..79a6104d2 100644 --- a/src/main/java/com/vonage/client/conversion/ConversionRequest.java +++ b/src/main/java/com/vonage/client/conversion/ConversionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/CallDirection.java b/src/main/java/com/vonage/client/incoming/CallDirection.java index 703d95532..32e089caf 100644 --- a/src/main/java/com/vonage/client/incoming/CallDirection.java +++ b/src/main/java/com/vonage/client/incoming/CallDirection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/CallEvent.java b/src/main/java/com/vonage/client/incoming/CallEvent.java index 23e0f8954..948867669 100644 --- a/src/main/java/com/vonage/client/incoming/CallEvent.java +++ b/src/main/java/com/vonage/client/incoming/CallEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/CallStatus.java b/src/main/java/com/vonage/client/incoming/CallStatus.java index c17a812d0..8cad6dcf7 100644 --- a/src/main/java/com/vonage/client/incoming/CallStatus.java +++ b/src/main/java/com/vonage/client/incoming/CallStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/CallStatusDetail.java b/src/main/java/com/vonage/client/incoming/CallStatusDetail.java index 95fbb237c..dd4fd9d61 100644 --- a/src/main/java/com/vonage/client/incoming/CallStatusDetail.java +++ b/src/main/java/com/vonage/client/incoming/CallStatusDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,44 +19,44 @@ public enum CallStatusDetail { /** - * no detail field present - * **/ + * No detail field present + */ NO_DETAIL, /** - * detail present, but has not been mapped to an enum yet - * **/ + * Detail present, but has not been mapped to an enum yet + */ UNMAPPED_DETAIL, /** - * number invalid - * **/ + * Number invalid + */ INVALID_NUMBER, /** - * Rejected By Carrier - * **/ + * Rejected by carrier + */ RESTRICTED, /** - * call rejected by callee - * **/ + * Call rejected by callee + */ DECLINED, /** - * cannot route to the number - * **/ + * Cannot route to the number + */ CANNOT_ROUTE, /** - * number is no longer available - * **/ + * Number is no longer available + */ NUMBER_OUT_OF_SERVICE, /** * Server error or failure - * **/ + */ INTERNAL_ERROR, /** * Carrier timed out - * **/ + */ CARRIER_TIMEOUT, /** * Callee is temporarily unavailable. - * **/ + */ UNAVAILABLE; diff --git a/src/main/java/com/vonage/client/incoming/DtmfResult.java b/src/main/java/com/vonage/client/incoming/DtmfResult.java index 40e4a7738..c27cc8e14 100644 --- a/src/main/java/com/vonage/client/incoming/DtmfResult.java +++ b/src/main/java/com/vonage/client/incoming/DtmfResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/InputEvent.java b/src/main/java/com/vonage/client/incoming/InputEvent.java index d52281739..f76c8763a 100644 --- a/src/main/java/com/vonage/client/incoming/InputEvent.java +++ b/src/main/java/com/vonage/client/incoming/InputEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/MessageEvent.java b/src/main/java/com/vonage/client/incoming/MessageEvent.java index e5cfb008b..9d4542576 100644 --- a/src/main/java/com/vonage/client/incoming/MessageEvent.java +++ b/src/main/java/com/vonage/client/incoming/MessageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/MessageType.java b/src/main/java/com/vonage/client/incoming/MessageType.java index b23cec720..76fda47cd 100644 --- a/src/main/java/com/vonage/client/incoming/MessageType.java +++ b/src/main/java/com/vonage/client/incoming/MessageType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/NotifyEvent.java b/src/main/java/com/vonage/client/incoming/NotifyEvent.java index 120dcb9cb..347376f37 100644 --- a/src/main/java/com/vonage/client/incoming/NotifyEvent.java +++ b/src/main/java/com/vonage/client/incoming/NotifyEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/RecordEvent.java b/src/main/java/com/vonage/client/incoming/RecordEvent.java index 0efa83199..30230af44 100644 --- a/src/main/java/com/vonage/client/incoming/RecordEvent.java +++ b/src/main/java/com/vonage/client/incoming/RecordEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/Result.java b/src/main/java/com/vonage/client/incoming/Result.java index a6e71499b..77e0d8713 100644 --- a/src/main/java/com/vonage/client/incoming/Result.java +++ b/src/main/java/com/vonage/client/incoming/Result.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/incoming/SpeechResults.java b/src/main/java/com/vonage/client/incoming/SpeechResults.java index 8e46263b0..341b86b39 100644 --- a/src/main/java/com/vonage/client/incoming/SpeechResults.java +++ b/src/main/java/com/vonage/client/incoming/SpeechResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/AdvancedInsightRequest.java b/src/main/java/com/vonage/client/insight/AdvancedInsightRequest.java index 7f75b511f..007cb52c5 100644 --- a/src/main/java/com/vonage/client/insight/AdvancedInsightRequest.java +++ b/src/main/java/com/vonage/client/insight/AdvancedInsightRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/AdvancedInsightResponse.java b/src/main/java/com/vonage/client/insight/AdvancedInsightResponse.java index bf7effcad..0c9e9546f 100644 --- a/src/main/java/com/vonage/client/insight/AdvancedInsightResponse.java +++ b/src/main/java/com/vonage/client/insight/AdvancedInsightResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/BaseInsightRequest.java b/src/main/java/com/vonage/client/insight/BaseInsightRequest.java index 401a47b0e..d023e8349 100644 --- a/src/main/java/com/vonage/client/insight/BaseInsightRequest.java +++ b/src/main/java/com/vonage/client/insight/BaseInsightRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/BasicInsightRequest.java b/src/main/java/com/vonage/client/insight/BasicInsightRequest.java index 57d4ba005..dc5872189 100644 --- a/src/main/java/com/vonage/client/insight/BasicInsightRequest.java +++ b/src/main/java/com/vonage/client/insight/BasicInsightRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/BasicInsightResponse.java b/src/main/java/com/vonage/client/insight/BasicInsightResponse.java index 26cce2e1b..ca2578378 100644 --- a/src/main/java/com/vonage/client/insight/BasicInsightResponse.java +++ b/src/main/java/com/vonage/client/insight/BasicInsightResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/CallerIdentity.java b/src/main/java/com/vonage/client/insight/CallerIdentity.java index e00ae2ab3..8568f0613 100644 --- a/src/main/java/com/vonage/client/insight/CallerIdentity.java +++ b/src/main/java/com/vonage/client/insight/CallerIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/CallerType.java b/src/main/java/com/vonage/client/insight/CallerType.java index ef41770d9..2acaa821e 100644 --- a/src/main/java/com/vonage/client/insight/CallerType.java +++ b/src/main/java/com/vonage/client/insight/CallerType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/CarrierDetails.java b/src/main/java/com/vonage/client/insight/CarrierDetails.java index bc9d06c6c..60ce1aea1 100644 --- a/src/main/java/com/vonage/client/insight/CarrierDetails.java +++ b/src/main/java/com/vonage/client/insight/CarrierDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/InsightClient.java b/src/main/java/com/vonage/client/insight/InsightClient.java index 8fb7d2bbc..d2ad12abb 100644 --- a/src/main/java/com/vonage/client/insight/InsightClient.java +++ b/src/main/java/com/vonage/client/insight/InsightClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/InsightStatus.java b/src/main/java/com/vonage/client/insight/InsightStatus.java index d2fd59ce9..7aec56eda 100644 --- a/src/main/java/com/vonage/client/insight/InsightStatus.java +++ b/src/main/java/com/vonage/client/insight/InsightStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/LookupOutcome.java b/src/main/java/com/vonage/client/insight/LookupOutcome.java index 142481f5c..11968e7df 100644 --- a/src/main/java/com/vonage/client/insight/LookupOutcome.java +++ b/src/main/java/com/vonage/client/insight/LookupOutcome.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/PortedStatus.java b/src/main/java/com/vonage/client/insight/PortedStatus.java index eec71e534..723f52d78 100644 --- a/src/main/java/com/vonage/client/insight/PortedStatus.java +++ b/src/main/java/com/vonage/client/insight/PortedStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/Reachability.java b/src/main/java/com/vonage/client/insight/Reachability.java index a9ce0e379..8c55a1b58 100644 --- a/src/main/java/com/vonage/client/insight/Reachability.java +++ b/src/main/java/com/vonage/client/insight/Reachability.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/RealTimeData.java b/src/main/java/com/vonage/client/insight/RealTimeData.java index e8a8c90c0..0c82b4956 100644 --- a/src/main/java/com/vonage/client/insight/RealTimeData.java +++ b/src/main/java/com/vonage/client/insight/RealTimeData.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/RoamingDetails.java b/src/main/java/com/vonage/client/insight/RoamingDetails.java index f4f8d561b..a45d05f57 100644 --- a/src/main/java/com/vonage/client/insight/RoamingDetails.java +++ b/src/main/java/com/vonage/client/insight/RoamingDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/StandardInsightRequest.java b/src/main/java/com/vonage/client/insight/StandardInsightRequest.java index f0b5080f5..98dbfe4b7 100644 --- a/src/main/java/com/vonage/client/insight/StandardInsightRequest.java +++ b/src/main/java/com/vonage/client/insight/StandardInsightRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/StandardInsightResponse.java b/src/main/java/com/vonage/client/insight/StandardInsightResponse.java index fac389d31..cf3878e6c 100644 --- a/src/main/java/com/vonage/client/insight/StandardInsightResponse.java +++ b/src/main/java/com/vonage/client/insight/StandardInsightResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/insight/Validity.java b/src/main/java/com/vonage/client/insight/Validity.java index 1650cc622..c029f3ed5 100644 --- a/src/main/java/com/vonage/client/insight/Validity.java +++ b/src/main/java/com/vonage/client/insight/Validity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/Application.java b/src/main/java/com/vonage/client/meetings/Application.java index 3454293f7..fa7967de3 100644 --- a/src/main/java/com/vonage/client/meetings/Application.java +++ b/src/main/java/com/vonage/client/meetings/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/AvailableFeatures.java b/src/main/java/com/vonage/client/meetings/AvailableFeatures.java index 9476490bd..257ae8c3a 100644 --- a/src/main/java/com/vonage/client/meetings/AvailableFeatures.java +++ b/src/main/java/com/vonage/client/meetings/AvailableFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/CallbackUrls.java b/src/main/java/com/vonage/client/meetings/CallbackUrls.java index f1efdc0bb..2f31f88dd 100644 --- a/src/main/java/com/vonage/client/meetings/CallbackUrls.java +++ b/src/main/java/com/vonage/client/meetings/CallbackUrls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/DeleteThemeRequest.java b/src/main/java/com/vonage/client/meetings/DeleteThemeRequest.java index 8afcce155..aa6abb167 100644 --- a/src/main/java/com/vonage/client/meetings/DeleteThemeRequest.java +++ b/src/main/java/com/vonage/client/meetings/DeleteThemeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/DialInNumber.java b/src/main/java/com/vonage/client/meetings/DialInNumber.java index d3ad3bda7..1d8e8ed55 100644 --- a/src/main/java/com/vonage/client/meetings/DialInNumber.java +++ b/src/main/java/com/vonage/client/meetings/DialInNumber.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/EventType.java b/src/main/java/com/vonage/client/meetings/EventType.java index 30a62b5cc..6383bf3dd 100644 --- a/src/main/java/com/vonage/client/meetings/EventType.java +++ b/src/main/java/com/vonage/client/meetings/EventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/FinalizeLogosRequest.java b/src/main/java/com/vonage/client/meetings/FinalizeLogosRequest.java index 51272f28e..b9707d7eb 100644 --- a/src/main/java/com/vonage/client/meetings/FinalizeLogosRequest.java +++ b/src/main/java/com/vonage/client/meetings/FinalizeLogosRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/GetLogoUploadUrlsResponse.java b/src/main/java/com/vonage/client/meetings/GetLogoUploadUrlsResponse.java index af9b3f888..53e493cd2 100644 --- a/src/main/java/com/vonage/client/meetings/GetLogoUploadUrlsResponse.java +++ b/src/main/java/com/vonage/client/meetings/GetLogoUploadUrlsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/InitialJoinOptions.java b/src/main/java/com/vonage/client/meetings/InitialJoinOptions.java index 1b5d92422..462a4e975 100644 --- a/src/main/java/com/vonage/client/meetings/InitialJoinOptions.java +++ b/src/main/java/com/vonage/client/meetings/InitialJoinOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/JoinApprovalLevel.java b/src/main/java/com/vonage/client/meetings/JoinApprovalLevel.java index fdc1ac2bc..aad409e22 100644 --- a/src/main/java/com/vonage/client/meetings/JoinApprovalLevel.java +++ b/src/main/java/com/vonage/client/meetings/JoinApprovalLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ListDialNumbersResponse.java b/src/main/java/com/vonage/client/meetings/ListDialNumbersResponse.java index 67730b3fb..7e1f572e6 100644 --- a/src/main/java/com/vonage/client/meetings/ListDialNumbersResponse.java +++ b/src/main/java/com/vonage/client/meetings/ListDialNumbersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ListRecordingsResponse.java b/src/main/java/com/vonage/client/meetings/ListRecordingsResponse.java index 580807ea5..3d63e01c4 100644 --- a/src/main/java/com/vonage/client/meetings/ListRecordingsResponse.java +++ b/src/main/java/com/vonage/client/meetings/ListRecordingsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ListRoomsRequest.java b/src/main/java/com/vonage/client/meetings/ListRoomsRequest.java index 6166e422c..01a1c400f 100644 --- a/src/main/java/com/vonage/client/meetings/ListRoomsRequest.java +++ b/src/main/java/com/vonage/client/meetings/ListRoomsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ListRoomsResponse.java b/src/main/java/com/vonage/client/meetings/ListRoomsResponse.java index 9a18f4809..2f577f14e 100644 --- a/src/main/java/com/vonage/client/meetings/ListRoomsResponse.java +++ b/src/main/java/com/vonage/client/meetings/ListRoomsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ListThemesResponse.java b/src/main/java/com/vonage/client/meetings/ListThemesResponse.java index 5f5f4778f..f112538a6 100644 --- a/src/main/java/com/vonage/client/meetings/ListThemesResponse.java +++ b/src/main/java/com/vonage/client/meetings/ListThemesResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/LogoType.java b/src/main/java/com/vonage/client/meetings/LogoType.java index 3ea45812f..2a8380bb2 100644 --- a/src/main/java/com/vonage/client/meetings/LogoType.java +++ b/src/main/java/com/vonage/client/meetings/LogoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/LogoUploadsUrlResponse.java b/src/main/java/com/vonage/client/meetings/LogoUploadsUrlResponse.java index e7a703c45..694df92ae 100644 --- a/src/main/java/com/vonage/client/meetings/LogoUploadsUrlResponse.java +++ b/src/main/java/com/vonage/client/meetings/LogoUploadsUrlResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/MeetingRoom.java b/src/main/java/com/vonage/client/meetings/MeetingRoom.java index b2e945f44..36aa1d94d 100644 --- a/src/main/java/com/vonage/client/meetings/MeetingRoom.java +++ b/src/main/java/com/vonage/client/meetings/MeetingRoom.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/MeetingsClient.java b/src/main/java/com/vonage/client/meetings/MeetingsClient.java index 0ecb239ca..17693f9ab 100644 --- a/src/main/java/com/vonage/client/meetings/MeetingsClient.java +++ b/src/main/java/com/vonage/client/meetings/MeetingsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/MeetingsEventCallback.java b/src/main/java/com/vonage/client/meetings/MeetingsEventCallback.java index b07f832c2..d5ae6de3e 100644 --- a/src/main/java/com/vonage/client/meetings/MeetingsEventCallback.java +++ b/src/main/java/com/vonage/client/meetings/MeetingsEventCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/MeetingsResponseException.java b/src/main/java/com/vonage/client/meetings/MeetingsResponseException.java index 28e70d63c..6f4d836c1 100644 --- a/src/main/java/com/vonage/client/meetings/MeetingsResponseException.java +++ b/src/main/java/com/vonage/client/meetings/MeetingsResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/MicrophoneState.java b/src/main/java/com/vonage/client/meetings/MicrophoneState.java index 6d5bf4821..66f5ab457 100644 --- a/src/main/java/com/vonage/client/meetings/MicrophoneState.java +++ b/src/main/java/com/vonage/client/meetings/MicrophoneState.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/Recording.java b/src/main/java/com/vonage/client/meetings/Recording.java index 0eeac152f..0f9ba4cff 100644 --- a/src/main/java/com/vonage/client/meetings/Recording.java +++ b/src/main/java/com/vonage/client/meetings/Recording.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RecordingLinks.java b/src/main/java/com/vonage/client/meetings/RecordingLinks.java index 3f38c6d8c..b297da352 100644 --- a/src/main/java/com/vonage/client/meetings/RecordingLinks.java +++ b/src/main/java/com/vonage/client/meetings/RecordingLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RecordingOptions.java b/src/main/java/com/vonage/client/meetings/RecordingOptions.java index 169252d44..1a4b01bb1 100644 --- a/src/main/java/com/vonage/client/meetings/RecordingOptions.java +++ b/src/main/java/com/vonage/client/meetings/RecordingOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RecordingStatus.java b/src/main/java/com/vonage/client/meetings/RecordingStatus.java index ab3df9f04..ff4affcc0 100644 --- a/src/main/java/com/vonage/client/meetings/RecordingStatus.java +++ b/src/main/java/com/vonage/client/meetings/RecordingStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RoomLanguage.java b/src/main/java/com/vonage/client/meetings/RoomLanguage.java index b8e0706b7..e4c08bf75 100644 --- a/src/main/java/com/vonage/client/meetings/RoomLanguage.java +++ b/src/main/java/com/vonage/client/meetings/RoomLanguage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RoomLinks.java b/src/main/java/com/vonage/client/meetings/RoomLinks.java index 6711f5074..96561af38 100644 --- a/src/main/java/com/vonage/client/meetings/RoomLinks.java +++ b/src/main/java/com/vonage/client/meetings/RoomLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/RoomType.java b/src/main/java/com/vonage/client/meetings/RoomType.java index ae727a6fd..3ccc6dcee 100644 --- a/src/main/java/com/vonage/client/meetings/RoomType.java +++ b/src/main/java/com/vonage/client/meetings/RoomType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/Theme.java b/src/main/java/com/vonage/client/meetings/Theme.java index cf7ea1458..96e47a5ea 100644 --- a/src/main/java/com/vonage/client/meetings/Theme.java +++ b/src/main/java/com/vonage/client/meetings/Theme.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/ThemeDomain.java b/src/main/java/com/vonage/client/meetings/ThemeDomain.java index cdae3198c..41d8d0bc9 100644 --- a/src/main/java/com/vonage/client/meetings/ThemeDomain.java +++ b/src/main/java/com/vonage/client/meetings/ThemeDomain.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/UISettings.java b/src/main/java/com/vonage/client/meetings/UISettings.java index 2c1efca17..1ec73c8e3 100644 --- a/src/main/java/com/vonage/client/meetings/UISettings.java +++ b/src/main/java/com/vonage/client/meetings/UISettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/UpdateApplicationRequest.java b/src/main/java/com/vonage/client/meetings/UpdateApplicationRequest.java index 6f0b849cd..7273e41fa 100644 --- a/src/main/java/com/vonage/client/meetings/UpdateApplicationRequest.java +++ b/src/main/java/com/vonage/client/meetings/UpdateApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/UpdateRoomRequest.java b/src/main/java/com/vonage/client/meetings/UpdateRoomRequest.java index 9f1d91627..2fb63b7a3 100644 --- a/src/main/java/com/vonage/client/meetings/UpdateRoomRequest.java +++ b/src/main/java/com/vonage/client/meetings/UpdateRoomRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/UrlContainer.java b/src/main/java/com/vonage/client/meetings/UrlContainer.java index 7160033e5..c0516f503 100644 --- a/src/main/java/com/vonage/client/meetings/UrlContainer.java +++ b/src/main/java/com/vonage/client/meetings/UrlContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/meetings/package-info.java b/src/main/java/com/vonage/client/meetings/package-info.java index 78af1fb23..1294512df 100644 --- a/src/main/java/com/vonage/client/meetings/package-info.java +++ b/src/main/java/com/vonage/client/meetings/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/Channel.java b/src/main/java/com/vonage/client/messages/Channel.java index 6ced96b46..8fd6fe21f 100644 --- a/src/main/java/com/vonage/client/messages/Channel.java +++ b/src/main/java/com/vonage/client/messages/Channel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/InboundMessage.java b/src/main/java/com/vonage/client/messages/InboundMessage.java index 3f590279b..9c1fb6935 100644 --- a/src/main/java/com/vonage/client/messages/InboundMessage.java +++ b/src/main/java/com/vonage/client/messages/InboundMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessageRequest.java b/src/main/java/com/vonage/client/messages/MessageRequest.java index 515738300..02c433e7d 100644 --- a/src/main/java/com/vonage/client/messages/MessageRequest.java +++ b/src/main/java/com/vonage/client/messages/MessageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessageResponse.java b/src/main/java/com/vonage/client/messages/MessageResponse.java index 3c41254fe..d54112462 100644 --- a/src/main/java/com/vonage/client/messages/MessageResponse.java +++ b/src/main/java/com/vonage/client/messages/MessageResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessageResponseException.java b/src/main/java/com/vonage/client/messages/MessageResponseException.java index dcda79f57..f0f99dd2d 100644 --- a/src/main/java/com/vonage/client/messages/MessageResponseException.java +++ b/src/main/java/com/vonage/client/messages/MessageResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessageStatus.java b/src/main/java/com/vonage/client/messages/MessageStatus.java index 6e761e296..9ff5b1817 100644 --- a/src/main/java/com/vonage/client/messages/MessageStatus.java +++ b/src/main/java/com/vonage/client/messages/MessageStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessageType.java b/src/main/java/com/vonage/client/messages/MessageType.java index 2f9b833a6..9eb2686a0 100644 --- a/src/main/java/com/vonage/client/messages/MessageType.java +++ b/src/main/java/com/vonage/client/messages/MessageType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessagesClient.java b/src/main/java/com/vonage/client/messages/MessagesClient.java index 94ae89fd2..81b324eeb 100644 --- a/src/main/java/com/vonage/client/messages/MessagesClient.java +++ b/src/main/java/com/vonage/client/messages/MessagesClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/MessagesVersion.java b/src/main/java/com/vonage/client/messages/MessagesVersion.java index 7aaf63aca..0d79c2ee4 100644 --- a/src/main/java/com/vonage/client/messages/MessagesVersion.java +++ b/src/main/java/com/vonage/client/messages/MessagesVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/internal/MessagePayload.java b/src/main/java/com/vonage/client/messages/internal/MessagePayload.java index 050a739fa..841084598 100644 --- a/src/main/java/com/vonage/client/messages/internal/MessagePayload.java +++ b/src/main/java/com/vonage/client/messages/internal/MessagePayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/internal/Text.java b/src/main/java/com/vonage/client/messages/internal/Text.java index 79a6e7ab9..703bf111f 100644 --- a/src/main/java/com/vonage/client/messages/internal/Text.java +++ b/src/main/java/com/vonage/client/messages/internal/Text.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/Category.java b/src/main/java/com/vonage/client/messages/messenger/Category.java index 7a0ad504b..cf264ea96 100644 --- a/src/main/java/com/vonage/client/messages/messenger/Category.java +++ b/src/main/java/com/vonage/client/messages/messenger/Category.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/Messenger.java b/src/main/java/com/vonage/client/messages/messenger/Messenger.java index 320841190..e8fac651e 100644 --- a/src/main/java/com/vonage/client/messages/messenger/Messenger.java +++ b/src/main/java/com/vonage/client/messages/messenger/Messenger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerAudioRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerAudioRequest.java index 40d90af41..b457b0c94 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerAudioRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerAudioRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerFileRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerFileRequest.java index 6e2d8f7c7..c04a03aa2 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerFileRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerFileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerImageRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerImageRequest.java index e2401a86d..b181149b0 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerImageRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerImageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerRequest.java index bef83de5f..ace5e76a6 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerTextRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerTextRequest.java index d0dbe4217..fbd4449a2 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerTextRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerTextRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/MessengerVideoRequest.java b/src/main/java/com/vonage/client/messages/messenger/MessengerVideoRequest.java index e692a359c..ad747b70f 100644 --- a/src/main/java/com/vonage/client/messages/messenger/MessengerVideoRequest.java +++ b/src/main/java/com/vonage/client/messages/messenger/MessengerVideoRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/messenger/Tag.java b/src/main/java/com/vonage/client/messages/messenger/Tag.java index 5eb848ceb..0b7e6963a 100644 --- a/src/main/java/com/vonage/client/messages/messenger/Tag.java +++ b/src/main/java/com/vonage/client/messages/messenger/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/mms/MmsAudioRequest.java b/src/main/java/com/vonage/client/messages/mms/MmsAudioRequest.java index 437dac840..0805ce51f 100644 --- a/src/main/java/com/vonage/client/messages/mms/MmsAudioRequest.java +++ b/src/main/java/com/vonage/client/messages/mms/MmsAudioRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/mms/MmsImageRequest.java b/src/main/java/com/vonage/client/messages/mms/MmsImageRequest.java index ee6d9d3d9..d7920b192 100644 --- a/src/main/java/com/vonage/client/messages/mms/MmsImageRequest.java +++ b/src/main/java/com/vonage/client/messages/mms/MmsImageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/mms/MmsRequest.java b/src/main/java/com/vonage/client/messages/mms/MmsRequest.java index 070cc41a5..7d5e42b3a 100644 --- a/src/main/java/com/vonage/client/messages/mms/MmsRequest.java +++ b/src/main/java/com/vonage/client/messages/mms/MmsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/mms/MmsVcardRequest.java b/src/main/java/com/vonage/client/messages/mms/MmsVcardRequest.java index 7e66487af..af515d3ab 100644 --- a/src/main/java/com/vonage/client/messages/mms/MmsVcardRequest.java +++ b/src/main/java/com/vonage/client/messages/mms/MmsVcardRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/mms/MmsVideoRequest.java b/src/main/java/com/vonage/client/messages/mms/MmsVideoRequest.java index 0787febcd..956c81f94 100644 --- a/src/main/java/com/vonage/client/messages/mms/MmsVideoRequest.java +++ b/src/main/java/com/vonage/client/messages/mms/MmsVideoRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/package-info.java b/src/main/java/com/vonage/client/messages/package-info.java index 095e8a664..b875814da 100644 --- a/src/main/java/com/vonage/client/messages/package-info.java +++ b/src/main/java/com/vonage/client/messages/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/sms/EncodingType.java b/src/main/java/com/vonage/client/messages/sms/EncodingType.java index ef7ce975c..8b78bb437 100644 --- a/src/main/java/com/vonage/client/messages/sms/EncodingType.java +++ b/src/main/java/com/vonage/client/messages/sms/EncodingType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/sms/OutboundSettings.java b/src/main/java/com/vonage/client/messages/sms/OutboundSettings.java index 214648722..8c0fca1d3 100644 --- a/src/main/java/com/vonage/client/messages/sms/OutboundSettings.java +++ b/src/main/java/com/vonage/client/messages/sms/OutboundSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/sms/SmsInboundMetadata.java b/src/main/java/com/vonage/client/messages/sms/SmsInboundMetadata.java index 8e029e2c4..92f40cb6c 100644 --- a/src/main/java/com/vonage/client/messages/sms/SmsInboundMetadata.java +++ b/src/main/java/com/vonage/client/messages/sms/SmsInboundMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/sms/SmsTextRequest.java b/src/main/java/com/vonage/client/messages/sms/SmsTextRequest.java index 705d6a80c..674421c5a 100644 --- a/src/main/java/com/vonage/client/messages/sms/SmsTextRequest.java +++ b/src/main/java/com/vonage/client/messages/sms/SmsTextRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/Action.java b/src/main/java/com/vonage/client/messages/viber/Action.java index 75de3ec67..8b836b274 100644 --- a/src/main/java/com/vonage/client/messages/viber/Action.java +++ b/src/main/java/com/vonage/client/messages/viber/Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/Category.java b/src/main/java/com/vonage/client/messages/viber/Category.java index b74fed9c8..d4d3ebefd 100644 --- a/src/main/java/com/vonage/client/messages/viber/Category.java +++ b/src/main/java/com/vonage/client/messages/viber/Category.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/File.java b/src/main/java/com/vonage/client/messages/viber/File.java index cef05e92a..e216e0471 100644 --- a/src/main/java/com/vonage/client/messages/viber/File.java +++ b/src/main/java/com/vonage/client/messages/viber/File.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberFileRequest.java b/src/main/java/com/vonage/client/messages/viber/ViberFileRequest.java index f33661e77..78541069b 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberFileRequest.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberFileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberImageRequest.java b/src/main/java/com/vonage/client/messages/viber/ViberImageRequest.java index 998c48ba9..20e4d734e 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberImageRequest.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberImageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberRequest.java b/src/main/java/com/vonage/client/messages/viber/ViberRequest.java index 89cdd079d..0c2547a0b 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberRequest.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberService.java b/src/main/java/com/vonage/client/messages/viber/ViberService.java index e501b3558..59528489a 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberService.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberTextRequest.java b/src/main/java/com/vonage/client/messages/viber/ViberTextRequest.java index 8bf0325ab..9384feaf3 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberTextRequest.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberTextRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/ViberVideoRequest.java b/src/main/java/com/vonage/client/messages/viber/ViberVideoRequest.java index 870bc1303..f2601be03 100644 --- a/src/main/java/com/vonage/client/messages/viber/ViberVideoRequest.java +++ b/src/main/java/com/vonage/client/messages/viber/ViberVideoRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/viber/Video.java b/src/main/java/com/vonage/client/messages/viber/Video.java index 75e7ac70b..e56d2aee2 100644 --- a/src/main/java/com/vonage/client/messages/viber/Video.java +++ b/src/main/java/com/vonage/client/messages/viber/Video.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Context.java b/src/main/java/com/vonage/client/messages/whatsapp/Context.java index 0cbce0b8f..7d84f7f6b 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Context.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Context.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/ContextStatus.java b/src/main/java/com/vonage/client/messages/whatsapp/ContextStatus.java index 02517ee66..b993b67e9 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/ContextStatus.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/ContextStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/ConversationType.java b/src/main/java/com/vonage/client/messages/whatsapp/ConversationType.java index a4ad5884e..3d23d90fc 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/ConversationType.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/ConversationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Locale.java b/src/main/java/com/vonage/client/messages/whatsapp/Locale.java index 7224ff12a..73cfd6196 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Locale.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Locale.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Location.java b/src/main/java/com/vonage/client/messages/whatsapp/Location.java index 311d633f7..67d83b6f8 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Location.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Location.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Order.java b/src/main/java/com/vonage/client/messages/whatsapp/Order.java index 998120ab3..2bff4f8f6 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Order.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Order.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Policy.java b/src/main/java/com/vonage/client/messages/whatsapp/Policy.java index 4c7dfcba2..940696851 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Policy.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Policy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/ProductItem.java b/src/main/java/com/vonage/client/messages/whatsapp/ProductItem.java index 4df26f489..18ba3c749 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/ProductItem.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/ProductItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/ProductSection.java b/src/main/java/com/vonage/client/messages/whatsapp/ProductSection.java index 20288ed42..3b93f81f6 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/ProductSection.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/ProductSection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Profile.java b/src/main/java/com/vonage/client/messages/whatsapp/Profile.java index dcdc31bc1..f0edb5bdd 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Profile.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Profile.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Referral.java b/src/main/java/com/vonage/client/messages/whatsapp/Referral.java index d384155ba..08d7206be 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Referral.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Referral.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/ReferredProduct.java b/src/main/java/com/vonage/client/messages/whatsapp/ReferredProduct.java index c16130ee1..0af59a3d8 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/ReferredProduct.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/ReferredProduct.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Reply.java b/src/main/java/com/vonage/client/messages/whatsapp/Reply.java index 654397e7d..1c5dc20df 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Reply.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Reply.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Sticker.java b/src/main/java/com/vonage/client/messages/whatsapp/Sticker.java index 6c2d8a202..792253f9d 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Sticker.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Sticker.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Template.java b/src/main/java/com/vonage/client/messages/whatsapp/Template.java index 8a896801e..ce43a955b 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Template.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Template.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/Whatsapp.java b/src/main/java/com/vonage/client/messages/whatsapp/Whatsapp.java index e10af97bc..78e456d07 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/Whatsapp.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/Whatsapp.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequest.java index bb5b2f1dc..95d4fb4f6 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequest.java index 9b478403e..c8e58d1d8 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappFileRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappFileRequest.java index 5f838c65b..41000d2fb 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappFileRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappFileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappImageRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappImageRequest.java index 2adf2873a..f8052b5e1 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappImageRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappImageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequest.java index 730a192a6..383733931 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequest.java @@ -1,6 +1,6 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequest.java index 25faad18a..4f0cc1863 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappRequest.java index f12614cb2..2339bff06 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequest.java index c93740be2..c4315211e 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequest.java index a06524478..692ebff27 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequest.java index 958804262..e9f6bd123 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTextRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTextRequest.java index 011da3968..4ba630119 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTextRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappTextRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequest.java b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequest.java index 1e6e0257a..63316c91d 100644 --- a/src/main/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequest.java +++ b/src/main/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/AvailableNumber.java b/src/main/java/com/vonage/client/numbers/AvailableNumber.java index a6e67a809..a4dd4d16e 100644 --- a/src/main/java/com/vonage/client/numbers/AvailableNumber.java +++ b/src/main/java/com/vonage/client/numbers/AvailableNumber.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/BaseNumberRequest.java b/src/main/java/com/vonage/client/numbers/BaseNumberRequest.java index bc0372216..a3577302e 100644 --- a/src/main/java/com/vonage/client/numbers/BaseNumberRequest.java +++ b/src/main/java/com/vonage/client/numbers/BaseNumberRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/BuyNumberRequest.java b/src/main/java/com/vonage/client/numbers/BuyNumberRequest.java index 6e00dceaa..6117847d6 100644 --- a/src/main/java/com/vonage/client/numbers/BuyNumberRequest.java +++ b/src/main/java/com/vonage/client/numbers/BuyNumberRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/CancelNumberRequest.java b/src/main/java/com/vonage/client/numbers/CancelNumberRequest.java index 5854cae6b..feacde401 100644 --- a/src/main/java/com/vonage/client/numbers/CancelNumberRequest.java +++ b/src/main/java/com/vonage/client/numbers/CancelNumberRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/ListNumbersFilter.java b/src/main/java/com/vonage/client/numbers/ListNumbersFilter.java index 514cbb2bb..a48ddc949 100644 --- a/src/main/java/com/vonage/client/numbers/ListNumbersFilter.java +++ b/src/main/java/com/vonage/client/numbers/ListNumbersFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/ListNumbersResponse.java b/src/main/java/com/vonage/client/numbers/ListNumbersResponse.java index 72be569c9..b6878a5ec 100644 --- a/src/main/java/com/vonage/client/numbers/ListNumbersResponse.java +++ b/src/main/java/com/vonage/client/numbers/ListNumbersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/NumbersClient.java b/src/main/java/com/vonage/client/numbers/NumbersClient.java index 40a239163..17cc1fdf4 100644 --- a/src/main/java/com/vonage/client/numbers/NumbersClient.java +++ b/src/main/java/com/vonage/client/numbers/NumbersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/NumbersResponseException.java b/src/main/java/com/vonage/client/numbers/NumbersResponseException.java index 5b0d34940..2223a2c01 100644 --- a/src/main/java/com/vonage/client/numbers/NumbersResponseException.java +++ b/src/main/java/com/vonage/client/numbers/NumbersResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/OwnedNumber.java b/src/main/java/com/vonage/client/numbers/OwnedNumber.java index 391d99d5e..53c11b988 100644 --- a/src/main/java/com/vonage/client/numbers/OwnedNumber.java +++ b/src/main/java/com/vonage/client/numbers/OwnedNumber.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/SearchNumbersFilter.java b/src/main/java/com/vonage/client/numbers/SearchNumbersFilter.java index 125fcbc79..56ef80d24 100644 --- a/src/main/java/com/vonage/client/numbers/SearchNumbersFilter.java +++ b/src/main/java/com/vonage/client/numbers/SearchNumbersFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/SearchNumbersResponse.java b/src/main/java/com/vonage/client/numbers/SearchNumbersResponse.java index a01bf8281..b3fa022d0 100644 --- a/src/main/java/com/vonage/client/numbers/SearchNumbersResponse.java +++ b/src/main/java/com/vonage/client/numbers/SearchNumbersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/SearchPattern.java b/src/main/java/com/vonage/client/numbers/SearchPattern.java index 04b0aef12..6912caa37 100644 --- a/src/main/java/com/vonage/client/numbers/SearchPattern.java +++ b/src/main/java/com/vonage/client/numbers/SearchPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/Type.java b/src/main/java/com/vonage/client/numbers/Type.java index 3206d6e08..dd38c907c 100644 --- a/src/main/java/com/vonage/client/numbers/Type.java +++ b/src/main/java/com/vonage/client/numbers/Type.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/numbers/UpdateNumberRequest.java b/src/main/java/com/vonage/client/numbers/UpdateNumberRequest.java index 0bcc544fa..9e5990778 100644 --- a/src/main/java/com/vonage/client/numbers/UpdateNumberRequest.java +++ b/src/main/java/com/vonage/client/numbers/UpdateNumberRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/package-info.java b/src/main/java/com/vonage/client/package-info.java index 5ee7b1f79..c9a21bc47 100644 --- a/src/main/java/com/vonage/client/package-info.java +++ b/src/main/java/com/vonage/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ContactsList.java b/src/main/java/com/vonage/client/proactiveconnect/ContactsList.java index 0c360cfdd..afaa6d204 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ContactsList.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ContactsList.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/Datasource.java b/src/main/java/com/vonage/client/proactiveconnect/Datasource.java index 9a31e4123..d595a9c2d 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/Datasource.java +++ b/src/main/java/com/vonage/client/proactiveconnect/Datasource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/Event.java b/src/main/java/com/vonage/client/proactiveconnect/Event.java index 76df6749e..3b51ed692 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/Event.java +++ b/src/main/java/com/vonage/client/proactiveconnect/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/EventType.java b/src/main/java/com/vonage/client/proactiveconnect/EventType.java index 5e82c9e0e..662e841e1 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/EventType.java +++ b/src/main/java/com/vonage/client/proactiveconnect/EventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/HalRequestWrapper.java b/src/main/java/com/vonage/client/proactiveconnect/HalRequestWrapper.java index cdffa6713..69336e805 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/HalRequestWrapper.java +++ b/src/main/java/com/vonage/client/proactiveconnect/HalRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListAttribute.java b/src/main/java/com/vonage/client/proactiveconnect/ListAttribute.java index dbcd59415..1bf237d81 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListAttribute.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListEventsFilter.java b/src/main/java/com/vonage/client/proactiveconnect/ListEventsFilter.java index 712f5e61a..80bba6a09 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListEventsFilter.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListEventsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListEventsResponse.java b/src/main/java/com/vonage/client/proactiveconnect/ListEventsResponse.java index 6d8b80b7b..3310b6053 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListEventsResponse.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListEventsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListItem.java b/src/main/java/com/vonage/client/proactiveconnect/ListItem.java index 852c4be39..742f941c8 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListItem.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListItemRequestWrapper.java b/src/main/java/com/vonage/client/proactiveconnect/ListItemRequestWrapper.java index 1b95e0b41..cf9e779a5 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListItemRequestWrapper.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListItemRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListItemsResponse.java b/src/main/java/com/vonage/client/proactiveconnect/ListItemsResponse.java index 42f63bb36..df1edeb24 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListItemsResponse.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListItemsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ListListsResponse.java b/src/main/java/com/vonage/client/proactiveconnect/ListListsResponse.java index 23083aecb..1c8ef4061 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ListListsResponse.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ListListsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ManualDatasource.java b/src/main/java/com/vonage/client/proactiveconnect/ManualDatasource.java index 9327b7fdb..92cb1db9c 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ManualDatasource.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ManualDatasource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectClient.java b/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectClient.java index fe3becfb6..682baaa34 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectClient.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectResponseException.java b/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectResponseException.java index 921a9e1b8..b1ea4b24f 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectResponseException.java +++ b/src/main/java/com/vonage/client/proactiveconnect/ProactiveConnectResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/SalesforceDatasource.java b/src/main/java/com/vonage/client/proactiveconnect/SalesforceDatasource.java index 0d54b7b08..a37ee77b8 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/SalesforceDatasource.java +++ b/src/main/java/com/vonage/client/proactiveconnect/SalesforceDatasource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/SortOrder.java b/src/main/java/com/vonage/client/proactiveconnect/SortOrder.java index 51e0afa72..0aa4c9ddc 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/SortOrder.java +++ b/src/main/java/com/vonage/client/proactiveconnect/SortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/SourceType.java b/src/main/java/com/vonage/client/proactiveconnect/SourceType.java index 8fb7c8cf7..cab6dccf4 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/SourceType.java +++ b/src/main/java/com/vonage/client/proactiveconnect/SourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/SyncStatus.java b/src/main/java/com/vonage/client/proactiveconnect/SyncStatus.java index 8812c3287..c9ca2a3ea 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/SyncStatus.java +++ b/src/main/java/com/vonage/client/proactiveconnect/SyncStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/SyncStatusValue.java b/src/main/java/com/vonage/client/proactiveconnect/SyncStatusValue.java index 82fa89799..a6cb9ef9f 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/SyncStatusValue.java +++ b/src/main/java/com/vonage/client/proactiveconnect/SyncStatusValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsRequestWrapper.java b/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsRequestWrapper.java index 66c79881b..98e13b33e 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsRequestWrapper.java +++ b/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsResponse.java b/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsResponse.java index 0e5fb88ea..83b4eda16 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsResponse.java +++ b/src/main/java/com/vonage/client/proactiveconnect/UploadListItemsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/proactiveconnect/package-info.java b/src/main/java/com/vonage/client/proactiveconnect/package-info.java index 71435c385..0aada4732 100644 --- a/src/main/java/com/vonage/client/proactiveconnect/package-info.java +++ b/src/main/java/com/vonage/client/proactiveconnect/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/redact/RedactClient.java b/src/main/java/com/vonage/client/redact/RedactClient.java index 258d5e16d..89b3158b7 100644 --- a/src/main/java/com/vonage/client/redact/RedactClient.java +++ b/src/main/java/com/vonage/client/redact/RedactClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/redact/RedactRequest.java b/src/main/java/com/vonage/client/redact/RedactRequest.java index 9edcc37c9..0864c0c15 100644 --- a/src/main/java/com/vonage/client/redact/RedactRequest.java +++ b/src/main/java/com/vonage/client/redact/RedactRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/HexUtil.java b/src/main/java/com/vonage/client/sms/HexUtil.java index abd43a90e..b4ed3b0e0 100644 --- a/src/main/java/com/vonage/client/sms/HexUtil.java +++ b/src/main/java/com/vonage/client/sms/HexUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/MessageStatus.java b/src/main/java/com/vonage/client/sms/MessageStatus.java index b1fa679ac..25eba12ae 100644 --- a/src/main/java/com/vonage/client/sms/MessageStatus.java +++ b/src/main/java/com/vonage/client/sms/MessageStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/SmsClient.java b/src/main/java/com/vonage/client/sms/SmsClient.java index 2746e7e17..2054ee2d5 100644 --- a/src/main/java/com/vonage/client/sms/SmsClient.java +++ b/src/main/java/com/vonage/client/sms/SmsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/SmsSubmissionResponse.java b/src/main/java/com/vonage/client/sms/SmsSubmissionResponse.java index f54d09001..6eefa9562 100644 --- a/src/main/java/com/vonage/client/sms/SmsSubmissionResponse.java +++ b/src/main/java/com/vonage/client/sms/SmsSubmissionResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/SmsSubmissionResponseMessage.java b/src/main/java/com/vonage/client/sms/SmsSubmissionResponseMessage.java index 36e7fd9e6..4dc021eb0 100644 --- a/src/main/java/com/vonage/client/sms/SmsSubmissionResponseMessage.java +++ b/src/main/java/com/vonage/client/sms/SmsSubmissionResponseMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/callback/VonageCallbackRequestValidationException.java b/src/main/java/com/vonage/client/sms/callback/VonageCallbackRequestValidationException.java index d1265b98c..6aebc5ca1 100644 --- a/src/main/java/com/vonage/client/sms/callback/VonageCallbackRequestValidationException.java +++ b/src/main/java/com/vonage/client/sms/callback/VonageCallbackRequestValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/callback/messages/MO.java b/src/main/java/com/vonage/client/sms/callback/messages/MO.java index 7751815eb..dbd16a949 100644 --- a/src/main/java/com/vonage/client/sms/callback/messages/MO.java +++ b/src/main/java/com/vonage/client/sms/callback/messages/MO.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/messages/BinaryMessage.java b/src/main/java/com/vonage/client/sms/messages/BinaryMessage.java index e0dd5cb53..60ba100ad 100644 --- a/src/main/java/com/vonage/client/sms/messages/BinaryMessage.java +++ b/src/main/java/com/vonage/client/sms/messages/BinaryMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/messages/Message.java b/src/main/java/com/vonage/client/sms/messages/Message.java index a4bd6a2a1..2c2266250 100644 --- a/src/main/java/com/vonage/client/sms/messages/Message.java +++ b/src/main/java/com/vonage/client/sms/messages/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/sms/messages/TextMessage.java b/src/main/java/com/vonage/client/sms/messages/TextMessage.java index d1a5b3f86..96e987ac7 100644 --- a/src/main/java/com/vonage/client/sms/messages/TextMessage.java +++ b/src/main/java/com/vonage/client/sms/messages/TextMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/AbstractTransfer.java b/src/main/java/com/vonage/client/subaccounts/AbstractTransfer.java index 084b23522..1cd502e80 100644 --- a/src/main/java/com/vonage/client/subaccounts/AbstractTransfer.java +++ b/src/main/java/com/vonage/client/subaccounts/AbstractTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/Account.java b/src/main/java/com/vonage/client/subaccounts/Account.java index f51271a8f..8ab9ffc50 100644 --- a/src/main/java/com/vonage/client/subaccounts/Account.java +++ b/src/main/java/com/vonage/client/subaccounts/Account.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/CreateSubaccountRequest.java b/src/main/java/com/vonage/client/subaccounts/CreateSubaccountRequest.java index ae267dcf6..f0601731c 100644 --- a/src/main/java/com/vonage/client/subaccounts/CreateSubaccountRequest.java +++ b/src/main/java/com/vonage/client/subaccounts/CreateSubaccountRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/ListSubaccountsResponse.java b/src/main/java/com/vonage/client/subaccounts/ListSubaccountsResponse.java index 7d38755f1..7e69cc5e8 100644 --- a/src/main/java/com/vonage/client/subaccounts/ListSubaccountsResponse.java +++ b/src/main/java/com/vonage/client/subaccounts/ListSubaccountsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/ListTransfersFilter.java b/src/main/java/com/vonage/client/subaccounts/ListTransfersFilter.java index b2da2b17c..1882bac5d 100644 --- a/src/main/java/com/vonage/client/subaccounts/ListTransfersFilter.java +++ b/src/main/java/com/vonage/client/subaccounts/ListTransfersFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/ListTransfersResponseWrapper.java b/src/main/java/com/vonage/client/subaccounts/ListTransfersResponseWrapper.java index d06d12573..f5ac09c61 100644 --- a/src/main/java/com/vonage/client/subaccounts/ListTransfersResponseWrapper.java +++ b/src/main/java/com/vonage/client/subaccounts/ListTransfersResponseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/MoneyTransfer.java b/src/main/java/com/vonage/client/subaccounts/MoneyTransfer.java index c57464fac..04a9bb025 100644 --- a/src/main/java/com/vonage/client/subaccounts/MoneyTransfer.java +++ b/src/main/java/com/vonage/client/subaccounts/MoneyTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/NumberTransfer.java b/src/main/java/com/vonage/client/subaccounts/NumberTransfer.java index b289976eb..95c938e61 100644 --- a/src/main/java/com/vonage/client/subaccounts/NumberTransfer.java +++ b/src/main/java/com/vonage/client/subaccounts/NumberTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/SubaccountsClient.java b/src/main/java/com/vonage/client/subaccounts/SubaccountsClient.java index b368eaa1f..c2993b52d 100644 --- a/src/main/java/com/vonage/client/subaccounts/SubaccountsClient.java +++ b/src/main/java/com/vonage/client/subaccounts/SubaccountsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/SubaccountsResponseException.java b/src/main/java/com/vonage/client/subaccounts/SubaccountsResponseException.java index 10c946dad..971233645 100644 --- a/src/main/java/com/vonage/client/subaccounts/SubaccountsResponseException.java +++ b/src/main/java/com/vonage/client/subaccounts/SubaccountsResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/UpdateSubaccountRequest.java b/src/main/java/com/vonage/client/subaccounts/UpdateSubaccountRequest.java index e8e59d330..38f389778 100644 --- a/src/main/java/com/vonage/client/subaccounts/UpdateSubaccountRequest.java +++ b/src/main/java/com/vonage/client/subaccounts/UpdateSubaccountRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/subaccounts/package-info.java b/src/main/java/com/vonage/client/subaccounts/package-info.java index 1310d4818..7900014bd 100644 --- a/src/main/java/com/vonage/client/subaccounts/package-info.java +++ b/src/main/java/com/vonage/client/subaccounts/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/BaseUser.java b/src/main/java/com/vonage/client/users/BaseUser.java index bd3a4ca3d..6298e8125 100644 --- a/src/main/java/com/vonage/client/users/BaseUser.java +++ b/src/main/java/com/vonage/client/users/BaseUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/ListUsersRequest.java b/src/main/java/com/vonage/client/users/ListUsersRequest.java index d198ee4d5..c46a46354 100644 --- a/src/main/java/com/vonage/client/users/ListUsersRequest.java +++ b/src/main/java/com/vonage/client/users/ListUsersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/ListUsersResponse.java b/src/main/java/com/vonage/client/users/ListUsersResponse.java index 31d1e6eff..d75abfe5e 100644 --- a/src/main/java/com/vonage/client/users/ListUsersResponse.java +++ b/src/main/java/com/vonage/client/users/ListUsersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/User.java b/src/main/java/com/vonage/client/users/User.java index 3e3257c4d..74649f4e8 100644 --- a/src/main/java/com/vonage/client/users/User.java +++ b/src/main/java/com/vonage/client/users/User.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/UsersClient.java b/src/main/java/com/vonage/client/users/UsersClient.java index 383909489..b326dd890 100644 --- a/src/main/java/com/vonage/client/users/UsersClient.java +++ b/src/main/java/com/vonage/client/users/UsersClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/UsersResponseException.java b/src/main/java/com/vonage/client/users/UsersResponseException.java index 7cce5654a..19d1e0164 100644 --- a/src/main/java/com/vonage/client/users/UsersResponseException.java +++ b/src/main/java/com/vonage/client/users/UsersResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Channel.java b/src/main/java/com/vonage/client/users/channels/Channel.java index fb093a719..91b4d68a4 100644 --- a/src/main/java/com/vonage/client/users/channels/Channel.java +++ b/src/main/java/com/vonage/client/users/channels/Channel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Channels.java b/src/main/java/com/vonage/client/users/channels/Channels.java index 21948a650..0a5e100d8 100644 --- a/src/main/java/com/vonage/client/users/channels/Channels.java +++ b/src/main/java/com/vonage/client/users/channels/Channels.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Messenger.java b/src/main/java/com/vonage/client/users/channels/Messenger.java index 95782834d..79a907ebe 100644 --- a/src/main/java/com/vonage/client/users/channels/Messenger.java +++ b/src/main/java/com/vonage/client/users/channels/Messenger.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Mms.java b/src/main/java/com/vonage/client/users/channels/Mms.java index a5dd96ee4..4e7df0159 100644 --- a/src/main/java/com/vonage/client/users/channels/Mms.java +++ b/src/main/java/com/vonage/client/users/channels/Mms.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/NumberChannel.java b/src/main/java/com/vonage/client/users/channels/NumberChannel.java index 27b245a2d..ede8acef7 100644 --- a/src/main/java/com/vonage/client/users/channels/NumberChannel.java +++ b/src/main/java/com/vonage/client/users/channels/NumberChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Pstn.java b/src/main/java/com/vonage/client/users/channels/Pstn.java index 85d32cacd..186981774 100644 --- a/src/main/java/com/vonage/client/users/channels/Pstn.java +++ b/src/main/java/com/vonage/client/users/channels/Pstn.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Sip.java b/src/main/java/com/vonage/client/users/channels/Sip.java index 3510dffdc..995a98405 100644 --- a/src/main/java/com/vonage/client/users/channels/Sip.java +++ b/src/main/java/com/vonage/client/users/channels/Sip.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Sms.java b/src/main/java/com/vonage/client/users/channels/Sms.java index d8d5434ca..884cdf674 100644 --- a/src/main/java/com/vonage/client/users/channels/Sms.java +++ b/src/main/java/com/vonage/client/users/channels/Sms.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Vbc.java b/src/main/java/com/vonage/client/users/channels/Vbc.java index a42b22a52..47c2f8eda 100644 --- a/src/main/java/com/vonage/client/users/channels/Vbc.java +++ b/src/main/java/com/vonage/client/users/channels/Vbc.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Viber.java b/src/main/java/com/vonage/client/users/channels/Viber.java index 2449b89a4..1a3f1cad2 100644 --- a/src/main/java/com/vonage/client/users/channels/Viber.java +++ b/src/main/java/com/vonage/client/users/channels/Viber.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Websocket.java b/src/main/java/com/vonage/client/users/channels/Websocket.java index 5c832447e..0a8744777 100644 --- a/src/main/java/com/vonage/client/users/channels/Websocket.java +++ b/src/main/java/com/vonage/client/users/channels/Websocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/channels/Whatsapp.java b/src/main/java/com/vonage/client/users/channels/Whatsapp.java index df6534bbd..9e996e73b 100644 --- a/src/main/java/com/vonage/client/users/channels/Whatsapp.java +++ b/src/main/java/com/vonage/client/users/channels/Whatsapp.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/users/package-info.java b/src/main/java/com/vonage/client/users/package-info.java index 92a5565dc..8db844655 100644 --- a/src/main/java/com/vonage/client/users/package-info.java +++ b/src/main/java/com/vonage/client/users/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/BaseRequest.java b/src/main/java/com/vonage/client/verify/BaseRequest.java index 38ac6c80b..540f0887f 100644 --- a/src/main/java/com/vonage/client/verify/BaseRequest.java +++ b/src/main/java/com/vonage/client/verify/BaseRequest.java @@ -1,23 +1,17 @@ /* - * Copyright 2011-2017 Nexmo Inc + * Copyright 2024 Vonage * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.vonage.client.verify; diff --git a/src/main/java/com/vonage/client/verify/CheckRequest.java b/src/main/java/com/vonage/client/verify/CheckRequest.java index 980cc94ef..f7548fb45 100644 --- a/src/main/java/com/vonage/client/verify/CheckRequest.java +++ b/src/main/java/com/vonage/client/verify/CheckRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/CheckResponse.java b/src/main/java/com/vonage/client/verify/CheckResponse.java index 50f53836c..7f422234d 100644 --- a/src/main/java/com/vonage/client/verify/CheckResponse.java +++ b/src/main/java/com/vonage/client/verify/CheckResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/ControlRequest.java b/src/main/java/com/vonage/client/verify/ControlRequest.java index 8bb49a224..de906a233 100644 --- a/src/main/java/com/vonage/client/verify/ControlRequest.java +++ b/src/main/java/com/vonage/client/verify/ControlRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/ControlResponse.java b/src/main/java/com/vonage/client/verify/ControlResponse.java index 92dd5f368..3f3b91c3d 100644 --- a/src/main/java/com/vonage/client/verify/ControlResponse.java +++ b/src/main/java/com/vonage/client/verify/ControlResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/Psd2Request.java b/src/main/java/com/vonage/client/verify/Psd2Request.java index 160d1f1af..2b4182d2f 100644 --- a/src/main/java/com/vonage/client/verify/Psd2Request.java +++ b/src/main/java/com/vonage/client/verify/Psd2Request.java @@ -1,23 +1,17 @@ /* - * Copyright 2011-2017 Nexmo Inc + * Copyright 2024 Vonage * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.vonage.client.verify; diff --git a/src/main/java/com/vonage/client/verify/SearchRequest.java b/src/main/java/com/vonage/client/verify/SearchRequest.java index 9c3ccc63b..1e34c0e4b 100644 --- a/src/main/java/com/vonage/client/verify/SearchRequest.java +++ b/src/main/java/com/vonage/client/verify/SearchRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/SearchVerifyResponse.java b/src/main/java/com/vonage/client/verify/SearchVerifyResponse.java index ce9748e5f..ad1d92ac8 100644 --- a/src/main/java/com/vonage/client/verify/SearchVerifyResponse.java +++ b/src/main/java/com/vonage/client/verify/SearchVerifyResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/SearchVerifyResponseDeserializer.java b/src/main/java/com/vonage/client/verify/SearchVerifyResponseDeserializer.java index bf067719c..3ddf6c78c 100644 --- a/src/main/java/com/vonage/client/verify/SearchVerifyResponseDeserializer.java +++ b/src/main/java/com/vonage/client/verify/SearchVerifyResponseDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyCheck.java b/src/main/java/com/vonage/client/verify/VerifyCheck.java index 6a75c780f..bb8afe9a3 100644 --- a/src/main/java/com/vonage/client/verify/VerifyCheck.java +++ b/src/main/java/com/vonage/client/verify/VerifyCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyClient.java b/src/main/java/com/vonage/client/verify/VerifyClient.java index 93ef8f3be..839a11a29 100644 --- a/src/main/java/com/vonage/client/verify/VerifyClient.java +++ b/src/main/java/com/vonage/client/verify/VerifyClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyControlCommand.java b/src/main/java/com/vonage/client/verify/VerifyControlCommand.java index e9a2f2d01..991b954ad 100644 --- a/src/main/java/com/vonage/client/verify/VerifyControlCommand.java +++ b/src/main/java/com/vonage/client/verify/VerifyControlCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyDetails.java b/src/main/java/com/vonage/client/verify/VerifyDetails.java index b1fa755dc..383e5d04a 100644 --- a/src/main/java/com/vonage/client/verify/VerifyDetails.java +++ b/src/main/java/com/vonage/client/verify/VerifyDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyException.java b/src/main/java/com/vonage/client/verify/VerifyException.java index 256b6fed1..b87e47bd4 100644 --- a/src/main/java/com/vonage/client/verify/VerifyException.java +++ b/src/main/java/com/vonage/client/verify/VerifyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyRequest.java b/src/main/java/com/vonage/client/verify/VerifyRequest.java index 20810732c..d696a0ed9 100644 --- a/src/main/java/com/vonage/client/verify/VerifyRequest.java +++ b/src/main/java/com/vonage/client/verify/VerifyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyResponse.java b/src/main/java/com/vonage/client/verify/VerifyResponse.java index bb0a850c1..b22bd7b2b 100644 --- a/src/main/java/com/vonage/client/verify/VerifyResponse.java +++ b/src/main/java/com/vonage/client/verify/VerifyResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyStatus.java b/src/main/java/com/vonage/client/verify/VerifyStatus.java index 4af1e65f2..7ad2087ac 100644 --- a/src/main/java/com/vonage/client/verify/VerifyStatus.java +++ b/src/main/java/com/vonage/client/verify/VerifyStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify/VerifyStatusDeserializer.java b/src/main/java/com/vonage/client/verify/VerifyStatusDeserializer.java index e7f7c88d1..d2ecaec5f 100644 --- a/src/main/java/com/vonage/client/verify/VerifyStatusDeserializer.java +++ b/src/main/java/com/vonage/client/verify/VerifyStatusDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/CallbackType.java b/src/main/java/com/vonage/client/verify2/CallbackType.java index 2c2a6aebe..c0ac7f7fb 100644 --- a/src/main/java/com/vonage/client/verify2/CallbackType.java +++ b/src/main/java/com/vonage/client/verify2/CallbackType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/Channel.java b/src/main/java/com/vonage/client/verify2/Channel.java index d13297aa8..7bfb0edfe 100644 --- a/src/main/java/com/vonage/client/verify2/Channel.java +++ b/src/main/java/com/vonage/client/verify2/Channel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/EmailWorkflow.java b/src/main/java/com/vonage/client/verify2/EmailWorkflow.java index 136172e7c..1ac4514ad 100644 --- a/src/main/java/com/vonage/client/verify2/EmailWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/EmailWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/SilentAuthWorkflow.java b/src/main/java/com/vonage/client/verify2/SilentAuthWorkflow.java index 3902b19bb..4b8c30a91 100644 --- a/src/main/java/com/vonage/client/verify2/SilentAuthWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/SilentAuthWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/SmsWorkflow.java b/src/main/java/com/vonage/client/verify2/SmsWorkflow.java index 2a00cc977..c81ad2379 100644 --- a/src/main/java/com/vonage/client/verify2/SmsWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/SmsWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerificationCallback.java b/src/main/java/com/vonage/client/verify2/VerificationCallback.java index b163b2818..14a21365d 100644 --- a/src/main/java/com/vonage/client/verify2/VerificationCallback.java +++ b/src/main/java/com/vonage/client/verify2/VerificationCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerificationRequest.java b/src/main/java/com/vonage/client/verify2/VerificationRequest.java index cf3be8e9a..fe09aa114 100644 --- a/src/main/java/com/vonage/client/verify2/VerificationRequest.java +++ b/src/main/java/com/vonage/client/verify2/VerificationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerificationResponse.java b/src/main/java/com/vonage/client/verify2/VerificationResponse.java index 952564b9c..f02fa2fcd 100644 --- a/src/main/java/com/vonage/client/verify2/VerificationResponse.java +++ b/src/main/java/com/vonage/client/verify2/VerificationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerificationStatus.java b/src/main/java/com/vonage/client/verify2/VerificationStatus.java index f839c0e8b..df4c5ce72 100644 --- a/src/main/java/com/vonage/client/verify2/VerificationStatus.java +++ b/src/main/java/com/vonage/client/verify2/VerificationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/Verify2Client.java b/src/main/java/com/vonage/client/verify2/Verify2Client.java index b481ba022..9f580c602 100644 --- a/src/main/java/com/vonage/client/verify2/Verify2Client.java +++ b/src/main/java/com/vonage/client/verify2/Verify2Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerifyCodeRequestWrapper.java b/src/main/java/com/vonage/client/verify2/VerifyCodeRequestWrapper.java index eaad2ec50..b95711782 100644 --- a/src/main/java/com/vonage/client/verify2/VerifyCodeRequestWrapper.java +++ b/src/main/java/com/vonage/client/verify2/VerifyCodeRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VerifyResponseException.java b/src/main/java/com/vonage/client/verify2/VerifyResponseException.java index 5a9240f43..70bc906b2 100644 --- a/src/main/java/com/vonage/client/verify2/VerifyResponseException.java +++ b/src/main/java/com/vonage/client/verify2/VerifyResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/VoiceWorkflow.java b/src/main/java/com/vonage/client/verify2/VoiceWorkflow.java index 447490a1b..5e836a6c3 100644 --- a/src/main/java/com/vonage/client/verify2/VoiceWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/VoiceWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/WhatsappCodelessWorkflow.java b/src/main/java/com/vonage/client/verify2/WhatsappCodelessWorkflow.java index 0a98e7773..b34aaa5c2 100644 --- a/src/main/java/com/vonage/client/verify2/WhatsappCodelessWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/WhatsappCodelessWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/WhatsappWorkflow.java b/src/main/java/com/vonage/client/verify2/WhatsappWorkflow.java index a6b4986d4..3ec68bdf2 100644 --- a/src/main/java/com/vonage/client/verify2/WhatsappWorkflow.java +++ b/src/main/java/com/vonage/client/verify2/WhatsappWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/Workflow.java b/src/main/java/com/vonage/client/verify2/Workflow.java index 693df9045..c4f7ba11d 100644 --- a/src/main/java/com/vonage/client/verify2/Workflow.java +++ b/src/main/java/com/vonage/client/verify2/Workflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/WorkflowStatus.java b/src/main/java/com/vonage/client/verify2/WorkflowStatus.java index dbb327bb7..0a58276a2 100644 --- a/src/main/java/com/vonage/client/verify2/WorkflowStatus.java +++ b/src/main/java/com/vonage/client/verify2/WorkflowStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/verify2/package-info.java b/src/main/java/com/vonage/client/verify2/package-info.java index 1d7fbc783..fb1897c74 100644 --- a/src/main/java/com/vonage/client/verify2/package-info.java +++ b/src/main/java/com/vonage/client/verify2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/Archive.java b/src/main/java/com/vonage/client/video/Archive.java index 685fae43d..d9d189b9f 100644 --- a/src/main/java/com/vonage/client/video/Archive.java +++ b/src/main/java/com/vonage/client/video/Archive.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ArchiveMode.java b/src/main/java/com/vonage/client/video/ArchiveMode.java index b83bb1a41..b6986b9ae 100644 --- a/src/main/java/com/vonage/client/video/ArchiveMode.java +++ b/src/main/java/com/vonage/client/video/ArchiveMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ArchiveStatus.java b/src/main/java/com/vonage/client/video/ArchiveStatus.java index 7fb675ecc..9eed92d2d 100644 --- a/src/main/java/com/vonage/client/video/ArchiveStatus.java +++ b/src/main/java/com/vonage/client/video/ArchiveStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/Broadcast.java b/src/main/java/com/vonage/client/video/Broadcast.java index b2eaef685..c5d3a98d9 100644 --- a/src/main/java/com/vonage/client/video/Broadcast.java +++ b/src/main/java/com/vonage/client/video/Broadcast.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/BroadcastStatus.java b/src/main/java/com/vonage/client/video/BroadcastStatus.java index a17360ce2..1b8d6514c 100644 --- a/src/main/java/com/vonage/client/video/BroadcastStatus.java +++ b/src/main/java/com/vonage/client/video/BroadcastStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/BroadcastUrls.java b/src/main/java/com/vonage/client/video/BroadcastUrls.java index b7124ddde..c83891631 100644 --- a/src/main/java/com/vonage/client/video/BroadcastUrls.java +++ b/src/main/java/com/vonage/client/video/BroadcastUrls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/CreateSessionRequest.java b/src/main/java/com/vonage/client/video/CreateSessionRequest.java index c6700934b..b4d231364 100644 --- a/src/main/java/com/vonage/client/video/CreateSessionRequest.java +++ b/src/main/java/com/vonage/client/video/CreateSessionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/CreateSessionResponse.java b/src/main/java/com/vonage/client/video/CreateSessionResponse.java index 09ede79b5..40e0a2cb5 100644 --- a/src/main/java/com/vonage/client/video/CreateSessionResponse.java +++ b/src/main/java/com/vonage/client/video/CreateSessionResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/GetStreamResponse.java b/src/main/java/com/vonage/client/video/GetStreamResponse.java index c6189acb5..2051fd4c1 100644 --- a/src/main/java/com/vonage/client/video/GetStreamResponse.java +++ b/src/main/java/com/vonage/client/video/GetStreamResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/Hls.java b/src/main/java/com/vonage/client/video/Hls.java index c846fd9cf..4a999080c 100644 --- a/src/main/java/com/vonage/client/video/Hls.java +++ b/src/main/java/com/vonage/client/video/Hls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ListArchivesResponse.java b/src/main/java/com/vonage/client/video/ListArchivesResponse.java index af87c3f8e..3cb14abb6 100644 --- a/src/main/java/com/vonage/client/video/ListArchivesResponse.java +++ b/src/main/java/com/vonage/client/video/ListArchivesResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ListBroadcastsResponse.java b/src/main/java/com/vonage/client/video/ListBroadcastsResponse.java index 781995a53..860c7bfa5 100644 --- a/src/main/java/com/vonage/client/video/ListBroadcastsResponse.java +++ b/src/main/java/com/vonage/client/video/ListBroadcastsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ListStreamCompositionsRequest.java b/src/main/java/com/vonage/client/video/ListStreamCompositionsRequest.java index 72e401b4c..06311b373 100644 --- a/src/main/java/com/vonage/client/video/ListStreamCompositionsRequest.java +++ b/src/main/java/com/vonage/client/video/ListStreamCompositionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ListStreamsResponse.java b/src/main/java/com/vonage/client/video/ListStreamsResponse.java index b7d3b4f1e..7dcda8ea7 100644 --- a/src/main/java/com/vonage/client/video/ListStreamsResponse.java +++ b/src/main/java/com/vonage/client/video/ListStreamsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/MediaMode.java b/src/main/java/com/vonage/client/video/MediaMode.java index ffc8b7238..98127e179 100644 --- a/src/main/java/com/vonage/client/video/MediaMode.java +++ b/src/main/java/com/vonage/client/video/MediaMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/MuteSessionRequest.java b/src/main/java/com/vonage/client/video/MuteSessionRequest.java index 839b90a1b..bf92b3362 100644 --- a/src/main/java/com/vonage/client/video/MuteSessionRequest.java +++ b/src/main/java/com/vonage/client/video/MuteSessionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/MuteSessionResponse.java b/src/main/java/com/vonage/client/video/MuteSessionResponse.java index 681809d2b..bc9a23d5a 100644 --- a/src/main/java/com/vonage/client/video/MuteSessionResponse.java +++ b/src/main/java/com/vonage/client/video/MuteSessionResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/PatchComposedStreamsRequest.java b/src/main/java/com/vonage/client/video/PatchComposedStreamsRequest.java index e2f828e94..308cae535 100644 --- a/src/main/java/com/vonage/client/video/PatchComposedStreamsRequest.java +++ b/src/main/java/com/vonage/client/video/PatchComposedStreamsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ProjectDetails.java b/src/main/java/com/vonage/client/video/ProjectDetails.java index 2c2b7a04b..fddfcb630 100644 --- a/src/main/java/com/vonage/client/video/ProjectDetails.java +++ b/src/main/java/com/vonage/client/video/ProjectDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ProjectEnvironment.java b/src/main/java/com/vonage/client/video/ProjectEnvironment.java index 6fdf82237..b75b8d83c 100644 --- a/src/main/java/com/vonage/client/video/ProjectEnvironment.java +++ b/src/main/java/com/vonage/client/video/ProjectEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ProjectStatus.java b/src/main/java/com/vonage/client/video/ProjectStatus.java index b46856d66..0d734a3d3 100644 --- a/src/main/java/com/vonage/client/video/ProjectStatus.java +++ b/src/main/java/com/vonage/client/video/ProjectStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/Role.java b/src/main/java/com/vonage/client/video/Role.java index 7ef7ff1ba..a2dbc1d8d 100644 --- a/src/main/java/com/vonage/client/video/Role.java +++ b/src/main/java/com/vonage/client/video/Role.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/Rtmp.java b/src/main/java/com/vonage/client/video/Rtmp.java index fcdd89a75..45c797057 100644 --- a/src/main/java/com/vonage/client/video/Rtmp.java +++ b/src/main/java/com/vonage/client/video/Rtmp.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/RtmpStatus.java b/src/main/java/com/vonage/client/video/RtmpStatus.java index 2e54107e8..496125e9d 100644 --- a/src/main/java/com/vonage/client/video/RtmpStatus.java +++ b/src/main/java/com/vonage/client/video/RtmpStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/ScreenLayoutType.java b/src/main/java/com/vonage/client/video/ScreenLayoutType.java index 59e75a221..50cb43865 100644 --- a/src/main/java/com/vonage/client/video/ScreenLayoutType.java +++ b/src/main/java/com/vonage/client/video/ScreenLayoutType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SendDtmfRequest.java b/src/main/java/com/vonage/client/video/SendDtmfRequest.java index 4bc1c282e..70703111b 100644 --- a/src/main/java/com/vonage/client/video/SendDtmfRequest.java +++ b/src/main/java/com/vonage/client/video/SendDtmfRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SessionResourceRequestWrapper.java b/src/main/java/com/vonage/client/video/SessionResourceRequestWrapper.java index 3a533b112..90d9fc642 100644 --- a/src/main/java/com/vonage/client/video/SessionResourceRequestWrapper.java +++ b/src/main/java/com/vonage/client/video/SessionResourceRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SessionStream.java b/src/main/java/com/vonage/client/video/SessionStream.java index 8ba252d95..f802d4283 100644 --- a/src/main/java/com/vonage/client/video/SessionStream.java +++ b/src/main/java/com/vonage/client/video/SessionStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SetStreamLayoutRequest.java b/src/main/java/com/vonage/client/video/SetStreamLayoutRequest.java index 1519fba8c..ee40e1144 100644 --- a/src/main/java/com/vonage/client/video/SetStreamLayoutRequest.java +++ b/src/main/java/com/vonage/client/video/SetStreamLayoutRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SignalRequest.java b/src/main/java/com/vonage/client/video/SignalRequest.java index bcc1e7b38..244ceedf0 100644 --- a/src/main/java/com/vonage/client/video/SignalRequest.java +++ b/src/main/java/com/vonage/client/video/SignalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SipDialRequest.java b/src/main/java/com/vonage/client/video/SipDialRequest.java index 401f47006..f8bee1700 100644 --- a/src/main/java/com/vonage/client/video/SipDialRequest.java +++ b/src/main/java/com/vonage/client/video/SipDialRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/SipDialResponse.java b/src/main/java/com/vonage/client/video/SipDialResponse.java index c4bd736f8..711c6e72b 100644 --- a/src/main/java/com/vonage/client/video/SipDialResponse.java +++ b/src/main/java/com/vonage/client/video/SipDialResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/StreamComposition.java b/src/main/java/com/vonage/client/video/StreamComposition.java index 0dfdd7794..039337345 100644 --- a/src/main/java/com/vonage/client/video/StreamComposition.java +++ b/src/main/java/com/vonage/client/video/StreamComposition.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/StreamCompositionLayout.java b/src/main/java/com/vonage/client/video/StreamCompositionLayout.java index 4b4a22673..ef005389f 100644 --- a/src/main/java/com/vonage/client/video/StreamCompositionLayout.java +++ b/src/main/java/com/vonage/client/video/StreamCompositionLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/TokenOptions.java b/src/main/java/com/vonage/client/video/TokenOptions.java index 153e520a0..9e1cfbaf6 100644 --- a/src/main/java/com/vonage/client/video/TokenOptions.java +++ b/src/main/java/com/vonage/client/video/TokenOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/VideoClient.java b/src/main/java/com/vonage/client/video/VideoClient.java index b9c636255..7aa77d7b5 100644 --- a/src/main/java/com/vonage/client/video/VideoClient.java +++ b/src/main/java/com/vonage/client/video/VideoClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/VideoResponseException.java b/src/main/java/com/vonage/client/video/VideoResponseException.java index 2e64d8891..44db3cb36 100644 --- a/src/main/java/com/vonage/client/video/VideoResponseException.java +++ b/src/main/java/com/vonage/client/video/VideoResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/VideoStream.java b/src/main/java/com/vonage/client/video/VideoStream.java index 5af22454c..87372e260 100644 --- a/src/main/java/com/vonage/client/video/VideoStream.java +++ b/src/main/java/com/vonage/client/video/VideoStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/VideoType.java b/src/main/java/com/vonage/client/video/VideoType.java index fce52679f..b2c62a3cc 100644 --- a/src/main/java/com/vonage/client/video/VideoType.java +++ b/src/main/java/com/vonage/client/video/VideoType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/video/package-info.java b/src/main/java/com/vonage/client/video/package-info.java index 36c6b4083..b551866d3 100644 --- a/src/main/java/com/vonage/client/video/package-info.java +++ b/src/main/java/com/vonage/client/video/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/AdvancedMachineDetection.java b/src/main/java/com/vonage/client/voice/AdvancedMachineDetection.java index 4b353d5bf..6a4233e72 100644 --- a/src/main/java/com/vonage/client/voice/AdvancedMachineDetection.java +++ b/src/main/java/com/vonage/client/voice/AdvancedMachineDetection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/AppEndpoint.java b/src/main/java/com/vonage/client/voice/AppEndpoint.java index 612f893f0..6d9d67280 100644 --- a/src/main/java/com/vonage/client/voice/AppEndpoint.java +++ b/src/main/java/com/vonage/client/voice/AppEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/Call.java b/src/main/java/com/vonage/client/voice/Call.java index 945881afc..7e31a05d4 100644 --- a/src/main/java/com/vonage/client/voice/Call.java +++ b/src/main/java/com/vonage/client/voice/Call.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallDirection.java b/src/main/java/com/vonage/client/voice/CallDirection.java index 80cc25f43..40b2ff17e 100644 --- a/src/main/java/com/vonage/client/voice/CallDirection.java +++ b/src/main/java/com/vonage/client/voice/CallDirection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallEvent.java b/src/main/java/com/vonage/client/voice/CallEvent.java index 1d197268b..772fc682c 100644 --- a/src/main/java/com/vonage/client/voice/CallEvent.java +++ b/src/main/java/com/vonage/client/voice/CallEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallInfo.java b/src/main/java/com/vonage/client/voice/CallInfo.java index cdba93b6a..7deae428a 100644 --- a/src/main/java/com/vonage/client/voice/CallInfo.java +++ b/src/main/java/com/vonage/client/voice/CallInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallInfoPage.java b/src/main/java/com/vonage/client/voice/CallInfoPage.java index b36fc6b3e..c4c7ce4c3 100644 --- a/src/main/java/com/vonage/client/voice/CallInfoPage.java +++ b/src/main/java/com/vonage/client/voice/CallInfoPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallOrder.java b/src/main/java/com/vonage/client/voice/CallOrder.java index 7459501ad..57cb4d2d4 100644 --- a/src/main/java/com/vonage/client/voice/CallOrder.java +++ b/src/main/java/com/vonage/client/voice/CallOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallStatus.java b/src/main/java/com/vonage/client/voice/CallStatus.java index ab55f2b23..86c45f519 100644 --- a/src/main/java/com/vonage/client/voice/CallStatus.java +++ b/src/main/java/com/vonage/client/voice/CallStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/CallsFilter.java b/src/main/java/com/vonage/client/voice/CallsFilter.java index 552805310..e946adbad 100644 --- a/src/main/java/com/vonage/client/voice/CallsFilter.java +++ b/src/main/java/com/vonage/client/voice/CallsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/DtmfPayload.java b/src/main/java/com/vonage/client/voice/DtmfPayload.java index 51ec2674d..ab16deb99 100644 --- a/src/main/java/com/vonage/client/voice/DtmfPayload.java +++ b/src/main/java/com/vonage/client/voice/DtmfPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/DtmfResponse.java b/src/main/java/com/vonage/client/voice/DtmfResponse.java index cc76a3b77..d538f1349 100644 --- a/src/main/java/com/vonage/client/voice/DtmfResponse.java +++ b/src/main/java/com/vonage/client/voice/DtmfResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/EmbeddedCalls.java b/src/main/java/com/vonage/client/voice/EmbeddedCalls.java index 1ba1df99a..fca16161f 100644 --- a/src/main/java/com/vonage/client/voice/EmbeddedCalls.java +++ b/src/main/java/com/vonage/client/voice/EmbeddedCalls.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/Endpoint.java b/src/main/java/com/vonage/client/voice/Endpoint.java index cad13b713..6c595b828 100644 --- a/src/main/java/com/vonage/client/voice/Endpoint.java +++ b/src/main/java/com/vonage/client/voice/Endpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/MachineDetection.java b/src/main/java/com/vonage/client/voice/MachineDetection.java index d8807b3dd..4ad9003de 100644 --- a/src/main/java/com/vonage/client/voice/MachineDetection.java +++ b/src/main/java/com/vonage/client/voice/MachineDetection.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ModifyCallAction.java b/src/main/java/com/vonage/client/voice/ModifyCallAction.java index 9909a8256..a35af186f 100644 --- a/src/main/java/com/vonage/client/voice/ModifyCallAction.java +++ b/src/main/java/com/vonage/client/voice/ModifyCallAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ModifyCallPayload.java b/src/main/java/com/vonage/client/voice/ModifyCallPayload.java index 642b35f62..843e174b6 100644 --- a/src/main/java/com/vonage/client/voice/ModifyCallPayload.java +++ b/src/main/java/com/vonage/client/voice/ModifyCallPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/PageLink.java b/src/main/java/com/vonage/client/voice/PageLink.java index e6b320809..eee5b0a9b 100644 --- a/src/main/java/com/vonage/client/voice/PageLink.java +++ b/src/main/java/com/vonage/client/voice/PageLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/PageLinks.java b/src/main/java/com/vonage/client/voice/PageLinks.java index b3c29d076..315478c0e 100644 --- a/src/main/java/com/vonage/client/voice/PageLinks.java +++ b/src/main/java/com/vonage/client/voice/PageLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/PhoneEndpoint.java b/src/main/java/com/vonage/client/voice/PhoneEndpoint.java index 6433b63f8..9cdafaa6f 100644 --- a/src/main/java/com/vonage/client/voice/PhoneEndpoint.java +++ b/src/main/java/com/vonage/client/voice/PhoneEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/SipEndpoint.java b/src/main/java/com/vonage/client/voice/SipEndpoint.java index e055695f3..53f37de37 100644 --- a/src/main/java/com/vonage/client/voice/SipEndpoint.java +++ b/src/main/java/com/vonage/client/voice/SipEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/StreamPayload.java b/src/main/java/com/vonage/client/voice/StreamPayload.java index ed214bf1b..b4d9fc56b 100644 --- a/src/main/java/com/vonage/client/voice/StreamPayload.java +++ b/src/main/java/com/vonage/client/voice/StreamPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/StreamResponse.java b/src/main/java/com/vonage/client/voice/StreamResponse.java index 2f12671ad..3119e1139 100644 --- a/src/main/java/com/vonage/client/voice/StreamResponse.java +++ b/src/main/java/com/vonage/client/voice/StreamResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/TalkPayload.java b/src/main/java/com/vonage/client/voice/TalkPayload.java index bc2e1872d..9f7bd0334 100644 --- a/src/main/java/com/vonage/client/voice/TalkPayload.java +++ b/src/main/java/com/vonage/client/voice/TalkPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/TalkResponse.java b/src/main/java/com/vonage/client/voice/TalkResponse.java index 8c17c8720..0d13babca 100644 --- a/src/main/java/com/vonage/client/voice/TalkResponse.java +++ b/src/main/java/com/vonage/client/voice/TalkResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/TextToSpeechLanguage.java b/src/main/java/com/vonage/client/voice/TextToSpeechLanguage.java index 6ac76efb8..16b516661 100644 --- a/src/main/java/com/vonage/client/voice/TextToSpeechLanguage.java +++ b/src/main/java/com/vonage/client/voice/TextToSpeechLanguage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/TransferCallPayload.java b/src/main/java/com/vonage/client/voice/TransferCallPayload.java index 0d551a9de..8eb145f0f 100644 --- a/src/main/java/com/vonage/client/voice/TransferCallPayload.java +++ b/src/main/java/com/vonage/client/voice/TransferCallPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/TransferDestination.java b/src/main/java/com/vonage/client/voice/TransferDestination.java index 1f123b3b7..7d45f0988 100644 --- a/src/main/java/com/vonage/client/voice/TransferDestination.java +++ b/src/main/java/com/vonage/client/voice/TransferDestination.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/VbcEndpoint.java b/src/main/java/com/vonage/client/voice/VbcEndpoint.java index 5f454cf86..d4449c57c 100644 --- a/src/main/java/com/vonage/client/voice/VbcEndpoint.java +++ b/src/main/java/com/vonage/client/voice/VbcEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/VoiceClient.java b/src/main/java/com/vonage/client/voice/VoiceClient.java index 0ba9e7049..a6f24eaf8 100644 --- a/src/main/java/com/vonage/client/voice/VoiceClient.java +++ b/src/main/java/com/vonage/client/voice/VoiceClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/VoiceResponseException.java b/src/main/java/com/vonage/client/voice/VoiceResponseException.java index de9cc0d41..75d55f91a 100644 --- a/src/main/java/com/vonage/client/voice/VoiceResponseException.java +++ b/src/main/java/com/vonage/client/voice/VoiceResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/WebSocketEndpoint.java b/src/main/java/com/vonage/client/voice/WebSocketEndpoint.java index 80a412d2c..5ecc0a7bd 100644 --- a/src/main/java/com/vonage/client/voice/WebSocketEndpoint.java +++ b/src/main/java/com/vonage/client/voice/WebSocketEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/Action.java b/src/main/java/com/vonage/client/voice/ncco/Action.java index 22c5a4dee..28cb3ffe9 100644 --- a/src/main/java/com/vonage/client/voice/ncco/Action.java +++ b/src/main/java/com/vonage/client/voice/ncco/Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/AppEndpoint.java b/src/main/java/com/vonage/client/voice/ncco/AppEndpoint.java index d3e1e7b62..ecb809b46 100644 --- a/src/main/java/com/vonage/client/voice/ncco/AppEndpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/AppEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/ConnectAction.java b/src/main/java/com/vonage/client/voice/ncco/ConnectAction.java index a029d61bc..9e3060bd1 100644 --- a/src/main/java/com/vonage/client/voice/ncco/ConnectAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/ConnectAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/ConversationAction.java b/src/main/java/com/vonage/client/voice/ncco/ConversationAction.java index 8ab78d060..70266c713 100644 --- a/src/main/java/com/vonage/client/voice/ncco/ConversationAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/ConversationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/DtmfSettings.java b/src/main/java/com/vonage/client/voice/ncco/DtmfSettings.java index c4608abd3..366ae6535 100644 --- a/src/main/java/com/vonage/client/voice/ncco/DtmfSettings.java +++ b/src/main/java/com/vonage/client/voice/ncco/DtmfSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/Endpoint.java b/src/main/java/com/vonage/client/voice/ncco/Endpoint.java index 58c4144a3..5da458592 100644 --- a/src/main/java/com/vonage/client/voice/ncco/Endpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/Endpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/EventMethod.java b/src/main/java/com/vonage/client/voice/ncco/EventMethod.java index 0062b00f6..db3b5f372 100644 --- a/src/main/java/com/vonage/client/voice/ncco/EventMethod.java +++ b/src/main/java/com/vonage/client/voice/ncco/EventMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/EventType.java b/src/main/java/com/vonage/client/voice/ncco/EventType.java index c2159afe7..c302cb6f3 100644 --- a/src/main/java/com/vonage/client/voice/ncco/EventType.java +++ b/src/main/java/com/vonage/client/voice/ncco/EventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/InputAction.java b/src/main/java/com/vonage/client/voice/ncco/InputAction.java index b9e5ae744..5060f9684 100644 --- a/src/main/java/com/vonage/client/voice/ncco/InputAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/InputAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/Ncco.java b/src/main/java/com/vonage/client/voice/ncco/Ncco.java index 4c3bac19c..f86a58afa 100644 --- a/src/main/java/com/vonage/client/voice/ncco/Ncco.java +++ b/src/main/java/com/vonage/client/voice/ncco/Ncco.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/NotifyAction.java b/src/main/java/com/vonage/client/voice/ncco/NotifyAction.java index 8f472cbf7..f8919a067 100644 --- a/src/main/java/com/vonage/client/voice/ncco/NotifyAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/NotifyAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/PhoneEndpoint.java b/src/main/java/com/vonage/client/voice/ncco/PhoneEndpoint.java index 7e5fc441c..b6c9f6b6e 100644 --- a/src/main/java/com/vonage/client/voice/ncco/PhoneEndpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/PhoneEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/RecordAction.java b/src/main/java/com/vonage/client/voice/ncco/RecordAction.java index 86eafb64c..681a9a0d9 100644 --- a/src/main/java/com/vonage/client/voice/ncco/RecordAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/RecordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/RecordingFormat.java b/src/main/java/com/vonage/client/voice/ncco/RecordingFormat.java index 03dbfdc0d..6a4654605 100644 --- a/src/main/java/com/vonage/client/voice/ncco/RecordingFormat.java +++ b/src/main/java/com/vonage/client/voice/ncco/RecordingFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/SipEndpoint.java b/src/main/java/com/vonage/client/voice/ncco/SipEndpoint.java index 3db996df3..344bf816c 100644 --- a/src/main/java/com/vonage/client/voice/ncco/SipEndpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/SipEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/SpeechSettings.java b/src/main/java/com/vonage/client/voice/ncco/SpeechSettings.java index 6ebd0afca..c8609bcff 100644 --- a/src/main/java/com/vonage/client/voice/ncco/SpeechSettings.java +++ b/src/main/java/com/vonage/client/voice/ncco/SpeechSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/SplitRecording.java b/src/main/java/com/vonage/client/voice/ncco/SplitRecording.java index 5d169ac63..e718f25b4 100644 --- a/src/main/java/com/vonage/client/voice/ncco/SplitRecording.java +++ b/src/main/java/com/vonage/client/voice/ncco/SplitRecording.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/StreamAction.java b/src/main/java/com/vonage/client/voice/ncco/StreamAction.java index b3670b35d..1bd2f0ebd 100644 --- a/src/main/java/com/vonage/client/voice/ncco/StreamAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/StreamAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/TalkAction.java b/src/main/java/com/vonage/client/voice/ncco/TalkAction.java index 5f093f119..d9a07672d 100644 --- a/src/main/java/com/vonage/client/voice/ncco/TalkAction.java +++ b/src/main/java/com/vonage/client/voice/ncco/TalkAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/VbcEndpoint.java b/src/main/java/com/vonage/client/voice/ncco/VbcEndpoint.java index 5746d813d..b14829230 100644 --- a/src/main/java/com/vonage/client/voice/ncco/VbcEndpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/VbcEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/WebSocketEndpoint.java b/src/main/java/com/vonage/client/voice/ncco/WebSocketEndpoint.java index 1db9c7327..a13f8a755 100644 --- a/src/main/java/com/vonage/client/voice/ncco/WebSocketEndpoint.java +++ b/src/main/java/com/vonage/client/voice/ncco/WebSocketEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/ncco/package-info.java b/src/main/java/com/vonage/client/voice/ncco/package-info.java index 3b6e39158..f172cd19b 100644 --- a/src/main/java/com/vonage/client/voice/ncco/package-info.java +++ b/src/main/java/com/vonage/client/voice/ncco/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/main/java/com/vonage/client/voice/package-info.java b/src/main/java/com/vonage/client/voice/package-info.java index 1f931b1a0..df9e1ba6c 100644 --- a/src/main/java/com/vonage/client/voice/package-info.java +++ b/src/main/java/com/vonage/client/voice/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/AbstractMethodTest.java b/src/test/java/com/vonage/client/AbstractMethodTest.java index 56f1585ad..4bbf2e356 100644 --- a/src/test/java/com/vonage/client/AbstractMethodTest.java +++ b/src/test/java/com/vonage/client/AbstractMethodTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/ClientTest.java b/src/test/java/com/vonage/client/ClientTest.java index d477d4ebb..a083469a5 100644 --- a/src/test/java/com/vonage/client/ClientTest.java +++ b/src/test/java/com/vonage/client/ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/DynamicEndpointTestSpec.java b/src/test/java/com/vonage/client/DynamicEndpointTestSpec.java index d681f88cf..b7348dd4a 100644 --- a/src/test/java/com/vonage/client/DynamicEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/DynamicEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/HttpConfigTest.java b/src/test/java/com/vonage/client/HttpConfigTest.java index f4aaa9e40..3fe5ea707 100644 --- a/src/test/java/com/vonage/client/HttpConfigTest.java +++ b/src/test/java/com/vonage/client/HttpConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/HttpWrapperTest.java b/src/test/java/com/vonage/client/HttpWrapperTest.java index d7a22d8ba..c0b7f253e 100644 --- a/src/test/java/com/vonage/client/HttpWrapperTest.java +++ b/src/test/java/com/vonage/client/HttpWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/TestUtils.java b/src/test/java/com/vonage/client/TestUtils.java index 482612184..b6dd2d227 100644 --- a/src/test/java/com/vonage/client/TestUtils.java +++ b/src/test/java/com/vonage/client/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/VonageApiResponseExceptionTest.java b/src/test/java/com/vonage/client/VonageApiResponseExceptionTest.java index 524466f30..0d2ca25e3 100644 --- a/src/test/java/com/vonage/client/VonageApiResponseExceptionTest.java +++ b/src/test/java/com/vonage/client/VonageApiResponseExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/VonageClientTest.java b/src/test/java/com/vonage/client/VonageClientTest.java index b534b6562..020c3ea45 100644 --- a/src/test/java/com/vonage/client/VonageClientTest.java +++ b/src/test/java/com/vonage/client/VonageClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/account/AccountClientTest.java b/src/test/java/com/vonage/client/account/AccountClientTest.java index 61f65f8cb..c1252cfe2 100644 --- a/src/test/java/com/vonage/client/account/AccountClientTest.java +++ b/src/test/java/com/vonage/client/account/AccountClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/account/AccountEndpointTestSpec.java b/src/test/java/com/vonage/client/account/AccountEndpointTestSpec.java index cdc3337c7..272f3488a 100644 --- a/src/test/java/com/vonage/client/account/AccountEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/account/AccountEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/account/AccountSecretsEndpointTestSpec.java b/src/test/java/com/vonage/client/account/AccountSecretsEndpointTestSpec.java index 5087761e9..2f0ef8c17 100644 --- a/src/test/java/com/vonage/client/account/AccountSecretsEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/account/AccountSecretsEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/ApplicationClientTest.java b/src/test/java/com/vonage/client/application/ApplicationClientTest.java index 7ec7d29b4..249e95dea 100644 --- a/src/test/java/com/vonage/client/application/ApplicationClientTest.java +++ b/src/test/java/com/vonage/client/application/ApplicationClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/ApplicationEndpointTestSpec.java b/src/test/java/com/vonage/client/application/ApplicationEndpointTestSpec.java index 18494b1b3..d66dc86da 100644 --- a/src/test/java/com/vonage/client/application/ApplicationEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/application/ApplicationEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/ApplicationTest.java b/src/test/java/com/vonage/client/application/ApplicationTest.java index 6c5079b2f..7ec050c78 100644 --- a/src/test/java/com/vonage/client/application/ApplicationTest.java +++ b/src/test/java/com/vonage/client/application/ApplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/capabilities/MessagesTest.java b/src/test/java/com/vonage/client/application/capabilities/MessagesTest.java index ff3d890a1..651915a81 100644 --- a/src/test/java/com/vonage/client/application/capabilities/MessagesTest.java +++ b/src/test/java/com/vonage/client/application/capabilities/MessagesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/capabilities/RtcTest.java b/src/test/java/com/vonage/client/application/capabilities/RtcTest.java index a6f02284a..216a3a5da 100644 --- a/src/test/java/com/vonage/client/application/capabilities/RtcTest.java +++ b/src/test/java/com/vonage/client/application/capabilities/RtcTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/capabilities/VbcTest.java b/src/test/java/com/vonage/client/application/capabilities/VbcTest.java index 5d9097052..54aefffd9 100644 --- a/src/test/java/com/vonage/client/application/capabilities/VbcTest.java +++ b/src/test/java/com/vonage/client/application/capabilities/VbcTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/application/capabilities/VoiceTest.java b/src/test/java/com/vonage/client/application/capabilities/VoiceTest.java index 693fd2830..6878cf525 100644 --- a/src/test/java/com/vonage/client/application/capabilities/VoiceTest.java +++ b/src/test/java/com/vonage/client/application/capabilities/VoiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/auth/AuthCollectionTest.java b/src/test/java/com/vonage/client/auth/AuthCollectionTest.java index 5486e9e75..bab2da207 100644 --- a/src/test/java/com/vonage/client/auth/AuthCollectionTest.java +++ b/src/test/java/com/vonage/client/auth/AuthCollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/auth/JWTAuthMethodTest.java b/src/test/java/com/vonage/client/auth/JWTAuthMethodTest.java index 3f3f7897a..506658b63 100644 --- a/src/test/java/com/vonage/client/auth/JWTAuthMethodTest.java +++ b/src/test/java/com/vonage/client/auth/JWTAuthMethodTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/auth/RequestSigningTest.java b/src/test/java/com/vonage/client/auth/RequestSigningTest.java index b9a19204c..7fb2aec4e 100644 --- a/src/test/java/com/vonage/client/auth/RequestSigningTest.java +++ b/src/test/java/com/vonage/client/auth/RequestSigningTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/auth/TokenAuthMethodTest.java b/src/test/java/com/vonage/client/auth/TokenAuthMethodTest.java index 465e1c459..610351010 100644 --- a/src/test/java/com/vonage/client/auth/TokenAuthMethodTest.java +++ b/src/test/java/com/vonage/client/auth/TokenAuthMethodTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/auth/VonageUnacceptableAuthExceptionTest.java b/src/test/java/com/vonage/client/auth/VonageUnacceptableAuthExceptionTest.java index bd30584d9..c8e62dc05 100644 --- a/src/test/java/com/vonage/client/auth/VonageUnacceptableAuthExceptionTest.java +++ b/src/test/java/com/vonage/client/auth/VonageUnacceptableAuthExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/conversion/ConversionClientTest.java b/src/test/java/com/vonage/client/conversion/ConversionClientTest.java index b7be7cbfe..f92a4a7d9 100644 --- a/src/test/java/com/vonage/client/conversion/ConversionClientTest.java +++ b/src/test/java/com/vonage/client/conversion/ConversionClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/CallDirectionTest.java b/src/test/java/com/vonage/client/incoming/CallDirectionTest.java index 19084c12c..4e3d2750d 100644 --- a/src/test/java/com/vonage/client/incoming/CallDirectionTest.java +++ b/src/test/java/com/vonage/client/incoming/CallDirectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/CallEventTest.java b/src/test/java/com/vonage/client/incoming/CallEventTest.java index 5439656c7..b22d9f2e4 100644 --- a/src/test/java/com/vonage/client/incoming/CallEventTest.java +++ b/src/test/java/com/vonage/client/incoming/CallEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/CallStatusTest.java b/src/test/java/com/vonage/client/incoming/CallStatusTest.java index 8686074b5..c72458647 100644 --- a/src/test/java/com/vonage/client/incoming/CallStatusTest.java +++ b/src/test/java/com/vonage/client/incoming/CallStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/InputEventTest.java b/src/test/java/com/vonage/client/incoming/InputEventTest.java index 5fe15df8f..8a5a736c7 100644 --- a/src/test/java/com/vonage/client/incoming/InputEventTest.java +++ b/src/test/java/com/vonage/client/incoming/InputEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/MessageEventTest.java b/src/test/java/com/vonage/client/incoming/MessageEventTest.java index 9e7b1741c..cdd9e8e02 100644 --- a/src/test/java/com/vonage/client/incoming/MessageEventTest.java +++ b/src/test/java/com/vonage/client/incoming/MessageEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/MessageTypeTest.java b/src/test/java/com/vonage/client/incoming/MessageTypeTest.java index 297cb8211..3ba7f2fe4 100644 --- a/src/test/java/com/vonage/client/incoming/MessageTypeTest.java +++ b/src/test/java/com/vonage/client/incoming/MessageTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/NotifyEventTest.java b/src/test/java/com/vonage/client/incoming/NotifyEventTest.java index ff7f63d62..63f3a339d 100644 --- a/src/test/java/com/vonage/client/incoming/NotifyEventTest.java +++ b/src/test/java/com/vonage/client/incoming/NotifyEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/RecordEventTest.java b/src/test/java/com/vonage/client/incoming/RecordEventTest.java index 0f2dd2a39..14a6c3399 100644 --- a/src/test/java/com/vonage/client/incoming/RecordEventTest.java +++ b/src/test/java/com/vonage/client/incoming/RecordEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/incoming/SpeechResultsTest.java b/src/test/java/com/vonage/client/incoming/SpeechResultsTest.java index 0730aaed7..d71763afa 100644 --- a/src/test/java/com/vonage/client/incoming/SpeechResultsTest.java +++ b/src/test/java/com/vonage/client/incoming/SpeechResultsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/AdvancedInsightRequestTest.java b/src/test/java/com/vonage/client/insight/AdvancedInsightRequestTest.java index 19ae50479..67e9f3e08 100644 --- a/src/test/java/com/vonage/client/insight/AdvancedInsightRequestTest.java +++ b/src/test/java/com/vonage/client/insight/AdvancedInsightRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/AdvancedInsightResponseTest.java b/src/test/java/com/vonage/client/insight/AdvancedInsightResponseTest.java index f43a73fa9..8a4b42dfe 100644 --- a/src/test/java/com/vonage/client/insight/AdvancedInsightResponseTest.java +++ b/src/test/java/com/vonage/client/insight/AdvancedInsightResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/BasicInsightRequestTest.java b/src/test/java/com/vonage/client/insight/BasicInsightRequestTest.java index 4beaad6eb..aba7515cb 100644 --- a/src/test/java/com/vonage/client/insight/BasicInsightRequestTest.java +++ b/src/test/java/com/vonage/client/insight/BasicInsightRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/BasicInsightResponseTest.java b/src/test/java/com/vonage/client/insight/BasicInsightResponseTest.java index 46bc8d7b7..871968359 100644 --- a/src/test/java/com/vonage/client/insight/BasicInsightResponseTest.java +++ b/src/test/java/com/vonage/client/insight/BasicInsightResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/InsightClientTest.java b/src/test/java/com/vonage/client/insight/InsightClientTest.java index 9193df16d..50b3713fd 100644 --- a/src/test/java/com/vonage/client/insight/InsightClientTest.java +++ b/src/test/java/com/vonage/client/insight/InsightClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/InsightEndpointTestSpec.java b/src/test/java/com/vonage/client/insight/InsightEndpointTestSpec.java index ebfab8e38..295253782 100644 --- a/src/test/java/com/vonage/client/insight/InsightEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/insight/InsightEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/StandardInsightRequestTest.java b/src/test/java/com/vonage/client/insight/StandardInsightRequestTest.java index 8df3a80b8..cbe707f49 100644 --- a/src/test/java/com/vonage/client/insight/StandardInsightRequestTest.java +++ b/src/test/java/com/vonage/client/insight/StandardInsightRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/insight/StandardInsightResponseTest.java b/src/test/java/com/vonage/client/insight/StandardInsightResponseTest.java index ff23e5101..73f61fc0e 100644 --- a/src/test/java/com/vonage/client/insight/StandardInsightResponseTest.java +++ b/src/test/java/com/vonage/client/insight/StandardInsightResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/meetings/MeetingRoomTest.java b/src/test/java/com/vonage/client/meetings/MeetingRoomTest.java index 37e4ff39c..16c11fbdd 100644 --- a/src/test/java/com/vonage/client/meetings/MeetingRoomTest.java +++ b/src/test/java/com/vonage/client/meetings/MeetingRoomTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/meetings/MeetingsClientTest.java b/src/test/java/com/vonage/client/meetings/MeetingsClientTest.java index b322b40a4..afa47bf3a 100644 --- a/src/test/java/com/vonage/client/meetings/MeetingsClientTest.java +++ b/src/test/java/com/vonage/client/meetings/MeetingsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/meetings/MeetingsEndpointTestSpec.java b/src/test/java/com/vonage/client/meetings/MeetingsEndpointTestSpec.java index 75ea7fbf0..fa3561248 100644 --- a/src/test/java/com/vonage/client/meetings/MeetingsEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/meetings/MeetingsEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/meetings/MeetingsEventCallbackTest.java b/src/test/java/com/vonage/client/meetings/MeetingsEventCallbackTest.java index 383180a2d..845b3cdd8 100644 --- a/src/test/java/com/vonage/client/meetings/MeetingsEventCallbackTest.java +++ b/src/test/java/com/vonage/client/meetings/MeetingsEventCallbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/meetings/ThemeTest.java b/src/test/java/com/vonage/client/meetings/ThemeTest.java index d7c36e05d..3c298cf7f 100644 --- a/src/test/java/com/vonage/client/meetings/ThemeTest.java +++ b/src/test/java/com/vonage/client/meetings/ThemeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/InboundMessageTest.java b/src/test/java/com/vonage/client/messages/InboundMessageTest.java index 97a51b877..a9a496685 100644 --- a/src/test/java/com/vonage/client/messages/InboundMessageTest.java +++ b/src/test/java/com/vonage/client/messages/InboundMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/MessageRequestTest.java b/src/test/java/com/vonage/client/messages/MessageRequestTest.java index c7fc2fc68..300bca6c4 100644 --- a/src/test/java/com/vonage/client/messages/MessageRequestTest.java +++ b/src/test/java/com/vonage/client/messages/MessageRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/MessageResponseTest.java b/src/test/java/com/vonage/client/messages/MessageResponseTest.java index 57f1bf2a5..00c7860a3 100644 --- a/src/test/java/com/vonage/client/messages/MessageResponseTest.java +++ b/src/test/java/com/vonage/client/messages/MessageResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/MessageStatusTest.java b/src/test/java/com/vonage/client/messages/MessageStatusTest.java index 96151538a..0f2f30040 100644 --- a/src/test/java/com/vonage/client/messages/MessageStatusTest.java +++ b/src/test/java/com/vonage/client/messages/MessageStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/MessagesClientTest.java b/src/test/java/com/vonage/client/messages/MessagesClientTest.java index 63cfa8117..982795e72 100644 --- a/src/test/java/com/vonage/client/messages/MessagesClientTest.java +++ b/src/test/java/com/vonage/client/messages/MessagesClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/messenger/MessengerAudioRequestTest.java b/src/test/java/com/vonage/client/messages/messenger/MessengerAudioRequestTest.java index af93cb2cf..19d60e918 100644 --- a/src/test/java/com/vonage/client/messages/messenger/MessengerAudioRequestTest.java +++ b/src/test/java/com/vonage/client/messages/messenger/MessengerAudioRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/messenger/MessengerFileRequestTest.java b/src/test/java/com/vonage/client/messages/messenger/MessengerFileRequestTest.java index 1450830f6..4be757d54 100644 --- a/src/test/java/com/vonage/client/messages/messenger/MessengerFileRequestTest.java +++ b/src/test/java/com/vonage/client/messages/messenger/MessengerFileRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/messenger/MessengerImageRequestTest.java b/src/test/java/com/vonage/client/messages/messenger/MessengerImageRequestTest.java index a6ef9d7e5..1256fafa2 100644 --- a/src/test/java/com/vonage/client/messages/messenger/MessengerImageRequestTest.java +++ b/src/test/java/com/vonage/client/messages/messenger/MessengerImageRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/messenger/MessengerTextRequestTest.java b/src/test/java/com/vonage/client/messages/messenger/MessengerTextRequestTest.java index acd6ea991..48061489d 100644 --- a/src/test/java/com/vonage/client/messages/messenger/MessengerTextRequestTest.java +++ b/src/test/java/com/vonage/client/messages/messenger/MessengerTextRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/messenger/MessengerVideoRequestTest.java b/src/test/java/com/vonage/client/messages/messenger/MessengerVideoRequestTest.java index 55d856f77..5dc79ae16 100644 --- a/src/test/java/com/vonage/client/messages/messenger/MessengerVideoRequestTest.java +++ b/src/test/java/com/vonage/client/messages/messenger/MessengerVideoRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/mms/MmsAudioRequestTest.java b/src/test/java/com/vonage/client/messages/mms/MmsAudioRequestTest.java index 45120b16a..ce13b8537 100644 --- a/src/test/java/com/vonage/client/messages/mms/MmsAudioRequestTest.java +++ b/src/test/java/com/vonage/client/messages/mms/MmsAudioRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/mms/MmsImageRequestTest.java b/src/test/java/com/vonage/client/messages/mms/MmsImageRequestTest.java index 8e1b9b982..03d295eb6 100644 --- a/src/test/java/com/vonage/client/messages/mms/MmsImageRequestTest.java +++ b/src/test/java/com/vonage/client/messages/mms/MmsImageRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/mms/MmsVcardRequestTest.java b/src/test/java/com/vonage/client/messages/mms/MmsVcardRequestTest.java index f57f1d55b..c19ebfba1 100644 --- a/src/test/java/com/vonage/client/messages/mms/MmsVcardRequestTest.java +++ b/src/test/java/com/vonage/client/messages/mms/MmsVcardRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/mms/MmsVideoRequestTest.java b/src/test/java/com/vonage/client/messages/mms/MmsVideoRequestTest.java index 7a32c31ba..12a8c9ab3 100644 --- a/src/test/java/com/vonage/client/messages/mms/MmsVideoRequestTest.java +++ b/src/test/java/com/vonage/client/messages/mms/MmsVideoRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/sms/SmsTextRequestTest.java b/src/test/java/com/vonage/client/messages/sms/SmsTextRequestTest.java index aaca698db..49f4dabc2 100644 --- a/src/test/java/com/vonage/client/messages/sms/SmsTextRequestTest.java +++ b/src/test/java/com/vonage/client/messages/sms/SmsTextRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/viber/ViberFileRequestTest.java b/src/test/java/com/vonage/client/messages/viber/ViberFileRequestTest.java index 2f832de64..f34c902f3 100644 --- a/src/test/java/com/vonage/client/messages/viber/ViberFileRequestTest.java +++ b/src/test/java/com/vonage/client/messages/viber/ViberFileRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/viber/ViberImageRequestTest.java b/src/test/java/com/vonage/client/messages/viber/ViberImageRequestTest.java index 0fbfc8c3f..4b1fdb258 100644 --- a/src/test/java/com/vonage/client/messages/viber/ViberImageRequestTest.java +++ b/src/test/java/com/vonage/client/messages/viber/ViberImageRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/viber/ViberTextRequestTest.java b/src/test/java/com/vonage/client/messages/viber/ViberTextRequestTest.java index 5cd36abdf..5813a4834 100644 --- a/src/test/java/com/vonage/client/messages/viber/ViberTextRequestTest.java +++ b/src/test/java/com/vonage/client/messages/viber/ViberTextRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/viber/ViberVideoRequestTest.java b/src/test/java/com/vonage/client/messages/viber/ViberVideoRequestTest.java index 32c88916f..6ff405475 100644 --- a/src/test/java/com/vonage/client/messages/viber/ViberVideoRequestTest.java +++ b/src/test/java/com/vonage/client/messages/viber/ViberVideoRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequestTest.java index 7722e9192..fe94639ce 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappAudioRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequestTest.java index 4f1a61023..081d256eb 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappCustomRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappFileRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappFileRequestTest.java index 5c5d7a0e1..0ce19d89a 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappFileRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappFileRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappImageRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappImageRequestTest.java index 8ba924cd8..145b180ad 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappImageRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappImageRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequestTest.java index 1c30b3bdf..2833bcb25 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappLocationRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequestTest.java index c96c2ccbb..6350c74c4 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappMultiProductRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequestTest.java index 36fa252b3..e61d3bb15 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappSingleProductRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequestTest.java index e437e91c0..b736053ea 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappStickerRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequestTest.java index 390c90c2d..2c83d1f53 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTemplateRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTextRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTextRequestTest.java index 6bb395b6a..bd9c591df 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTextRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappTextRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequestTest.java b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequestTest.java index 8ebccff7d..139515b16 100644 --- a/src/test/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequestTest.java +++ b/src/test/java/com/vonage/client/messages/whatsapp/WhatsappVideoRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/numbers/ListNumbersFilterAndResponseTest.java b/src/test/java/com/vonage/client/numbers/ListNumbersFilterAndResponseTest.java index 22b768d6a..c6e9be076 100644 --- a/src/test/java/com/vonage/client/numbers/ListNumbersFilterAndResponseTest.java +++ b/src/test/java/com/vonage/client/numbers/ListNumbersFilterAndResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/numbers/NumbersClientTest.java b/src/test/java/com/vonage/client/numbers/NumbersClientTest.java index 75cbd13a2..f18c8f5ce 100644 --- a/src/test/java/com/vonage/client/numbers/NumbersClientTest.java +++ b/src/test/java/com/vonage/client/numbers/NumbersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/numbers/NumbersEndpointTestSpec.java b/src/test/java/com/vonage/client/numbers/NumbersEndpointTestSpec.java index 432de24d2..eabadcf93 100644 --- a/src/test/java/com/vonage/client/numbers/NumbersEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/numbers/NumbersEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/numbers/SearchNumbersFilterAndResponseTest.java b/src/test/java/com/vonage/client/numbers/SearchNumbersFilterAndResponseTest.java index 2b31b8c20..c1d109936 100644 --- a/src/test/java/com/vonage/client/numbers/SearchNumbersFilterAndResponseTest.java +++ b/src/test/java/com/vonage/client/numbers/SearchNumbersFilterAndResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/numbers/TypeTest.java b/src/test/java/com/vonage/client/numbers/TypeTest.java index a6f554632..d54aafe41 100644 --- a/src/test/java/com/vonage/client/numbers/TypeTest.java +++ b/src/test/java/com/vonage/client/numbers/TypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/proactiveconnect/ContactsListTest.java b/src/test/java/com/vonage/client/proactiveconnect/ContactsListTest.java index ea4b1aefe..9dbea84fb 100644 --- a/src/test/java/com/vonage/client/proactiveconnect/ContactsListTest.java +++ b/src/test/java/com/vonage/client/proactiveconnect/ContactsListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/proactiveconnect/EventTest.java b/src/test/java/com/vonage/client/proactiveconnect/EventTest.java index 5f2bd7828..da3b06445 100644 --- a/src/test/java/com/vonage/client/proactiveconnect/EventTest.java +++ b/src/test/java/com/vonage/client/proactiveconnect/EventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectClientTest.java b/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectClientTest.java index 42ec04044..78e5aace7 100644 --- a/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectClientTest.java +++ b/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectEndpointTestSpec.java b/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectEndpointTestSpec.java index c16c08d25..e86d8f457 100644 --- a/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/proactiveconnect/ProactiveConnectEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/proactiveconnect/SyncStatusTest.java b/src/test/java/com/vonage/client/proactiveconnect/SyncStatusTest.java index bbd41b5c9..34cd8d368 100644 --- a/src/test/java/com/vonage/client/proactiveconnect/SyncStatusTest.java +++ b/src/test/java/com/vonage/client/proactiveconnect/SyncStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/redact/RedactClientTest.java b/src/test/java/com/vonage/client/redact/RedactClientTest.java index 074de9a91..41f9bf56f 100644 --- a/src/test/java/com/vonage/client/redact/RedactClientTest.java +++ b/src/test/java/com/vonage/client/redact/RedactClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/redact/RedactRequestTest.java b/src/test/java/com/vonage/client/redact/RedactRequestTest.java index 0ea5ebe39..0733badd5 100644 --- a/src/test/java/com/vonage/client/redact/RedactRequestTest.java +++ b/src/test/java/com/vonage/client/redact/RedactRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/sms/HexUtilTest.java b/src/test/java/com/vonage/client/sms/HexUtilTest.java index e4d9bbdf4..bca72cddd 100644 --- a/src/test/java/com/vonage/client/sms/HexUtilTest.java +++ b/src/test/java/com/vonage/client/sms/HexUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/sms/SmsClientTest.java b/src/test/java/com/vonage/client/sms/SmsClientTest.java index 57769ce39..f9e3b3df0 100644 --- a/src/test/java/com/vonage/client/sms/SmsClientTest.java +++ b/src/test/java/com/vonage/client/sms/SmsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/subaccounts/CreateSubaccountRequestTest.java b/src/test/java/com/vonage/client/subaccounts/CreateSubaccountRequestTest.java index 591779230..4a837c671 100644 --- a/src/test/java/com/vonage/client/subaccounts/CreateSubaccountRequestTest.java +++ b/src/test/java/com/vonage/client/subaccounts/CreateSubaccountRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/subaccounts/ListSubaccountsResponseTest.java b/src/test/java/com/vonage/client/subaccounts/ListSubaccountsResponseTest.java index 758ce9145..76f0a292d 100644 --- a/src/test/java/com/vonage/client/subaccounts/ListSubaccountsResponseTest.java +++ b/src/test/java/com/vonage/client/subaccounts/ListSubaccountsResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/subaccounts/SubaccountsClientTest.java b/src/test/java/com/vonage/client/subaccounts/SubaccountsClientTest.java index 80e8a38af..626309a85 100644 --- a/src/test/java/com/vonage/client/subaccounts/SubaccountsClientTest.java +++ b/src/test/java/com/vonage/client/subaccounts/SubaccountsClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/subaccounts/SubaccountsEndpointTestSpec.java b/src/test/java/com/vonage/client/subaccounts/SubaccountsEndpointTestSpec.java index f00bb80cb..17273b167 100644 --- a/src/test/java/com/vonage/client/subaccounts/SubaccountsEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/subaccounts/SubaccountsEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/subaccounts/UpdateSubaccountRequestTest.java b/src/test/java/com/vonage/client/subaccounts/UpdateSubaccountRequestTest.java index 4ae4d68ec..964bc0cb3 100644 --- a/src/test/java/com/vonage/client/subaccounts/UpdateSubaccountRequestTest.java +++ b/src/test/java/com/vonage/client/subaccounts/UpdateSubaccountRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/users/UserEndpointTestSpec.java b/src/test/java/com/vonage/client/users/UserEndpointTestSpec.java index 0b1918c96..201448b95 100644 --- a/src/test/java/com/vonage/client/users/UserEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/users/UserEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/users/UserTest.java b/src/test/java/com/vonage/client/users/UserTest.java index 8cb2aec90..f07c72648 100644 --- a/src/test/java/com/vonage/client/users/UserTest.java +++ b/src/test/java/com/vonage/client/users/UserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/users/UsersClientTest.java b/src/test/java/com/vonage/client/users/UsersClientTest.java index 994add595..59675fc62 100644 --- a/src/test/java/com/vonage/client/users/UsersClientTest.java +++ b/src/test/java/com/vonage/client/users/UsersClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/CheckResponseTest.java b/src/test/java/com/vonage/client/verify/CheckResponseTest.java index 40bee7f51..d6d273122 100644 --- a/src/test/java/com/vonage/client/verify/CheckResponseTest.java +++ b/src/test/java/com/vonage/client/verify/CheckResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/ControlResponseTest.java b/src/test/java/com/vonage/client/verify/ControlResponseTest.java index 4b0db316f..2d3d26a15 100644 --- a/src/test/java/com/vonage/client/verify/ControlResponseTest.java +++ b/src/test/java/com/vonage/client/verify/ControlResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/Psd2RequestTest.java b/src/test/java/com/vonage/client/verify/Psd2RequestTest.java index 330fcbad5..41a79b000 100644 --- a/src/test/java/com/vonage/client/verify/Psd2RequestTest.java +++ b/src/test/java/com/vonage/client/verify/Psd2RequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyClientCheckEndpointTest.java b/src/test/java/com/vonage/client/verify/VerifyClientCheckEndpointTest.java index a28f585d6..74e197b5a 100644 --- a/src/test/java/com/vonage/client/verify/VerifyClientCheckEndpointTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyClientCheckEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyClientPsd2EndpointTest.java b/src/test/java/com/vonage/client/verify/VerifyClientPsd2EndpointTest.java index b2bc4a1ad..3b6170dca 100644 --- a/src/test/java/com/vonage/client/verify/VerifyClientPsd2EndpointTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyClientPsd2EndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyClientSearchEndpointTest.java b/src/test/java/com/vonage/client/verify/VerifyClientSearchEndpointTest.java index 9bf35a71b..4314e55e1 100644 --- a/src/test/java/com/vonage/client/verify/VerifyClientSearchEndpointTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyClientSearchEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyClientVerifyControlEndpointTest.java b/src/test/java/com/vonage/client/verify/VerifyClientVerifyControlEndpointTest.java index 709cc7c48..bdfa03991 100644 --- a/src/test/java/com/vonage/client/verify/VerifyClientVerifyControlEndpointTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyClientVerifyControlEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyClientVerifyEndpointTest.java b/src/test/java/com/vonage/client/verify/VerifyClientVerifyEndpointTest.java index 8fe83003e..d81fd4db0 100644 --- a/src/test/java/com/vonage/client/verify/VerifyClientVerifyEndpointTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyClientVerifyEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyDetailsTest.java b/src/test/java/com/vonage/client/verify/VerifyDetailsTest.java index 8446c42d0..b7ac3e91c 100644 --- a/src/test/java/com/vonage/client/verify/VerifyDetailsTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyDetailsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyEndpointTestSpec.java b/src/test/java/com/vonage/client/verify/VerifyEndpointTestSpec.java index 037f30728..124348801 100644 --- a/src/test/java/com/vonage/client/verify/VerifyEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/verify/VerifyEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyRequestTest.java b/src/test/java/com/vonage/client/verify/VerifyRequestTest.java index d5cdf742d..c87ff6e4e 100644 --- a/src/test/java/com/vonage/client/verify/VerifyRequestTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify/VerifyResponseTest.java b/src/test/java/com/vonage/client/verify/VerifyResponseTest.java index 4c9a9b9b4..2367d4191 100644 --- a/src/test/java/com/vonage/client/verify/VerifyResponseTest.java +++ b/src/test/java/com/vonage/client/verify/VerifyResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify2/VerificationCallbackTest.java b/src/test/java/com/vonage/client/verify2/VerificationCallbackTest.java index 121dd95dc..cdb63c01d 100644 --- a/src/test/java/com/vonage/client/verify2/VerificationCallbackTest.java +++ b/src/test/java/com/vonage/client/verify2/VerificationCallbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify2/VerificationRequestTest.java b/src/test/java/com/vonage/client/verify2/VerificationRequestTest.java index 4d3ebf15b..65bf73d9d 100644 --- a/src/test/java/com/vonage/client/verify2/VerificationRequestTest.java +++ b/src/test/java/com/vonage/client/verify2/VerificationRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify2/VerificationResponseTest.java b/src/test/java/com/vonage/client/verify2/VerificationResponseTest.java index 02bf0845c..8b63ccfc7 100644 --- a/src/test/java/com/vonage/client/verify2/VerificationResponseTest.java +++ b/src/test/java/com/vonage/client/verify2/VerificationResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify2/Verify2ClientTest.java b/src/test/java/com/vonage/client/verify2/Verify2ClientTest.java index 91d41073a..cca9715c5 100644 --- a/src/test/java/com/vonage/client/verify2/Verify2ClientTest.java +++ b/src/test/java/com/vonage/client/verify2/Verify2ClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/verify2/Verify2EndpointTestSpec.java b/src/test/java/com/vonage/client/verify2/Verify2EndpointTestSpec.java index ad8890b1b..922313dde 100644 --- a/src/test/java/com/vonage/client/verify2/Verify2EndpointTestSpec.java +++ b/src/test/java/com/vonage/client/verify2/Verify2EndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/ArchiveTest.java b/src/test/java/com/vonage/client/video/ArchiveTest.java index 534095d1f..652666c11 100644 --- a/src/test/java/com/vonage/client/video/ArchiveTest.java +++ b/src/test/java/com/vonage/client/video/ArchiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/BroadcastTest.java b/src/test/java/com/vonage/client/video/BroadcastTest.java index 356b0bc13..fed5d7746 100644 --- a/src/test/java/com/vonage/client/video/BroadcastTest.java +++ b/src/test/java/com/vonage/client/video/BroadcastTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/CreateSessionRequestTest.java b/src/test/java/com/vonage/client/video/CreateSessionRequestTest.java index b81d243bd..9fdc6264c 100644 --- a/src/test/java/com/vonage/client/video/CreateSessionRequestTest.java +++ b/src/test/java/com/vonage/client/video/CreateSessionRequestTest.java @@ -1,4 +1,4 @@ -/* Copyright 2023 Vonage +/* Copyright 2024 Vonage * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/vonage/client/video/CreateSessionResponseTest.java b/src/test/java/com/vonage/client/video/CreateSessionResponseTest.java index bb6fe021a..6836e3092 100644 --- a/src/test/java/com/vonage/client/video/CreateSessionResponseTest.java +++ b/src/test/java/com/vonage/client/video/CreateSessionResponseTest.java @@ -1,4 +1,4 @@ -/* Copyright 2023 Vonage +/* Copyright 2024 Vonage * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/vonage/client/video/GetStreamResponseTest.java b/src/test/java/com/vonage/client/video/GetStreamResponseTest.java index 620be28a2..be2924ba9 100644 --- a/src/test/java/com/vonage/client/video/GetStreamResponseTest.java +++ b/src/test/java/com/vonage/client/video/GetStreamResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/ListArchivesResponseTest.java b/src/test/java/com/vonage/client/video/ListArchivesResponseTest.java index 905da62d1..1d956f8da 100644 --- a/src/test/java/com/vonage/client/video/ListArchivesResponseTest.java +++ b/src/test/java/com/vonage/client/video/ListArchivesResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/ListStreamCompositionsRequestTest.java b/src/test/java/com/vonage/client/video/ListStreamCompositionsRequestTest.java index 8d701e79f..c153a4250 100644 --- a/src/test/java/com/vonage/client/video/ListStreamCompositionsRequestTest.java +++ b/src/test/java/com/vonage/client/video/ListStreamCompositionsRequestTest.java @@ -1,4 +1,4 @@ -/* Copyright 2023 Vonage +/* Copyright 2024 Vonage * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/vonage/client/video/ListStreamsResponseTest.java b/src/test/java/com/vonage/client/video/ListStreamsResponseTest.java index 7bec3fbd3..84c5b46b6 100644 --- a/src/test/java/com/vonage/client/video/ListStreamsResponseTest.java +++ b/src/test/java/com/vonage/client/video/ListStreamsResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/MuteSessionRequestTest.java b/src/test/java/com/vonage/client/video/MuteSessionRequestTest.java index dc9e3531c..840c68b25 100644 --- a/src/test/java/com/vonage/client/video/MuteSessionRequestTest.java +++ b/src/test/java/com/vonage/client/video/MuteSessionRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/PatchVideoStreamRequestTest.java b/src/test/java/com/vonage/client/video/PatchVideoStreamRequestTest.java index f4151e4d9..0cffd3758 100644 --- a/src/test/java/com/vonage/client/video/PatchVideoStreamRequestTest.java +++ b/src/test/java/com/vonage/client/video/PatchVideoStreamRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/ProjectDetailsTest.java b/src/test/java/com/vonage/client/video/ProjectDetailsTest.java index a06b9baa9..cecea41bb 100644 --- a/src/test/java/com/vonage/client/video/ProjectDetailsTest.java +++ b/src/test/java/com/vonage/client/video/ProjectDetailsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/SetScreenLayoutTypeRequestTest.java b/src/test/java/com/vonage/client/video/SetScreenLayoutTypeRequestTest.java index a13c8acf6..51f80d7d6 100644 --- a/src/test/java/com/vonage/client/video/SetScreenLayoutTypeRequestTest.java +++ b/src/test/java/com/vonage/client/video/SetScreenLayoutTypeRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/SignalRequestTest.java b/src/test/java/com/vonage/client/video/SignalRequestTest.java index 16ed84961..f53386c21 100644 --- a/src/test/java/com/vonage/client/video/SignalRequestTest.java +++ b/src/test/java/com/vonage/client/video/SignalRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/SipDialRequestTest.java b/src/test/java/com/vonage/client/video/SipDialRequestTest.java index 8f11d40fe..35318e78b 100644 --- a/src/test/java/com/vonage/client/video/SipDialRequestTest.java +++ b/src/test/java/com/vonage/client/video/SipDialRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/TokenOptionsTest.java b/src/test/java/com/vonage/client/video/TokenOptionsTest.java index b98da6fb8..3ce4272ce 100644 --- a/src/test/java/com/vonage/client/video/TokenOptionsTest.java +++ b/src/test/java/com/vonage/client/video/TokenOptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/VideoClientTest.java b/src/test/java/com/vonage/client/video/VideoClientTest.java index 40166c81a..b38778750 100644 --- a/src/test/java/com/vonage/client/video/VideoClientTest.java +++ b/src/test/java/com/vonage/client/video/VideoClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/video/VideoEndpointTestSpec.java b/src/test/java/com/vonage/client/video/VideoEndpointTestSpec.java index 8f075cef4..07180a53b 100644 --- a/src/test/java/com/vonage/client/video/VideoEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/video/VideoEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/AdvancedMachineDetectionTest.java b/src/test/java/com/vonage/client/voice/AdvancedMachineDetectionTest.java index 200f0069a..ee3a9abc0 100644 --- a/src/test/java/com/vonage/client/voice/AdvancedMachineDetectionTest.java +++ b/src/test/java/com/vonage/client/voice/AdvancedMachineDetectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/CallInfoPageTest.java b/src/test/java/com/vonage/client/voice/CallInfoPageTest.java index fc5334df6..4971be6a6 100644 --- a/src/test/java/com/vonage/client/voice/CallInfoPageTest.java +++ b/src/test/java/com/vonage/client/voice/CallInfoPageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/CallInfoTest.java b/src/test/java/com/vonage/client/voice/CallInfoTest.java index b8ae3222c..0c9ff0669 100644 --- a/src/test/java/com/vonage/client/voice/CallInfoTest.java +++ b/src/test/java/com/vonage/client/voice/CallInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/CallTest.java b/src/test/java/com/vonage/client/voice/CallTest.java index d8dc94107..7977b533c 100644 --- a/src/test/java/com/vonage/client/voice/CallTest.java +++ b/src/test/java/com/vonage/client/voice/CallTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/CallsFilterTest.java b/src/test/java/com/vonage/client/voice/CallsFilterTest.java index 08d8ae35e..6626ad694 100644 --- a/src/test/java/com/vonage/client/voice/CallsFilterTest.java +++ b/src/test/java/com/vonage/client/voice/CallsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/DtmfResponseTest.java b/src/test/java/com/vonage/client/voice/DtmfResponseTest.java index 096a0dbdb..4f9cf4bc6 100644 --- a/src/test/java/com/vonage/client/voice/DtmfResponseTest.java +++ b/src/test/java/com/vonage/client/voice/DtmfResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/MachineDetectionTest.java b/src/test/java/com/vonage/client/voice/MachineDetectionTest.java index e8893e01d..ee9b20f21 100644 --- a/src/test/java/com/vonage/client/voice/MachineDetectionTest.java +++ b/src/test/java/com/vonage/client/voice/MachineDetectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ModifyCallActionTest.java b/src/test/java/com/vonage/client/voice/ModifyCallActionTest.java index 7c63f4801..e15959531 100644 --- a/src/test/java/com/vonage/client/voice/ModifyCallActionTest.java +++ b/src/test/java/com/vonage/client/voice/ModifyCallActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/PhoneEndpointTest.java b/src/test/java/com/vonage/client/voice/PhoneEndpointTest.java index 101782daf..8af7b19c4 100644 --- a/src/test/java/com/vonage/client/voice/PhoneEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/PhoneEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/StreamPayloadTest.java b/src/test/java/com/vonage/client/voice/StreamPayloadTest.java index 20e90d825..77d24282e 100644 --- a/src/test/java/com/vonage/client/voice/StreamPayloadTest.java +++ b/src/test/java/com/vonage/client/voice/StreamPayloadTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/StreamResponseTest.java b/src/test/java/com/vonage/client/voice/StreamResponseTest.java index 0b60e0917..04d744736 100644 --- a/src/test/java/com/vonage/client/voice/StreamResponseTest.java +++ b/src/test/java/com/vonage/client/voice/StreamResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/TalkPayloadTest.java b/src/test/java/com/vonage/client/voice/TalkPayloadTest.java index fd79c4495..d5d11189d 100644 --- a/src/test/java/com/vonage/client/voice/TalkPayloadTest.java +++ b/src/test/java/com/vonage/client/voice/TalkPayloadTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/TalkResponseTest.java b/src/test/java/com/vonage/client/voice/TalkResponseTest.java index 2b72666dd..eb5afdf4a 100644 --- a/src/test/java/com/vonage/client/voice/TalkResponseTest.java +++ b/src/test/java/com/vonage/client/voice/TalkResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/TextToSpeechLanguageTest.java b/src/test/java/com/vonage/client/voice/TextToSpeechLanguageTest.java index c42687720..d61960a54 100644 --- a/src/test/java/com/vonage/client/voice/TextToSpeechLanguageTest.java +++ b/src/test/java/com/vonage/client/voice/TextToSpeechLanguageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/TransferCallPayloadTest.java b/src/test/java/com/vonage/client/voice/TransferCallPayloadTest.java index e9685102e..d9fa7237b 100644 --- a/src/test/java/com/vonage/client/voice/TransferCallPayloadTest.java +++ b/src/test/java/com/vonage/client/voice/TransferCallPayloadTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/VoiceClientTest.java b/src/test/java/com/vonage/client/voice/VoiceClientTest.java index 82f026d7a..c5c9b2311 100644 --- a/src/test/java/com/vonage/client/voice/VoiceClientTest.java +++ b/src/test/java/com/vonage/client/voice/VoiceClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/VoiceEndpointTestSpec.java b/src/test/java/com/vonage/client/voice/VoiceEndpointTestSpec.java index baf25fdb9..5a5af95db 100644 --- a/src/test/java/com/vonage/client/voice/VoiceEndpointTestSpec.java +++ b/src/test/java/com/vonage/client/voice/VoiceEndpointTestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/AppEndpointTest.java b/src/test/java/com/vonage/client/voice/ncco/AppEndpointTest.java index 0a71844cb..cffc09d5d 100644 --- a/src/test/java/com/vonage/client/voice/ncco/AppEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/AppEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/ConnectActionTest.java b/src/test/java/com/vonage/client/voice/ncco/ConnectActionTest.java index 0027b8ca9..04d54f4b1 100644 --- a/src/test/java/com/vonage/client/voice/ncco/ConnectActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/ConnectActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/ConversationActionTest.java b/src/test/java/com/vonage/client/voice/ncco/ConversationActionTest.java index c5ff1e380..606686856 100644 --- a/src/test/java/com/vonage/client/voice/ncco/ConversationActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/ConversationActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/InputActionTest.java b/src/test/java/com/vonage/client/voice/ncco/InputActionTest.java index c3123b639..bc0e4cb27 100644 --- a/src/test/java/com/vonage/client/voice/ncco/InputActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/InputActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/NccoTest.java b/src/test/java/com/vonage/client/voice/ncco/NccoTest.java index b4240e12e..e5f79a697 100644 --- a/src/test/java/com/vonage/client/voice/ncco/NccoTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/NccoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/NotifyActionTest.java b/src/test/java/com/vonage/client/voice/ncco/NotifyActionTest.java index bcf05d6d1..6b0d0ac9e 100644 --- a/src/test/java/com/vonage/client/voice/ncco/NotifyActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/NotifyActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/PhoneEndpointTest.java b/src/test/java/com/vonage/client/voice/ncco/PhoneEndpointTest.java index 195dafd34..9b8d211b8 100644 --- a/src/test/java/com/vonage/client/voice/ncco/PhoneEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/PhoneEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/RecordActionTest.java b/src/test/java/com/vonage/client/voice/ncco/RecordActionTest.java index 46ca08ec8..5f230b239 100644 --- a/src/test/java/com/vonage/client/voice/ncco/RecordActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/RecordActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/RecordingFormatTest.java b/src/test/java/com/vonage/client/voice/ncco/RecordingFormatTest.java index debd2b328..2e575af01 100644 --- a/src/test/java/com/vonage/client/voice/ncco/RecordingFormatTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/RecordingFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/SipEndpointTest.java b/src/test/java/com/vonage/client/voice/ncco/SipEndpointTest.java index 82fe9efe9..da2de850d 100644 --- a/src/test/java/com/vonage/client/voice/ncco/SipEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/SipEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/SpeechSettingsTest.java b/src/test/java/com/vonage/client/voice/ncco/SpeechSettingsTest.java index c166d8c5c..9f8d215d5 100644 --- a/src/test/java/com/vonage/client/voice/ncco/SpeechSettingsTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/SpeechSettingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/StreamActionTest.java b/src/test/java/com/vonage/client/voice/ncco/StreamActionTest.java index 98ac612ca..698eea527 100644 --- a/src/test/java/com/vonage/client/voice/ncco/StreamActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/StreamActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/TalkActionTest.java b/src/test/java/com/vonage/client/voice/ncco/TalkActionTest.java index cbf443f28..a6f254fc1 100644 --- a/src/test/java/com/vonage/client/voice/ncco/TalkActionTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/TalkActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/VbcEndpointTest.java b/src/test/java/com/vonage/client/voice/ncco/VbcEndpointTest.java index 8a013aba8..0a7a81cff 100644 --- a/src/test/java/com/vonage/client/voice/ncco/VbcEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/VbcEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * 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/src/test/java/com/vonage/client/voice/ncco/WebSocketEndpointTest.java b/src/test/java/com/vonage/client/voice/ncco/WebSocketEndpointTest.java index 873377027..43492390b 100644 --- a/src/test/java/com/vonage/client/voice/ncco/WebSocketEndpointTest.java +++ b/src/test/java/com/vonage/client/voice/ncco/WebSocketEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vonage + * Copyright 2024 Vonage * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.