From da3260fb01afc51449b8722e6df98cf176a5d2b5 Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Tue, 6 Jan 2026 17:36:39 +0100 Subject: [PATCH] Update copyright year to 2026 --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/Swt.kt | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java | 2 +- .../java/com/teamdev/jxbrowser/examples/CustomProtocol.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/DisableZoom.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java | 2 +- .../com/teamdev/jxbrowser/examples/DispatchMouseEvents.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/DomForm.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DomGetAttributes.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/DomKeyEvents.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DomMouseEvents.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DomQuerySelector.java | 2 +- .../java/com/teamdev/jxbrowser/examples/DomSelectOption.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/DownloadFile.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/FileUpload.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/FilterCookies.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/FilterImages.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/FindText.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/GetHtml.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/Html5Video.java | 2 +- .../java/com/teamdev/jxbrowser/examples/InterceptRequest.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/JarProtocol.java | 2 +- .../java/com/teamdev/jxbrowser/examples/JsAccessibleClass.java | 2 +- .../java/com/teamdev/jxbrowser/examples/JsAccessibleMethod.java | 2 +- .../java/com/teamdev/jxbrowser/examples/JsConsoleEvents.java | 2 +- .../java/com/teamdev/jxbrowser/examples/JsFunctionCallback.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/LoadHtml.java | 2 +- .../jxbrowser/examples/LoadHtmlThroughInterceptRequest.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/LoadUrl.java | 2 +- .../java/com/teamdev/jxbrowser/examples/LocalWebStorage.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/MuteAudio.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/PrintFromJava.java | 2 +- .../com/teamdev/jxbrowser/examples/PrintFromJavaScript.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/PrintSettings.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/PrintToPdf.java | 2 +- .../com/teamdev/jxbrowser/examples/RedirectLoggingToFile.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/SaveWebPage.java | 2 +- .../com/teamdev/jxbrowser/examples/SelectClientCertificate.java | 2 +- .../java/com/teamdev/jxbrowser/examples/SelectionAsHtml.java | 2 +- .../java/com/teamdev/jxbrowser/examples/SpellCheckEvents.java | 2 +- .../com/teamdev/jxbrowser/examples/SpellCheckSuggestions.java | 2 +- .../com/teamdev/jxbrowser/examples/SslCertificateError.java | 2 +- .../com/teamdev/jxbrowser/examples/SslCertificateVerifier.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/SuppressKey.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/SuppressMouse.java | 2 +- .../main/java/com/teamdev/jxbrowser/examples/UploadData.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/UserAgent.java | 2 +- .../java/com/teamdev/jxbrowser/examples/VoiceRecognition.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/WebSocket.java | 2 +- .../teamdev/jxbrowser/examples/WebSocketDataInterceptor.java | 2 +- .../src/main/java/com/teamdev/jxbrowser/examples/ZoomLevel.java | 2 +- .../teamdev/jxbrowser/examples/javafx/BitmapToJavaFxImage.java | 2 +- .../teamdev/jxbrowser/examples/javafx/BrowserViewInFxml.java | 2 +- .../jxbrowser/examples/javafx/BrowserViewInJFxPanel.java | 2 +- .../teamdev/jxbrowser/examples/javafx/BrowserViewInTabPane.java | 2 +- .../jxbrowser/examples/javafx/DefaultOpenPopupCallback.java | 2 +- .../com/teamdev/jxbrowser/examples/javafx/FxmlBrowserView.java | 2 +- .../jxbrowser/examples/javafx/FxmlBrowserViewController.java | 2 +- .../teamdev/jxbrowser/examples/javafx/JavaFxBrowserView.java | 2 +- .../teamdev/jxbrowser/examples/swing/AuthenticationDialog.java | 2 +- .../teamdev/jxbrowser/examples/swing/BitmapToSwingImage.java | 2 +- .../jxbrowser/examples/swing/BrowserViewInJInternalFrame.java | 2 +- .../jxbrowser/examples/swing/BrowserViewInJTabbedPane.java | 2 +- .../com/teamdev/jxbrowser/examples/swing/CustomContextMenu.java | 2 +- .../jxbrowser/examples/swing/DefaultOpenPopupCallback.java | 2 +- .../com/teamdev/jxbrowser/examples/swing/SwingBrowserView.java | 2 +- .../com/teamdev/jxbrowser/examples/swing/SwingFullScreen.java | 2 +- .../com/teamdev/jxbrowser/examples/swt/BitmapToSwtImage.java | 2 +- .../jxbrowser/examples/swt/DefaultOpenPopupCallback.java | 2 +- .../java/com/teamdev/jxbrowser/examples/swt/SwtBrowserView.java | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/CustomCss.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/CustomProtocol.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DefaultZoomLevel.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DisablePdfViewer.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/DisableZoom.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DispatchKeyEvents.kt | 2 +- .../com/teamdev/jxbrowser/examples/DispatchMouseEvents.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/DomForm.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DomGetAttributes.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/DomKeyEvents.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DomMouseEvents.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DomQuerySelector.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/DomSelectOption.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/DownloadFile.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/FileUpload.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/FilterCookies.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/FilterImages.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/FindText.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/GetHtml.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/Html5Video.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/InterceptRequest.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/JarProtocol.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/JsAccessibleClass.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/JsAccessibleMethod.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/JsConsoleEvents.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/JsFunctionCallback.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtml.kt | 2 +- .../jxbrowser/examples/LoadHtmlThroughInterceptRequest.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/LoadUrl.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/LocalWebStorage.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/MuteAudio.kt | 2 +- .../com/teamdev/jxbrowser/examples/PrintFromJavaScript.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/PrintFromKotlin.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/PrintSettings.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/PrintToPdf.kt | 2 +- .../com/teamdev/jxbrowser/examples/RedirectLoggingToFile.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/SaveWebPage.kt | 2 +- .../com/teamdev/jxbrowser/examples/SelectClientCertificate.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/SelectionAsHtml.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/SpellCheckEvents.kt | 2 +- .../com/teamdev/jxbrowser/examples/SpellCheckSuggestions.kt | 2 +- .../com/teamdev/jxbrowser/examples/SslCertificateError.kt | 2 +- .../com/teamdev/jxbrowser/examples/SslCertificateVerifier.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/SuppressKey.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/SuppressMouse.kt | 2 +- .../main/kotlin/com/teamdev/jxbrowser/examples/UploadData.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/UserAgent.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/examples/VoiceRecognition.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocket.kt | 2 +- .../com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.kt | 2 +- .../src/main/kotlin/com/teamdev/jxbrowser/examples/ZoomLevel.kt | 2 +- .../teamdev/jxbrowser/examples/compose/BitmapToComposeImage.kt | 2 +- .../teamdev/jxbrowser/examples/compose/ComposeBrowserView.kt | 2 +- .../com/teamdev/jxbrowser/examples/compose/CustomContextMenu.kt | 2 +- .../jxbrowser/examples/compose/OpenExtensionPopupCallback.kt | 2 +- .../com/teamdev/jxbrowser/examples/compose/OpenPopupCallback.kt | 2 +- settings.gradle.kts | 2 +- tutorials/ai/mcp-devtools/build.gradle.kts | 2 +- .../main/java/com/teamdev/jxbrowser/examples/DevToolsMCP.java | 2 +- tutorials/ai/mcp-extension/build.gradle.kts | 2 +- .../main/java/com/teamdev/jxbrowser/examples/ExtensionMCP.java | 2 +- tutorials/content-changes/src/main/java/ContentListening.java | 2 +- tutorials/crx-extensions/src/main/java/CrxExtensions.java | 2 +- .../crx-extensions/src/main/java/CrxFileFromChromeWebStore.java | 2 +- tutorials/docker/project/build.gradle.kts | 2 +- tutorials/docker/project/src/main/java/DemoApp.java | 2 +- tutorials/eclipse-rcp/build.gradle.kts | 2 +- tutorials/eclipse-rcp/com.example.e4.rcp/plugin.xml | 2 +- .../java/com/teamdev/jxbrowser/examples/html2png/Html2Png.java | 2 +- tutorials/js-java/src/main/java/JsJava.java | 2 +- tutorials/jul-logs-redirect/build.gradle.kts | 2 +- .../jul-logs-redirect/src/main/java/LoggingRedirectExample.java | 2 +- .../com/teamdev/jxbrowser/examples/mediaplayer/JsPlayer.java | 2 +- .../com/teamdev/jxbrowser/examples/mediaplayer/MediaPlayer.java | 2 +- tutorials/selenium/launcher/build.gradle.kts | 2 +- tutorials/selenium/launcher/src/main/java/SeleniumLauncher.java | 2 +- tutorials/selenium/target-app/build.gradle.kts | 2 +- tutorials/selenium/target-app/src/main/java/App.java | 2 +- .../com/teamdev/jxbrowser/examples/interceptor/Application.java | 2 +- .../examples/interceptor/DomainContentInterceptor.java | 2 +- .../examples/interceptor/DomainToFolderInterceptor.java | 2 +- .../examples/interceptor/DomainToResourceInterceptor.java | 2 +- .../com/teamdev/jxbrowser/examples/interceptor/MimeTypes.java | 2 +- tutorials/web-crawler/src/main/java/DeadLink.java | 2 +- tutorials/web-crawler/src/main/java/DeadLinks.java | 2 +- .../java/com/teamdev/jxbrowser/examples/webcrawler/Link.java | 2 +- .../com/teamdev/jxbrowser/examples/webcrawler/WebCrawler.java | 2 +- .../jxbrowser/examples/webcrawler/WebCrawlerListener.java | 2 +- .../java/com/teamdev/jxbrowser/examples/webcrawler/WebPage.java | 2 +- .../teamdev/jxbrowser/examples/webcrawler/WebPageFactory.java | 2 +- 163 files changed, 163 insertions(+), 163 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5a046d1..d48487a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 66da38b6..1492cc78 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/buildSrc/src/main/kotlin/Swt.kt b/buildSrc/src/main/kotlin/Swt.kt index 02b5de54..2d352a22 100644 --- a/buildSrc/src/main/kotlin/Swt.kt +++ b/buildSrc/src/main/kotlin/Swt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java index 92b59d7b..e231801a 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomProtocol.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomProtocol.java index 1fccbe9e..3c6d8255 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomProtocol.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/CustomProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java index ed5b9657..c86a484d 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java index f5228482..5ef95e56 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DisableZoom.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DisableZoom.java index ddee0cf0..1f26c160 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DisableZoom.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DisableZoom.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java index 369f250e..d118b827 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchMouseEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchMouseEvents.java index e2c3f557..4fccc568 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchMouseEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchMouseEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomForm.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomForm.java index ca7c8f2c..97610614 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomForm.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomGetAttributes.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomGetAttributes.java index bdffaa2c..e21a8808 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomGetAttributes.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomGetAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomKeyEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomKeyEvents.java index a90c4a38..e541bab4 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomKeyEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomKeyEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomMouseEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomMouseEvents.java index 22386525..ad990ce8 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomMouseEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomMouseEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomQuerySelector.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomQuerySelector.java index 8e9ec779..c24a63bc 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomQuerySelector.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomQuerySelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomSelectOption.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomSelectOption.java index 8f1e1a90..b8ca1dd7 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DomSelectOption.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DomSelectOption.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/DownloadFile.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/DownloadFile.java index 3e678e78..71c80040 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/DownloadFile.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/DownloadFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/FileUpload.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/FileUpload.java index 0914acff..9a68b717 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/FileUpload.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/FileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterCookies.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterCookies.java index 12932260..67917c8b 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterCookies.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterCookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterImages.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterImages.java index 834bd438..55759dd3 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterImages.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/FilterImages.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/FindText.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/FindText.java index 90a95403..bb2908bf 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/FindText.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/FindText.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/GetHtml.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/GetHtml.java index 2bfb4dc5..1f4b576b 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/GetHtml.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/GetHtml.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/Html5Video.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/Html5Video.java index 23bb0e89..10f7940a 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/Html5Video.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/Html5Video.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/InterceptRequest.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/InterceptRequest.java index 30c9f7d5..f8bfd16b 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/InterceptRequest.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/InterceptRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/JarProtocol.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/JarProtocol.java index 5ccd7b88..5363ae68 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/JarProtocol.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/JarProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleClass.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleClass.java index 660c6574..162b29ee 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleClass.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleMethod.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleMethod.java index d8a09072..40f49a2a 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleMethod.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsAccessibleMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsConsoleEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsConsoleEvents.java index 7db570fd..5b312e36 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsConsoleEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsConsoleEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsFunctionCallback.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsFunctionCallback.java index 652d23b4..eebb77ab 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/JsFunctionCallback.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/JsFunctionCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtml.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtml.java index 31590612..6c5a1738 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtml.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtml.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.java index 240249ee..8260b3ef 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadUrl.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadUrl.java index 99ac0319..d8a52fa3 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadUrl.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/LoadUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/LocalWebStorage.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/LocalWebStorage.java index ad680ce5..e4ae81d5 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/LocalWebStorage.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/LocalWebStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/MuteAudio.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/MuteAudio.java index f3d8b8d1..5846a41c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/MuteAudio.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/MuteAudio.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJava.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJava.java index 40fab347..d8251c9c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJava.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJava.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJavaScript.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJavaScript.java index 18ba0d96..7f87552c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJavaScript.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintFromJavaScript.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintSettings.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintSettings.java index 19a4ac28..62a8fe97 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintSettings.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintToPdf.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintToPdf.java index 358667f6..a5592e1f 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintToPdf.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/PrintToPdf.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.java index 5d39f242..7d5a6378 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SaveWebPage.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SaveWebPage.java index 484c11ef..c1b24bf1 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SaveWebPage.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SaveWebPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectClientCertificate.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectClientCertificate.java index 437f1c97..3b6ebe28 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectClientCertificate.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectClientCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectionAsHtml.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectionAsHtml.java index 6feb8714..61056486 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectionAsHtml.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SelectionAsHtml.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckEvents.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckEvents.java index 2565d7ec..f439ee9c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckEvents.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.java index f16c893b..0ecb3209 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateError.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateError.java index 08102dbd..3a0e5578 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateError.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateError.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateVerifier.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateVerifier.java index f4af83ba..533c0e90 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateVerifier.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SslCertificateVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressKey.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressKey.java index a6dc31ac..55461d53 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressKey.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressMouse.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressMouse.java index 46db29e8..4ef9476b 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressMouse.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/SuppressMouse.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/UploadData.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/UploadData.java index 0863d0db..c098db29 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/UploadData.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/UploadData.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/UserAgent.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/UserAgent.java index 9ac31559..8461cdab 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/UserAgent.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/UserAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/VoiceRecognition.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/VoiceRecognition.java index 65ca0f49..db2c1479 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/VoiceRecognition.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/VoiceRecognition.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocket.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocket.java index 1b79270d..15b0a7f6 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocket.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.java index 83c2bd7e..4e3084ae 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/ZoomLevel.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/ZoomLevel.java index 02336977..f01bf3c9 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/ZoomLevel.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/ZoomLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BitmapToJavaFxImage.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BitmapToJavaFxImage.java index 14aaebbc..5a4bdbc5 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BitmapToJavaFxImage.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BitmapToJavaFxImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInFxml.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInFxml.java index dc51195d..e043e5fe 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInFxml.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInFxml.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInJFxPanel.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInJFxPanel.java index 422c43cc..114d4b4e 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInJFxPanel.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInJFxPanel.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInTabPane.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInTabPane.java index 6df5d109..092e56ff 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInTabPane.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/BrowserViewInTabPane.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/DefaultOpenPopupCallback.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/DefaultOpenPopupCallback.java index f0a5fc49..36fc1b6c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/DefaultOpenPopupCallback.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/DefaultOpenPopupCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserView.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserView.java index 5730cc2e..65d3d269 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserView.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserView.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserViewController.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserViewController.java index cd9fe814..3e3a2854 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserViewController.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/FxmlBrowserViewController.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/JavaFxBrowserView.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/JavaFxBrowserView.java index 64236de3..774a69a9 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/JavaFxBrowserView.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/javafx/JavaFxBrowserView.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/AuthenticationDialog.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/AuthenticationDialog.java index f2ee8f3f..19de74d1 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/AuthenticationDialog.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/AuthenticationDialog.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BitmapToSwingImage.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BitmapToSwingImage.java index a76a54d2..25ed9253 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BitmapToSwingImage.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BitmapToSwingImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJInternalFrame.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJInternalFrame.java index a7e56ebc..a473c5cb 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJInternalFrame.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJInternalFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJTabbedPane.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJTabbedPane.java index 2be054c6..0e90cc1d 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJTabbedPane.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/BrowserViewInJTabbedPane.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/CustomContextMenu.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/CustomContextMenu.java index c8b72aea..866d3571 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/CustomContextMenu.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/CustomContextMenu.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/DefaultOpenPopupCallback.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/DefaultOpenPopupCallback.java index 281fd469..89dba57c 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/DefaultOpenPopupCallback.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/DefaultOpenPopupCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingBrowserView.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingBrowserView.java index 744823af..2fbf9474 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingBrowserView.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingBrowserView.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingFullScreen.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingFullScreen.java index efe155b6..b8773126 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingFullScreen.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swing/SwingFullScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/BitmapToSwtImage.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/BitmapToSwtImage.java index 3e139154..58aeaafa 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/BitmapToSwtImage.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/BitmapToSwtImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/DefaultOpenPopupCallback.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/DefaultOpenPopupCallback.java index b5cdfbbd..ca331edf 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/DefaultOpenPopupCallback.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/DefaultOpenPopupCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/SwtBrowserView.java b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/SwtBrowserView.java index 7cfc272b..a0b216ef 100644 --- a/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/SwtBrowserView.java +++ b/examples/src/main/java/com/teamdev/jxbrowser/examples/swt/SwtBrowserView.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomCss.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomCss.kt index 594d2fa3..142bb4e8 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomCss.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomCss.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomProtocol.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomProtocol.kt index c2d84c66..469bd442 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomProtocol.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/CustomProtocol.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DefaultZoomLevel.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DefaultZoomLevel.kt index 9c346b3c..803b541c 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DefaultZoomLevel.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DefaultZoomLevel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisablePdfViewer.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisablePdfViewer.kt index 67b90ecd..0d1398a4 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisablePdfViewer.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisablePdfViewer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisableZoom.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisableZoom.kt index 3ef679e5..d566fcc4 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisableZoom.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DisableZoom.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchKeyEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchKeyEvents.kt index 657c66aa..80eb6f5a 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchKeyEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchKeyEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchMouseEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchMouseEvents.kt index 5f060125..97bfcbe4 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchMouseEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DispatchMouseEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomForm.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomForm.kt index 7f732b9a..2499a274 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomForm.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomForm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomGetAttributes.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomGetAttributes.kt index 9c880aad..40a2bab8 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomGetAttributes.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomGetAttributes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomKeyEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomKeyEvents.kt index ceca4f94..9886a31b 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomKeyEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomKeyEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomMouseEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomMouseEvents.kt index f0166a72..02abeca0 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomMouseEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomMouseEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomQuerySelector.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomQuerySelector.kt index f15bf20d..6dbbf5dd 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomQuerySelector.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomQuerySelector.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomSelectOption.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomSelectOption.kt index 70312e06..e1fb4352 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomSelectOption.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DomSelectOption.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DownloadFile.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DownloadFile.kt index 507dda80..3d5432ea 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DownloadFile.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/DownloadFile.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FileUpload.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FileUpload.kt index 440900ff..bcb15b91 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FileUpload.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FileUpload.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterCookies.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterCookies.kt index 40ec7bd9..e410bf9d 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterCookies.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterCookies.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterImages.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterImages.kt index 8e949a92..5c010899 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterImages.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FilterImages.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FindText.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FindText.kt index 40cc269e..d47d7d79 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FindText.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/FindText.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/GetHtml.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/GetHtml.kt index b6dfbb10..cc253e78 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/GetHtml.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/GetHtml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/Html5Video.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/Html5Video.kt index 1c047add..92b32ad8 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/Html5Video.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/Html5Video.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/InterceptRequest.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/InterceptRequest.kt index a68338ba..7fb93553 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/InterceptRequest.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/InterceptRequest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JarProtocol.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JarProtocol.kt index 86c36f19..5544c60d 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JarProtocol.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JarProtocol.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleClass.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleClass.kt index 4247ab52..a9b542f3 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleClass.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleClass.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleMethod.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleMethod.kt index 2988da32..d122d444 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleMethod.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsAccessibleMethod.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsConsoleEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsConsoleEvents.kt index 70d31977..1ace3d11 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsConsoleEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsConsoleEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsFunctionCallback.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsFunctionCallback.kt index 8d53ef2d..e7168f5a 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsFunctionCallback.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/JsFunctionCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtml.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtml.kt index e1016984..bd1de328 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtml.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.kt index 0bc644df..e96ecb6c 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadHtmlThroughInterceptRequest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadUrl.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadUrl.kt index 68b9f755..8ee4e8f0 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadUrl.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LoadUrl.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LocalWebStorage.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LocalWebStorage.kt index 0a7f437f..499335fb 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LocalWebStorage.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/LocalWebStorage.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/MuteAudio.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/MuteAudio.kt index 41045863..2efee625 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/MuteAudio.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/MuteAudio.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromJavaScript.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromJavaScript.kt index 82c87311..99098f88 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromJavaScript.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromJavaScript.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromKotlin.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromKotlin.kt index c79b3dd4..cf73e3d7 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromKotlin.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintFromKotlin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintSettings.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintSettings.kt index e2210a73..a496f52e 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintSettings.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintSettings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintToPdf.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintToPdf.kt index dec5f233..82b6b491 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintToPdf.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/PrintToPdf.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.kt index 91286bb5..3ce57b60 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/RedirectLoggingToFile.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SaveWebPage.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SaveWebPage.kt index c2d21130..e2d30945 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SaveWebPage.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SaveWebPage.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectClientCertificate.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectClientCertificate.kt index 3ead50e3..b62af7ef 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectClientCertificate.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectClientCertificate.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectionAsHtml.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectionAsHtml.kt index 916997b0..dd7c24cb 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectionAsHtml.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SelectionAsHtml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckEvents.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckEvents.kt index 7efb043f..f8d8886b 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckEvents.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.kt index 5005867c..82941eff 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SpellCheckSuggestions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateError.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateError.kt index 15d3e61f..2a727394 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateError.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateError.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateVerifier.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateVerifier.kt index 5b951257..e34e4154 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateVerifier.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SslCertificateVerifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressKey.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressKey.kt index 8feae223..e617e092 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressKey.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressKey.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressMouse.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressMouse.kt index 0dbd627c..af457648 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressMouse.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/SuppressMouse.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UploadData.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UploadData.kt index 1afd3daf..8c80bf60 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UploadData.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UploadData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UserAgent.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UserAgent.kt index d298c931..79f03b2a 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UserAgent.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/UserAgent.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/VoiceRecognition.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/VoiceRecognition.kt index e29e249d..47820bbb 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/VoiceRecognition.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/VoiceRecognition.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocket.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocket.kt index c01a5f63..93440728 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocket.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocket.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.kt index bcb7d519..fa6f12cc 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/WebSocketDataInterceptor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/ZoomLevel.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/ZoomLevel.kt index 3f00bfd0..07b3e558 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/ZoomLevel.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/ZoomLevel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/BitmapToComposeImage.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/BitmapToComposeImage.kt index 4561b1de..d50b72d6 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/BitmapToComposeImage.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/BitmapToComposeImage.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/ComposeBrowserView.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/ComposeBrowserView.kt index bd220a7d..dd1307e0 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/ComposeBrowserView.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/ComposeBrowserView.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/CustomContextMenu.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/CustomContextMenu.kt index 6ff6e8e1..01192479 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/CustomContextMenu.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/CustomContextMenu.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenExtensionPopupCallback.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenExtensionPopupCallback.kt index fa89c935..da4f9675 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenExtensionPopupCallback.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenExtensionPopupCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenPopupCallback.kt b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenPopupCallback.kt index 0649c3bc..20797642 100644 --- a/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenPopupCallback.kt +++ b/examples/src/main/kotlin/com/teamdev/jxbrowser/examples/compose/OpenPopupCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/settings.gradle.kts b/settings.gradle.kts index 7bf24b93..41db3763 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/ai/mcp-devtools/build.gradle.kts b/tutorials/ai/mcp-devtools/build.gradle.kts index 982d2ef0..84ab526e 100644 --- a/tutorials/ai/mcp-devtools/build.gradle.kts +++ b/tutorials/ai/mcp-devtools/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/ai/mcp-devtools/src/main/java/com/teamdev/jxbrowser/examples/DevToolsMCP.java b/tutorials/ai/mcp-devtools/src/main/java/com/teamdev/jxbrowser/examples/DevToolsMCP.java index b6f4e4d4..ae53dfc1 100644 --- a/tutorials/ai/mcp-devtools/src/main/java/com/teamdev/jxbrowser/examples/DevToolsMCP.java +++ b/tutorials/ai/mcp-devtools/src/main/java/com/teamdev/jxbrowser/examples/DevToolsMCP.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/ai/mcp-extension/build.gradle.kts b/tutorials/ai/mcp-extension/build.gradle.kts index da1ae3c5..541c182b 100644 --- a/tutorials/ai/mcp-extension/build.gradle.kts +++ b/tutorials/ai/mcp-extension/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/ai/mcp-extension/src/main/java/com/teamdev/jxbrowser/examples/ExtensionMCP.java b/tutorials/ai/mcp-extension/src/main/java/com/teamdev/jxbrowser/examples/ExtensionMCP.java index 072b1b5a..35e1403a 100644 --- a/tutorials/ai/mcp-extension/src/main/java/com/teamdev/jxbrowser/examples/ExtensionMCP.java +++ b/tutorials/ai/mcp-extension/src/main/java/com/teamdev/jxbrowser/examples/ExtensionMCP.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/content-changes/src/main/java/ContentListening.java b/tutorials/content-changes/src/main/java/ContentListening.java index 0e1f306e..e2b224e2 100644 --- a/tutorials/content-changes/src/main/java/ContentListening.java +++ b/tutorials/content-changes/src/main/java/ContentListening.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/crx-extensions/src/main/java/CrxExtensions.java b/tutorials/crx-extensions/src/main/java/CrxExtensions.java index ff50c670..216c6698 100644 --- a/tutorials/crx-extensions/src/main/java/CrxExtensions.java +++ b/tutorials/crx-extensions/src/main/java/CrxExtensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/crx-extensions/src/main/java/CrxFileFromChromeWebStore.java b/tutorials/crx-extensions/src/main/java/CrxFileFromChromeWebStore.java index 7bce0959..c237bcd0 100644 --- a/tutorials/crx-extensions/src/main/java/CrxFileFromChromeWebStore.java +++ b/tutorials/crx-extensions/src/main/java/CrxFileFromChromeWebStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/docker/project/build.gradle.kts b/tutorials/docker/project/build.gradle.kts index 9e5be775..0afb7e9a 100644 --- a/tutorials/docker/project/build.gradle.kts +++ b/tutorials/docker/project/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/docker/project/src/main/java/DemoApp.java b/tutorials/docker/project/src/main/java/DemoApp.java index f9281a51..9cfeafca 100644 --- a/tutorials/docker/project/src/main/java/DemoApp.java +++ b/tutorials/docker/project/src/main/java/DemoApp.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/eclipse-rcp/build.gradle.kts b/tutorials/eclipse-rcp/build.gradle.kts index 8c9e25c1..fbb6104a 100644 --- a/tutorials/eclipse-rcp/build.gradle.kts +++ b/tutorials/eclipse-rcp/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/tutorials/eclipse-rcp/com.example.e4.rcp/plugin.xml b/tutorials/eclipse-rcp/com.example.e4.rcp/plugin.xml index fc5f4202..22b85317 100644 --- a/tutorials/eclipse-rcp/com.example.e4.rcp/plugin.xml +++ b/tutorials/eclipse-rcp/com.example.e4.rcp/plugin.xml @@ -1,7 +1,7 @@