diff --git a/cdt-examples/pom.xml b/cdt-examples/pom.xml index c4d0c4237..980ca5336 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 e035d8339..e0c2d82e4 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 5c5252296..2b75dfcac 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 b01a5552d..61070c093 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 0c847ac34..ba426c59e 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 f98a27add..9ef517785 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 f25fd9380..13f235e3c 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 5eb3187a8..7fa92b1da 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 463a26007..9bf5a9bea 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 5b71fb0d3..ad411de64 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 49a2dedf7..728799a34 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 800a36a0b..41431f0f0 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 80d23ad69..09143e43f 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 cffa8f684..88ae32dc2 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 d830dc06b..a515d2eb0 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 e0862a308..3517679d4 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 44215b524..e4a414904 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 df6e9dda6..e6344c45c 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 9d3541ae5..f3e2c9826 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 c1453edd8..83af2f647 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 481febdaa..995be5319 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 df9ec5ce4..4ef561a6c 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 20b878549..e35925d3d 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 34f766799..25830d80d 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 77721d68c..be6324fc8 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 0297d74b2..ad35a7a80 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 2fde92aaf..e8881f0ea 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 af146a864..1b4fa263c 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 c8db7292f..d93693bd3 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 a7bb14518..93a7f0475 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 32e4fdd71..bd50409e8 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 1874b7ee2..a0bff03d8 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 124930704..184df18d2 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 11c066085..e916503c1 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 d586d00d5..6ba67148b 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 e3466d07d..3bbeab542 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 506b41a5e..8413ef5e3 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 603154e88..3310e041f 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 e35f8b8d5..a4498424a 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 ebce6688a..099bbdbe1 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 1fefb81f7..8fe1521dc 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 d67abac5d..fa3a65e28 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 e23bc2cc0..dba003f11 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 1b7486d33..e50fdfc0f 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 771aa7967..cc3eab909 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 7de23b8b3..7b4820c4e 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 dca8f37d8..6d4e253a5 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 8bc47f75c..d21f7b418 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 c04628faf..b6919ffe2 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 330ca4872..e88650f3e 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 be35628a6..c49afca10 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 3f999c3bd..92be29ba2 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 ae5b2b879..78bc140e4 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 077266792..fc203e4db 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 2b4cef5fc..bf7ff97e0 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 c6ec9063b..7607fe511 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 5911e0059..d07b31341 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 2a99e7ead..067b7b7a7 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 2ed75144d..42def2e35 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 22d23b581..72c637659 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 398cab643..cdb46cebf 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 bf7c7fd3d..6dc0322f4 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 6aa31271f..5c05f3b8c 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 0a65f0bd4..0bccfd48e 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 e2412fb0b..96eae9993 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 8fb138fce..5d62975bd 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 32f2ff32b..1c17905c2 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 ebd539dce..6514417e6 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 e41ad9f7e..1f7da6226 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 8fa136a40..f5c79609c 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 18359fea7..1c58ffeec 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 2630d95d7..e13efde2c 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 6b38e8ec8..d3ea18dd7 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 b8821d22a..289644bd4 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 8d5f9a2c2..93dc7a7a8 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 0f04e4f2a..749027e22 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 a7d0e74b5..b4ef2a136 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 b82a95203..4954bd08c 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 a43e1c364..e1ad00cf4 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 ef4dae3c9..7b10dbf12 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 48d91fe7a..ab19cd2f8 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 292808fcd..48620685d 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 51ecb90b9..b609b0cac 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 8eaba1d66..984825aef 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 7974086ef..aa1bd0521 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 c5b25aeae..49a44628c 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 d69723d7e..820ea3d5d 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 fa06b9142..20723b948 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 6abb3d02b..d2e0d00dc 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 0929dd99b..810ca7945 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 eebb0a5c1..33b7a7963 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 09e7ee79a..6c9936327 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 0d5b123b4..862b00664 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 b41099ecf..fe009e9e4 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 e45817431..bdfd614cf 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 5c045a30c..b7508979c 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 87d42974e..7d02dbac6 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 aa7fc8cfc..d9158989c 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 ad4f96844..bb492ab07 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 a51c4271b..56e484884 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 3a13aca7e..6dcd27659 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 1ec15b36a..62466adb9 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 366b33310..e67d721e1 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 301ee3fd6..cbc0fc864 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 f0ab31f8a..ad81d34b3 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 671699682..079aecf26 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 4c1988ee2..f68c6ffd7 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 8b8dd6500..484a7d04e 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 f624268f3..651dd7534 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 a7b2872bd..7959b478f 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 36e9b96ea..8e9cd77d5 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 19ff6714a..841312ecb 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 b77390a6c..f930ac440 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 f18a0945e..f284dbbc2 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 743e1ac6f..35c747d1f 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 d42211fc8..b15849f01 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 836efcbbc..7ba581fa3 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 140d74ae4..f840b3b9e 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 c05d89cb4..82fa1b721 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 34b447df8..1c29c18d3 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 2ed187834..0dc2d18b2 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 8aa3f82cf..079228513 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 5179b1c51..99c43335e 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 1245199db..e523947e6 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 c07e529c4..3cc0bff57 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 2beba500b..6bcdccebb 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 8f1b6034a..0333903eb 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 89816069b..dcfec6861 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 612ace0ee..3157f6b45 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 45d5b0091..d31d2503c 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 6d81c9f30..d6bcb4f50 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 61ec9efab..636f7cfa6 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 dba81f123..3eedf1bbf 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 d50f990fa..8f5a62ac4 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 807cf5f50..c3e22a930 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 d7208dc04..f5b8ea405 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 ba9bc34c8..438625b43 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 702cb0e07..42660f355 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 266867c8f..7776ef4a3 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 fa9ebb842..889990ca4 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 acaae222f..6e2aa816f 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 58eb11397..01bc3b5bc 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 861ef5a94..1f6ad76eb 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 22607c53b..17d109de7 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 49b4087ee..90b4fa556 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 b069b8a9f..a42e3ba2d 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 f3a34b14f..c1152e07e 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 02c87a10f..8cbdd17ae 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 ffe78f7f7..2396f9f49 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 48b5736a4..2776e3146 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 b3840b0b0..c921d16c9 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 20810da0b..adff3e9ec 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 847e3dbd4..36855e5ac 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 0c808785f..c9ab004e3 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 6bde723a0..c0028532d 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 51f02d519..82586bb3a 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 28f29c0ac..b0abc539e 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 1de9660e1..b363cce0e 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 0977057fa..751fa0adf 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 d8febc6c8..718f412b5 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 40e4eeda7..323211d4b 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 6f7e4ba93..267f2b4cc 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 7c4e0e844..f4f80325e 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 89db515b6..2b730d509 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 1ded4ed52..37dc27dc4 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 aff9cdb5e..40ab6926b 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 936b6a038..14aea1e35 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 1d0744673..9f9e5c76c 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 810447b3d..aae57aea0 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 c03d16fa6..0807d488b 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 28cd33013..590ed2da7 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 e412cb779..e785d5800 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 f29c2ff77..a40b6e3d4 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 d496d5b36..798c91fb0 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 e677a15ec..79a661bc4 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 c5a6797e6..4e082f3b1 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 d1ee9912a..9bd665d8e 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 1bef8bb69..09cc1f5e6 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 3cfe5df53..5c883aec6 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 fc1785394..c82ebe38c 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 4ae57d39a..6d1fb4097 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 1f8bb8539..9072359fe 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 c044d12ca..ffadcf8e2 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 30496d5ec..dd2c52443 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 e6db82a1e..206e9e1e8 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 b27b90525..f9c327abb 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 8d3478979..12a90be1c 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 f4c2c5e51..612fb0f29 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 f06277519..c7ac54d79 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 2802f2ec8..bbb6bc814 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 29bf0bd4e..043d8d758 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 0c8877949..0f18ab847 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 de25e2465..30acaef6a 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 fe743f12c..1a01812c2 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 e6f82ab93..9f05e89a3 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 e82d3b231..b6d429bb8 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 1b28646b8..91ecb9b35 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 1f35f14b9..c4876a5a5 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 d57a0f034..a849ae0c4 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 4225d7655..0c5782835 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 202d15acc..7c4602619 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 681c83ea3..6c1e5a976 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 da4547768..073c5119d 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 35a366bf6..3c359fb1b 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 d33c4bb01..4f0d03df5 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 750e305a1..a776ee4a4 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 0e5a13cff..795c54d9e 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 4ace2c471..43eb64452 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 16fb398cd..364545362 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 02d878990..47a15d765 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 3dee3bc80..204a09f5a 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 c0cf547df..1579ce6f6 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 24338fc9e..d90b27393 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 e888da6dc..4b1b9482d 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 e300188b0..3f2618838 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 e170095b7..a3ee474f6 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 602054574..b8bf6383d 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 6942e0cc2..143d943fe 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 5871ea9a4..1885e4c1f 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 0a642979d..aceae3d0f 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 4d565104f..12ccca09c 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 d589cb933..653490b26 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 a213dee2d..2ebc50b49 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 67ffadf27..518fe242c 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 3ea7a0f35..5653b0c33 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 b73098288..1ba01e422 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 24580e99c..f64476ea3 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 19d3d706b..52db51685 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 8d5de04e1..9506ba96c 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 4edba2336..59de14cf9 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 48d722def..d16250896 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 363acf910..90ee96ee6 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 6a93525aa..e2cbc5b24 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 84dfd4cbe..73dba0adc 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 ebad89ae4..809ad90f6 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 751ce6ba5..c3050f6b3 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 da9f5202d..747d19ad2 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 e6727f86d..1d896956a 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 1d7c33ae1..c72e37d7a 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 62b69a7ac..fb8fad2e0 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 c6642e27d..fce293084 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 e75df2c88..45e1b6894 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 b241464d2..68db7ed0b 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 460b900fe..00d97b86b 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 9e71d2ed7..0d5b2ffae 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 7a20c4604..3798a2e8d 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 cb1e083fc..7d129ac3a 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 a575506dc..485e260e7 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 0f5cdf7f8..221b30a8c 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 858af3e4f..9edf6d866 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 45f839077..9b4195dc0 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 77005f934..61870c00d 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 2195b8eb9..ff5273d26 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 ab8f2d617..59d22595e 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 7d3e33199..641518e8d 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 dd9198d63..1ca2194e0 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 851f3e85e..00dbab521 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 5a1f6c1a6..cfe7b3961 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 712cd78cf..ffd3f35f6 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 f8a40bcbe..c9f1e558b 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 d7492692f..c48352070 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 68ca4c566..2767c0586 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 cf0bf22b2..06bd86aec 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 75bcb19ee..c275dec21 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 ec79ca66a..360521d25 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 4c7e863d3..185cfd8af 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 131c77d6b..fcc6a1227 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 5533f7da7..ac94f797b 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 c9dd810d7..6b5853199 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 d4a93b59d..b9336eb83 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 99fad5ed1..ce8fd4895 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 f5629fdf7..24a9420a1 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 968b11bfd..7ea67faff 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 f57971676..f5adde8a8 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 3886cc5ad..5926dc9eb 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 b4f38995f..32306a33b 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 d0c0ac961..915b60af1 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 3c1237450..b24f7cfe2 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 e4df3adaa..177b3672c 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 f53dc3718..b18d458f3 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 1ff9d0ebc..1a675997f 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 fc384a2ff..a863f3d47 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 8bec8d347..37e79cbdb 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 180903960..951a51582 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 ee76a6155..030cdcb0e 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 533f1c328..46377e386 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 5737e088b..67ad014d1 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 b79d90317..efcab975b 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 ce1b3b78c..55cc909dd 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 95e80abf2..1372f91a3 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 4ff414def..4e8d85633 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 4e80288c9..801bc4851 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 e082d0d9b..bdd627da2 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 5fe0dda2e..88f14f34d 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 3db1de688..a65ef1abe 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 845762949..8ac7f4d53 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 3ef33f626..f0713be68 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 a96b71d7f..a04e2d44d 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 a4d6d6ed7..8086c5e97 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 2e01d9f40..7dbc83ac7 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 d795f6945..813aa5c6c 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 6acdec0e7..abc20161d 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 fbcbd4ebd..658dbd5d8 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 859985c38..6786a4463 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 34074458e..a4d8ad248 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 f9b1d0d46..2cf64fa49 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 24ccefa1c..b6d4b3768 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 b63bf85c2..ace84bc0a 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 8d5239341..7e8984c27 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 31e24a2b6..f186af49c 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 96c0daf63..84b9e7c79 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 8e4cb6a33..4353ffe7c 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 bd65943ef..0e9c98bf0 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 f40260fe7..561c8dd45 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 51ac4236f..34c56ff94 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 b6bdb9bfd..42f8595c7 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 26317ce79..90d4e4dc4 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 47aefc389..ab0046fbd 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 eaa6e2a87..2614b88fd 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 6ac632ffb..be56c6764 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 0674cc75d..784c1b77b 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 c6390b5cc..8085d40df 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 b48fc6bec..dd6798850 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 b158952bb..29a210bf3 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 b4d6cdefe..080bd8266 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 22f4c0bab..0493a906b 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 2bc3ceb25..dd612eb98 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 2b213f2f8..ca16d4f08 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 9fc5a221e..5a0dc5a09 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 cc32a191c..24a0b856a 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 4326f775a..b9749e147 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 69279c41d..0a74d9b55 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 6778b4c3b..f3f66966f 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 ba6bdbf0b..04bf86b19 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 63890643e..4dd065d51 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 ab04d0e69..caa250b4e 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 6a976d408..b3034f336 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 32c2e17d1..8063b95c1 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 80ec2c497..85943a467 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 c030fd94c..21bc1bb5a 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 f134a0e0c..8486c53ae 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 186fcab31..c9ac0e285 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 f7a48fc5d..867e2cd95 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 e7e2b48f0..4d9721f73 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 3fa60e267..b31c040fa 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 fa233cb19..620dfd6c1 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 f2a14e920..b32a719d0 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 fd0b4e57f..ecac15a43 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 c7aaf18bd..70e9b0085 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 503c77ea3..c063e028c 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 13c001122..f43e05b64 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 d5175e141..1ffc270ea 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 81f1dd93b..da2faf732 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 a7b390bcb..c2a8c0e81 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 f076215cc..0894f37f1 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 a569eee12..cccbbf482 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 d66cba054..7a602ff9b 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 10e6c1dca..94d76f515 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 d59d6c079..16b727c9c 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 efe2d5be6..2d3d14d78 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 b071da69c..bab077089 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 364aadfba..4e3807282 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 414648258..55954e5ad 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 95fec83e1..784c9da51 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 433dc8005..a1596494e 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 8fce8ad49..f90069e69 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 1a69e534e..50aae5e5e 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 8d5d73e82..331eb6fa2 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 b1ad45355..7f3f7f78c 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 e68e854a2..4c0ee6ed8 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 51db4be72..9b57e5b0d 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 227997407..9cbbe8056 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 a51dc1b8c..35933ea26 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 b44a5cda5..7405f1912 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 8e57e834f..22c4f72de 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 825ba6d0f..abf7285fd 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 33b9a37ce..f7eb36507 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 6a8f1ce35..712419fac 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 8d694015b..f5ed7c5a3 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 f2c951e60..30cdcd878 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 2f12a0a4e..e347f3864 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 3828e438b..27196f273 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 4d1d9a137..fb54931b5 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 9f7931ab6..16383d5fe 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 9f71af6c8..39649bdf0 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 5406cfe98..a2fb05602 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 5491415b9..50189f653 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 d77ee3274..daee238be 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 64bcb8462..09b7889c4 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 ebfc7e5de..eaca94a04 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 bfe8442b7..92ad2917c 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 8c868eedc..16efb2e65 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 755ed77d3..1a95c39bc 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 60f286094..10f1b67ef 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 dbfa69b7b..e2c6a2fd5 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 6177b2a99..58cc350f8 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 6ff7cbbbd..071e9b66c 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 896c90e6f..9244ebf8a 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 a5fe87d61..8a33ff6d1 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 d40eec023..69a03382e 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 b420e73ef..0c4c04f8f 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 799e28db6..0af31f01a 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 614d387d6..b7879a11c 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 91149cf35..335853990 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 ec98772db..4bc81f651 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 b05c8dee4..c7a573145 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 74300b386..477ff0140 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 b2f723091..c32e69a90 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 742cd22b2..b78180d11 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 25cbb663a..f616df8e8 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 7376b9233..e41c45003 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 21287bf8b..e97db4a6b 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 a829ed794..3ce2b40de 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 c1b140537..66e7dd41d 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 985aa6ad2..3b6bfdf2f 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 2932d78cc..430e017e9 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 17f65a230..cdbb626b3 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 411bfb599..e0c7b481a 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 4a622eb20..1e93d22ad 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 b6fede444..db332bd2f 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 0daced3e4..450fe5d81 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 54c153572..9a2f9bd8a 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 82868e2b1..d6a0f7a1d 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 514e6e2e2..d44e9e106 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 570196223..595d212b9 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 0ece19abf..91a54e248 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 c21704a39..c783b0872 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 91f3f37b3..dcd9d93e1 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 0f09f2537..a2a268d67 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 ca76451d7..fa58cef82 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 6169396a4..ac5b5a023 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 ce23bdac3..4f52c7825 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 27d4be199..27f25e160 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 b79e04a9d..587c33c70 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 853f5a2a6..714058064 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 32fe6f115..791363ddc 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 6422b8c72..a41c58f46 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 47cd19cca..d13bd1436 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 59e14e687..c7741dd86 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 1fc44f902..4f92e37ce 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 859ed7c64..bc3c3a6f5 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 425032189..851b7ccdd 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 e1597e1fc..14e2e94f7 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 a3c1b6397..b9e83e0f7 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 063183ef2..54b18a17c 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 378e1fd43..431142ce8 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 dc60ba72e..205679e0f 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 8e8086037..d84bf7aa2 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 eaf7a1632..38ea5b0cf 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 2ef67845c..c2a1c7e98 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 7f8daa097..d147ccc46 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 f3d688861..c6493d2db 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 5fa6706b7..9bf6d10e6 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 622cba5e1..4c35d275a 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 e62d47acd..6307e9d09 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 065e41357..b65d81bf1 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 7aacad623..78072fd1f 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 b95224b87..328121593 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 1fe0133d1..1f9aab542 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 a454851b4..85c79f597 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 9a2424b31..6c3542673 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 cf6d1c6a3..03dde17c6 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 35aaf97cf..7a5085de8 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 e63b954dd..7788ee7a9 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 9c8df16b6..c03b6523a 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 738b8209c..b29207718 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 765bbec14..9fe60db34 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 3f702e14d..2b4f6e298 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 0540ae46f..cb4bce419 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 5fc9c51e7..6b1c34a67 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 65e1debd3..323a74688 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 96664d22e..43db54e0f 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 2e90a9cde..9c4b496d3 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 dd0b32cd0..0f346cebc 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 6112c992a..0ed7caede 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 d90ed6827..71ba717fb 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 2cf16aa02..30bc993a7 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 110908e44..d69640308 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 f25698688..9db8211eb 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 77ebd8d41..c39b2bd4f 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 977ace091..db7b556df 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 6735f0cf0..be1e29d29 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 65443793b..5cd0c21c6 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 61f0cc650..2e03d0a0c 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 1cef97ed0..5750c7e39 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 a60572d73..c317152ef 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 2d9aca700..f5ecc4623 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 c92a5d0e8..0510d3935 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 a189df5e5..6fad80415 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 842e0c149..519e6c951 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 01ea5e9b8..3029a6314 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 ae39405bc..ead568e26 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 a6d6c567a..36f639321 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 e8d43edbe..6f6128b24 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 e65eb6948..96629f8c1 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 769f70791..176b0bc0c 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 94f189412..55cccc5fe 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 81e5b391f..4b01bff99 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 524871b6f..0bdd1aa3b 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 13fbabb71..565b5e85b 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 31ca42b5f..96fc464cd 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 64d650e92..60192e302 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 09cfd114e..b32230ea1 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 2f6c72826..bbaef1e0b 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 f8160c787..994e08a50 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 4ee1325f4..704dae159 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 47ae25f46..0eaf9658c 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 3c4616a92..87cedfde6 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 ed1a80d6e..6d84acceb 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 60945937c..617924895 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 3db2163de..4e7579658 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 8a57c911c..e25758067 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 1c6b11e2a..ce08a2630 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 dbd21f7f3..804eba184 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 10877f5ce..8d3b250f2 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 b95f66065..b02a5b249 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 c351bbd4e..7bd183acb 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 548cb9e77..e0aa62394 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 bd54428b2..c1fcf17a8 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 7657b1a7b..e0dccf449 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 6e37b19cf..9b1619eba 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 722256436..1a754051f 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 6785fbbf6..4d739af00 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 ff0d2b9fb..d3092362b 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 3bf8f431e..085126211 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 4aa43a61b..4a64b5749 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 13ac6f7f9..c3911c37b 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 aab660d02..d479e0609 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 358a45227..5e6602ef0 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 3afc90756..96dcc87e9 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 90d11a84c..d1327f27b 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 8f6956770..15f1c6fd1 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 4ea68fafb..6a73c6066 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 3ee1e6f27..f1fb391ed 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 0977ac327..482f36fdb 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 2c668c13a..1f8e3e1e4 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 7e048930d..23942bd35 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 767691703..58d4b133b 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 207a96e02..c31b1ad76 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 d15762d13..6422ed9cd 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 7b807eee8..9b745180c 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 194ca4825..cab8de7a4 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 0b4349414..e4470d1cb 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 251e763ef..d43fc43e2 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 e7ae3e5b2..22dc547ed 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 edf1593f3..2c3fce588 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 8c25557e0..738090e92 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 460388a92..3ccad0df4 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 197fceae4..6af1d7278 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 07df2e1de..f3d2a5fa3 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 f5c8a147e..27a9bca0e 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 3861e02d3..90ab6457c 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 7d46b70a8..218cdb607 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 f0cc6e5b9..38fba2a84 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 932ca8415..82b6b830f 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 40147113d..a88f74a06 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 4dc916171..25900fa70 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 44d457845..5d19d51a0 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 327f63d07..f5095504b 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 8d21d2b37..7adea1b24 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 7803e4356..f384e48fa 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 4aa7b042b..e07e43a95 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 84d22a6f7..98edb7962 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 ee35ab2a2..28292acd7 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 00e0efe26..d47b8b14e 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 0d563435a..095f4c47f 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 f2c3524ff..6558d0c5c 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 47da32f2e..200a1c3bb 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 211839175..c69614e72 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 f17a19a54..05677a328 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 35e078464..f2fdf4d02 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 53e2bdefa..abfb6d5df 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 f7f90b0df..ebcaea7c2 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 c9c1515dd..4e292ba4d 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 af242af97..01320d59c 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 25a629a5f..de9817339 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 506c948d3..9f7ef261a 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 85d590937..ff8f36e28 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 645b59485..0c99d2920 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 81d8e646f..b8e09369e 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 994bd6eab..f22658414 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 f4658bb50..15722d10a 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 9b849de02..f617a628c 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 02567d9ba..4f26238cc 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 dcd744d4c..51e30b476 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 22927c871..ecf5b6a89 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 f5f32e428..05d2b2b8c 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 5d4c8b53e..e0e3f83a7 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 ed851e7e4..bf188f0da 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 8718c14d7..cbb4c7303 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 90e8ae30d..c56ab0540 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 ae49edc55..810c7ad1f 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 52619fdf0..c27dcae8b 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 df478c6ab..0ab05c930 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 ad0c7dae3..d3f9b24fa 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 abea9a054..e730dc154 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 cfda7d7d2..09f66231a 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 f0510dd3f..c41defc00 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 664432c2c..db437ba60 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 d6fa0ff7c..05c7bf7fc 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 815cb831b..22c4f1f2e 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 ecc077673..da02450d0 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 3e06d59d9..699dbbf50 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 cae968ca3..989f3cb54 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 9e7816b13..61953750f 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 818d1dd9d..f37f3d32e 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 8199decdc..766ff6290 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 4d9e678d7..8ee14182e 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 d4000259f..36fc1f67f 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 73ecc7629..b42714d5a 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 6a3767e5a..82953d438 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 ce6cb2aa6..ea376bbd2 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 bc42b2b8c..fde299058 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 fcbae5822..6a27ca7f9 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 47d026a9c..4b4eeba4d 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 98df860ec..158790823 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 d6701e209..2fec913a9 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 fa9e831ee..dc1c9d765 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 3e65d38d4..a01223284 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 5ec829288..ef62a8c64 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 3e112b870..901595c2d 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 e4baafc72..4cfdbc7d4 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 73b30c443..8171aa9a2 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 cdeca5ebd..bcf76cda1 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 d6b4fbdc0..a2924c67a 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 c063192f0..0f9976bdf 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 b24034d19..5747005e8 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 fb5b441c8..68803f1b4 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 766ad386d..41c59e1f9 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 ac19ab981..2f925e664 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 0bcd6a44a..9e820110e 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 1c6d8d284..5a4802caf 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 36eacdc28..83eca3753 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 6716fadb2..f3102b232 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 c0b9c40ba..52c0734b6 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 6c2ef93f3..429dc0b5b 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 1d4be3b24..228990d13 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 4c091d6f9..a55273198 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 cce983969..7cbf3097b 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 51a40a911..a9d31bace 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 37afb7e86..d139feb45 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 ad59e8369..468a687a2 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 5717a2200..bbb3e3930 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 71ee550ea..5c774611c 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 3ad087aa4..0abe9f5f4 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 7e997ffc5..bf2a4d659 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 1ad2c59ee..24980aaf7 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 18be0d7be..1473a029a 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 cdf4e95d4..e5d5ce19c 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 6af4b012c..d27d7f418 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 af7e36bfe..5a3653ce9 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 22ead79a8..54a689958 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 ca70ca079..7dcdc8e54 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 e5503e6f0..8303d594d 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 85c79b552..1d86bd3b5 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 c8ed80c73..79ca17053 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 16c1fea69..ce2157d36 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 a8ecfef9b..e69e9e8be 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 0940a3b5b..49b15e876 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 badeada52..1ef819430 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 c9c412f5b..ef0fae007 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 8d6d7dcb4..38771c92c 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 9fba807af..0eb2b6d75 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 5eedd7299..53b6a3d16 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 5197b097f..5225dc744 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 c757f17fd..a9fede193 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 b34e72942..8dced87b1 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 51dbed92a..f95654290 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 6bcba9065..c6ea21b86 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 6a740ace1..e4596d87e 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 6a71cedbe..7cb6e9af6 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 2c677c79f..1ece41a79 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 68be824ea..432fc3edc 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 c68733ff0..d2d679eed 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 ad0a35681..3161659e1 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 e3a142d9d..986c80144 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 61bfc7daf..8648997a4 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 b790dbd46..591d5cc42 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 101e4b8ca..24dd6764b 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 6556f862a..c80116509 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 75c3c4f04..8f5e82d8e 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 f1568ba26..25197ee46 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 9ff34b1c4..68d046705 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 f164201b3..98da8679d 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 4d15d7e9f..3ac2b16a6 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 6827a007a..9cbf71656 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 5805177f3..b084d0832 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 8b9e19da0..46a6a9c7c 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 c247fe19a..c67d2a8c9 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 1cde578bc..1c5ef8c0c 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 de507dfa3..9cea3c5f2 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 a9bad3b20..35712da96 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 28b617514..a2e151d5f 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 ab4667b94..16a6635dd 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 50d68a387..7766582b8 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 8e1c5551d..232a5fcb2 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 ebbea7827..f39314d90 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 21bb64788..fc3b9f4fc 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 768f02952..7b2d1aa61 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 86f151eee..02aead8fe 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 8b27b88cf..080f9cd9c 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 8f0f1eaa0..a02ba3915 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 3aea8161d..813b52210 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 1ceddfdf7..a9798374b 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 0e4c52378..e785fce28 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 0474f7006..644b712d1 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 27c08f3d4..91651b797 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 a75b00dac..9c50064bd 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 c851cbb76..529408462 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 0a9a1dda7..d41aa3d00 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 a78736576..8a0fd9451 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 331a669f8..16ed969b7 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 ab9301fcc..bd9aa1cf0 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 54fbae160..22ae13f76 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 192c85dc1..8857fd7bd 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 868e8cac1..445e304c8 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 b684c6cda..1434d268b 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 6fe754137..d21b23ce5 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 5338fa4b0..89186d69b 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 cc35e2863..cfbb065dc 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 7f2515d26..e8aa1b7dc 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 7341f0ed2..54d6d049e 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 b50ec9224..0e3438517 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 8bbd0c43f..92a0c4d70 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 4f8bb140d..8095eb382 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 eb50c87c6..1439d8805 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 f220b3ee2..4a9b4d11d 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 4ef649e65..b364785ce 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 c4792e35f..7a8046b31 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 aff165728..9c8d962e0 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 c5de67f01..5343e2dd3 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 37cc919dc..47dd512a3 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 f32756295..5afb8be7c 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 d6851d0fd..468bddfac 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 817135bc2..4da1ccde8 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 e365c0e8b..b6c93cf38 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 bc79a2568..8864f4a64 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 50aba9a2a..fbe8aaacd 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 cef356b72..a72244152 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 09c3c249f..a47f4db3d 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 5542741ad..438f70243 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 000b2c42a..34fec2681 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 f38a338a6..3e37da73d 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 3a94470b9..67bfd8ccf 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 1eab0e5f4..4a9c528c1 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 f0848f768..11c2a644c 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 7a1da8d75..e33ae33f8 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 567ae41b1..cb5baa804 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 aa547a96c..44bc80a61 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 ae20aeeff..0071c3f00 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 446b896ac..91729cf38 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 d1ad8b9bd..8269648f5 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 7b2b75914..f71f9cb85 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 80c3fa8ce..c0826eb6a 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 288a1cb31..54b5032e9 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 e3be19eec..33609a34d 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 7316e773e..7167205ac 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 3e6b16aed..58d2185e9 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 14381aaf1..17f3ca997 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 06ce37945..592972054 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 df805b4a1..e18e34590 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 a0f850521..4420cb0a4 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 4733e7392..f1d5ee4af 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 36aa72e48..7e85ca9b6 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 d49196fc2..af8f94f39 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 1b4dbe162..ac869ce36 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 579be2ac8..72c2a22e7 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 3c11a6ce1..d92d16457 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 71c65cb6c..e5c808d8b 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 97502cf0c..9b2ca2a2e 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 1feb7f26b..4aca59a50 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 2f3219a80..24fcdad48 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 e0787728b..d86770d8a 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 682c7a64f..d29d13fc7 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 58c737c82..114772f0f 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 d89c038a9..e6e917125 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 01feb57ca..d055712f9 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 e0332cf4e..807375255 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 173108394..b37e51910 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 ddd67d64d..f1584cd1c 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 e720af15e..c66f364ae 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 6cb72cae7..5e47c97a4 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 d17ac9c71..d5ee0eec9 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 00e00fa66..237d6e6af 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 067e5e9d5..4a4b2501b 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 4af6e6e81..5abc03d00 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 25273b4b5..b33633b23 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 b89b988f4..758f43fd1 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 24604e75b..2bc46b0fb 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 37f37d60b..be07dfebe 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 b8388262e..87ad7a89c 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 3bd1f6a17..987c78cdb 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 ba378b6c4..f960dcca7 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 b87136d11..528730b43 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 d19395ab4..e87f02dd1 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 628f22313..530fa4598 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 d7be7e5ed..0ce64491f 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 0103421bd..2700bf62d 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 162daa9cd..a4509205b 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 b1f63b62d..e4aeb26b8 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 0fd005fe5..622dbca67 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 0357eb167..fd0496dde 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 63ca923c8..83956d79f 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 30d0d7943..4ef57874a 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 60781a371..62b695ead 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 add323927..54f0c8251 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 24660e0f1..3b4331a16 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 5f7bd80cc..2af23882e 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 8f85e9b9c..caebab5d3 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 e2064a757..d62f2b386 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 968350fb6..f3cff7b69 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.