From 6fd9b1fcebbec68357948d414dc4db2c667b2dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20Housni=20Alaoui?= Date: Mon, 23 Jan 2023 11:16:47 +0100 Subject: [PATCH] Jakarta namespace migration --- cdt-examples/pom.xml | 4 +- .../examples/BlockUrlGivenPatternExample.java | 2 +- .../cdt/examples/BlockUrlsExample.java | 2 +- .../cdt/examples/ChromeLoggingExample.java | 2 +- .../cdt/examples/CssCoverageExample.java | 2 +- .../cdt/examples/DumpHtmlFromPageExample.java | 2 +- .../examples/FullPageScreenshotExample.java | 2 +- .../cdt/examples/HighlightElementExample.java | 2 +- ...IncreasedIncomingBufferInTyrusExample.java | 2 +- .../InterceptAndBlockUrlsExample.java | 2 +- .../cdt/examples/LogRequestsExample.java | 2 +- .../PassingCustomHeadersToRequests.java | 2 +- .../examples/PerformanceMetricsExample.java | 2 +- .../cdt/examples/PrintingPageToPdf.java | 2 +- .../examples/SimpleNavigateToUrlExample.java | 2 +- .../cdt/examples/TakeScreenshotExample.java | 2 +- .../kklisura/cdt/examples/TracingExample.java | 2 +- cdt-java-client/THIRD-PARTY.txt | 46 +++++++------- cdt-java-client/pom.xml | 22 +++---- .../kklisura/cdt/launch/ChromeArguments.java | 2 +- .../kklisura/cdt/launch/ChromeLauncher.java | 2 +- .../config/ChromeLauncherConfiguration.java | 2 +- .../exceptions/ChromeProcessException.java | 2 +- .../ChromeProcessTimeoutException.java | 2 +- .../cdt/launch/support/ProcessLauncher.java | 2 +- .../support/annotations/ChromeArgument.java | 2 +- .../support/impl/ProcessLauncherImpl.java | 2 +- .../kklisura/cdt/protocol/ChromeDevTools.java | 2 +- .../cdt/protocol/commands/Accessibility.java | 2 +- .../cdt/protocol/commands/Animation.java | 2 +- .../protocol/commands/ApplicationCache.java | 2 +- .../cdt/protocol/commands/Audits.java | 2 +- .../protocol/commands/BackgroundService.java | 2 +- .../cdt/protocol/commands/Browser.java | 2 +- .../kklisura/cdt/protocol/commands/CSS.java | 2 +- .../cdt/protocol/commands/CacheStorage.java | 2 +- .../kklisura/cdt/protocol/commands/Cast.java | 2 +- .../cdt/protocol/commands/Console.java | 2 +- .../kklisura/cdt/protocol/commands/DOM.java | 2 +- .../cdt/protocol/commands/DOMDebugger.java | 2 +- .../cdt/protocol/commands/DOMSnapshot.java | 2 +- .../cdt/protocol/commands/DOMStorage.java | 2 +- .../cdt/protocol/commands/Database.java | 2 +- .../cdt/protocol/commands/Debugger.java | 2 +- .../protocol/commands/DeviceOrientation.java | 2 +- .../cdt/protocol/commands/Emulation.java | 2 +- .../kklisura/cdt/protocol/commands/Fetch.java | 2 +- .../commands/HeadlessExperimental.java | 2 +- .../cdt/protocol/commands/HeapProfiler.java | 2 +- .../kklisura/cdt/protocol/commands/IO.java | 2 +- .../cdt/protocol/commands/IndexedDB.java | 2 +- .../kklisura/cdt/protocol/commands/Input.java | 2 +- .../cdt/protocol/commands/Inspector.java | 2 +- .../cdt/protocol/commands/LayerTree.java | 2 +- .../kklisura/cdt/protocol/commands/Log.java | 2 +- .../kklisura/cdt/protocol/commands/Media.java | 2 +- .../cdt/protocol/commands/Memory.java | 2 +- .../cdt/protocol/commands/Network.java | 2 +- .../cdt/protocol/commands/Overlay.java | 2 +- .../kklisura/cdt/protocol/commands/Page.java | 2 +- .../cdt/protocol/commands/Performance.java | 2 +- .../commands/PerformanceTimeline.java | 2 +- .../cdt/protocol/commands/Profiler.java | 2 +- .../cdt/protocol/commands/Runtime.java | 2 +- .../cdt/protocol/commands/Schema.java | 2 +- .../cdt/protocol/commands/Security.java | 2 +- .../cdt/protocol/commands/ServiceWorker.java | 2 +- .../cdt/protocol/commands/Storage.java | 2 +- .../cdt/protocol/commands/SystemInfo.java | 2 +- .../cdt/protocol/commands/Target.java | 2 +- .../cdt/protocol/commands/Tethering.java | 2 +- .../cdt/protocol/commands/Tracing.java | 2 +- .../cdt/protocol/commands/WebAudio.java | 2 +- .../cdt/protocol/commands/WebAuthn.java | 2 +- .../events/animation/AnimationCanceled.java | 2 +- .../events/animation/AnimationCreated.java | 2 +- .../events/animation/AnimationStarted.java | 2 +- .../ApplicationCacheStatusUpdated.java | 2 +- .../applicationcache/NetworkStateUpdated.java | 2 +- .../protocol/events/audits/IssueAdded.java | 2 +- .../BackgroundServiceEventReceived.java | 2 +- .../RecordingStateChanged.java | 2 +- .../events/browser/DownloadProgress.java | 2 +- .../events/browser/DownloadProgressState.java | 2 +- .../events/browser/DownloadWillBegin.java | 2 +- .../protocol/events/cast/IssueUpdated.java | 2 +- .../protocol/events/cast/SinksUpdated.java | 2 +- .../protocol/events/console/MessageAdded.java | 2 +- .../cdt/protocol/events/css/FontsUpdated.java | 2 +- .../events/css/MediaQueryResultChanged.java | 2 +- .../protocol/events/css/StyleSheetAdded.java | 2 +- .../events/css/StyleSheetChanged.java | 2 +- .../events/css/StyleSheetRemoved.java | 2 +- .../protocol/events/database/AddDatabase.java | 2 +- .../events/debugger/BreakpointResolved.java | 2 +- .../cdt/protocol/events/debugger/Paused.java | 2 +- .../events/debugger/PausedReason.java | 2 +- .../cdt/protocol/events/debugger/Resumed.java | 2 +- .../events/debugger/ScriptFailedToParse.java | 2 +- .../events/debugger/ScriptParsed.java | 2 +- .../events/dom/AttributeModified.java | 2 +- .../protocol/events/dom/AttributeRemoved.java | 2 +- .../events/dom/CharacterDataModified.java | 2 +- .../events/dom/ChildNodeCountUpdated.java | 2 +- .../events/dom/ChildNodeInserted.java | 2 +- .../protocol/events/dom/ChildNodeRemoved.java | 2 +- .../events/dom/DistributedNodesUpdated.java | 2 +- .../protocol/events/dom/DocumentUpdated.java | 2 +- .../events/dom/InlineStyleInvalidated.java | 2 +- .../events/dom/PseudoElementAdded.java | 2 +- .../events/dom/PseudoElementRemoved.java | 2 +- .../protocol/events/dom/SetChildNodes.java | 2 +- .../protocol/events/dom/ShadowRootPopped.java | 2 +- .../protocol/events/dom/ShadowRootPushed.java | 2 +- .../domstorage/DomStorageItemAdded.java | 2 +- .../domstorage/DomStorageItemRemoved.java | 2 +- .../domstorage/DomStorageItemUpdated.java | 2 +- .../domstorage/DomStorageItemsCleared.java | 2 +- .../emulation/VirtualTimeBudgetExpired.java | 2 +- .../protocol/events/fetch/AuthRequired.java | 2 +- .../protocol/events/fetch/RequestPaused.java | 2 +- .../NeedsBeginFramesChanged.java | 2 +- .../heapprofiler/AddHeapSnapshotChunk.java | 2 +- .../events/heapprofiler/HeapStatsUpdate.java | 2 +- .../events/heapprofiler/LastSeenObjectId.java | 2 +- .../ReportHeapSnapshotProgress.java | 2 +- .../events/heapprofiler/ResetProfiles.java | 2 +- .../events/input/DragIntercepted.java | 2 +- .../protocol/events/inspector/Detached.java | 2 +- .../events/inspector/TargetCrashed.java | 2 +- .../inspector/TargetReloadedAfterCrash.java | 2 +- .../events/layertree/LayerPainted.java | 2 +- .../events/layertree/LayerTreeDidChange.java | 2 +- .../cdt/protocol/events/log/EntryAdded.java | 2 +- .../events/media/PlayerErrorsRaised.java | 2 +- .../events/media/PlayerEventsAdded.java | 2 +- .../events/media/PlayerMessagesLogged.java | 2 +- .../events/media/PlayerPropertiesChanged.java | 2 +- .../protocol/events/media/PlayersCreated.java | 2 +- .../protocol/events/network/DataReceived.java | 2 +- .../network/EventSourceMessageReceived.java | 2 +- .../events/network/LoadingFailed.java | 2 +- .../events/network/LoadingFinished.java | 2 +- .../events/network/RequestIntercepted.java | 2 +- .../network/RequestServedFromCache.java | 2 +- .../events/network/RequestWillBeSent.java | 2 +- .../network/RequestWillBeSentExtraInfo.java | 2 +- .../network/ResourceChangedPriority.java | 2 +- .../events/network/ResponseReceived.java | 2 +- .../network/ResponseReceivedExtraInfo.java | 2 +- .../network/SignedExchangeReceived.java | 2 +- .../network/TrustTokenOperationDone.java | 2 +- .../TrustTokenOperationDoneStatus.java | 2 +- .../events/network/WebSocketClosed.java | 2 +- .../events/network/WebSocketCreated.java | 2 +- .../events/network/WebSocketFrameError.java | 2 +- .../network/WebSocketFrameReceived.java | 2 +- .../events/network/WebSocketFrameSent.java | 2 +- .../WebSocketHandshakeResponseReceived.java | 2 +- .../WebSocketWillSendHandshakeRequest.java | 2 +- .../events/network/WebTransportClosed.java | 2 +- .../WebTransportConnectionEstablished.java | 2 +- .../events/network/WebTransportCreated.java | 2 +- .../events/overlay/InspectModeCanceled.java | 2 +- .../events/overlay/InspectNodeRequested.java | 2 +- .../overlay/NodeHighlightRequested.java | 2 +- .../events/overlay/ScreenshotRequested.java | 2 +- .../events/page/BackForwardCacheNotUsed.java | 2 +- .../events/page/CompilationCacheProduced.java | 2 +- .../protocol/events/page/DocumentOpened.java | 2 +- .../events/page/DomContentEventFired.java | 2 +- .../events/page/DownloadProgress.java | 2 +- .../events/page/DownloadProgressState.java | 2 +- .../events/page/DownloadWillBegin.java | 2 +- .../events/page/FileChooserOpened.java | 2 +- .../events/page/FileChooserOpenedMode.java | 2 +- .../protocol/events/page/FrameAttached.java | 2 +- .../page/FrameClearedScheduledNavigation.java | 2 +- .../protocol/events/page/FrameDetached.java | 2 +- .../events/page/FrameDetachedReason.java | 2 +- .../protocol/events/page/FrameNavigated.java | 2 +- .../events/page/FrameRequestedNavigation.java | 2 +- .../protocol/events/page/FrameResized.java | 2 +- .../events/page/FrameScheduledNavigation.java | 2 +- .../events/page/FrameStartedLoading.java | 2 +- .../events/page/FrameStoppedLoading.java | 2 +- .../events/page/InterstitialHidden.java | 2 +- .../events/page/InterstitialShown.java | 2 +- .../events/page/JavascriptDialogClosed.java | 2 +- .../events/page/JavascriptDialogOpening.java | 2 +- .../protocol/events/page/LifecycleEvent.java | 2 +- .../protocol/events/page/LoadEventFired.java | 2 +- .../events/page/NavigatedWithinDocument.java | 2 +- .../protocol/events/page/ScreencastFrame.java | 2 +- .../page/ScreencastVisibilityChanged.java | 2 +- .../cdt/protocol/events/page/WindowOpen.java | 2 +- .../protocol/events/performance/Metrics.java | 2 +- .../TimelineEventAdded.java | 2 +- .../profiler/ConsoleProfileFinished.java | 2 +- .../profiler/ConsoleProfileStarted.java | 2 +- .../profiler/PreciseCoverageDeltaUpdate.java | 2 +- .../events/runtime/BindingCalled.java | 2 +- .../events/runtime/ConsoleAPICalled.java | 2 +- .../events/runtime/ConsoleAPICalledType.java | 2 +- .../events/runtime/ExceptionRevoked.java | 2 +- .../events/runtime/ExceptionThrown.java | 2 +- .../runtime/ExecutionContextCreated.java | 2 +- .../runtime/ExecutionContextDestroyed.java | 2 +- .../runtime/ExecutionContextsCleared.java | 2 +- .../events/runtime/InspectRequested.java | 2 +- .../events/security/CertificateError.java | 2 +- .../events/security/SecurityStateChanged.java | 2 +- .../security/VisibleSecurityStateChanged.java | 2 +- .../serviceworker/WorkerErrorReported.java | 2 +- .../WorkerRegistrationUpdated.java | 2 +- .../serviceworker/WorkerVersionUpdated.java | 2 +- .../storage/CacheStorageContentUpdated.java | 2 +- .../storage/CacheStorageListUpdated.java | 2 +- .../storage/IndexedDBContentUpdated.java | 2 +- .../events/storage/IndexedDBListUpdated.java | 2 +- .../events/target/AttachedToTarget.java | 2 +- .../events/target/DetachedFromTarget.java | 2 +- .../target/ReceivedMessageFromTarget.java | 2 +- .../protocol/events/target/TargetCrashed.java | 2 +- .../protocol/events/target/TargetCreated.java | 2 +- .../events/target/TargetDestroyed.java | 2 +- .../events/target/TargetInfoChanged.java | 2 +- .../protocol/events/tethering/Accepted.java | 2 +- .../protocol/events/tracing/BufferUsage.java | 2 +- .../events/tracing/DataCollected.java | 2 +- .../events/tracing/TracingComplete.java | 2 +- .../events/webaudio/AudioListenerCreated.java | 2 +- .../AudioListenerWillBeDestroyed.java | 2 +- .../events/webaudio/AudioNodeCreated.java | 2 +- .../webaudio/AudioNodeWillBeDestroyed.java | 2 +- .../events/webaudio/AudioParamCreated.java | 2 +- .../webaudio/AudioParamWillBeDestroyed.java | 2 +- .../events/webaudio/ContextChanged.java | 2 +- .../events/webaudio/ContextCreated.java | 2 +- .../webaudio/ContextWillBeDestroyed.java | 2 +- .../events/webaudio/NodeParamConnected.java | 2 +- .../webaudio/NodeParamDisconnected.java | 2 +- .../events/webaudio/NodesConnected.java | 2 +- .../events/webaudio/NodesDisconnected.java | 2 +- .../support/annotations/EventName.java | 2 +- .../support/annotations/Experimental.java | 2 +- .../support/annotations/Optional.java | 2 +- .../support/annotations/ParamName.java | 2 +- .../annotations/ReturnTypeParameter.java | 2 +- .../protocol/support/annotations/Returns.java | 2 +- .../protocol/support/types/EventHandler.java | 2 +- .../protocol/support/types/EventListener.java | 2 +- .../protocol/types/accessibility/AXNode.java | 2 +- .../types/accessibility/AXProperty.java | 2 +- .../types/accessibility/AXPropertyName.java | 2 +- .../types/accessibility/AXRelatedNode.java | 2 +- .../protocol/types/accessibility/AXValue.java | 2 +- .../AXValueNativeSourceType.java | 2 +- .../types/accessibility/AXValueSource.java | 2 +- .../accessibility/AXValueSourceType.java | 2 +- .../types/accessibility/AXValueType.java | 2 +- .../protocol/types/animation/Animation.java | 2 +- .../types/animation/AnimationEffect.java | 2 +- .../types/animation/AnimationType.java | 2 +- .../types/animation/KeyframeStyle.java | 2 +- .../types/animation/KeyframesRule.java | 2 +- .../applicationcache/ApplicationCache.java | 2 +- .../ApplicationCacheResource.java | 2 +- .../applicationcache/FrameWithManifest.java | 2 +- .../protocol/types/audits/AffectedCookie.java | 2 +- .../protocol/types/audits/AffectedFrame.java | 2 +- .../types/audits/AffectedRequest.java | 2 +- .../AttributionReportingIssueDetails.java | 2 +- .../audits/AttributionReportingIssueType.java | 2 +- .../audits/BlockedByResponseIssueDetails.java | 2 +- .../types/audits/BlockedByResponseReason.java | 2 +- .../ContentSecurityPolicyIssueDetails.java | 2 +- .../ContentSecurityPolicyViolationType.java | 2 +- .../types/audits/CorsIssueDetails.java | 2 +- .../types/audits/EncodedResponse.java | 2 +- .../audits/GetEncodedResponseEncoding.java | 2 +- .../types/audits/HeavyAdIssueDetails.java | 2 +- .../protocol/types/audits/HeavyAdReason.java | 2 +- .../types/audits/HeavyAdResolutionStatus.java | 2 +- .../protocol/types/audits/InspectorIssue.java | 2 +- .../types/audits/InspectorIssueCode.java | 2 +- .../types/audits/InspectorIssueDetails.java | 2 +- .../audits/LowTextContrastIssueDetails.java | 2 +- .../audits/MixedContentIssueDetails.java | 2 +- .../audits/MixedContentResolutionStatus.java | 2 +- .../audits/MixedContentResourceType.java | 2 +- .../audits/SameSiteCookieExclusionReason.java | 2 +- .../audits/SameSiteCookieIssueDetails.java | 2 +- .../types/audits/SameSiteCookieOperation.java | 2 +- .../audits/SameSiteCookieWarningReason.java | 2 +- .../audits/SharedArrayBufferIssueDetails.java | 2 +- .../audits/SharedArrayBufferIssueType.java | 2 +- .../types/audits/SourceCodeLocation.java | 2 +- .../TrustedWebActivityIssueDetails.java | 2 +- .../TwaQualityEnforcementViolationType.java | 2 +- .../BackgroundServiceEvent.java | 2 +- .../backgroundservice/EventMetadata.java | 2 +- .../types/backgroundservice/ServiceName.java | 2 +- .../cdt/protocol/types/browser/Bounds.java | 2 +- .../types/browser/BrowserCommandId.java | 2 +- .../cdt/protocol/types/browser/Bucket.java | 2 +- .../cdt/protocol/types/browser/Histogram.java | 2 +- .../types/browser/PermissionDescriptor.java | 2 +- .../types/browser/PermissionSetting.java | 2 +- .../types/browser/PermissionType.java | 2 +- .../browser/SetDownloadBehaviorBehavior.java | 2 +- .../cdt/protocol/types/browser/Version.java | 2 +- .../types/browser/WindowForTarget.java | 2 +- .../protocol/types/browser/WindowState.java | 2 +- .../protocol/types/cachestorage/Cache.java | 2 +- .../types/cachestorage/CachedResponse.java | 2 +- .../cachestorage/CachedResponseType.java | 2 +- .../types/cachestorage/DataEntry.java | 2 +- .../protocol/types/cachestorage/Header.java | 2 +- .../types/cachestorage/RequestEntries.java | 2 +- .../cdt/protocol/types/cast/Sink.java | 2 +- .../types/console/ConsoleMessage.java | 2 +- .../types/console/ConsoleMessageLevel.java | 2 +- .../types/console/ConsoleMessageSource.java | 2 +- .../protocol/types/css/BackgroundColors.java | 2 +- .../types/css/CSSComputedStyleProperty.java | 2 +- .../protocol/types/css/CSSKeyframeRule.java | 2 +- .../protocol/types/css/CSSKeyframesRule.java | 2 +- .../cdt/protocol/types/css/CSSMedia.java | 2 +- .../protocol/types/css/CSSMediaSource.java | 2 +- .../cdt/protocol/types/css/CSSProperty.java | 2 +- .../cdt/protocol/types/css/CSSRule.java | 2 +- .../cdt/protocol/types/css/CSSStyle.java | 2 +- .../types/css/CSSStyleSheetHeader.java | 2 +- .../cdt/protocol/types/css/FontFace.java | 2 +- .../protocol/types/css/FontVariationAxis.java | 2 +- .../types/css/InheritedStyleEntry.java | 2 +- .../types/css/InlineStylesForNode.java | 2 +- .../types/css/MatchedStylesForNode.java | 2 +- .../cdt/protocol/types/css/MediaQuery.java | 2 +- .../types/css/MediaQueryExpression.java | 2 +- .../protocol/types/css/PlatformFontUsage.java | 2 +- .../types/css/PseudoElementMatches.java | 2 +- .../cdt/protocol/types/css/RuleMatch.java | 2 +- .../cdt/protocol/types/css/RuleUsage.java | 2 +- .../cdt/protocol/types/css/SelectorList.java | 2 +- .../protocol/types/css/ShorthandEntry.java | 2 +- .../cdt/protocol/types/css/SourceRange.java | 2 +- .../types/css/StyleDeclarationEdit.java | 2 +- .../protocol/types/css/StyleSheetOrigin.java | 2 +- .../protocol/types/css/TakeCoverageDelta.java | 2 +- .../cdt/protocol/types/css/Value.java | 2 +- .../cdt/protocol/types/database/Database.java | 2 +- .../cdt/protocol/types/database/Error.java | 2 +- .../protocol/types/database/ExecuteSQL.java | 2 +- .../types/debugger/BreakLocation.java | 2 +- .../types/debugger/BreakLocationType.java | 2 +- .../protocol/types/debugger/CallFrame.java | 2 +- .../ContinueToLocationTargetCallFrames.java | 2 +- .../protocol/types/debugger/DebugSymbols.java | 2 +- .../types/debugger/DebugSymbolsType.java | 2 +- .../types/debugger/EvaluateOnCallFrame.java | 2 +- .../cdt/protocol/types/debugger/Location.java | 2 +- .../types/debugger/LocationRange.java | 2 +- .../protocol/types/debugger/RestartFrame.java | 2 +- .../cdt/protocol/types/debugger/Scope.java | 2 +- .../protocol/types/debugger/ScopeType.java | 2 +- .../types/debugger/ScriptLanguage.java | 2 +- .../types/debugger/ScriptPosition.java | 2 +- .../protocol/types/debugger/ScriptSource.java | 2 +- .../protocol/types/debugger/SearchMatch.java | 2 +- .../types/debugger/SetBreakpoint.java | 2 +- .../types/debugger/SetBreakpointByUrl.java | 2 +- ...trumentationBreakpointInstrumentation.java | 2 +- .../debugger/SetPauseOnExceptionsState.java | 2 +- .../types/debugger/SetScriptSource.java | 2 +- .../cdt/protocol/types/dom/BackendNode.java | 2 +- .../cdt/protocol/types/dom/BoxModel.java | 2 +- .../types/dom/CSSComputedStyleProperty.java | 2 +- .../cdt/protocol/types/dom/FrameOwner.java | 2 +- .../kklisura/cdt/protocol/types/dom/Node.java | 2 +- .../protocol/types/dom/NodeForLocation.java | 2 +- .../cdt/protocol/types/dom/PerformSearch.java | 2 +- .../cdt/protocol/types/dom/PseudoType.java | 2 +- .../kklisura/cdt/protocol/types/dom/RGBA.java | 2 +- .../kklisura/cdt/protocol/types/dom/Rect.java | 2 +- .../protocol/types/dom/ShadowRootType.java | 2 +- .../protocol/types/dom/ShapeOutsideInfo.java | 2 +- .../types/domdebugger/CSPViolationType.java | 2 +- .../types/domdebugger/DOMBreakpointType.java | 2 +- .../types/domdebugger/EventListener.java | 2 +- .../types/domsnapshot/CaptureSnapshot.java | 2 +- .../types/domsnapshot/ComputedStyle.java | 2 +- .../protocol/types/domsnapshot/DOMNode.java | 2 +- .../types/domsnapshot/DocumentSnapshot.java | 2 +- .../types/domsnapshot/InlineTextBox.java | 2 +- .../types/domsnapshot/LayoutTreeNode.java | 2 +- .../types/domsnapshot/LayoutTreeSnapshot.java | 2 +- .../protocol/types/domsnapshot/NameValue.java | 2 +- .../types/domsnapshot/NodeTreeSnapshot.java | 2 +- .../types/domsnapshot/RareBooleanData.java | 2 +- .../types/domsnapshot/RareIntegerData.java | 2 +- .../types/domsnapshot/RareStringData.java | 2 +- .../protocol/types/domsnapshot/Snapshot.java | 2 +- .../types/domsnapshot/TextBoxSnapshot.java | 2 +- .../protocol/types/domstorage/StorageId.java | 2 +- .../types/emulation/DisabledImageType.java | 2 +- .../types/emulation/DisplayFeature.java | 2 +- .../emulation/DisplayFeatureOrientation.java | 2 +- .../types/emulation/MediaFeature.java | 2 +- .../types/emulation/ScreenOrientation.java | 2 +- .../emulation/ScreenOrientationType.java | 2 +- ...tEmitTouchEventsForMouseConfiguration.java | 2 +- .../SetEmulatedVisionDeficiencyType.java | 2 +- .../emulation/UserAgentBrandVersion.java | 2 +- .../types/emulation/UserAgentMetadata.java | 2 +- .../types/emulation/VirtualTimePolicy.java | 2 +- .../protocol/types/fetch/AuthChallenge.java | 2 +- .../types/fetch/AuthChallengeResponse.java | 2 +- .../fetch/AuthChallengeResponseResponse.java | 2 +- .../types/fetch/AuthChallengeSource.java | 2 +- .../cdt/protocol/types/fetch/HeaderEntry.java | 2 +- .../protocol/types/fetch/RequestPattern.java | 2 +- .../protocol/types/fetch/RequestStage.java | 2 +- .../protocol/types/fetch/ResponseBody.java | 2 +- .../headlessexperimental/BeginFrame.java | 2 +- .../ScreenshotParams.java | 2 +- .../ScreenshotParamsFormat.java | 2 +- .../heapprofiler/SamplingHeapProfile.java | 2 +- .../heapprofiler/SamplingHeapProfileNode.java | 2 +- .../SamplingHeapProfileSample.java | 2 +- .../protocol/types/indexeddb/DataEntry.java | 2 +- .../indexeddb/DatabaseWithObjectStores.java | 2 +- .../cdt/protocol/types/indexeddb/Key.java | 2 +- .../cdt/protocol/types/indexeddb/KeyPath.java | 2 +- .../protocol/types/indexeddb/KeyPathType.java | 2 +- .../protocol/types/indexeddb/KeyRange.java | 2 +- .../cdt/protocol/types/indexeddb/KeyType.java | 2 +- .../protocol/types/indexeddb/Metadata.java | 2 +- .../protocol/types/indexeddb/ObjectStore.java | 2 +- .../types/indexeddb/ObjectStoreIndex.java | 2 +- .../protocol/types/indexeddb/RequestData.java | 2 +- .../types/input/DispatchDragEventType.java | 2 +- .../types/input/DispatchKeyEventType.java | 2 +- .../input/DispatchMouseEventPointerType.java | 2 +- .../types/input/DispatchMouseEventType.java | 2 +- .../types/input/DispatchTouchEventType.java | 2 +- .../cdt/protocol/types/input/DragData.java | 2 +- .../protocol/types/input/DragDataItem.java | 2 +- .../input/EmulateTouchFromMouseEventType.java | 2 +- .../types/input/GestureSourceType.java | 2 +- .../cdt/protocol/types/input/MouseButton.java | 2 +- .../cdt/protocol/types/input/TouchPoint.java | 2 +- .../kklisura/cdt/protocol/types/io/Read.java | 2 +- .../types/layertree/CompositingReasons.java | 2 +- .../cdt/protocol/types/layertree/Layer.java | 2 +- .../protocol/types/layertree/PictureTile.java | 2 +- .../protocol/types/layertree/ScrollRect.java | 2 +- .../types/layertree/ScrollRectType.java | 2 +- .../layertree/StickyPositionConstraint.java | 2 +- .../cdt/protocol/types/log/LogEntry.java | 2 +- .../cdt/protocol/types/log/LogEntryLevel.java | 2 +- .../protocol/types/log/LogEntrySource.java | 2 +- .../protocol/types/log/ViolationSetting.java | 2 +- .../types/log/ViolationSettingName.java | 2 +- .../cdt/protocol/types/media/PlayerError.java | 2 +- .../protocol/types/media/PlayerErrorType.java | 2 +- .../cdt/protocol/types/media/PlayerEvent.java | 2 +- .../protocol/types/media/PlayerMessage.java | 2 +- .../types/media/PlayerMessageLevel.java | 2 +- .../protocol/types/media/PlayerProperty.java | 2 +- .../protocol/types/memory/DOMCounters.java | 2 +- .../cdt/protocol/types/memory/Module.java | 2 +- .../protocol/types/memory/PressureLevel.java | 2 +- .../types/memory/SamplingProfile.java | 2 +- .../types/memory/SamplingProfileNode.java | 2 +- .../protocol/types/network/AuthChallenge.java | 2 +- .../types/network/AuthChallengeResponse.java | 2 +- .../AuthChallengeResponseResponse.java | 2 +- .../types/network/AuthChallengeSource.java | 2 +- .../network/BlockedCookieWithReason.java | 2 +- .../protocol/types/network/BlockedReason.java | 2 +- .../network/BlockedSetCookieWithReason.java | 2 +- .../types/network/CachedResource.java | 2 +- .../CertificateTransparencyCompliance.java | 2 +- .../types/network/ClientSecurityState.java | 2 +- .../types/network/ConnectionType.java | 2 +- .../types/network/ContentEncoding.java | 2 +- .../cdt/protocol/types/network/Cookie.java | 2 +- .../types/network/CookieBlockedReason.java | 2 +- .../protocol/types/network/CookieParam.java | 2 +- .../types/network/CookiePriority.java | 2 +- .../types/network/CookieSameSite.java | 2 +- .../types/network/CookieSourceScheme.java | 2 +- .../cdt/protocol/types/network/CorsError.java | 2 +- .../types/network/CorsErrorStatus.java | 2 +- .../CrossOriginEmbedderPolicyStatus.java | 2 +- .../CrossOriginEmbedderPolicyValue.java | 2 +- .../CrossOriginOpenerPolicyStatus.java | 2 +- .../network/CrossOriginOpenerPolicyValue.java | 2 +- .../protocol/types/network/ErrorReason.java | 2 +- .../types/network/IPAddressSpace.java | 2 +- .../cdt/protocol/types/network/Initiator.java | 2 +- .../protocol/types/network/InitiatorType.java | 2 +- .../types/network/InterceptionStage.java | 2 +- .../network/LoadNetworkResourceOptions.java | 2 +- .../LoadNetworkResourcePageResult.java | 2 +- .../protocol/types/network/PostDataEntry.java | 2 +- .../network/PrivateNetworkRequestPolicy.java | 2 +- .../cdt/protocol/types/network/Request.java | 2 +- .../types/network/RequestPattern.java | 2 +- .../types/network/RequestReferrerPolicy.java | 2 +- .../types/network/ResourcePriority.java | 2 +- .../types/network/ResourceTiming.java | 2 +- .../protocol/types/network/ResourceType.java | 2 +- .../cdt/protocol/types/network/Response.java | 2 +- .../protocol/types/network/ResponseBody.java | 2 +- .../network/ResponseBodyForInterception.java | 2 +- .../types/network/SecurityDetails.java | 2 +- .../network/SecurityIsolationStatus.java | 2 +- .../network/ServiceWorkerResponseSource.java | 2 +- .../types/network/SetCookieBlockedReason.java | 2 +- .../network/SignedCertificateTimestamp.java | 2 +- .../types/network/SignedExchangeError.java | 2 +- .../network/SignedExchangeErrorField.java | 2 +- .../types/network/SignedExchangeHeader.java | 2 +- .../types/network/SignedExchangeInfo.java | 2 +- .../network/SignedExchangeSignature.java | 2 +- .../network/TrustTokenOperationType.java | 2 +- .../types/network/TrustTokenParams.java | 2 +- .../TrustTokenParamsRefreshPolicy.java | 2 +- .../types/network/WebSocketFrame.java | 2 +- .../types/network/WebSocketRequest.java | 2 +- .../types/network/WebSocketResponse.java | 2 +- .../cdt/protocol/types/overlay/BoxStyle.java | 2 +- .../protocol/types/overlay/ColorFormat.java | 2 +- .../types/overlay/ContrastAlgorithm.java | 2 +- .../overlay/FlexContainerHighlightConfig.java | 2 +- .../overlay/FlexItemHighlightConfig.java | 2 +- .../overlay/FlexNodeHighlightConfig.java | 2 +- .../types/overlay/GridHighlightConfig.java | 2 +- .../overlay/GridNodeHighlightConfig.java | 2 +- .../types/overlay/HighlightConfig.java | 2 +- .../protocol/types/overlay/HingeConfig.java | 2 +- .../protocol/types/overlay/InspectMode.java | 2 +- .../cdt/protocol/types/overlay/LineStyle.java | 2 +- .../types/overlay/LineStylePattern.java | 2 +- .../ScrollSnapContainerHighlightConfig.java | 2 +- .../overlay/ScrollSnapHighlightConfig.java | 2 +- .../types/overlay/SourceOrderConfig.java | 2 +- .../cdt/protocol/types/page/AdFrameType.java | 2 +- .../cdt/protocol/types/page/AppManifest.java | 2 +- .../protocol/types/page/AppManifestError.java | 2 +- .../page/AppManifestParsedProperties.java | 2 +- .../types/page/CaptureScreenshotFormat.java | 2 +- .../types/page/CaptureSnapshotFormat.java | 2 +- .../page/ClientNavigationDisposition.java | 2 +- .../types/page/ClientNavigationReason.java | 2 +- .../types/page/CompilationCacheParams.java | 2 +- .../page/CrossOriginIsolatedContextType.java | 2 +- .../cdt/protocol/types/page/DialogType.java | 2 +- .../cdt/protocol/types/page/FontFamilies.java | 2 +- .../cdt/protocol/types/page/FontSizes.java | 2 +- .../cdt/protocol/types/page/Frame.java | 2 +- .../protocol/types/page/FrameResource.java | 2 +- .../types/page/FrameResourceTree.java | 2 +- .../cdt/protocol/types/page/FrameTree.java | 2 +- .../protocol/types/page/GatedAPIFeatures.java | 2 +- .../types/page/InstallabilityError.java | 2 +- .../page/InstallabilityErrorArgument.java | 2 +- .../protocol/types/page/LayoutMetrics.java | 2 +- .../protocol/types/page/LayoutViewport.java | 2 +- .../cdt/protocol/types/page/Navigate.java | 2 +- .../protocol/types/page/NavigationEntry.java | 2 +- .../types/page/NavigationHistory.java | 2 +- .../protocol/types/page/NavigationType.java | 2 +- .../page/PermissionsPolicyBlockLocator.java | 2 +- .../page/PermissionsPolicyBlockReason.java | 2 +- .../types/page/PermissionsPolicyFeature.java | 2 +- .../page/PermissionsPolicyFeatureState.java | 2 +- .../cdt/protocol/types/page/PrintToPDF.java | 2 +- .../types/page/PrintToPDFTransferMode.java | 2 +- .../protocol/types/page/ReferrerPolicy.java | 2 +- .../protocol/types/page/ResourceContent.java | 2 +- .../types/page/ScreencastFrameMetadata.java | 2 +- .../types/page/SecureContextType.java | 2 +- .../page/SetDownloadBehaviorBehavior.java | 2 +- .../types/page/SetWebLifecycleStateState.java | 2 +- .../types/page/StartScreencastFormat.java | 2 +- .../protocol/types/page/TransitionType.java | 2 +- .../cdt/protocol/types/page/Viewport.java | 2 +- .../protocol/types/page/VisualViewport.java | 2 +- .../types/performance/EnableTimeDomain.java | 2 +- .../protocol/types/performance/Metric.java | 2 +- .../performance/SetTimeDomainTimeDomain.java | 2 +- .../LargestContentfulPaint.java | 2 +- .../performancetimeline/LayoutShift.java | 2 +- .../LayoutShiftAttribution.java | 2 +- .../performancetimeline/TimelineEvent.java | 2 +- .../protocol/types/profiler/CounterInfo.java | 2 +- .../types/profiler/CoverageRange.java | 2 +- .../types/profiler/FunctionCoverage.java | 2 +- .../types/profiler/PositionTickInfo.java | 2 +- .../cdt/protocol/types/profiler/Profile.java | 2 +- .../protocol/types/profiler/ProfileNode.java | 2 +- .../profiler/RuntimeCallCounterInfo.java | 2 +- .../types/profiler/ScriptCoverage.java | 2 +- .../types/profiler/ScriptTypeProfile.java | 2 +- .../types/profiler/TakePreciseCoverage.java | 2 +- .../protocol/types/profiler/TypeObject.java | 2 +- .../types/profiler/TypeProfileEntry.java | 2 +- .../protocol/types/runtime/AwaitPromise.java | 2 +- .../protocol/types/runtime/CallArgument.java | 2 +- .../cdt/protocol/types/runtime/CallFrame.java | 2 +- .../types/runtime/CallFunctionOn.java | 2 +- .../protocol/types/runtime/CompileScript.java | 2 +- .../protocol/types/runtime/CustomPreview.java | 2 +- .../protocol/types/runtime/EntryPreview.java | 2 +- .../cdt/protocol/types/runtime/Evaluate.java | 2 +- .../types/runtime/ExceptionDetails.java | 2 +- .../runtime/ExecutionContextDescription.java | 2 +- .../cdt/protocol/types/runtime/HeapUsage.java | 2 +- .../runtime/InternalPropertyDescriptor.java | 2 +- .../protocol/types/runtime/ObjectPreview.java | 2 +- .../types/runtime/ObjectPreviewSubtype.java | 2 +- .../types/runtime/ObjectPreviewType.java | 2 +- .../runtime/PrivatePropertyDescriptor.java | 2 +- .../protocol/types/runtime/Properties.java | 2 +- .../types/runtime/PropertyDescriptor.java | 2 +- .../types/runtime/PropertyPreview.java | 2 +- .../types/runtime/PropertyPreviewSubtype.java | 2 +- .../types/runtime/PropertyPreviewType.java | 2 +- .../protocol/types/runtime/RemoteObject.java | 2 +- .../types/runtime/RemoteObjectSubtype.java | 2 +- .../types/runtime/RemoteObjectType.java | 2 +- .../cdt/protocol/types/runtime/RunScript.java | 2 +- .../protocol/types/runtime/StackTrace.java | 2 +- .../protocol/types/runtime/StackTraceId.java | 2 +- .../cdt/protocol/types/schema/Domain.java | 2 +- .../security/CertificateErrorAction.java | 2 +- .../security/CertificateSecurityState.java | 2 +- .../types/security/InsecureContentStatus.java | 2 +- .../types/security/MixedContentType.java | 2 +- .../types/security/SafetyTipInfo.java | 2 +- .../types/security/SafetyTipStatus.java | 2 +- .../types/security/SecurityState.java | 2 +- .../security/SecurityStateExplanation.java | 2 +- .../types/security/VisibleSecurityState.java | 2 +- .../ServiceWorkerErrorMessage.java | 2 +- .../ServiceWorkerRegistration.java | 2 +- .../serviceworker/ServiceWorkerVersion.java | 2 +- .../ServiceWorkerVersionRunningStatus.java | 2 +- .../ServiceWorkerVersionStatus.java | 2 +- .../protocol/types/storage/StorageType.java | 2 +- .../protocol/types/storage/TrustTokens.java | 2 +- .../protocol/types/storage/UsageAndQuota.java | 2 +- .../protocol/types/storage/UsageForType.java | 2 +- .../protocol/types/systeminfo/GPUDevice.java | 2 +- .../protocol/types/systeminfo/GPUInfo.java | 2 +- .../ImageDecodeAcceleratorCapability.java | 2 +- .../protocol/types/systeminfo/ImageType.java | 2 +- .../cdt/protocol/types/systeminfo/Info.java | 2 +- .../types/systeminfo/ProcessInfo.java | 2 +- .../cdt/protocol/types/systeminfo/Size.java | 2 +- .../types/systeminfo/SubsamplingFormat.java | 2 +- .../VideoDecodeAcceleratorCapability.java | 2 +- .../VideoEncodeAcceleratorCapability.java | 2 +- .../protocol/types/target/RemoteLocation.java | 2 +- .../cdt/protocol/types/target/TargetInfo.java | 2 +- .../tracing/MemoryDumpLevelOfDetail.java | 2 +- .../types/tracing/RequestMemoryDump.java | 2 +- .../types/tracing/StartTransferMode.java | 2 +- .../types/tracing/StreamCompression.java | 2 +- .../protocol/types/tracing/StreamFormat.java | 2 +- .../protocol/types/tracing/TraceConfig.java | 2 +- .../types/tracing/TraceConfigRecordMode.java | 2 +- .../types/tracing/TracingBackend.java | 2 +- .../types/webaudio/AudioListener.java | 2 +- .../protocol/types/webaudio/AudioNode.java | 2 +- .../protocol/types/webaudio/AudioParam.java | 2 +- .../types/webaudio/AutomationRate.java | 2 +- .../types/webaudio/BaseAudioContext.java | 2 +- .../types/webaudio/ChannelCountMode.java | 2 +- .../types/webaudio/ChannelInterpretation.java | 2 +- .../types/webaudio/ContextRealtimeData.java | 2 +- .../protocol/types/webaudio/ContextState.java | 2 +- .../protocol/types/webaudio/ContextType.java | 2 +- .../types/webauthn/AuthenticatorProtocol.java | 2 +- .../webauthn/AuthenticatorTransport.java | 2 +- .../protocol/types/webauthn/Credential.java | 2 +- .../protocol/types/webauthn/Ctap2Version.java | 2 +- .../webauthn/VirtualAuthenticatorOptions.java | 2 +- .../cdt/services/ChromeDevToolsService.java | 2 +- .../kklisura/cdt/services/ChromeService.java | 2 +- .../cdt/services/WebSocketService.java | 2 +- .../ChromeDevToolsServiceConfiguration.java | 2 +- .../ChromeDevToolsInvocationException.java | 2 +- .../exceptions/ChromeServiceException.java | 2 +- .../exceptions/WebSocketServiceException.java | 2 +- .../DefaultEventExecutorService.java | 2 +- .../executors/EventExecutorService.java | 2 +- .../factory/WebSocketContainerFactory.java | 4 +- .../factory/WebSocketServiceFactory.java | 2 +- .../DefaultWebSocketContainerFactory.java | 4 +- .../impl/ChromeDevToolsServiceImpl.java | 2 +- .../cdt/services/impl/ChromeServiceImpl.java | 2 +- .../services/impl/WebSocketServiceImpl.java | 16 ++--- .../services/impl/utils/WebSocketUtils.java | 4 +- .../invocation/CommandInvocationHandler.java | 2 +- .../cdt/services/types/ChromeTab.java | 2 +- .../cdt/services/types/ChromeVersion.java | 2 +- .../cdt/services/types/EventListenerImpl.java | 2 +- .../cdt/services/types/MethodInvocation.java | 2 +- .../services/utils/ConfigurationUtils.java | 2 +- .../cdt/services/utils/ProxyUtils.java | 2 +- .../cdt/utils/ChromeDevToolsUtils.java | 2 +- .../github/kklisura/cdt/utils/FilesUtils.java | 2 +- .../cdt/launch/ChromeArgumentsTest.java | 2 +- .../cdt/launch/ChromeLauncherTest.java | 2 +- .../support/impl/ProcessLauncherImplTest.java | 2 +- .../cdt/launch/utils/LogCollector.java | 2 +- .../impl/ChromeDevToolsServiceImplTest.java | 2 +- .../services/impl/ChromeServiceImplTest.java | 2 +- .../impl/WebSocketServiceImplTest.java | 6 +- .../cdt/services/impl/utils/TestUtils.java | 2 +- .../CommandInvocationHandlerTest.java | 2 +- .../utils/ConfigurationUtilsTest.java | 2 +- .../cdt/services/utils/ProxyUtilsTest.java | 2 +- .../cdt/utils/ChromeDevToolsUtilsTest.java | 2 +- cdt-java-protocol-builder/THIRD-PARTY.txt | 63 +++++-------------- cdt-java-protocol-builder/pom.xml | 6 +- .../src/license/THIRD-PARTY.properties | 16 +++-- .../cdt/definition/builder/Application.java | 2 +- .../cdt/definition/builder/Configuration.java | 2 +- .../builder/support/java/builder/Builder.java | 2 +- .../java/builder/JavaBuilderFactory.java | 2 +- .../java/builder/JavaClassBuilder.java | 2 +- .../support/java/builder/JavaEnumBuilder.java | 2 +- .../java/builder/JavaImportAwareBuilder.java | 2 +- .../java/builder/JavaInterfaceBuilder.java | 2 +- .../support/java/builder/SourceProject.java | 2 +- .../java/builder/impl/BaseBuilder.java | 2 +- .../builder/impl/JavaClassBuilderImpl.java | 2 +- .../builder/impl/JavaEnumBuilderImpl.java | 2 +- .../impl/JavaInterfaceBuilderImpl.java | 2 +- .../java/builder/impl/SourceProjectImpl.java | 2 +- .../impl/utils/CompilationUnitUtils.java | 2 +- .../builder/support/CombinedBuilders.java | 2 +- .../java/builder/support/MethodParam.java | 2 +- .../java/builder/utils/JavadocUtils.java | 2 +- .../protocol/builder/CommandBuilder.java | 2 +- .../protocol/builder/EventBuilder.java | 2 +- .../protocol/builder/TypesBuilder.java | 2 +- .../builder/support/DomainTypeResolver.java | 2 +- .../support/PropertyHandlerResult.java | 2 +- .../builder/support/TypeBuildRequest.java | 2 +- .../builder/support/utils/DomainUtils.java | 2 +- .../builder/support/utils/StringUtils.java | 2 +- .../impl/JavaClassBuilderImplTest.java | 2 +- .../builder/impl/JavaEnumBuilderImplTest.java | 2 +- .../impl/JavaInterfaceBuilderImplTest.java | 2 +- .../builder/impl/SourceProjectImplTest.java | 2 +- .../protocol/builder/CommandBuilderTest.java | 2 +- .../protocol/builder/EventBuilderTest.java | 4 +- .../protocol/builder/TypesBuilderTest.java | 2 +- .../support/utils/DomainUtilsTest.java | 2 +- .../support/utils/StringUtilsTest.java | 2 +- cdt-protocol-parser/pom.xml | 4 +- .../protocol/definition/DevToolsProtocol.java | 6 +- .../BaseSubTypeJsonDeserializer.java | 6 +- ...pertyArrayItemSubTypeJsonDeserializer.java | 6 +- .../PropertySubTypeJsonDeserializer.java | 6 +- .../TypeArrayItemSubTypeJsonDeserializer.java | 6 +- .../types/TypeSubTypeJsonDeserializer.java | 6 +- .../protocol/definition/types/Command.java | 6 +- .../cdt/protocol/definition/types/Domain.java | 6 +- .../cdt/protocol/definition/types/Event.java | 6 +- .../cdt/protocol/definition/types/Type.java | 6 +- .../protocol/definition/types/Version.java | 6 +- .../definition/types/type/ArrayType.java | 6 +- .../definition/types/type/EnumType.java | 6 +- .../definition/types/type/IntegerType.java | 6 +- .../definition/types/type/NumberType.java | 6 +- .../definition/types/type/StringType.java | 6 +- .../types/type/array/ArrayItem.java | 6 +- .../type/array/items/IntegerArrayItem.java | 6 +- .../type/array/items/NumberArrayItem.java | 6 +- .../types/type/array/items/RefArrayItem.java | 6 +- .../type/array/items/StringArrayItem.java | 6 +- .../type/array/items/TypedArrayItem.java | 6 +- .../types/type/object/ObjectType.java | 6 +- .../types/type/object/Property.java | 6 +- .../type/object/properties/AnyProperty.java | 6 +- .../type/object/properties/ArrayProperty.java | 6 +- .../object/properties/BooleanProperty.java | 6 +- .../type/object/properties/EnumProperty.java | 6 +- .../object/properties/IntegerProperty.java | 6 +- .../object/properties/NumberProperty.java | 6 +- .../object/properties/ObjectProperty.java | 6 +- .../type/object/properties/RefProperty.java | 6 +- .../object/properties/StringProperty.java | 6 +- .../object/properties/array/ArrayItem.java | 6 +- .../properties/array/items/AnyArrayItem.java | 6 +- .../properties/array/items/EnumArrayItem.java | 6 +- .../array/items/IntegerArrayItem.java | 6 +- .../array/items/NumberArrayItem.java | 6 +- .../array/items/ObjectArrayItem.java | 6 +- .../properties/array/items/RefArrayItem.java | 6 +- .../array/items/StringArrayItem.java | 6 +- .../utils/DevToolsProtocolUtils.java | 6 +- .../utils/DevToolsProtocolUtilsTest.java | 6 +- 811 files changed, 970 insertions(+), 997 deletions(-) diff --git a/cdt-examples/pom.xml b/cdt-examples/pom.xml index c4d0c423..980ca533 100644 --- a/cdt-examples/pom.xml +++ b/cdt-examples/pom.xml @@ -19,8 +19,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 1.2.3 2.11.3 diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlGivenPatternExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlGivenPatternExample.java index e035d833..e0c2d82e 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlGivenPatternExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlGivenPatternExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlsExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlsExample.java index 5c525229..2b75dfca 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlsExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/BlockUrlsExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/ChromeLoggingExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/ChromeLoggingExample.java index b01a5552..61070c09 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/ChromeLoggingExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/ChromeLoggingExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/CssCoverageExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/CssCoverageExample.java index 0c847ac3..ba426c59 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/CssCoverageExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/CssCoverageExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/DumpHtmlFromPageExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/DumpHtmlFromPageExample.java index f98a27ad..9ef51778 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/DumpHtmlFromPageExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/DumpHtmlFromPageExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/FullPageScreenshotExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/FullPageScreenshotExample.java index f25fd938..13f235e3 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/FullPageScreenshotExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/FullPageScreenshotExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/HighlightElementExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/HighlightElementExample.java index 5eb3187a..7fa92b1d 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/HighlightElementExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/HighlightElementExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java index 463a2600..9bf5a9be 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/InterceptAndBlockUrlsExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/InterceptAndBlockUrlsExample.java index 5b71fb0d..ad411de6 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/InterceptAndBlockUrlsExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/InterceptAndBlockUrlsExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/LogRequestsExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/LogRequestsExample.java index 49a2dedf..728799a3 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/LogRequestsExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/LogRequestsExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PassingCustomHeadersToRequests.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PassingCustomHeadersToRequests.java index 800a36a0..41431f0f 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PassingCustomHeadersToRequests.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PassingCustomHeadersToRequests.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PerformanceMetricsExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PerformanceMetricsExample.java index 80d23ad6..09143e43 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PerformanceMetricsExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PerformanceMetricsExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PrintingPageToPdf.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PrintingPageToPdf.java index cffa8f68..88ae32dc 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PrintingPageToPdf.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PrintingPageToPdf.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/SimpleNavigateToUrlExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/SimpleNavigateToUrlExample.java index d830dc06..a515d2eb 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/SimpleNavigateToUrlExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/SimpleNavigateToUrlExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TakeScreenshotExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TakeScreenshotExample.java index e0862a30..3517679d 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TakeScreenshotExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TakeScreenshotExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TracingExample.java b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TracingExample.java index 44215b52..e4a41490 100644 --- a/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TracingExample.java +++ b/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/TracingExample.java @@ -4,7 +4,7 @@ * #%L * cdt-examples * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/THIRD-PARTY.txt b/cdt-java-client/THIRD-PARTY.txt index df6e9dda..e6344c45 100644 --- a/cdt-java-client/THIRD-PARTY.txt +++ b/cdt-java-client/THIRD-PARTY.txt @@ -1,6 +1,6 @@ -Lists of 37 third-party dependencies. - (ASF 2.0) Code Generation Library (cglib:cglib-nodep:2.2.2 - http://cglib.sourceforge.net/) +Lists of 41 third-party dependencies. + (ASF 2.0) cglib-nodep (cglib:cglib-nodep:3.2.9 - https://github.com/cglib/cglib/cglib-nodep) (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic) (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core) (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.11.3 - http://github.com/FasterXML/jackson) @@ -11,29 +11,33 @@ Lists of 37 third-party dependencies. (The Apache Software License, Version 2.0) OkHttp Web Sockets (com.squareup.okhttp:okhttp-ws:2.7.5 - https://github.com/square/okhttp/okhttp-ws) (The Apache Software License, Version 2.0) Okio (com.squareup.okio:okio:1.6.0 - https://github.com/square/okio/okio) (The Apache Software License, Version 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk) - (Dual license consisting of the CDDL v1.1 and GPL v2) WebSocket server API (javax.websocket:javax.websocket-api:1.1 - http://websocket-spec.java.net) + (EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.1.0 - https://github.com/eclipse-ee4j/jaf) + (Eclipse Public License v. 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Jakarta WebSocket - Server API (jakarta.websocket:jakarta.websocket-api:2.1.0 - https://projects.eclipse.org/projects/ee4j.websocket) + (Eclipse Public License v. 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Jakarta WebSocket - Client API (jakarta.websocket:jakarta.websocket-client-api:2.1.0 - https://projects.eclipse.org/projects/ee4j.websocket) + (Eclipse Distribution License - v 1.0) Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 - https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) (Eclipse Public License v1.0) JUnit (junit:junit:4.13.1 - http://junit.org) + (The Apache Software License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.10.14 - https://bytebuddy.net/byte-buddy) + (The Apache Software License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.10.14 - https://bytebuddy.net/byte-buddy-agent) (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.50 - http://www.bouncycastle.org/java.html) (The Apache Software License, Version 2.0) EasyMock (org.easymock:easymock:3.4 - http://easymock.org/easymock) - (Dual license consisting of the CDDL v1.1 and GPL v2) grizzly-framework (org.glassfish.grizzly:grizzly-framework:2.3.25 - http://grizzly.java.net/grizzly-framework) - (Dual license consisting of the CDDL v1.1 and GPL v2) grizzly-http (org.glassfish.grizzly:grizzly-http:2.3.25 - http://grizzly.java.net/grizzly-http) - (Dual license consisting of the CDDL v1.1 and GPL v2) grizzly-http-server (org.glassfish.grizzly:grizzly-http-server:2.3.25 - http://grizzly.java.net/grizzly-http-server) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Client (org.glassfish.tyrus:tyrus-client:1.13.1 - https://tyrus.java.net/tyrus-client) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Grizzly Client Container (org.glassfish.tyrus:tyrus-container-grizzly-client:1.13.1 - https://tyrus.java.net/tyrus-containers-project/tyrus-container-grizzly-client) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Grizzly Server Container (org.glassfish.tyrus:tyrus-container-grizzly-server:1.13.1 - https://tyrus.java.net/tyrus-containers-project/tyrus-container-grizzly-server) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Core (org.glassfish.tyrus:tyrus-core:1.13.1 - https://tyrus.java.net/tyrus-core) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Server (org.glassfish.tyrus:tyrus-server:1.13.1 - https://tyrus.java.net/tyrus-server) - (Dual license consisting of the CDDL v1.1 and GPL v2) Tyrus Container SPI (org.glassfish.tyrus:tyrus-spi:1.13.1 - https://tyrus.java.net/tyrus-spi) + (EPL-2.0) grizzly-framework (org.glassfish.grizzly:grizzly-framework:4.0.0 - https://projects.eclipse.org/projects/ee4j.grizzly/grizzly-framework) + (EPL-2.0) grizzly-http (org.glassfish.grizzly:grizzly-http:4.0.0 - https://projects.eclipse.org/projects/ee4j.grizzly/grizzly-http) + (EPL-2.0) grizzly-http-server (org.glassfish.grizzly:grizzly-http-server:4.0.0 - https://projects.eclipse.org/projects/ee4j.grizzly/grizzly-http-server) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Client (org.glassfish.tyrus:tyrus-client:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-client) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Grizzly Client Container (org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-containers-project/tyrus-container-grizzly-client) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Grizzly Server Container (org.glassfish.tyrus:tyrus-container-grizzly-server:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-containers-project/tyrus-container-grizzly-server) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Core (org.glassfish.tyrus:tyrus-core:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-core) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Server (org.glassfish.tyrus:tyrus-server:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-server) + (Eclipse Public License 2.0) (GNU General Public License, version 2 with the GNU Classpath Exception) Tyrus Container SPI (org.glassfish.tyrus:tyrus-spi:2.1.2 - https://projects.eclipse.org/projects/ee4j.tyrus/tyrus-spi) (BSD 3-Clause License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core) - (Eclipse Public License v1.0) JaCoCo :: Agent (org.jacoco:org.jacoco.agent:0.8.0 - http://org.jacoco.agent) - (LGPL 2.1) (MPL 1.1) (The Apache Software License, Version 2.0) Javassist (org.javassist:javassist:3.24.1-GA - http://www.javassist.org/) + (Eclipse Public License 2.0) JaCoCo :: Agent (org.jacoco:org.jacoco.agent:0.8.8 - http://org.jacoco.agent) + (LGPL 2.1) (MPL 1.1) (The Apache Software License, Version 2.0) Javassist (org.javassist:javassist:3.29.2-GA - http://www.javassist.org/) (The Apache Software License, Version 2.0) Objenesis (org.objenesis:objenesis:2.2 - http://objenesis.org) - (The Apache Software License, Version 2.0) powermock-api-easymock (org.powermock:powermock-api-easymock:1.6.6 - http://www.powermock.org/powermock-api/powermock-api-easymock) - (The Apache Software License, Version 2.0) powermock-api-support (org.powermock:powermock-api-support:1.6.6 - http://www.powermock.org/powermock-api/powermock-api-support) - (The Apache Software License, Version 2.0) powermock-core (org.powermock:powermock-core:1.6.6 - http://www.powermock.org) - (The Apache Software License, Version 2.0) powermock-module-junit4 (org.powermock:powermock-module-junit4:1.6.6 - http://www.powermock.org) - (The Apache Software License, Version 2.0) powermock-module-junit4-common (org.powermock:powermock-module-junit4-common:1.6.6 - http://www.powermock.org/powermock-modules/powermock-module-junit4-common) - (The Apache Software License, Version 2.0) powermock-module-test-easymock-junit4 (org.powermock:powermock-module-test-easymock-junit4:1.6.6 - http://www.powermock.org/powermock-modules-test/powermock-modules-easymock-test/powermock-module-test-easymock-junit4) - (The Apache Software License, Version 2.0) powermock-reflect (org.powermock:powermock-reflect:1.6.6 - http://www.powermock.org/powermock-reflect) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-api-easymock:2.0.9 - http://www.powermock.org) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-api-support:2.0.9 - http://www.powermock.org) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-core:2.0.9 - http://www.powermock.org) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-module-junit4:2.0.9 - http://www.powermock.org) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-module-junit4-common:2.0.9 - http://www.powermock.org) + (The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-reflect:2.0.9 - http://www.powermock.org) (The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.5.0 - https://github.com/skyscreamer/JSONassert) (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - http://www.slf4j.org) diff --git a/cdt-java-client/pom.xml b/cdt-java-client/pom.xml index 9d3541ae..f3e2c982 100644 --- a/cdt-java-client/pom.xml +++ b/cdt-java-client/pom.xml @@ -53,30 +53,30 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 2018 2.11.3 - 1.1 - 1.13.1 - 3.24.1-GA + 2.1.0 + 2.1.2 + 3.29.2-GA 1.7.25 1.2.3 4.13.1 - 0.8.0 + 0.8.8 3.4 - 1.6.6 + 2.0.9 1.5.0 2.7.5 - javax.websocket - javax.websocket-api + jakarta.websocket + jakarta.websocket-api ${websocket.api.version} @@ -151,7 +151,7 @@ org.powermock - powermock-module-test-easymock-junit4 + powermock-api-easymock ${powermock.version} test @@ -184,7 +184,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20.1 + 2.22.2 target/jacoco.exec diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeArguments.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeArguments.java index c1453edd..83af2f64 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeArguments.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeArguments.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java index 481febda..995be531 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/config/ChromeLauncherConfiguration.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/config/ChromeLauncherConfiguration.java index df9ec5ce..4ef561a6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/config/ChromeLauncherConfiguration.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/config/ChromeLauncherConfiguration.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessException.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessException.java index 20b87854..e35925d3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessException.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessException.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessTimeoutException.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessTimeoutException.java index 34f76679..25830d80 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessTimeoutException.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/exceptions/ChromeProcessTimeoutException.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/ProcessLauncher.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/ProcessLauncher.java index 77721d68..be6324fc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/ProcessLauncher.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/ProcessLauncher.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/annotations/ChromeArgument.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/annotations/ChromeArgument.java index 0297d74b..ad35a7a8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/annotations/ChromeArgument.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/annotations/ChromeArgument.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImpl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImpl.java index 2fde92aa..e8881f0e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImpl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/ChromeDevTools.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/ChromeDevTools.java index af146a86..1b4fa263 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/ChromeDevTools.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/ChromeDevTools.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Accessibility.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Accessibility.java index c8db7292..d93693bd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Accessibility.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Accessibility.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Animation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Animation.java index a7bb1451..93a7f047 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Animation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Animation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ApplicationCache.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ApplicationCache.java index 32e4fdd7..bd50409e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ApplicationCache.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ApplicationCache.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Audits.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Audits.java index 1874b7ee..a0bff03d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Audits.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Audits.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/BackgroundService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/BackgroundService.java index 12493070..184df18d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/BackgroundService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/BackgroundService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Browser.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Browser.java index 11c06608..e916503c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Browser.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Browser.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CSS.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CSS.java index d586d00d..6ba67148 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CSS.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CSS.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CacheStorage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CacheStorage.java index e3466d07..3bbeab54 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CacheStorage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/CacheStorage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Cast.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Cast.java index 506b41a5..8413ef5e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Cast.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Cast.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Console.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Console.java index 603154e8..3310e041 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Console.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Console.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOM.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOM.java index e35f8b8d..a4498424 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOM.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOM.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMDebugger.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMDebugger.java index ebce6688..099bbdbe 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMDebugger.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMDebugger.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMSnapshot.java index 1fefb81f..8fe1521d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMStorage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMStorage.java index d67abac5..fa3a65e2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMStorage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DOMStorage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Database.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Database.java index e23bc2cc..dba003f1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Database.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Database.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Debugger.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Debugger.java index 1b7486d3..e50fdfc0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Debugger.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Debugger.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DeviceOrientation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DeviceOrientation.java index 771aa796..cc3eab90 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DeviceOrientation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/DeviceOrientation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Emulation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Emulation.java index 7de23b8b..7b4820c4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Emulation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Emulation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Fetch.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Fetch.java index dca8f37d..6d4e253a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Fetch.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Fetch.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeadlessExperimental.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeadlessExperimental.java index 8bc47f75..d21f7b41 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeadlessExperimental.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeadlessExperimental.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeapProfiler.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeapProfiler.java index c04628fa..b6919ffe 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeapProfiler.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/HeapProfiler.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IO.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IO.java index 330ca487..e88650f3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IO.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IO.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IndexedDB.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IndexedDB.java index be35628a..c49afca1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IndexedDB.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/IndexedDB.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Input.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Input.java index 3f999c3b..92be29ba 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Input.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Input.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Inspector.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Inspector.java index ae5b2b87..78bc140e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Inspector.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Inspector.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/LayerTree.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/LayerTree.java index 07726679..fc203e4d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/LayerTree.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/LayerTree.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Log.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Log.java index 2b4cef5f..bf7ff97e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Log.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Log.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Media.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Media.java index c6ec9063..7607fe51 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Media.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Media.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Memory.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Memory.java index 5911e005..d07b3134 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Memory.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Memory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Network.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Network.java index 2a99e7ea..067b7b7a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Network.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Network.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Overlay.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Overlay.java index 2ed75144..42def2e3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Overlay.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Overlay.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Page.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Page.java index 22d23b58..72c63765 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Page.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Page.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Performance.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Performance.java index 398cab64..cdb46ceb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Performance.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Performance.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/PerformanceTimeline.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/PerformanceTimeline.java index bf7c7fd3..6dc0322f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/PerformanceTimeline.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/PerformanceTimeline.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Profiler.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Profiler.java index 6aa31271..5c05f3b8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Profiler.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Profiler.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Runtime.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Runtime.java index 0a65f0bd..0bccfd48 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Runtime.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Runtime.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Schema.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Schema.java index e2412fb0..96eae999 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Schema.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Schema.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Security.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Security.java index 8fb138fc..5d62975b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Security.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Security.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ServiceWorker.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ServiceWorker.java index 32f2ff32..1c17905c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ServiceWorker.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/ServiceWorker.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Storage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Storage.java index ebd539dc..6514417e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Storage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Storage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/SystemInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/SystemInfo.java index e41ad9f7..1f7da622 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/SystemInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/SystemInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Target.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Target.java index 8fa136a4..f5c79609 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Target.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Target.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tethering.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tethering.java index 18359fea..1c58ffee 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tethering.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tethering.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tracing.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tracing.java index 2630d95d..e13efde2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tracing.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/Tracing.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAudio.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAudio.java index 6b38e8ec..d3ea18dd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAudio.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAudio.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAuthn.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAuthn.java index b8821d22..289644bd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAuthn.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/commands/WebAuthn.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCanceled.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCanceled.java index 8d5f9a2c..93dc7a7a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCanceled.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCanceled.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCreated.java index 0f04e4f2..749027e2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationStarted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationStarted.java index a7d0e74b..b4ef2a13 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationStarted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/animation/AnimationStarted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/ApplicationCacheStatusUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/ApplicationCacheStatusUpdated.java index b82a9520..4954bd08 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/ApplicationCacheStatusUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/ApplicationCacheStatusUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/NetworkStateUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/NetworkStateUpdated.java index a43e1c36..e1ad00cf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/NetworkStateUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/applicationcache/NetworkStateUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/audits/IssueAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/audits/IssueAdded.java index ef4dae3c..7b10dbf1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/audits/IssueAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/audits/IssueAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/BackgroundServiceEventReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/BackgroundServiceEventReceived.java index 48d91fe7..ab19cd2f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/BackgroundServiceEventReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/BackgroundServiceEventReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/RecordingStateChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/RecordingStateChanged.java index 292808fc..48620685 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/RecordingStateChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/backgroundservice/RecordingStateChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgress.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgress.java index 51ecb90b..b609b0ca 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgress.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgress.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgressState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgressState.java index 8eaba1d6..984825ae 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgressState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadProgressState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadWillBegin.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadWillBegin.java index 7974086e..aa1bd052 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadWillBegin.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/browser/DownloadWillBegin.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/IssueUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/IssueUpdated.java index c5b25aea..49a44628 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/IssueUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/IssueUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/SinksUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/SinksUpdated.java index d69723d7..820ea3d5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/SinksUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/cast/SinksUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/console/MessageAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/console/MessageAdded.java index fa06b914..20723b94 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/console/MessageAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/console/MessageAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/FontsUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/FontsUpdated.java index 6abb3d02..d2e0d00d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/FontsUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/FontsUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/MediaQueryResultChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/MediaQueryResultChanged.java index 0929dd99..810ca794 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/MediaQueryResultChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/MediaQueryResultChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetAdded.java index eebb0a5c..33b7a796 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetChanged.java index 09e7ee79..6c993632 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetRemoved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetRemoved.java index 0d5b123b..862b0066 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetRemoved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/css/StyleSheetRemoved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/database/AddDatabase.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/database/AddDatabase.java index b41099ec..fe009e9e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/database/AddDatabase.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/database/AddDatabase.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/BreakpointResolved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/BreakpointResolved.java index e4581743..bdfd614c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/BreakpointResolved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/BreakpointResolved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Paused.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Paused.java index 5c045a30..b7508979 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Paused.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Paused.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/PausedReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/PausedReason.java index 87d42974..7d02dbac 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/PausedReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/PausedReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Resumed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Resumed.java index aa7fc8cf..d9158989 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Resumed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/Resumed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptFailedToParse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptFailedToParse.java index ad4f9684..bb492ab0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptFailedToParse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptFailedToParse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptParsed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptParsed.java index a51c4271..56e48488 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptParsed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/debugger/ScriptParsed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeModified.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeModified.java index 3a13aca7..6dcd2765 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeModified.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeModified.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeRemoved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeRemoved.java index 1ec15b36..62466adb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeRemoved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/AttributeRemoved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/CharacterDataModified.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/CharacterDataModified.java index 366b3331..e67d721e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/CharacterDataModified.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/CharacterDataModified.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeCountUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeCountUpdated.java index 301ee3fd..cbc0fc86 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeCountUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeCountUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeInserted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeInserted.java index f0ab31f8..ad81d34b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeInserted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeInserted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeRemoved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeRemoved.java index 67169968..079aecf2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeRemoved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ChildNodeRemoved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DistributedNodesUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DistributedNodesUpdated.java index 4c1988ee..f68c6ffd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DistributedNodesUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DistributedNodesUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DocumentUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DocumentUpdated.java index 8b8dd650..484a7d04 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DocumentUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/DocumentUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/InlineStyleInvalidated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/InlineStyleInvalidated.java index f624268f..651dd753 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/InlineStyleInvalidated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/InlineStyleInvalidated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementAdded.java index a7b2872b..7959b478 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementRemoved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementRemoved.java index 36e9b96e..8e9cd77d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementRemoved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/PseudoElementRemoved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/SetChildNodes.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/SetChildNodes.java index 19ff6714..841312ec 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/SetChildNodes.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/SetChildNodes.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPopped.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPopped.java index b77390a6..f930ac44 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPopped.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPopped.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPushed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPushed.java index f18a0945..f284dbbc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPushed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/dom/ShadowRootPushed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemAdded.java index 743e1ac6..35c747d1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemRemoved.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemRemoved.java index d42211fc..b15849f0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemRemoved.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemRemoved.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemUpdated.java index 836efcbb..7ba581fa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemsCleared.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemsCleared.java index 140d74ae..f840b3b9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemsCleared.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/domstorage/DomStorageItemsCleared.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/emulation/VirtualTimeBudgetExpired.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/emulation/VirtualTimeBudgetExpired.java index c05d89cb..82fa1b72 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/emulation/VirtualTimeBudgetExpired.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/emulation/VirtualTimeBudgetExpired.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/AuthRequired.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/AuthRequired.java index 34b447df..1c29c18d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/AuthRequired.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/AuthRequired.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/RequestPaused.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/RequestPaused.java index 2ed18783..0dc2d18b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/RequestPaused.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/fetch/RequestPaused.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/headlessexperimental/NeedsBeginFramesChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/headlessexperimental/NeedsBeginFramesChanged.java index 8aa3f82c..07922851 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/headlessexperimental/NeedsBeginFramesChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/headlessexperimental/NeedsBeginFramesChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/AddHeapSnapshotChunk.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/AddHeapSnapshotChunk.java index 5179b1c5..99c43335 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/AddHeapSnapshotChunk.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/AddHeapSnapshotChunk.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/HeapStatsUpdate.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/HeapStatsUpdate.java index 1245199d..e523947e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/HeapStatsUpdate.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/HeapStatsUpdate.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/LastSeenObjectId.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/LastSeenObjectId.java index c07e529c..3cc0bff5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/LastSeenObjectId.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/LastSeenObjectId.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ReportHeapSnapshotProgress.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ReportHeapSnapshotProgress.java index 2beba500..6bcdcceb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ReportHeapSnapshotProgress.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ReportHeapSnapshotProgress.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ResetProfiles.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ResetProfiles.java index 8f1b6034..0333903e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ResetProfiles.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/heapprofiler/ResetProfiles.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/input/DragIntercepted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/input/DragIntercepted.java index 89816069..dcfec686 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/input/DragIntercepted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/input/DragIntercepted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/Detached.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/Detached.java index 612ace0e..3157f6b4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/Detached.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/Detached.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetCrashed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetCrashed.java index 45d5b009..d31d2503 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetCrashed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetCrashed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetReloadedAfterCrash.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetReloadedAfterCrash.java index 6d81c9f3..d6bcb4f5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetReloadedAfterCrash.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/inspector/TargetReloadedAfterCrash.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerPainted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerPainted.java index 61ec9efa..636f7cfa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerPainted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerPainted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerTreeDidChange.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerTreeDidChange.java index dba81f12..3eedf1bb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerTreeDidChange.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/layertree/LayerTreeDidChange.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/log/EntryAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/log/EntryAdded.java index d50f990f..8f5a62ac 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/log/EntryAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/log/EntryAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerErrorsRaised.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerErrorsRaised.java index 807cf5f5..c3e22a93 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerErrorsRaised.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerErrorsRaised.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerEventsAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerEventsAdded.java index d7208dc0..f5b8ea40 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerEventsAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerEventsAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerMessagesLogged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerMessagesLogged.java index ba9bc34c..438625b4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerMessagesLogged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerMessagesLogged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerPropertiesChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerPropertiesChanged.java index 702cb0e0..42660f35 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerPropertiesChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayerPropertiesChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayersCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayersCreated.java index 266867c8..7776ef4a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayersCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/media/PlayersCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/DataReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/DataReceived.java index fa9ebb84..889990ca 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/DataReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/DataReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/EventSourceMessageReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/EventSourceMessageReceived.java index acaae222..6e2aa816 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/EventSourceMessageReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/EventSourceMessageReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFailed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFailed.java index 58eb1139..01bc3b5b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFailed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFailed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFinished.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFinished.java index 861ef5a9..1f6ad76e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFinished.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/LoadingFinished.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestIntercepted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestIntercepted.java index 22607c53..17d109de 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestIntercepted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestIntercepted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestServedFromCache.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestServedFromCache.java index 49b4087e..90b4fa55 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestServedFromCache.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestServedFromCache.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSent.java index b069b8a9..a42e3ba2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSentExtraInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSentExtraInfo.java index f3a34b14..c1152e07 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSentExtraInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/RequestWillBeSentExtraInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResourceChangedPriority.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResourceChangedPriority.java index 02c87a10..8cbdd17a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResourceChangedPriority.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResourceChangedPriority.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceived.java index ffe78f7f..2396f9f4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceivedExtraInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceivedExtraInfo.java index 48b5736a..2776e314 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceivedExtraInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/ResponseReceivedExtraInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/SignedExchangeReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/SignedExchangeReceived.java index b3840b0b..c921d16c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/SignedExchangeReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/SignedExchangeReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDone.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDone.java index 20810da0..adff3e9e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDone.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDone.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDoneStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDoneStatus.java index 847e3dbd..36855e5a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDoneStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/TrustTokenOperationDoneStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketClosed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketClosed.java index 0c808785..c9ab004e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketClosed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketClosed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketCreated.java index 6bde723a..c0028532 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameError.java index 51f02d51..82586bb3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameReceived.java index 28f29c0a..b0abc539 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameSent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameSent.java index 1de9660e..b363cce0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameSent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketFrameSent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketHandshakeResponseReceived.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketHandshakeResponseReceived.java index 0977057f..751fa0ad 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketHandshakeResponseReceived.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketHandshakeResponseReceived.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketWillSendHandshakeRequest.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketWillSendHandshakeRequest.java index d8febc6c..718f412b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketWillSendHandshakeRequest.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebSocketWillSendHandshakeRequest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportClosed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportClosed.java index 40e4eeda..323211d4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportClosed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportClosed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportConnectionEstablished.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportConnectionEstablished.java index 6f7e4ba9..267f2b4c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportConnectionEstablished.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportConnectionEstablished.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportCreated.java index 7c4e0e84..f4f80325 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/network/WebTransportCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectModeCanceled.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectModeCanceled.java index 89db515b..2b730d50 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectModeCanceled.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectModeCanceled.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectNodeRequested.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectNodeRequested.java index 1ded4ed5..37dc27dc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectNodeRequested.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/InspectNodeRequested.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/NodeHighlightRequested.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/NodeHighlightRequested.java index aff9cdb5..40ab6926 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/NodeHighlightRequested.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/NodeHighlightRequested.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/ScreenshotRequested.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/ScreenshotRequested.java index 936b6a03..14aea1e3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/ScreenshotRequested.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/overlay/ScreenshotRequested.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/BackForwardCacheNotUsed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/BackForwardCacheNotUsed.java index 1d074467..9f9e5c76 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/BackForwardCacheNotUsed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/BackForwardCacheNotUsed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/CompilationCacheProduced.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/CompilationCacheProduced.java index 810447b3..aae57aea 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/CompilationCacheProduced.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/CompilationCacheProduced.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DocumentOpened.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DocumentOpened.java index c03d16fa..0807d488 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DocumentOpened.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DocumentOpened.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DomContentEventFired.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DomContentEventFired.java index 28cd3301..590ed2da 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DomContentEventFired.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DomContentEventFired.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgress.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgress.java index e412cb77..e785d580 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgress.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgress.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgressState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgressState.java index f29c2ff7..a40b6e3d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgressState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadProgressState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadWillBegin.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadWillBegin.java index d496d5b3..798c91fb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadWillBegin.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/DownloadWillBegin.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpened.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpened.java index e677a15e..79a661bc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpened.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpened.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpenedMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpenedMode.java index c5a6797e..4e082f3b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpenedMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FileChooserOpenedMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameAttached.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameAttached.java index d1ee9912..9bd665d8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameAttached.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameAttached.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameClearedScheduledNavigation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameClearedScheduledNavigation.java index 1bef8bb6..09cc1f5e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameClearedScheduledNavigation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameClearedScheduledNavigation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetached.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetached.java index 3cfe5df5..5c883aec 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetached.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetached.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetachedReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetachedReason.java index fc178539..c82ebe38 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetachedReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameDetachedReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameNavigated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameNavigated.java index 4ae57d39..6d1fb409 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameNavigated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameNavigated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameRequestedNavigation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameRequestedNavigation.java index 1f8bb853..9072359f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameRequestedNavigation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameRequestedNavigation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameResized.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameResized.java index c044d12c..ffadcf8e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameResized.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameResized.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameScheduledNavigation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameScheduledNavigation.java index 30496d5e..dd2c5244 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameScheduledNavigation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameScheduledNavigation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStartedLoading.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStartedLoading.java index e6db82a1..206e9e1e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStartedLoading.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStartedLoading.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStoppedLoading.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStoppedLoading.java index b27b9052..f9c327ab 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStoppedLoading.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/FrameStoppedLoading.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialHidden.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialHidden.java index 8d347897..12a90be1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialHidden.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialHidden.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialShown.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialShown.java index f4c2c5e5..612fb0f2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialShown.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/InterstitialShown.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogClosed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogClosed.java index f0627751..c7ac54d7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogClosed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogClosed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogOpening.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogOpening.java index 2802f2ec..bbb6bc81 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogOpening.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/JavascriptDialogOpening.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LifecycleEvent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LifecycleEvent.java index 29bf0bd4..043d8d75 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LifecycleEvent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LifecycleEvent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LoadEventFired.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LoadEventFired.java index 0c887794..0f18ab84 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LoadEventFired.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/LoadEventFired.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/NavigatedWithinDocument.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/NavigatedWithinDocument.java index de25e246..30acaef6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/NavigatedWithinDocument.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/NavigatedWithinDocument.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastFrame.java index fe743f12..1a01812c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastVisibilityChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastVisibilityChanged.java index e6f82ab9..9f05e89a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastVisibilityChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/ScreencastVisibilityChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/WindowOpen.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/WindowOpen.java index e82d3b23..b6d429bb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/WindowOpen.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/page/WindowOpen.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performance/Metrics.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performance/Metrics.java index 1b28646b..91ecb9b3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performance/Metrics.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performance/Metrics.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performancetimeline/TimelineEventAdded.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performancetimeline/TimelineEventAdded.java index 1f35f14b..c4876a5a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performancetimeline/TimelineEventAdded.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/performancetimeline/TimelineEventAdded.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileFinished.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileFinished.java index d57a0f03..a849ae0c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileFinished.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileFinished.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileStarted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileStarted.java index 4225d765..0c578283 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileStarted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/ConsoleProfileStarted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/PreciseCoverageDeltaUpdate.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/PreciseCoverageDeltaUpdate.java index 202d15ac..7c460261 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/PreciseCoverageDeltaUpdate.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/profiler/PreciseCoverageDeltaUpdate.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/BindingCalled.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/BindingCalled.java index 681c83ea..6c1e5a97 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/BindingCalled.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/BindingCalled.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalled.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalled.java index da454776..073c5119 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalled.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalled.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalledType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalledType.java index 35a366bf..3c359fb1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalledType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ConsoleAPICalledType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionRevoked.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionRevoked.java index d33c4bb0..4f0d03df 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionRevoked.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionRevoked.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionThrown.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionThrown.java index 750e305a..a776ee4a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionThrown.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExceptionThrown.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextCreated.java index 0e5a13cf..795c54d9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextDestroyed.java index 4ace2c47..43eb6445 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextsCleared.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextsCleared.java index 16fb398c..36454536 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextsCleared.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/ExecutionContextsCleared.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/InspectRequested.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/InspectRequested.java index 02d87899..47a15d76 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/InspectRequested.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/runtime/InspectRequested.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/CertificateError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/CertificateError.java index 3dee3bc8..204a09f5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/CertificateError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/CertificateError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/SecurityStateChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/SecurityStateChanged.java index c0cf547d..1579ce6f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/SecurityStateChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/SecurityStateChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/VisibleSecurityStateChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/VisibleSecurityStateChanged.java index 24338fc9..d90b2739 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/VisibleSecurityStateChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/security/VisibleSecurityStateChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerErrorReported.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerErrorReported.java index e888da6d..4b1b9482 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerErrorReported.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerErrorReported.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerRegistrationUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerRegistrationUpdated.java index e300188b..3f261883 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerRegistrationUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerRegistrationUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerVersionUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerVersionUpdated.java index e170095b..a3ee474f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerVersionUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/serviceworker/WorkerVersionUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageContentUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageContentUpdated.java index 60205457..b8bf6383 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageContentUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageContentUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageListUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageListUpdated.java index 6942e0cc..143d943f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageListUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/CacheStorageListUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBContentUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBContentUpdated.java index 5871ea9a..1885e4c1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBContentUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBContentUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBListUpdated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBListUpdated.java index 0a642979..aceae3d0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBListUpdated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/storage/IndexedDBListUpdated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/AttachedToTarget.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/AttachedToTarget.java index 4d565104..12ccca09 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/AttachedToTarget.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/AttachedToTarget.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/DetachedFromTarget.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/DetachedFromTarget.java index d589cb93..653490b2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/DetachedFromTarget.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/DetachedFromTarget.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/ReceivedMessageFromTarget.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/ReceivedMessageFromTarget.java index a213dee2..2ebc50b4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/ReceivedMessageFromTarget.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/ReceivedMessageFromTarget.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCrashed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCrashed.java index 67ffadf2..518fe242 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCrashed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCrashed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCreated.java index 3ea7a0f3..5653b0c3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetDestroyed.java index b7309828..1ba01e42 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetInfoChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetInfoChanged.java index 24580e99..f64476ea 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetInfoChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/target/TargetInfoChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tethering/Accepted.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tethering/Accepted.java index 19d3d706..52db5168 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tethering/Accepted.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tethering/Accepted.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/BufferUsage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/BufferUsage.java index 8d5de04e..9506ba96 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/BufferUsage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/BufferUsage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/DataCollected.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/DataCollected.java index 4edba233..59de14cf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/DataCollected.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/DataCollected.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/TracingComplete.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/TracingComplete.java index 48d722de..d1625089 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/TracingComplete.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/tracing/TracingComplete.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerCreated.java index 363acf91..90ee96ee 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerWillBeDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerWillBeDestroyed.java index 6a93525a..e2cbc5b2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerWillBeDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioListenerWillBeDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeCreated.java index 84dfd4cb..73dba0ad 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeWillBeDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeWillBeDestroyed.java index ebad89ae..809ad90f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeWillBeDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioNodeWillBeDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamCreated.java index 751ce6ba..c3050f6b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamWillBeDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamWillBeDestroyed.java index da9f5202..747d19ad 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamWillBeDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/AudioParamWillBeDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextChanged.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextChanged.java index e6727f86..1d896956 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextChanged.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextChanged.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextCreated.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextCreated.java index 1d7c33ae..c72e37d7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextCreated.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextCreated.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextWillBeDestroyed.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextWillBeDestroyed.java index 62b69a7a..fb8fad2e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextWillBeDestroyed.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/ContextWillBeDestroyed.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamConnected.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamConnected.java index c6642e27..fce29308 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamConnected.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamConnected.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamDisconnected.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamDisconnected.java index e75df2c8..45e1b689 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamDisconnected.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodeParamDisconnected.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesConnected.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesConnected.java index b241464d..68db7ed0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesConnected.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesConnected.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesDisconnected.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesDisconnected.java index 460b900f..00d97b86 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesDisconnected.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/events/webaudio/NodesDisconnected.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/EventName.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/EventName.java index 9e71d2ed..0d5b2ffa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/EventName.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/EventName.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Experimental.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Experimental.java index 7a20c460..3798a2e8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Experimental.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Experimental.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Optional.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Optional.java index cb1e083f..7d129ac3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Optional.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Optional.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ParamName.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ParamName.java index a575506d..485e260e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ParamName.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ParamName.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ReturnTypeParameter.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ReturnTypeParameter.java index 0f5cdf7f..221b30a8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ReturnTypeParameter.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/ReturnTypeParameter.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Returns.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Returns.java index 858af3e4..9edf6d86 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Returns.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/annotations/Returns.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventHandler.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventHandler.java index 45f83907..9b4195dc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventHandler.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventHandler.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventListener.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventListener.java index 77005f93..61870c00 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventListener.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/support/types/EventListener.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXNode.java index 2195b8eb..ff5273d2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXProperty.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXProperty.java index ab8f2d61..59d22595 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXProperty.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXProperty.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXPropertyName.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXPropertyName.java index 7d3e3319..641518e8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXPropertyName.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXPropertyName.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXRelatedNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXRelatedNode.java index dd9198d6..1ca2194e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXRelatedNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXRelatedNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValue.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValue.java index 851f3e85..00dbab52 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValue.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValue.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueNativeSourceType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueNativeSourceType.java index 5a1f6c1a..cfe7b396 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueNativeSourceType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueNativeSourceType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSource.java index 712cd78c..ffd3f35f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSourceType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSourceType.java index f8a40bcb..c9f1e558 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSourceType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueSourceType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueType.java index d7492692..c4835207 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/accessibility/AXValueType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/Animation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/Animation.java index 68ca4c56..2767c058 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/Animation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/Animation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationEffect.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationEffect.java index cf0bf22b..06bd86ae 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationEffect.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationEffect.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationType.java index 75bcb19e..c275dec2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/AnimationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframeStyle.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframeStyle.java index ec79ca66..360521d2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframeStyle.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframeStyle.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframesRule.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframesRule.java index 4c7e863d..185cfd8a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframesRule.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/animation/KeyframesRule.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCache.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCache.java index 131c77d6..fcc6a122 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCache.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCache.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCacheResource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCacheResource.java index 5533f7da..ac94f797 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCacheResource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/ApplicationCacheResource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/FrameWithManifest.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/FrameWithManifest.java index c9dd810d..6b585319 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/FrameWithManifest.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/applicationcache/FrameWithManifest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedCookie.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedCookie.java index d4a93b59..b9336eb8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedCookie.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedCookie.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedFrame.java index 99fad5ed..ce8fd489 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedRequest.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedRequest.java index f5629fdf..24a9420a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedRequest.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AffectedRequest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueDetails.java index 968b11bf..7ea67faf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueType.java index f5797167..f5adde8a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/AttributionReportingIssueType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseIssueDetails.java index 3886cc5a..5926dc9e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseReason.java index b4f38995..32306a33 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/BlockedByResponseReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyIssueDetails.java index d0c0ac96..915b60af 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyViolationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyViolationType.java index 3c123745..b24f7cfe 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyViolationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/ContentSecurityPolicyViolationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/CorsIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/CorsIssueDetails.java index e4df3ada..177b3672 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/CorsIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/CorsIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/EncodedResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/EncodedResponse.java index f53dc371..b18d458f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/EncodedResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/EncodedResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/GetEncodedResponseEncoding.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/GetEncodedResponseEncoding.java index 1ff9d0eb..1a675997 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/GetEncodedResponseEncoding.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/GetEncodedResponseEncoding.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdIssueDetails.java index fc384a2f..a863f3d4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdReason.java index 8bec8d34..37e79cbd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdResolutionStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdResolutionStatus.java index 18090396..951a5158 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdResolutionStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/HeavyAdResolutionStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssue.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssue.java index ee76a615..030cdcb0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssue.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssue.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueCode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueCode.java index 533f1c32..46377e38 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueCode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueCode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueDetails.java index 5737e088..67ad014d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/InspectorIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/LowTextContrastIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/LowTextContrastIssueDetails.java index b79d9031..efcab975 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/LowTextContrastIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/LowTextContrastIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentIssueDetails.java index ce1b3b78..55cc909d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResolutionStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResolutionStatus.java index 95e80abf..1372f91a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResolutionStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResolutionStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResourceType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResourceType.java index 4ff414de..4e8d8563 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResourceType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/MixedContentResourceType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieExclusionReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieExclusionReason.java index 4e80288c..801bc485 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieExclusionReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieExclusionReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieIssueDetails.java index e082d0d9..bdd627da 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieOperation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieOperation.java index 5fe0dda2..88f14f34 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieOperation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieOperation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieWarningReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieWarningReason.java index 3db1de68..a65ef1ab 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieWarningReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SameSiteCookieWarningReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueDetails.java index 84576294..8ac7f4d5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueType.java index 3ef33f62..f0713be6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SharedArrayBufferIssueType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SourceCodeLocation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SourceCodeLocation.java index a96b71d7..a04e2d44 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SourceCodeLocation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/SourceCodeLocation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TrustedWebActivityIssueDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TrustedWebActivityIssueDetails.java index a4d6d6ed..8086c5e9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TrustedWebActivityIssueDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TrustedWebActivityIssueDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TwaQualityEnforcementViolationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TwaQualityEnforcementViolationType.java index 2e01d9f4..7dbc83ac 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TwaQualityEnforcementViolationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/audits/TwaQualityEnforcementViolationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/BackgroundServiceEvent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/BackgroundServiceEvent.java index d795f694..813aa5c6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/BackgroundServiceEvent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/BackgroundServiceEvent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/EventMetadata.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/EventMetadata.java index 6acdec0e..abc20161 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/EventMetadata.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/EventMetadata.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/ServiceName.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/ServiceName.java index fbcbd4eb..658dbd5d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/ServiceName.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/backgroundservice/ServiceName.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bounds.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bounds.java index 859985c3..6786a446 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bounds.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bounds.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/BrowserCommandId.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/BrowserCommandId.java index 34074458..a4d8ad24 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/BrowserCommandId.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/BrowserCommandId.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bucket.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bucket.java index f9b1d0d4..2cf64fa4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bucket.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Bucket.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Histogram.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Histogram.java index 24ccefa1..b6d4b376 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Histogram.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Histogram.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionDescriptor.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionDescriptor.java index b63bf85c..ace84bc0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionDescriptor.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionDescriptor.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionSetting.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionSetting.java index 8d523934..7e8984c2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionSetting.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionSetting.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionType.java index 31e24a2b..f186af49 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/PermissionType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/SetDownloadBehaviorBehavior.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/SetDownloadBehaviorBehavior.java index 96c0daf6..84b9e7c7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/SetDownloadBehaviorBehavior.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/SetDownloadBehaviorBehavior.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Version.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Version.java index 8e4cb6a3..4353ffe7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Version.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/Version.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowForTarget.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowForTarget.java index bd65943e..0e9c98bf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowForTarget.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowForTarget.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowState.java index f40260fe..561c8dd4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/browser/WindowState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Cache.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Cache.java index 51ac4236..34c56ff9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Cache.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Cache.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponse.java index b6bdb9bf..42f8595c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponseType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponseType.java index 26317ce7..90d4e4dc 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponseType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/CachedResponseType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/DataEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/DataEntry.java index 47aefc38..ab0046fb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/DataEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/DataEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Header.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Header.java index eaa6e2a8..2614b88f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Header.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/Header.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/RequestEntries.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/RequestEntries.java index 6ac632ff..be56c676 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/RequestEntries.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cachestorage/RequestEntries.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cast/Sink.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cast/Sink.java index 0674cc75..784c1b77 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cast/Sink.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/cast/Sink.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessage.java index c6390b5c..8085d40d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageLevel.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageLevel.java index b48fc6be..dd679885 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageLevel.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageLevel.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageSource.java index b158952b..29a210bf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/console/ConsoleMessageSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/BackgroundColors.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/BackgroundColors.java index b4d6cdef..080bd826 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/BackgroundColors.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/BackgroundColors.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSComputedStyleProperty.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSComputedStyleProperty.java index 22f4c0ba..0493a906 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSComputedStyleProperty.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSComputedStyleProperty.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframeRule.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframeRule.java index 2bc3ceb2..dd612eb9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframeRule.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframeRule.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframesRule.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframesRule.java index 2b213f2f..ca16d4f0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframesRule.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSKeyframesRule.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMedia.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMedia.java index 9fc5a221..5a0dc5a0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMedia.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMedia.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMediaSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMediaSource.java index cc32a191..24a0b856 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMediaSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSMediaSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSProperty.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSProperty.java index 4326f775..b9749e14 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSProperty.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSProperty.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSRule.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSRule.java index 69279c41..0a74d9b5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSRule.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSRule.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyle.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyle.java index 6778b4c3..f3f66966 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyle.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyle.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyleSheetHeader.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyleSheetHeader.java index ba6bdbf0..04bf86b1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyleSheetHeader.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/CSSStyleSheetHeader.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontFace.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontFace.java index 63890643..4dd065d5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontFace.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontFace.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontVariationAxis.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontVariationAxis.java index ab04d0e6..caa250b4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontVariationAxis.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/FontVariationAxis.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InheritedStyleEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InheritedStyleEntry.java index 6a976d40..b3034f33 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InheritedStyleEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InheritedStyleEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InlineStylesForNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InlineStylesForNode.java index 32c2e17d..8063b95c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InlineStylesForNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/InlineStylesForNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MatchedStylesForNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MatchedStylesForNode.java index 80ec2c49..85943a46 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MatchedStylesForNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MatchedStylesForNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQuery.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQuery.java index c030fd94..21bc1bb5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQuery.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQuery.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQueryExpression.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQueryExpression.java index f134a0e0..8486c53a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQueryExpression.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/MediaQueryExpression.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PlatformFontUsage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PlatformFontUsage.java index 186fcab3..c9ac0e28 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PlatformFontUsage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PlatformFontUsage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PseudoElementMatches.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PseudoElementMatches.java index f7a48fc5..867e2cd9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PseudoElementMatches.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/PseudoElementMatches.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleMatch.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleMatch.java index e7e2b48f..4d9721f7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleMatch.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleMatch.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleUsage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleUsage.java index 3fa60e26..b31c040f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleUsage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/RuleUsage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SelectorList.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SelectorList.java index fa233cb1..620dfd6c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SelectorList.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SelectorList.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/ShorthandEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/ShorthandEntry.java index f2a14e92..b32a719d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/ShorthandEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/ShorthandEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SourceRange.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SourceRange.java index fd0b4e57..ecac15a4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SourceRange.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/SourceRange.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleDeclarationEdit.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleDeclarationEdit.java index c7aaf18b..70e9b008 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleDeclarationEdit.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleDeclarationEdit.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleSheetOrigin.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleSheetOrigin.java index 503c77ea..c063e028 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleSheetOrigin.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/StyleSheetOrigin.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/TakeCoverageDelta.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/TakeCoverageDelta.java index 13c00112..f43e05b6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/TakeCoverageDelta.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/TakeCoverageDelta.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/Value.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/Value.java index d5175e14..1ffc270e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/Value.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/css/Value.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Database.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Database.java index 81f1dd93..da2faf73 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Database.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Database.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Error.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Error.java index a7b390bc..c2a8c0e8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Error.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/Error.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/ExecuteSQL.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/ExecuteSQL.java index f076215c..0894f37f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/ExecuteSQL.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/database/ExecuteSQL.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocation.java index a569eee1..cccbbf48 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocationType.java index d66cba05..7a602ff9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/BreakLocationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/CallFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/CallFrame.java index 10e6c1dc..94d76f51 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/CallFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/CallFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ContinueToLocationTargetCallFrames.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ContinueToLocationTargetCallFrames.java index d59d6c07..16b727c9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ContinueToLocationTargetCallFrames.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ContinueToLocationTargetCallFrames.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbols.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbols.java index efe2d5be..2d3d14d7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbols.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbols.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbolsType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbolsType.java index b071da69..bab07708 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbolsType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/DebugSymbolsType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/EvaluateOnCallFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/EvaluateOnCallFrame.java index 364aadfb..4e380728 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/EvaluateOnCallFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/EvaluateOnCallFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Location.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Location.java index 41464825..55954e5a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Location.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Location.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/LocationRange.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/LocationRange.java index 95fec83e..784c9da5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/LocationRange.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/LocationRange.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/RestartFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/RestartFrame.java index 433dc800..a1596494 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/RestartFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/RestartFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Scope.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Scope.java index 8fce8ad4..f90069e6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Scope.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/Scope.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScopeType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScopeType.java index 1a69e534..50aae5e5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScopeType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScopeType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptLanguage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptLanguage.java index 8d5d73e8..331eb6fa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptLanguage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptLanguage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptPosition.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptPosition.java index b1ad4535..7f3f7f78 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptPosition.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptPosition.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptSource.java index e68e854a..4c0ee6ed 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/ScriptSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SearchMatch.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SearchMatch.java index 51db4be7..9b57e5b0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SearchMatch.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SearchMatch.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpoint.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpoint.java index 22799740..9cbbe805 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpoint.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpoint.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpointByUrl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpointByUrl.java index a51dc1b8..35933ea2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpointByUrl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetBreakpointByUrl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetInstrumentationBreakpointInstrumentation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetInstrumentationBreakpointInstrumentation.java index b44a5cda..7405f191 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetInstrumentationBreakpointInstrumentation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetInstrumentationBreakpointInstrumentation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetPauseOnExceptionsState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetPauseOnExceptionsState.java index 8e57e834..22c4f72d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetPauseOnExceptionsState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetPauseOnExceptionsState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetScriptSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetScriptSource.java index 825ba6d0..abf7285f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetScriptSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/debugger/SetScriptSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BackendNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BackendNode.java index 33b9a37c..f7eb3650 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BackendNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BackendNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BoxModel.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BoxModel.java index 6a8f1ce3..712419fa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BoxModel.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/BoxModel.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/CSSComputedStyleProperty.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/CSSComputedStyleProperty.java index 8d694015..f5ed7c5a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/CSSComputedStyleProperty.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/CSSComputedStyleProperty.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/FrameOwner.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/FrameOwner.java index f2c951e6..30cdcd87 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/FrameOwner.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/FrameOwner.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Node.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Node.java index 2f12a0a4..e347f386 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Node.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Node.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/NodeForLocation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/NodeForLocation.java index 3828e438..27196f27 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/NodeForLocation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/NodeForLocation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PerformSearch.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PerformSearch.java index 4d1d9a13..fb54931b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PerformSearch.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PerformSearch.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PseudoType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PseudoType.java index 9f7931ab..16383d5f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PseudoType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/PseudoType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/RGBA.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/RGBA.java index 9f71af6c..39649bdf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/RGBA.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/RGBA.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Rect.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Rect.java index 5406cfe9..a2fb0560 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Rect.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/Rect.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShadowRootType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShadowRootType.java index 5491415b..50189f65 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShadowRootType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShadowRootType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShapeOutsideInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShapeOutsideInfo.java index d77ee327..daee238b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShapeOutsideInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/dom/ShapeOutsideInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/CSPViolationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/CSPViolationType.java index 64bcb846..09b7889c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/CSPViolationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/CSPViolationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/DOMBreakpointType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/DOMBreakpointType.java index ebfc7e5d..eaca94a0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/DOMBreakpointType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/DOMBreakpointType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/EventListener.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/EventListener.java index bfe8442b..92ad2917 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/EventListener.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domdebugger/EventListener.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/CaptureSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/CaptureSnapshot.java index 8c868eed..16efb2e6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/CaptureSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/CaptureSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/ComputedStyle.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/ComputedStyle.java index 755ed77d..1a95c39b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/ComputedStyle.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/ComputedStyle.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DOMNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DOMNode.java index 60f28609..10f1b67e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DOMNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DOMNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DocumentSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DocumentSnapshot.java index dbfa69b7..e2c6a2fd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DocumentSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/DocumentSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/InlineTextBox.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/InlineTextBox.java index 6177b2a9..58cc350f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/InlineTextBox.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/InlineTextBox.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeNode.java index 6ff7cbbb..071e9b66 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeSnapshot.java index 896c90e6..9244ebf8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/LayoutTreeSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NameValue.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NameValue.java index a5fe87d6..8a33ff6d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NameValue.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NameValue.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NodeTreeSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NodeTreeSnapshot.java index d40eec02..69a03382 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NodeTreeSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/NodeTreeSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareBooleanData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareBooleanData.java index b420e73e..0c4c04f8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareBooleanData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareBooleanData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareIntegerData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareIntegerData.java index 799e28db..0af31f01 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareIntegerData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareIntegerData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareStringData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareStringData.java index 614d387d..b7879a11 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareStringData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/RareStringData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/Snapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/Snapshot.java index 91149cf3..33585399 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/Snapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/Snapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/TextBoxSnapshot.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/TextBoxSnapshot.java index ec98772d..4bc81f65 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/TextBoxSnapshot.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domsnapshot/TextBoxSnapshot.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domstorage/StorageId.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domstorage/StorageId.java index b05c8dee..c7a57314 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domstorage/StorageId.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/domstorage/StorageId.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisabledImageType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisabledImageType.java index 74300b38..477ff014 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisabledImageType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisabledImageType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeature.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeature.java index b2f72309..c32e69a9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeature.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeature.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeatureOrientation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeatureOrientation.java index 742cd22b..b78180d1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeatureOrientation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/DisplayFeatureOrientation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/MediaFeature.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/MediaFeature.java index 25cbb663..f616df8e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/MediaFeature.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/MediaFeature.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientation.java index 7376b923..e41c4500 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientationType.java index 21287bf8..e97db4a6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/ScreenOrientationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmitTouchEventsForMouseConfiguration.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmitTouchEventsForMouseConfiguration.java index a829ed79..3ce2b40d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmitTouchEventsForMouseConfiguration.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmitTouchEventsForMouseConfiguration.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmulatedVisionDeficiencyType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmulatedVisionDeficiencyType.java index c1b14053..66e7dd41 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmulatedVisionDeficiencyType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/SetEmulatedVisionDeficiencyType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentBrandVersion.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentBrandVersion.java index 985aa6ad..3b6bfdf2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentBrandVersion.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentBrandVersion.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentMetadata.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentMetadata.java index 2932d78c..430e017e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentMetadata.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/UserAgentMetadata.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/VirtualTimePolicy.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/VirtualTimePolicy.java index 17f65a23..cdbb626b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/VirtualTimePolicy.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/emulation/VirtualTimePolicy.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallenge.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallenge.java index 411bfb59..e0c7b481 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallenge.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallenge.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponse.java index 4a622eb2..1e93d22a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponseResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponseResponse.java index b6fede44..db332bd2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponseResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeResponseResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeSource.java index 0daced3e..450fe5d8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/AuthChallengeSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/HeaderEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/HeaderEntry.java index 54c15357..9a2f9bd8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/HeaderEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/HeaderEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestPattern.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestPattern.java index 82868e2b..d6a0f7a1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestPattern.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestPattern.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestStage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestStage.java index 514e6e2e..d44e9e10 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestStage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/RequestStage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/ResponseBody.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/ResponseBody.java index 57019622..595d212b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/ResponseBody.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/fetch/ResponseBody.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/BeginFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/BeginFrame.java index 0ece19ab..91a54e24 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/BeginFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/BeginFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParams.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParams.java index c21704a3..c783b087 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParams.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParams.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParamsFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParamsFormat.java index 91f3f37b..dcd9d93e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParamsFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/headlessexperimental/ScreenshotParamsFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfile.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfile.java index 0f09f253..a2a268d6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfile.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfile.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileNode.java index ca76451d..fa58cef8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileSample.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileSample.java index 6169396a..ac5b5a02 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileSample.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/heapprofiler/SamplingHeapProfileSample.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DataEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DataEntry.java index ce23bdac..4f52c782 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DataEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DataEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DatabaseWithObjectStores.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DatabaseWithObjectStores.java index 27d4be19..27f25e16 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DatabaseWithObjectStores.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/DatabaseWithObjectStores.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Key.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Key.java index b79e04a9..587c33c7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Key.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Key.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPath.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPath.java index 853f5a2a..71405806 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPath.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPath.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPathType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPathType.java index 32fe6f11..791363dd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPathType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyPathType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyRange.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyRange.java index 6422b8c7..a41c58f4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyRange.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyRange.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyType.java index 47cd19cc..d13bd143 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/KeyType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Metadata.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Metadata.java index 59e14e68..c7741dd8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Metadata.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/Metadata.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStore.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStore.java index 1fc44f90..4f92e37c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStore.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStore.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStoreIndex.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStoreIndex.java index 859ed7c6..bc3c3a6f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStoreIndex.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/ObjectStoreIndex.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/RequestData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/RequestData.java index 42503218..851b7ccd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/RequestData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/indexeddb/RequestData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchDragEventType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchDragEventType.java index e1597e1f..14e2e94f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchDragEventType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchDragEventType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchKeyEventType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchKeyEventType.java index a3c1b639..b9e83e0f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchKeyEventType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchKeyEventType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventPointerType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventPointerType.java index 063183ef..54b18a17 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventPointerType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventPointerType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventType.java index 378e1fd4..431142ce 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchMouseEventType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchTouchEventType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchTouchEventType.java index dc60ba72..205679e0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchTouchEventType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DispatchTouchEventType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragData.java index 8e808603..d84bf7aa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragDataItem.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragDataItem.java index eaf7a163..38ea5b0c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragDataItem.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/DragDataItem.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/EmulateTouchFromMouseEventType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/EmulateTouchFromMouseEventType.java index 2ef67845..c2a1c7e9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/EmulateTouchFromMouseEventType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/EmulateTouchFromMouseEventType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/GestureSourceType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/GestureSourceType.java index 7f8daa09..d147ccc4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/GestureSourceType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/GestureSourceType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/MouseButton.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/MouseButton.java index f3d68886..c6493d2d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/MouseButton.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/MouseButton.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/TouchPoint.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/TouchPoint.java index 5fa6706b..9bf6d10e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/TouchPoint.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/input/TouchPoint.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/io/Read.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/io/Read.java index 622cba5e..4c35d275 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/io/Read.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/io/Read.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/CompositingReasons.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/CompositingReasons.java index e62d47ac..6307e9d0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/CompositingReasons.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/CompositingReasons.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/Layer.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/Layer.java index 065e4135..b65d81bf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/Layer.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/Layer.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/PictureTile.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/PictureTile.java index 7aacad62..78072fd1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/PictureTile.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/PictureTile.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRect.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRect.java index b95224b8..32812159 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRect.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRect.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRectType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRectType.java index 1fe0133d..1f9aab54 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRectType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/ScrollRectType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/StickyPositionConstraint.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/StickyPositionConstraint.java index a454851b..85c79f59 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/StickyPositionConstraint.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/layertree/StickyPositionConstraint.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntry.java index 9a2424b3..6c354267 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntryLevel.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntryLevel.java index cf6d1c6a..03dde17c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntryLevel.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntryLevel.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntrySource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntrySource.java index 35aaf97c..7a5085de 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntrySource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/LogEntrySource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSetting.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSetting.java index e63b954d..7788ee7a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSetting.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSetting.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSettingName.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSettingName.java index 9c8df16b..c03b6523 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSettingName.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/log/ViolationSettingName.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerError.java index 738b8209..b2920771 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerErrorType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerErrorType.java index 765bbec1..9fe60db3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerErrorType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerErrorType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerEvent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerEvent.java index 3f702e14..2b4f6e29 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerEvent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerEvent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessage.java index 0540ae46..cb4bce41 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessageLevel.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessageLevel.java index 5fc9c51e..6b1c34a6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessageLevel.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerMessageLevel.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerProperty.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerProperty.java index 65e1debd..323a7468 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerProperty.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/media/PlayerProperty.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/DOMCounters.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/DOMCounters.java index 96664d22..43db54e0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/DOMCounters.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/DOMCounters.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/Module.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/Module.java index 2e90a9cd..9c4b496d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/Module.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/Module.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/PressureLevel.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/PressureLevel.java index dd0b32cd..0f346ceb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/PressureLevel.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/PressureLevel.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfile.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfile.java index 6112c992..0ed7caed 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfile.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfile.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfileNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfileNode.java index d90ed682..71ba717f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfileNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/memory/SamplingProfileNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallenge.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallenge.java index 2cf16aa0..30bc993a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallenge.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallenge.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponse.java index 110908e4..d6964030 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponseResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponseResponse.java index f2569868..9db8211e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponseResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeResponseResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeSource.java index 77ebd8d4..c39b2bd4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/AuthChallengeSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedCookieWithReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedCookieWithReason.java index 977ace09..db7b556d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedCookieWithReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedCookieWithReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedReason.java index 6735f0cf..be1e29d2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedSetCookieWithReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedSetCookieWithReason.java index 65443793..5cd0c21c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedSetCookieWithReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/BlockedSetCookieWithReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CachedResource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CachedResource.java index 61f0cc65..2e03d0a0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CachedResource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CachedResource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CertificateTransparencyCompliance.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CertificateTransparencyCompliance.java index 1cef97ed..5750c7e3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CertificateTransparencyCompliance.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CertificateTransparencyCompliance.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ClientSecurityState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ClientSecurityState.java index a60572d7..c317152e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ClientSecurityState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ClientSecurityState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ConnectionType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ConnectionType.java index 2d9aca70..f5ecc462 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ConnectionType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ConnectionType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ContentEncoding.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ContentEncoding.java index c92a5d0e..0510d393 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ContentEncoding.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ContentEncoding.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Cookie.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Cookie.java index a189df5e..6fad8041 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Cookie.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Cookie.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieBlockedReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieBlockedReason.java index 842e0c14..519e6c95 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieBlockedReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieBlockedReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieParam.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieParam.java index 01ea5e9b..3029a631 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieParam.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieParam.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookiePriority.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookiePriority.java index ae39405b..ead568e2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookiePriority.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookiePriority.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSameSite.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSameSite.java index a6d6c567..36f63932 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSameSite.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSameSite.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSourceScheme.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSourceScheme.java index e8d43edb..6f6128b2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSourceScheme.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CookieSourceScheme.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsError.java index e65eb694..96629f8c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsErrorStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsErrorStatus.java index 769f7079..176b0bc0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsErrorStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CorsErrorStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyStatus.java index 94f18941..55cccc5f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyValue.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyValue.java index 81e5b391..4b01bff9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyValue.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginEmbedderPolicyValue.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyStatus.java index 524871b6..0bdd1aa3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyValue.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyValue.java index 13fbabb7..565b5e85 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyValue.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/CrossOriginOpenerPolicyValue.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ErrorReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ErrorReason.java index 31ca42b5..96fc464c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ErrorReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ErrorReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/IPAddressSpace.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/IPAddressSpace.java index 64d650e9..60192e30 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/IPAddressSpace.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/IPAddressSpace.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Initiator.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Initiator.java index 09cfd114..b32230ea 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Initiator.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Initiator.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InitiatorType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InitiatorType.java index 2f6c7282..bbaef1e0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InitiatorType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InitiatorType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InterceptionStage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InterceptionStage.java index f8160c78..994e08a5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InterceptionStage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/InterceptionStage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourceOptions.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourceOptions.java index 4ee1325f..704dae15 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourceOptions.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourceOptions.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourcePageResult.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourcePageResult.java index 47ae25f4..0eaf9658 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourcePageResult.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/LoadNetworkResourcePageResult.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PostDataEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PostDataEntry.java index 3c4616a9..87cedfde 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PostDataEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PostDataEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PrivateNetworkRequestPolicy.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PrivateNetworkRequestPolicy.java index ed1a80d6..6d84acce 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PrivateNetworkRequestPolicy.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/PrivateNetworkRequestPolicy.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Request.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Request.java index 60945937..61792489 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Request.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Request.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestPattern.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestPattern.java index 3db2163d..4e757965 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestPattern.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestPattern.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestReferrerPolicy.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestReferrerPolicy.java index 8a57c911..e2575806 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestReferrerPolicy.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/RequestReferrerPolicy.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourcePriority.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourcePriority.java index 1c6b11e2..ce08a263 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourcePriority.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourcePriority.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceTiming.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceTiming.java index dbd21f7f..804eba18 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceTiming.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceTiming.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceType.java index 10877f5c..8d3b250f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResourceType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Response.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Response.java index b95f6606..b02a5b24 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Response.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/Response.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBody.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBody.java index c351bbd4..7bd183ac 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBody.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBody.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBodyForInterception.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBodyForInterception.java index 548cb9e7..e0aa6239 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBodyForInterception.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ResponseBodyForInterception.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityDetails.java index bd54428b..c1fcf17a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityIsolationStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityIsolationStatus.java index 7657b1a7..e0dccf44 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityIsolationStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SecurityIsolationStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ServiceWorkerResponseSource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ServiceWorkerResponseSource.java index 6e37b19c..9b1619eb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ServiceWorkerResponseSource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/ServiceWorkerResponseSource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SetCookieBlockedReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SetCookieBlockedReason.java index 72225643..1a754051 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SetCookieBlockedReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SetCookieBlockedReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedCertificateTimestamp.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedCertificateTimestamp.java index 6785fbbf..4d739af0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedCertificateTimestamp.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedCertificateTimestamp.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeError.java index ff0d2b9f..d3092362 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeErrorField.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeErrorField.java index 3bf8f431..08512621 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeErrorField.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeErrorField.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeHeader.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeHeader.java index 4aa43a61..4a64b574 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeHeader.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeHeader.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeInfo.java index 13ac6f7f..c3911c37 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeSignature.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeSignature.java index aab660d0..d479e060 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeSignature.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/SignedExchangeSignature.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenOperationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenOperationType.java index 358a4522..5e6602ef 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenOperationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenOperationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParams.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParams.java index 3afc9075..96dcc87e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParams.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParams.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParamsRefreshPolicy.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParamsRefreshPolicy.java index 90d11a84..d1327f27 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParamsRefreshPolicy.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/TrustTokenParamsRefreshPolicy.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketFrame.java index 8f695677..15f1c6fd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketRequest.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketRequest.java index 4ea68faf..6a73c606 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketRequest.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketRequest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketResponse.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketResponse.java index 3ee1e6f2..f1fb391e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketResponse.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/network/WebSocketResponse.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/BoxStyle.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/BoxStyle.java index 0977ac32..482f36fd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/BoxStyle.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/BoxStyle.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ColorFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ColorFormat.java index 2c668c13..1f8e3e1e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ColorFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ColorFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ContrastAlgorithm.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ContrastAlgorithm.java index 7e048930..23942bd3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ContrastAlgorithm.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ContrastAlgorithm.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexContainerHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexContainerHighlightConfig.java index 76769170..58d4b133 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexContainerHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexContainerHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexItemHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexItemHighlightConfig.java index 207a96e0..c31b1ad7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexItemHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexItemHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexNodeHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexNodeHighlightConfig.java index d15762d1..6422ed9c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexNodeHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/FlexNodeHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridHighlightConfig.java index 7b807eee..9b745180 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridNodeHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridNodeHighlightConfig.java index 194ca482..cab8de7a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridNodeHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/GridNodeHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HighlightConfig.java index 0b434941..e4470d1c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HingeConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HingeConfig.java index 251e763e..d43fc43e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HingeConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/HingeConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/InspectMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/InspectMode.java index e7ae3e5b..22dc547e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/InspectMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/InspectMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStyle.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStyle.java index edf1593f..2c3fce58 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStyle.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStyle.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStylePattern.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStylePattern.java index 8c25557e..738090e9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStylePattern.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/LineStylePattern.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapContainerHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapContainerHighlightConfig.java index 460388a9..3ccad0df 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapContainerHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapContainerHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapHighlightConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapHighlightConfig.java index 197fceae..6af1d727 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapHighlightConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/ScrollSnapHighlightConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/SourceOrderConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/SourceOrderConfig.java index 07df2e1d..f3d2a5fa 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/SourceOrderConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/overlay/SourceOrderConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AdFrameType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AdFrameType.java index f5c8a147..27a9bca0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AdFrameType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AdFrameType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifest.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifest.java index 3861e02d..90ab6457 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifest.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestError.java index 7d46b70a..218cdb60 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestParsedProperties.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestParsedProperties.java index f0cc6e5b..38fba2a8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestParsedProperties.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/AppManifestParsedProperties.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureScreenshotFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureScreenshotFormat.java index 932ca841..82b6b830 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureScreenshotFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureScreenshotFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureSnapshotFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureSnapshotFormat.java index 40147113..a88f74a0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureSnapshotFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureSnapshotFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationDisposition.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationDisposition.java index 4dc91617..25900fa7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationDisposition.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationDisposition.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationReason.java index 44d45784..5d19d51a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ClientNavigationReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CompilationCacheParams.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CompilationCacheParams.java index 327f63d0..f5095504 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CompilationCacheParams.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CompilationCacheParams.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CrossOriginIsolatedContextType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CrossOriginIsolatedContextType.java index 8d21d2b3..7adea1b2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CrossOriginIsolatedContextType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/CrossOriginIsolatedContextType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/DialogType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/DialogType.java index 7803e435..f384e48f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/DialogType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/DialogType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontFamilies.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontFamilies.java index 4aa7b042..e07e43a9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontFamilies.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontFamilies.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontSizes.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontSizes.java index 84d22a6f..98edb796 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontSizes.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FontSizes.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Frame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Frame.java index ee35ab2a..28292acd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Frame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Frame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResource.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResource.java index 00e0efe2..d47b8b14 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResource.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResource.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResourceTree.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResourceTree.java index 0d563435..095f4c47 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResourceTree.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameResourceTree.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameTree.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameTree.java index f2c3524f..6558d0c5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameTree.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/FrameTree.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/GatedAPIFeatures.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/GatedAPIFeatures.java index 47da32f2..200a1c3b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/GatedAPIFeatures.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/GatedAPIFeatures.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityError.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityError.java index 21183917..c69614e7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityError.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityError.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityErrorArgument.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityErrorArgument.java index f17a19a5..05677a32 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityErrorArgument.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/InstallabilityErrorArgument.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutMetrics.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutMetrics.java index 35e07846..f2fdf4d0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutMetrics.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutMetrics.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutViewport.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutViewport.java index 53e2bdef..abfb6d5d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutViewport.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/LayoutViewport.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Navigate.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Navigate.java index f7f90b0d..ebcaea7c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Navigate.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Navigate.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationEntry.java index c9c1515d..4e292ba4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationHistory.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationHistory.java index af242af9..01320d59 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationHistory.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationHistory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationType.java index 25a629a5..de981733 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/NavigationType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockLocator.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockLocator.java index 506c948d..9f7ef261 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockLocator.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockLocator.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockReason.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockReason.java index 85d59093..ff8f36e2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockReason.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyBlockReason.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeature.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeature.java index 645b5948..0c99d292 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeature.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeature.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeatureState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeatureState.java index 81d8e646..b8e09369 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeatureState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PermissionsPolicyFeatureState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDF.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDF.java index 994bd6ea..f2265841 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDF.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDF.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDFTransferMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDFTransferMode.java index f4658bb5..15722d10 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDFTransferMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/PrintToPDFTransferMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ReferrerPolicy.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ReferrerPolicy.java index 9b849de0..f617a628 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ReferrerPolicy.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ReferrerPolicy.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ResourceContent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ResourceContent.java index 02567d9b..4f26238c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ResourceContent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ResourceContent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ScreencastFrameMetadata.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ScreencastFrameMetadata.java index dcd744d4..51e30b47 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ScreencastFrameMetadata.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/ScreencastFrameMetadata.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SecureContextType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SecureContextType.java index 22927c87..ecf5b6a8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SecureContextType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SecureContextType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetDownloadBehaviorBehavior.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetDownloadBehaviorBehavior.java index f5f32e42..05d2b2b8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetDownloadBehaviorBehavior.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetDownloadBehaviorBehavior.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetWebLifecycleStateState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetWebLifecycleStateState.java index 5d4c8b53..e0e3f83a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetWebLifecycleStateState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/SetWebLifecycleStateState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/StartScreencastFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/StartScreencastFormat.java index ed851e7e..bf188f0d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/StartScreencastFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/StartScreencastFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/TransitionType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/TransitionType.java index 8718c14d..cbb4c730 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/TransitionType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/TransitionType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Viewport.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Viewport.java index 90e8ae30..c56ab054 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Viewport.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/Viewport.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/VisualViewport.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/VisualViewport.java index ae49edc5..810c7ad1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/VisualViewport.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/page/VisualViewport.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/EnableTimeDomain.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/EnableTimeDomain.java index 52619fdf..c27dcae8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/EnableTimeDomain.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/EnableTimeDomain.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/Metric.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/Metric.java index df478c6a..0ab05c93 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/Metric.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/Metric.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/SetTimeDomainTimeDomain.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/SetTimeDomainTimeDomain.java index ad0c7dae..d3f9b24f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/SetTimeDomainTimeDomain.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performance/SetTimeDomainTimeDomain.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LargestContentfulPaint.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LargestContentfulPaint.java index abea9a05..e730dc15 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LargestContentfulPaint.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LargestContentfulPaint.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShift.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShift.java index cfda7d7d..09f66231 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShift.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShift.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShiftAttribution.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShiftAttribution.java index f0510dd3..c41defc0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShiftAttribution.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/LayoutShiftAttribution.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/TimelineEvent.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/TimelineEvent.java index 664432c2..db437ba6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/TimelineEvent.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/performancetimeline/TimelineEvent.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CounterInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CounterInfo.java index d6fa0ff7..05c7bf7f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CounterInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CounterInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CoverageRange.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CoverageRange.java index 815cb831..22c4f1f2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CoverageRange.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/CoverageRange.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/FunctionCoverage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/FunctionCoverage.java index ecc07767..da02450d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/FunctionCoverage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/FunctionCoverage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/PositionTickInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/PositionTickInfo.java index 3e06d59d..699dbbf5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/PositionTickInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/PositionTickInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/Profile.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/Profile.java index cae968ca..989f3cb5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/Profile.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/Profile.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ProfileNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ProfileNode.java index 9e7816b1..61953750 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ProfileNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ProfileNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/RuntimeCallCounterInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/RuntimeCallCounterInfo.java index 818d1dd9..f37f3d32 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/RuntimeCallCounterInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/RuntimeCallCounterInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptCoverage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptCoverage.java index 8199decd..766ff629 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptCoverage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptCoverage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptTypeProfile.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptTypeProfile.java index 4d9e678d..8ee14182 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptTypeProfile.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/ScriptTypeProfile.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TakePreciseCoverage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TakePreciseCoverage.java index d4000259..36fc1f67 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TakePreciseCoverage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TakePreciseCoverage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeObject.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeObject.java index 73ecc762..b42714d5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeObject.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeObject.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeProfileEntry.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeProfileEntry.java index 6a3767e5..82953d43 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeProfileEntry.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/profiler/TypeProfileEntry.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/AwaitPromise.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/AwaitPromise.java index ce6cb2aa..ea376bbd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/AwaitPromise.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/AwaitPromise.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallArgument.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallArgument.java index bc42b2b8..fde29905 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallArgument.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallArgument.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFrame.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFrame.java index fcbae582..6a27ca7f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFrame.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFrame.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFunctionOn.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFunctionOn.java index 47d026a9..4b4eeba4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFunctionOn.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CallFunctionOn.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CompileScript.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CompileScript.java index 98df860e..15879082 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CompileScript.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CompileScript.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CustomPreview.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CustomPreview.java index d6701e20..2fec913a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CustomPreview.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/CustomPreview.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/EntryPreview.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/EntryPreview.java index fa9e831e..dc1c9d76 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/EntryPreview.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/EntryPreview.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Evaluate.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Evaluate.java index 3e65d38d..a0122328 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Evaluate.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Evaluate.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExceptionDetails.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExceptionDetails.java index 5ec82928..ef62a8c6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExceptionDetails.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExceptionDetails.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExecutionContextDescription.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExecutionContextDescription.java index 3e112b87..901595c2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExecutionContextDescription.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ExecutionContextDescription.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/HeapUsage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/HeapUsage.java index e4baafc7..4cfdbc7d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/HeapUsage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/HeapUsage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/InternalPropertyDescriptor.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/InternalPropertyDescriptor.java index 73b30c44..8171aa9a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/InternalPropertyDescriptor.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/InternalPropertyDescriptor.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreview.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreview.java index cdeca5eb..bcf76cda 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreview.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreview.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewSubtype.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewSubtype.java index d6b4fbdc..a2924c67 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewSubtype.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewSubtype.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewType.java index c063192f..0f9976bd 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/ObjectPreviewType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PrivatePropertyDescriptor.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PrivatePropertyDescriptor.java index b24034d1..5747005e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PrivatePropertyDescriptor.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PrivatePropertyDescriptor.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Properties.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Properties.java index fb5b441c..68803f1b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Properties.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/Properties.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyDescriptor.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyDescriptor.java index 766ad386..41c59e1f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyDescriptor.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyDescriptor.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreview.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreview.java index ac19ab98..2f925e66 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreview.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreview.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewSubtype.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewSubtype.java index 0bcd6a44..9e820110 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewSubtype.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewSubtype.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewType.java index 1c6d8d28..5a4802ca 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/PropertyPreviewType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObject.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObject.java index 36eacdc2..83eca375 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObject.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObject.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectSubtype.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectSubtype.java index 6716fadb..f3102b23 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectSubtype.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectSubtype.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectType.java index c0b9c40b..52c0734b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RemoteObjectType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RunScript.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RunScript.java index 6c2ef93f..429dc0b5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RunScript.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/RunScript.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTrace.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTrace.java index 1d4be3b2..228990d1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTrace.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTrace.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTraceId.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTraceId.java index 4c091d6f..a5527319 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTraceId.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/runtime/StackTraceId.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/schema/Domain.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/schema/Domain.java index cce98396..7cbf3097 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/schema/Domain.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/schema/Domain.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateErrorAction.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateErrorAction.java index 51a40a91..a9d31bac 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateErrorAction.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateErrorAction.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateSecurityState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateSecurityState.java index 37afb7e8..d139feb4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateSecurityState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/CertificateSecurityState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/InsecureContentStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/InsecureContentStatus.java index ad59e836..468a687a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/InsecureContentStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/InsecureContentStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/MixedContentType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/MixedContentType.java index 5717a220..bbb3e393 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/MixedContentType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/MixedContentType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipInfo.java index 71ee550e..5c774611 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipStatus.java index 3ad087aa..0abe9f5f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SafetyTipStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityState.java index 7e997ffc..bf2a4d65 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityStateExplanation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityStateExplanation.java index 1ad2c59e..24980aaf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityStateExplanation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/SecurityStateExplanation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/VisibleSecurityState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/VisibleSecurityState.java index 18be0d7b..1473a029 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/VisibleSecurityState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/security/VisibleSecurityState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerErrorMessage.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerErrorMessage.java index cdf4e95d..e5d5ce19 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerErrorMessage.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerErrorMessage.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerRegistration.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerRegistration.java index 6af4b012..d27d7f41 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerRegistration.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerRegistration.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersion.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersion.java index af7e36bf..5a3653ce 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersion.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersion.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionRunningStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionRunningStatus.java index 22ead79a..54a68995 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionRunningStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionRunningStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionStatus.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionStatus.java index ca70ca07..7dcdc8e5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionStatus.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/serviceworker/ServiceWorkerVersionStatus.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/StorageType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/StorageType.java index e5503e6f..8303d594 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/StorageType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/StorageType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/TrustTokens.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/TrustTokens.java index 85c79b55..1d86bd3b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/TrustTokens.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/TrustTokens.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageAndQuota.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageAndQuota.java index c8ed80c7..79ca1705 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageAndQuota.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageAndQuota.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageForType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageForType.java index 16c1fea6..ce2157d3 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageForType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/storage/UsageForType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUDevice.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUDevice.java index a8ecfef9..e69e9e8b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUDevice.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUDevice.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUInfo.java index 0940a3b5..49b15e87 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/GPUInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageDecodeAcceleratorCapability.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageDecodeAcceleratorCapability.java index badeada5..1ef81943 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageDecodeAcceleratorCapability.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageDecodeAcceleratorCapability.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageType.java index c9c412f5..ef0fae00 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ImageType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Info.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Info.java index 8d6d7dcb..38771c92 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Info.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Info.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ProcessInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ProcessInfo.java index 9fba807a..0eb2b6d7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ProcessInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/ProcessInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Size.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Size.java index 5eedd729..53b6a3d1 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Size.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/Size.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/SubsamplingFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/SubsamplingFormat.java index 5197b097..5225dc74 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/SubsamplingFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/SubsamplingFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoDecodeAcceleratorCapability.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoDecodeAcceleratorCapability.java index c757f17f..a9fede19 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoDecodeAcceleratorCapability.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoDecodeAcceleratorCapability.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoEncodeAcceleratorCapability.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoEncodeAcceleratorCapability.java index b34e7294..8dced87b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoEncodeAcceleratorCapability.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/systeminfo/VideoEncodeAcceleratorCapability.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/RemoteLocation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/RemoteLocation.java index 51dbed92..f9565429 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/RemoteLocation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/RemoteLocation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/TargetInfo.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/TargetInfo.java index 6bcba906..c6ea21b8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/TargetInfo.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/target/TargetInfo.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/MemoryDumpLevelOfDetail.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/MemoryDumpLevelOfDetail.java index 6a740ace..e4596d87 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/MemoryDumpLevelOfDetail.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/MemoryDumpLevelOfDetail.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/RequestMemoryDump.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/RequestMemoryDump.java index 6a71cedb..7cb6e9af 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/RequestMemoryDump.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/RequestMemoryDump.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StartTransferMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StartTransferMode.java index 2c677c79..1ece41a7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StartTransferMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StartTransferMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamCompression.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamCompression.java index 68be824e..432fc3ed 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamCompression.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamCompression.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamFormat.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamFormat.java index c68733ff..d2d679ee 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamFormat.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/StreamFormat.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfig.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfig.java index ad0a3568..3161659e 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfig.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfig.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfigRecordMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfigRecordMode.java index e3a142d9..986c8014 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfigRecordMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TraceConfigRecordMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TracingBackend.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TracingBackend.java index 61bfc7da..8648997a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TracingBackend.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/tracing/TracingBackend.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioListener.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioListener.java index b790dbd4..591d5cc4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioListener.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioListener.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioNode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioNode.java index 101e4b8c..24dd6764 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioNode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioNode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioParam.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioParam.java index 6556f862..c8011650 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioParam.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AudioParam.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AutomationRate.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AutomationRate.java index 75c3c4f0..8f5e82d8 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AutomationRate.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/AutomationRate.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/BaseAudioContext.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/BaseAudioContext.java index f1568ba2..25197ee4 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/BaseAudioContext.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/BaseAudioContext.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelCountMode.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelCountMode.java index 9ff34b1c..68d04670 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelCountMode.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelCountMode.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelInterpretation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelInterpretation.java index f164201b..98da8679 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelInterpretation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ChannelInterpretation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextRealtimeData.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextRealtimeData.java index 4d15d7e9..3ac2b16a 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextRealtimeData.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextRealtimeData.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextState.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextState.java index 6827a007..9cbf7165 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextState.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextState.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextType.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextType.java index 5805177f..b084d083 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextType.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webaudio/ContextType.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorProtocol.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorProtocol.java index 8b9e19da..46a6a9c7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorProtocol.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorProtocol.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorTransport.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorTransport.java index c247fe19..c67d2a8c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorTransport.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/AuthenticatorTransport.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Credential.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Credential.java index 1cde578b..1c5ef8c0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Credential.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Credential.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Ctap2Version.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Ctap2Version.java index de507dfa..9cea3c5f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Ctap2Version.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/Ctap2Version.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/VirtualAuthenticatorOptions.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/VirtualAuthenticatorOptions.java index a9bad3b2..35712da9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/VirtualAuthenticatorOptions.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/protocol/types/webauthn/VirtualAuthenticatorOptions.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeDevToolsService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeDevToolsService.java index 28b61751..a2e151d5 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeDevToolsService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeDevToolsService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeService.java index ab4667b9..16a6635d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/WebSocketService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/WebSocketService.java index 50d68a38..7766582b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/WebSocketService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/WebSocketService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/config/ChromeDevToolsServiceConfiguration.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/config/ChromeDevToolsServiceConfiguration.java index 8e1c5551..232a5fcb 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/config/ChromeDevToolsServiceConfiguration.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/config/ChromeDevToolsServiceConfiguration.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeDevToolsInvocationException.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeDevToolsInvocationException.java index ebbea782..f39314d9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeDevToolsInvocationException.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeDevToolsInvocationException.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeServiceException.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeServiceException.java index 21bb6478..fc3b9f4f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeServiceException.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/ChromeServiceException.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/WebSocketServiceException.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/WebSocketServiceException.java index 768f0295..7b2d1aa6 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/WebSocketServiceException.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/exceptions/WebSocketServiceException.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/DefaultEventExecutorService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/DefaultEventExecutorService.java index 86f151ee..02aead8f 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/DefaultEventExecutorService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/DefaultEventExecutorService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/EventExecutorService.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/EventExecutorService.java index 8b27b88c..080f9cd9 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/EventExecutorService.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/executors/EventExecutorService.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketContainerFactory.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketContainerFactory.java index 8f0f1eaa..a02ba391 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketContainerFactory.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketContainerFactory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * #L% */ -import javax.websocket.WebSocketContainer; +import jakarta.websocket.WebSocketContainer; /** * WebSocketContainer factory creates and returns a WebSocketContainer. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketServiceFactory.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketServiceFactory.java index 3aea8161..813b5221 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketServiceFactory.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/WebSocketServiceFactory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/impl/DefaultWebSocketContainerFactory.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/impl/DefaultWebSocketContainerFactory.java index 1ceddfdf..a9798374 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/impl/DefaultWebSocketContainerFactory.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/factory/impl/DefaultWebSocketContainerFactory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import static com.github.kklisura.cdt.services.utils.ConfigurationUtils.systemProperty; import com.github.kklisura.cdt.services.factory.WebSocketContainerFactory; -import javax.websocket.WebSocketContainer; +import jakarta.websocket.WebSocketContainer; import org.glassfish.tyrus.client.ClientManager; import org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer; diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImpl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImpl.java index 0e4c5237..e785fce2 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImpl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeServiceImpl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeServiceImpl.java index 0474f700..644b712d 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeServiceImpl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/ChromeServiceImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImpl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImpl.java index 27c08f3d..91651b79 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImpl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,16 +27,16 @@ import com.github.kklisura.cdt.services.exceptions.WebSocketServiceException; import com.github.kklisura.cdt.services.factory.WebSocketContainerFactory; import com.github.kklisura.cdt.services.factory.impl.DefaultWebSocketContainerFactory; +import jakarta.websocket.CloseReason; +import jakarta.websocket.DeploymentException; +import jakarta.websocket.Endpoint; +import jakarta.websocket.EndpointConfig; +import jakarta.websocket.MessageHandler; +import jakarta.websocket.Session; +import jakarta.websocket.WebSocketContainer; import java.io.IOException; import java.net.URI; import java.util.function.Consumer; -import javax.websocket.CloseReason; -import javax.websocket.DeploymentException; -import javax.websocket.Endpoint; -import javax.websocket.EndpointConfig; -import javax.websocket.MessageHandler; -import javax.websocket.Session; -import javax.websocket.WebSocketContainer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/utils/WebSocketUtils.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/utils/WebSocketUtils.java index a75b00da..9c50064b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/utils/WebSocketUtils.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/impl/utils/WebSocketUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * #L% */ -import javax.websocket.CloseReason; +import jakarta.websocket.CloseReason; /** * Web socket related utils. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandler.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandler.java index c851cbb7..52940846 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandler.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandler.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeTab.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeTab.java index 0a9a1dda..d41aa3d0 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeTab.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeTab.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeVersion.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeVersion.java index a7873657..8a0fd945 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeVersion.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/ChromeVersion.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/EventListenerImpl.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/EventListenerImpl.java index 331a669f..16ed969b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/EventListenerImpl.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/EventListenerImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/MethodInvocation.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/MethodInvocation.java index ab9301fc..bd9aa1cf 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/MethodInvocation.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/types/MethodInvocation.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ConfigurationUtils.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ConfigurationUtils.java index 54fbae16..22ae13f7 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ConfigurationUtils.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ConfigurationUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ProxyUtils.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ProxyUtils.java index 192c85dc..8857fd7b 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ProxyUtils.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/utils/ProxyUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtils.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtils.java index 868e8cac..445e304c 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtils.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/FilesUtils.java b/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/FilesUtils.java index b684c6cd..1434d268 100644 --- a/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/FilesUtils.java +++ b/cdt-java-client/src/main/java/com/github/kklisura/cdt/utils/FilesUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeArgumentsTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeArgumentsTest.java index 6fe75413..d21b23ce 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeArgumentsTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeArgumentsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeLauncherTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeLauncherTest.java index 5338fa4b..89186d69 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeLauncherTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/ChromeLauncherTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImplTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImplTest.java index cc35e286..cfbb065d 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImplTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/support/impl/ProcessLauncherImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/utils/LogCollector.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/utils/LogCollector.java index 7f2515d2..e8aa1b7d 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/utils/LogCollector.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/launch/utils/LogCollector.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImplTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImplTest.java index 7341f0ed..54d6d049 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImplTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeDevToolsServiceImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeServiceImplTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeServiceImplTest.java index b50ec922..0e343851 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeServiceImplTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/ChromeServiceImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImplTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImplTest.java index 8bbd0c43..92a0c4d7 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImplTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/WebSocketServiceImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,13 +27,13 @@ import com.github.kklisura.cdt.services.WebSocketService; import com.github.kklisura.cdt.services.exceptions.WebSocketServiceException; import com.github.kklisura.cdt.services.factory.WebSocketContainerFactory; +import jakarta.websocket.*; +import jakarta.websocket.server.ServerEndpoint; import java.io.IOException; import java.net.URI; import java.util.*; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicBoolean; -import javax.websocket.*; -import javax.websocket.server.ServerEndpoint; import org.easymock.Capture; import org.easymock.EasyMockRunner; import org.easymock.EasyMockSupport; diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/utils/TestUtils.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/utils/TestUtils.java index 4f8bb140..8095eb38 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/utils/TestUtils.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/impl/utils/TestUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandlerTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandlerTest.java index eb50c87c..1439d880 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandlerTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/invocation/CommandInvocationHandlerTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ConfigurationUtilsTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ConfigurationUtilsTest.java index f220b3ee..4a9b4d11 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ConfigurationUtilsTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ConfigurationUtilsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ProxyUtilsTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ProxyUtilsTest.java index 4ef649e6..b364785c 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ProxyUtilsTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/services/utils/ProxyUtilsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-client/src/test/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtilsTest.java b/cdt-java-client/src/test/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtilsTest.java index c4792e35..7a8046b3 100644 --- a/cdt-java-client/src/test/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtilsTest.java +++ b/cdt-java-client/src/test/java/com/github/kklisura/cdt/utils/ChromeDevToolsUtilsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-client * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/THIRD-PARTY.txt b/cdt-java-protocol-builder/THIRD-PARTY.txt index aff16572..9c8d962e 100644 --- a/cdt-java-protocol-builder/THIRD-PARTY.txt +++ b/cdt-java-protocol-builder/THIRD-PARTY.txt @@ -1,7 +1,6 @@ -Lists of 74 third-party dependencies. +Lists of 45 third-party dependencies. (MIT License) args4j (args4j:args4j:2.33 - http://args4j.kohsuke.org/args4j/) - (Public Domain) Backport of JSR 166 (backport-util-concurrent:backport-util-concurrent:3.1 - http://backport-jsr166.sourceforge.net/) (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic) (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core) (apache_v2) classworlds (classworlds:classworlds:1.1-alpha-2 - http://classworlds.codehaus.org/) @@ -17,60 +16,32 @@ Lists of 74 third-party dependencies. (The Apache Software License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:22.0 - https://github.com/google/guava/guava) (The Apache Software License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:1.1 - https://github.com/google/j2objc/) (The Apache Software License, Version 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk) - (apache_v2) commons-beanutils (commons-beanutils:commons-beanutils:1.7.0 - no url defined) - (apache_v2) Codec (commons-codec:commons-codec:1.2 - no url defined) - (The Apache Software License, Version 2.0) Collections (commons-collections:commons-collections:3.2 - http://jakarta.apache.org/commons/collections/) - (apache_v2) commons-digester (commons-digester:commons-digester:1.6 - no url defined) - (The Apache Software License, Version 2.0) HttpClient (commons-httpclient:commons-httpclient:3.1 - http://jakarta.apache.org/httpcomponents/httpclient-3.x/) - (The Apache Software License, Version 2.0) Commons Lang (commons-lang:commons-lang:2.4 - http://commons.apache.org/lang/) - (The Apache Software License, Version 2.0) Logging (commons-logging:commons-logging:1.0.4 - http://jakarta.apache.org/commons/logging/) - (The Apache Software License, Version 2.0) Validator (commons-validator:commons-validator:1.2.0 - http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/) (Eclipse Public License v1.0) JUnit (junit:junit:4.13.1 - http://junit.org) (The Apache Software License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.1 - http://commons.apache.org/proper/commons-collections/) (The Apache Software License, Version 2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.7 - http://commons.apache.org/proper/commons-lang/) - (The Apache Software License, Version 2.0) Maven Artifact (org.apache.maven:maven-artifact:2.2.1 - http://maven.apache.org/maven-artifact) - (The Apache Software License, Version 2.0) Maven Artifact Manager (org.apache.maven:maven-artifact-manager:2.2.1 - http://maven.apache.org/maven-artifact-manager) - (The Apache Software License, Version 2.0) Maven Model (org.apache.maven:maven-model:2.2.1 - http://maven.apache.org/maven-model) - (The Apache Software License, Version 2.0) Maven Plugin API (org.apache.maven:maven-plugin-api:2.2.1 - http://maven.apache.org/maven-plugin-api) - (The Apache Software License, Version 2.0) Maven Plugin Registry Model (org.apache.maven:maven-plugin-registry:2.2.1 - http://maven.apache.org/maven-plugin-registry) - (The Apache Software License, Version 2.0) Maven Profile Model (org.apache.maven:maven-profile:2.2.1 - http://maven.apache.org/maven-profile) - (The Apache Software License, Version 2.0) Maven Project Builder (org.apache.maven:maven-project:2.2.1 - http://maven.apache.org/maven-project) - (The Apache Software License, Version 2.0) Maven Repository Metadata Model (org.apache.maven:maven-repository-metadata:2.2.1 - http://maven.apache.org/maven-repository-metadata) - (The Apache Software License, Version 2.0) Maven Local Settings Model (org.apache.maven:maven-settings:2.2.1 - http://maven.apache.org/maven-settings) - (The Apache Software License, Version 2.0) Doxia :: Core (org.apache.maven.doxia:doxia-core:1.1.2 - http://maven.apache.org/doxia/doxia/doxia-core) - (The Apache Software License, Version 2.0) Doxia Sitetools :: Decoration Model (org.apache.maven.doxia:doxia-decoration-model:1.1.2 - http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model) - (The Apache Software License, Version 2.0) Doxia :: Logging API (org.apache.maven.doxia:doxia-logging-api:1.1 - http://maven.apache.org/doxia/doxia/doxia-logging-api) - (The Apache Software License, Version 2.0) Doxia :: FML Module (org.apache.maven.doxia:doxia-module-fml:1.1.2 - http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fml) - (The Apache Software License, Version 2.0) Doxia :: XHTML Module (org.apache.maven.doxia:doxia-module-xhtml:1.1.2 - http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xhtml) - (The Apache Software License, Version 2.0) Doxia :: Sink API (org.apache.maven.doxia:doxia-sink-api:1.1 - http://maven.apache.org/doxia/doxia/doxia-sink-api) - (The Apache Software License, Version 2.0) Doxia Sitetools :: Site Renderer Component (org.apache.maven.doxia:doxia-site-renderer:1.1.2 - http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer) - (The Apache Software License, Version 2.0) Maven Reporting API (org.apache.maven.reporting:maven-reporting-api:2.2.1 - http://maven.apache.org/maven-reporting/maven-reporting-api) - (The Apache Software License, Version 2.0) Maven Reporting Implementation (org.apache.maven.reporting:maven-reporting-impl:2.1 - http://maven.apache.org/shared/maven-reporting-impl/) + (The Apache Software License, Version 2.0) Maven Artifact (org.apache.maven:maven-artifact:2.0.2 - http://maven.apache.org/maven-artifact/) + (The Apache Software License, Version 2.0) Maven Artifact Manager (org.apache.maven:maven-artifact-manager:2.0.2 - http://maven.apache.org) + (The Apache Software License, Version 2.0) Maven Plugin API (org.apache.maven:maven-plugin-api:2.0.6 - http://maven.apache.org/maven-plugin-api) + (The Apache Software License, Version 2.0) Maven Repository Metadata Model (org.apache.maven:maven-repository-metadata:2.0.2 - http://maven.apache.org/maven-repository-metadata/) + (The Apache Software License, Version 2.0) Doxia :: Sink API (org.apache.maven.doxia:doxia-sink-api:1.0 - http://maven.apache.org/doxia/doxia/doxia-sink-api) + (The Apache Software License, Version 2.0) Maven Reporting API (org.apache.maven.reporting:maven-reporting-api:3.0 - http://maven.apache.org/shared/maven-reporting-api/) (The Apache Software License, Version 2.0) Maven File Management API (org.apache.maven.shared:file-management:1.2.1 - http://maven.apache.org/shared/file-management/) (The Apache Software License, Version 2.0) Maven Shared I/O API (org.apache.maven.shared:maven-shared-io:1.1 - http://maven.apache.org/shared/maven-shared-io/) - (The Apache Software License, Version 2.0) Maven Wagon API (org.apache.maven.wagon:wagon-provider-api:1.0-beta-6 - http://maven.apache.org/wagon/wagon-provider-api) - (The Apache Software License, Version 2.0) Apache Velocity (org.apache.velocity:velocity:1.5 - http://velocity.apache.org/engine/releases/velocity-1.5/) + (The Apache Software License, Version 2.0) Maven Wagon API (org.apache.maven.wagon:wagon-provider-api:1.0-alpha-6 - no url defined) (MIT license) Animal Sniffer Annotations (org.codehaus.mojo:animal-sniffer-annotations:1.14 - http://mojo.codehaus.org/animal-sniffer/animal-sniffer-annotations) - (apache_v2) Default Plexus Container (org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1 - no url defined) - (apache_v2) Plexus I18N Component (org.codehaus.plexus:plexus-i18n:1.0-beta-7 - http://plexus.codehaus.org/plexus-components/plexus-i18n) - (The Apache Software License, Version 2.0) Plexus Interpolation API (org.codehaus.plexus:plexus-interpolation:1.11 - http://plexus.codehaus.org/plexus-components/plexus-interpolation) + (apache_v2) Default Plexus Container (org.codehaus.plexus:plexus-container-default:1.0-alpha-9 - no url defined) (The Apache Software License, Version 2.0) Plexus Common Utilities (org.codehaus.plexus:plexus-utils:3.0.22 - http://plexus.codehaus.org/plexus-utils) - (apache_v2) Plexus Velocity Component (org.codehaus.plexus:plexus-velocity:1.1.7 - http://plexus.codehaus.org/plexus-components/plexus-velocity) (The Apache Software License, Version 2.0) EasyMock (org.easymock:easymock:3.4 - http://easymock.org/easymock) (BSD 3-Clause License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core) - (Eclipse Public License v1.0) JaCoCo :: Maven Plugin (org.jacoco:jacoco-maven-plugin:0.8.0 - http://jacoco-maven-plugin) - (Eclipse Public License v1.0) JaCoCo :: Agent (org.jacoco:org.jacoco.agent:0.8.0 - http://org.jacoco.agent) - (Eclipse Public License v1.0) JaCoCo :: Core (org.jacoco:org.jacoco.core:0.8.0 - http://org.jacoco.core) - (Eclipse Public License v1.0) JaCoCo :: Report (org.jacoco:org.jacoco.report:0.8.0 - http://org.jacoco.report) + (Eclipse Public License 2.0) JaCoCo :: Maven Plugin (org.jacoco:jacoco-maven-plugin:0.8.8 - https://www.jacoco.org/jacoco/trunk/doc/maven.html) + (Eclipse Public License 2.0) JaCoCo :: Agent (org.jacoco:org.jacoco.agent:0.8.8 - http://org.jacoco.agent) + (Eclipse Public License 2.0) JaCoCo :: Core (org.jacoco:org.jacoco.core:0.8.8 - http://org.jacoco.core) + (Eclipse Public License 2.0) JaCoCo :: Report (org.jacoco:org.jacoco.report:0.8.8 - http://org.jacoco.report) (The Apache Software License, Version 2.0) Objenesis (org.objenesis:objenesis:2.2 - http://objenesis.org) - (BSD 3-Clause License) ASM Core (org.ow2.asm:asm:6.0 - http://asm.objectweb.org/asm/) - (BSD 3-Clause License) ASM Analysis (org.ow2.asm:asm-analysis:6.0 - http://asm.objectweb.org/asm-analysis/) - (BSD 3-Clause License) ASM Commons (org.ow2.asm:asm-commons:6.0 - http://asm.objectweb.org/asm-commons/) - (BSD 3-Clause License) ASM Tree (org.ow2.asm:asm-tree:6.0 - http://asm.objectweb.org/asm-tree/) - (BSD 3-Clause License) ASM Util (org.ow2.asm:asm-util:6.0 - http://asm.objectweb.org/asm-util/) + (BSD-3-Clause) asm (org.ow2.asm:asm:9.2 - http://asm.ow2.io/) + (BSD-3-Clause) asm-analysis (org.ow2.asm:asm-analysis:9.2 - http://asm.ow2.io/) + (BSD-3-Clause) asm-commons (org.ow2.asm:asm-commons:9.2 - http://asm.ow2.io/) + (BSD-3-Clause) asm-tree (org.ow2.asm:asm-tree:9.2 - http://asm.ow2.io/) (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.2 - https://projectlombok.org) (The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.5.0 - https://github.com/skyscreamer/JSONassert) (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - http://www.slf4j.org) - (apache_v2) oro (oro:oro:2.0.8 - no url defined) - (The Apache Software License, Version 2.0) Xerces2 Java Parser (xerces:xercesImpl:2.8.1 - http://xerces.apache.org/xerces2-j/) - (The Apache Software License, Version 2.0) XML Commons External Components XML APIs (xml-apis:xml-apis:1.0.b2 - http://xml.apache.org/commons/#external) diff --git a/cdt-java-protocol-builder/pom.xml b/cdt-java-protocol-builder/pom.xml index c5de67f0..5343e2dd 100644 --- a/cdt-java-protocol-builder/pom.xml +++ b/cdt-java-protocol-builder/pom.xml @@ -18,8 +18,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 3.5.11 2.11.3 @@ -31,7 +31,7 @@ 1.5 4.13.1 - 0.8.0 + 0.8.8 3.4 1.5.0 diff --git a/cdt-java-protocol-builder/src/license/THIRD-PARTY.properties b/cdt-java-protocol-builder/src/license/THIRD-PARTY.properties index 37cc919d..47dd512a 100644 --- a/cdt-java-protocol-builder/src/license/THIRD-PARTY.properties +++ b/cdt-java-protocol-builder/src/license/THIRD-PARTY.properties @@ -2,26 +2,24 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD 3-Clause License +# - BSD-3-Clause # - Dual license consisting of the CDDL v1.1 and GPL v2 +# - Eclipse Public License - v 1.0 +# - Eclipse Public License 2.0 # - Eclipse Public License v1.0 # - GNU General Public License, version 2, with the Classpath Exception # - GNU Lesser General Public License # - MIT License # - MIT license -# - Public Domain +# - The Apache License, Version 2.0 # - The Apache Software License, Version 2.0 # - The MIT License +# - apache_v2 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Feb 06 00:25:40 CET 2018 +#Mon Jan 23 11:13:06 CET 2023 classworlds--classworlds--1.1-alpha-2=apache_v2 com.github.kklisura.cdt--cdt-protocol-parser--1.0-SNAPSHOT=apache_v2 -commons-beanutils--commons-beanutils--1.7.0=apache_v2 -commons-codec--commons-codec--1.2=apache_v2 -commons-digester--commons-digester--1.6=apache_v2 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=apache_v2 -org.codehaus.plexus--plexus-i18n--1.0-beta-7=apache_v2 -org.codehaus.plexus--plexus-velocity--1.1.7=apache_v2 -oro--oro--2.0.8=apache_v2 +org.codehaus.plexus--plexus-container-default--1.0-alpha-9=apache_v2 diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Application.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Application.java index f3275629..5afb8be7 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Application.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Application.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Configuration.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Configuration.java index d6851d0f..468bddfa 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Configuration.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/Configuration.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/Builder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/Builder.java index 817135bc..4da1ccde 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/Builder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/Builder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaBuilderFactory.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaBuilderFactory.java index e365c0e8..b6c93cf3 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaBuilderFactory.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaBuilderFactory.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaClassBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaClassBuilder.java index bc79a256..8864f4a6 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaClassBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaClassBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaEnumBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaEnumBuilder.java index 50aba9a2..fbe8aaac 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaEnumBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaEnumBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaImportAwareBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaImportAwareBuilder.java index cef356b7..a7224415 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaImportAwareBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaImportAwareBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaInterfaceBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaInterfaceBuilder.java index 09c3c249..a47f4db3 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaInterfaceBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/JavaInterfaceBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/SourceProject.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/SourceProject.java index 5542741a..438f7024 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/SourceProject.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/SourceProject.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/BaseBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/BaseBuilder.java index 000b2c42..34fec268 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/BaseBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/BaseBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImpl.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImpl.java index f38a338a..3e37da73 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImpl.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImpl.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImpl.java index 3a94470b..67bfd8cc 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImpl.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImpl.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImpl.java index 1eab0e5f..4a9c528c 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImpl.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImpl.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImpl.java index f0848f76..11c2a644 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImpl.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImpl.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/utils/CompilationUnitUtils.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/utils/CompilationUnitUtils.java index 7a1da8d7..e33ae33f 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/utils/CompilationUnitUtils.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/utils/CompilationUnitUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/CombinedBuilders.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/CombinedBuilders.java index 567ae41b..cb5baa80 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/CombinedBuilders.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/CombinedBuilders.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/MethodParam.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/MethodParam.java index aa547a96..44bc80a6 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/MethodParam.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/support/MethodParam.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/utils/JavadocUtils.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/utils/JavadocUtils.java index ae20aeef..0071c3f0 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/utils/JavadocUtils.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/java/builder/utils/JavadocUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilder.java index 446b896a..91729cf3 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilder.java index d1ad8b9b..8269648f 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilder.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilder.java index 7b2b7591..f71f9cb8 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilder.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilder.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/DomainTypeResolver.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/DomainTypeResolver.java index 80c3fa8c..c0826eb6 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/DomainTypeResolver.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/DomainTypeResolver.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/PropertyHandlerResult.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/PropertyHandlerResult.java index 288a1cb3..54b5032e 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/PropertyHandlerResult.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/PropertyHandlerResult.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/TypeBuildRequest.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/TypeBuildRequest.java index e3be19ee..33609a34 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/TypeBuildRequest.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/support/TypeBuildRequest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtils.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtils.java index 7316e773..7167205a 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtils.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtils.java b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtils.java index 3e6b16ae..58d2185e 100644 --- a/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtils.java +++ b/cdt-java-protocol-builder/src/main/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtils.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImplTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImplTest.java index 14381aaf..17f3ca99 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImplTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaClassBuilderImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImplTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImplTest.java index 06ce3794..59297205 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImplTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaEnumBuilderImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImplTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImplTest.java index df805b4a..e18e3459 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImplTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/JavaInterfaceBuilderImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImplTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImplTest.java index a0f85052..4420cb0a 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImplTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/java/builder/impl/SourceProjectImplTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilderTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilderTest.java index 4733e739..f1d5ee4a 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilderTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/CommandBuilderTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilderTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilderTest.java index 36aa72e4..7e85ca9b 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilderTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/EventBuilderTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,8 +35,8 @@ import com.github.kklisura.cdt.protocol.definition.types.type.object.Property; import com.github.kklisura.cdt.protocol.definition.types.type.object.properties.RefProperty; import com.github.kklisura.cdt.protocol.definition.types.type.object.properties.StringProperty; -import edu.emory.mathcs.backport.java.util.Collections; import java.util.Arrays; +import java.util.Collections; import java.util.List; import org.easymock.EasyMockRunner; import org.easymock.EasyMockSupport; diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilderTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilderTest.java index d49196fc..af8f94f3 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilderTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/protocol/builder/TypesBuilderTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtilsTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtilsTest.java index 1b4dbe16..ac869ce3 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtilsTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/DomainUtilsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtilsTest.java b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtilsTest.java index 579be2ac..72c2a22e 100644 --- a/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtilsTest.java +++ b/cdt-java-protocol-builder/src/test/java/com/github/kklisura/cdt/definition/builder/support/utils/StringUtilsTest.java @@ -4,7 +4,7 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cdt-protocol-parser/pom.xml b/cdt-protocol-parser/pom.xml index 3c11a6ce..d92d1645 100644 --- a/cdt-protocol-parser/pom.xml +++ b/cdt-protocol-parser/pom.xml @@ -19,8 +19,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 1.18.2 3.5.11 diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/DevToolsProtocol.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/DevToolsProtocol.java index 71c65cb6..e5c808d8 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/DevToolsProtocol.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/DevToolsProtocol.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/BaseSubTypeJsonDeserializer.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/BaseSubTypeJsonDeserializer.java index 97502cf0..9b2ca2a2 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/BaseSubTypeJsonDeserializer.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/BaseSubTypeJsonDeserializer.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertyArrayItemSubTypeJsonDeserializer.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertyArrayItemSubTypeJsonDeserializer.java index 1feb7f26..4aca59a5 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertyArrayItemSubTypeJsonDeserializer.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertyArrayItemSubTypeJsonDeserializer.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertySubTypeJsonDeserializer.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertySubTypeJsonDeserializer.java index 2f3219a8..24fcdad4 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertySubTypeJsonDeserializer.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/properties/PropertySubTypeJsonDeserializer.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeArrayItemSubTypeJsonDeserializer.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeArrayItemSubTypeJsonDeserializer.java index e0787728..d86770d8 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeArrayItemSubTypeJsonDeserializer.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeArrayItemSubTypeJsonDeserializer.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeSubTypeJsonDeserializer.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeSubTypeJsonDeserializer.java index 682c7a64..d29d13fc 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeSubTypeJsonDeserializer.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/deserializers/impl/types/TypeSubTypeJsonDeserializer.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Command.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Command.java index 58c737c8..114772f0 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Command.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Command.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Domain.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Domain.java index d89c038a..e6e91712 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Domain.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Domain.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Event.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Event.java index 01feb57c..d055712f 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Event.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Event.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Type.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Type.java index e0332cf4..80737525 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Type.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Type.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Version.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Version.java index 17310839..b37e5191 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Version.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/Version.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/ArrayType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/ArrayType.java index ddd67d64..f1584cd1 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/ArrayType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/ArrayType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/EnumType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/EnumType.java index e720af15..c66f364a 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/EnumType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/EnumType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/IntegerType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/IntegerType.java index 6cb72cae..5e47c97a 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/IntegerType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/IntegerType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/NumberType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/NumberType.java index d17ac9c7..d5ee0eec 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/NumberType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/NumberType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/StringType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/StringType.java index 00e00fa6..237d6e6a 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/StringType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/StringType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/ArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/ArrayItem.java index 067e5e9d..4a4b2501 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/ArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/ArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/IntegerArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/IntegerArrayItem.java index 4af6e6e8..5abc03d0 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/IntegerArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/IntegerArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/NumberArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/NumberArrayItem.java index 25273b4b..b33633b2 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/NumberArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/NumberArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/RefArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/RefArrayItem.java index b89b988f..758f43fd 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/RefArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/RefArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-protocol-parser * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/StringArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/StringArrayItem.java index 24604e75..2bc46b0f 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/StringArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/StringArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/TypedArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/TypedArrayItem.java index 37f37d60..be07dfeb 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/TypedArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/array/items/TypedArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/ObjectType.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/ObjectType.java index b8388262..87ad7a89 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/ObjectType.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/ObjectType.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/Property.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/Property.java index 3bd1f6a1..987c78cd 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/Property.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/Property.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/AnyProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/AnyProperty.java index ba378b6c..f960dcca 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/AnyProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/AnyProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ArrayProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ArrayProperty.java index b87136d1..528730b4 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ArrayProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ArrayProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/BooleanProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/BooleanProperty.java index d19395ab..e87f02dd 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/BooleanProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/BooleanProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/EnumProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/EnumProperty.java index 628f2231..530fa459 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/EnumProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/EnumProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/IntegerProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/IntegerProperty.java index d7be7e5e..0ce64491 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/IntegerProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/IntegerProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/NumberProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/NumberProperty.java index 0103421b..2700bf62 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/NumberProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/NumberProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ObjectProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ObjectProperty.java index 162daa9c..a4509205 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ObjectProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/ObjectProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/RefProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/RefProperty.java index b1f63b62..e4aeb26b 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/RefProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/RefProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/StringProperty.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/StringProperty.java index 0fd005fe..622dbca6 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/StringProperty.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/StringProperty.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/ArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/ArrayItem.java index 0357eb16..fd0496dd 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/ArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/ArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/AnyArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/AnyArrayItem.java index 63ca923c..83956d79 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/AnyArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/AnyArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/EnumArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/EnumArrayItem.java index 30d0d794..4ef57874 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/EnumArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/EnumArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/IntegerArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/IntegerArrayItem.java index 60781a37..62b695ea 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/IntegerArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/IntegerArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/NumberArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/NumberArrayItem.java index add32392..54f0c825 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/NumberArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/NumberArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/ObjectArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/ObjectArrayItem.java index 24660e0f..3b4331a1 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/ObjectArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/ObjectArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/RefArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/RefArrayItem.java index 5f7bd80c..2af23882 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/RefArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/RefArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/StringArrayItem.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/StringArrayItem.java index 8f85e9b9..caebab5d 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/StringArrayItem.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/types/type/object/properties/array/items/StringArrayItem.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtils.java b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtils.java index e2064a75..d62f2b38 100644 --- a/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtils.java +++ b/cdt-protocol-parser/src/main/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtils.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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. diff --git a/cdt-protocol-parser/src/test/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtilsTest.java b/cdt-protocol-parser/src/test/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtilsTest.java index 968350fb..f3cff7b6 100644 --- a/cdt-protocol-parser/src/test/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtilsTest.java +++ b/cdt-protocol-parser/src/test/java/com/github/kklisura/cdt/protocol/definition/utils/DevToolsProtocolUtilsTest.java @@ -4,14 +4,14 @@ * #%L * cdt-java-protocol-builder * %% - * Copyright (C) 2018 - 2021 Kenan Klisura + * Copyright (C) 2018 - 2023 Kenan Klisura * %% * 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 - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * 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.