From d99a257d2b9808900131461adcab69607b3db90c Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Jan 2024 03:05:52 +0000 Subject: [PATCH] docs(license): update copyright year(s) --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/gradle.properties | 2 +- buildSrc/src/main/kotlin/Inline.kt | 2 +- buildSrc/src/main/kotlin/JvmArgs.kt | 2 +- buildSrc/src/main/kotlin/ProductInfo.kt | 2 +- buildSrc/src/main/kotlin/ServerConfiguration.kt | 2 +- buildSrc/src/main/kotlin/Testing.kt | 2 +- buildSrc/src/main/kotlin/publishToSpace.kt | 2 +- buildSrc/src/main/kotlin/runIdeaTaskBase.kt | 2 +- buildSrc/src/main/kotlin/runServerTaskBase.kt | 2 +- buildSrc/src/main/kotlin/runTaskBase.kt | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- projector-agent/build.gradle.kts | 2 +- .../kotlin/org/jetbrains/projector/agent/AgentInitializer.kt | 2 +- .../main/kotlin/org/jetbrains/projector/agent/AgentLauncher.kt | 2 +- .../kotlin/org/jetbrains/projector/agent/CommandsHandler.kt | 2 +- .../kotlin/org/jetbrains/projector/agent/GraphicsInterceptor.kt | 2 +- .../main/kotlin/org/jetbrains/projector/agent/GraphicsState.kt | 2 +- .../kotlin/org/jetbrains/projector/agent/GraphicsTransformer.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/agent/MainAgent.kt | 2 +- projector-awt-common/build.gradle.kts | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PClipboard.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PInputMethod.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PPeerFactory.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PToolkitBase.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PWindow.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PWindowUtils.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/data/AwtImageInfo.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/data/AwtPaintType.kt | 2 +- .../main/kotlin/org/jetbrains/projector/awt/data/Direction.kt | 2 +- .../org/jetbrains/projector/awt/font/PFontConfiguration.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/font/PFontManager.kt | 2 +- .../org/jetbrains/projector/awt/image/AffineTransformUril.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/image/PGraphics2D.kt | 2 +- .../org/jetbrains/projector/awt/image/PGraphicsConfiguration.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/image/PGraphicsDevice.kt | 2 +- .../org/jetbrains/projector/awt/image/PGraphicsEnvironment.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/image/PVolatileImage.kt | 2 +- .../main/kotlin/org/jetbrains/projector/awt/image/ShapeUtil.kt | 2 +- .../org/jetbrains/projector/awt/peer/PCheckboxMenuItemPeer.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/peer/PDesktopPeer.kt | 2 +- .../main/kotlin/org/jetbrains/projector/awt/peer/PFontPeer.kt | 2 +- .../jetbrains/projector/awt/peer/PKeyboardFocusManagerPeer.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/peer/PMenuBarPeer.kt | 2 +- .../org/jetbrains/projector/awt/peer/PMenuComponentPeer.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/peer/PMenuItemPeer.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/peer/PMouseInfoPeer.kt | 2 +- .../org/jetbrains/projector/awt/peer/PTextComponentPeer.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PButtonPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PCanvasPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PCheckboxPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PChoicePeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PComponentPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PContainerPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PDialogPeerBase.kt | 2 +- .../jetbrains/projector/awt/peer/base/PFileDialogPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PFramePeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PLabelPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PListPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PMenuPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PPanelPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PPopupMenuPeerBase.kt | 2 +- .../jetbrains/projector/awt/peer/base/PScrollPanePeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PScrollbarPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PTextAreaPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PTextFieldPeerBase.kt | 2 +- .../org/jetbrains/projector/awt/peer/base/PWindowPeerBase.kt | 2 +- .../main/kotlin/org/jetbrains/projector/awt/service/Defaults.kt | 2 +- .../org/jetbrains/projector/awt/service/DrawEventQueue.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/service/FontProvider.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/service/ImageCacher.kt | 2 +- .../jetbrains/projector/awt/IsWindowHeaderVisibleEnoughTest.kt | 2 +- projector-awt-jdk17/build.gradle.kts | 2 +- .../kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk17.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt | 2 +- projector-awt/build.gradle.kts | 2 +- .../kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk11.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt | 2 +- .../org/jetbrains/projector/awt/peer/PComponentJdk11Peer.kt | 2 +- .../kotlin/org/jetbrains/projector/awt/peer/PMenuJdk11Peer.kt | 2 +- projector-plugin/build.gradle.kts | 2 +- projector-plugin/gradle.properties | 2 +- .../main/kotlin/org/jetbrains/projector/plugin/KeystoreUtils.kt | 2 +- .../jetbrains/projector/plugin/ProjectorInstallStateKeeper.kt | 2 +- .../kotlin/org/jetbrains/projector/plugin/ProjectorService.kt | 2 +- .../jetbrains/projector/plugin/ProjectorSettingsConfigurable.kt | 2 +- .../projector/plugin/RegisterPluginInstallerStateListener.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/plugin/Session.kt | 2 +- .../src/main/kotlin/org/jetbrains/projector/plugin/Utils.kt | 2 +- .../org/jetbrains/projector/plugin/actions/ActivateAction.kt | 2 +- .../org/jetbrains/projector/plugin/actions/DisableAction.kt | 2 +- .../org/jetbrains/projector/plugin/actions/EnableAction.kt | 2 +- .../projector/plugin/actions/HeadlessProjectorAction.kt | 2 +- .../org/jetbrains/projector/plugin/actions/SessionAction.kt | 2 +- .../jetbrains/projector/plugin/actions/WaitForStartAction.kt | 2 +- .../kotlin/org/jetbrains/projector/plugin/ui/ConnectionPanel.kt | 2 +- .../main/kotlin/org/jetbrains/projector/plugin/ui/HostsList.kt | 2 +- .../org/jetbrains/projector/plugin/ui/LinearPanelBuilder.kt | 2 +- .../main/kotlin/org/jetbrains/projector/plugin/ui/Messages.kt | 2 +- .../main/kotlin/org/jetbrains/projector/plugin/ui/PortEditor.kt | 2 +- .../jetbrains/projector/plugin/ui/ProjectorSettingsComponent.kt | 2 +- .../org/jetbrains/projector/plugin/ui/ProjectorStatusWidget.kt | 2 +- .../kotlin/org/jetbrains/projector/plugin/ui/SessionDialog.kt | 2 +- .../kotlin/org/jetbrains/projector/plugin/ui/TokenEditor.kt | 2 +- projector-plugin/src/main/resources/META-INF/plugin.xml | 2 +- projector-server-common/build.gradle.kts | 2 +- projector-server-common/gradle.properties | 2 +- .../org/jetbrains/projector/server/HeadlessInitializer.kt | 2 +- .../main/kotlin/org/jetbrains/projector/server/PAwtProvider.kt | 2 +- .../org/jetbrains/projector/server/ProjectorLauncherBase.kt | 2 +- .../kotlin/org/jetbrains/projector/server/ProjectorServer.kt | 2 +- .../kotlin/org/jetbrains/projector/server/ProjectorStarter.kt | 2 +- .../org/jetbrains/projector/server/idea/CaretInfoUpdater.kt | 2 +- .../jetbrains/projector/server/idea/ExtendedTextAttributes.kt | 2 +- .../kotlin/org/jetbrains/projector/server/idea/UpdatesConfig.kt | 2 +- .../org/jetbrains/projector/server/platform/Compatibility.kt | 2 +- .../kotlin/org/jetbrains/projector/server/platform/Context.kt | 2 +- .../projector/server/service/ProjectorAwtInitializer.kt | 2 +- .../projector/server/service/ProjectorDrawEventQueue.kt | 2 +- .../jetbrains/projector/server/service/ProjectorFontProvider.kt | 2 +- .../jetbrains/projector/server/service/ProjectorImageCacher.kt | 2 +- .../org/jetbrains/projector/server/util/AsyncHostResolver.kt | 2 +- .../org/jetbrains/projector/server/util/ConfirmConnection.kt | 2 +- .../main/kotlin/org/jetbrains/projector/server/util/Convert.kt | 2 +- .../kotlin/org/jetbrains/projector/server/util/FontCacher.kt | 2 +- .../main/kotlin/org/jetbrains/projector/server/util/Network.kt | 2 +- .../org/jetbrains/projector/server/util/ServerMessages.kt | 2 +- .../projector/server/util/WindowDrawInterestManagerImpl.kt | 2 +- .../org/jetbrains/projector/server/websocket/WebsocketServer.kt | 2 +- .../org/jetbrains/projector/server/cache/ImageCacherTest.kt | 2 +- .../org/jetbrains/projector/server/idea/RangeComparingTest.kt | 2 +- .../kotlin/org/jetbrains/projector/server/util/DefaultsTest.kt | 2 +- .../jetbrains/projector/server/util/InterestManagerImplTest.kt | 2 +- .../kotlin/org/jetbrains/projector/server/util/SizeAwareTest.kt | 2 +- .../kotlin/org/jetbrains/projector/server/util/TransformTest.kt | 2 +- projector-server-jdk17/build.gradle.kts | 2 +- .../kotlin/org/jetbrains/projector/server/PAwtProviderJdk17.kt | 2 +- .../kotlin/org/jetbrains/projector/server/ProjectorLauncher.kt | 2 +- projector-server/build.gradle.kts | 2 +- .../kotlin/org/jetbrains/projector/server/PAwtProviderJdk11.kt | 2 +- .../kotlin/org/jetbrains/projector/server/ProjectorLauncher.kt | 2 +- settings.gradle.kts | 2 +- 144 files changed, 144 insertions(+), 144 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7f7e8846..59799b70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index fd43232c..e9e320fa 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index c777237a..412d7da0 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. +# Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/Inline.kt b/buildSrc/src/main/kotlin/Inline.kt index 7130babe..4dbb71da 100644 --- a/buildSrc/src/main/kotlin/Inline.kt +++ b/buildSrc/src/main/kotlin/Inline.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/JvmArgs.kt b/buildSrc/src/main/kotlin/JvmArgs.kt index 0dd5a063..77a527eb 100644 --- a/buildSrc/src/main/kotlin/JvmArgs.kt +++ b/buildSrc/src/main/kotlin/JvmArgs.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/ProductInfo.kt b/buildSrc/src/main/kotlin/ProductInfo.kt index fec5a20a..2c996435 100644 --- a/buildSrc/src/main/kotlin/ProductInfo.kt +++ b/buildSrc/src/main/kotlin/ProductInfo.kt @@ -7,7 +7,7 @@ import org.gradle.internal.os.OperatingSystem import java.io.File /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/ServerConfiguration.kt b/buildSrc/src/main/kotlin/ServerConfiguration.kt index e3a42abb..e65c363b 100644 --- a/buildSrc/src/main/kotlin/ServerConfiguration.kt +++ b/buildSrc/src/main/kotlin/ServerConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/Testing.kt b/buildSrc/src/main/kotlin/Testing.kt index 7db93ad2..2692a903 100644 --- a/buildSrc/src/main/kotlin/Testing.kt +++ b/buildSrc/src/main/kotlin/Testing.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/publishToSpace.kt b/buildSrc/src/main/kotlin/publishToSpace.kt index 3e179b9d..a42c413f 100644 --- a/buildSrc/src/main/kotlin/publishToSpace.kt +++ b/buildSrc/src/main/kotlin/publishToSpace.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/runIdeaTaskBase.kt b/buildSrc/src/main/kotlin/runIdeaTaskBase.kt index 05fa3166..6ec7f22f 100644 --- a/buildSrc/src/main/kotlin/runIdeaTaskBase.kt +++ b/buildSrc/src/main/kotlin/runIdeaTaskBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/runServerTaskBase.kt b/buildSrc/src/main/kotlin/runServerTaskBase.kt index 6d11f85e..8a3b42ba 100644 --- a/buildSrc/src/main/kotlin/runServerTaskBase.kt +++ b/buildSrc/src/main/kotlin/runServerTaskBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/buildSrc/src/main/kotlin/runTaskBase.kt b/buildSrc/src/main/kotlin/runTaskBase.kt index c0a9be9a..59cb4215 100644 --- a/buildSrc/src/main/kotlin/runTaskBase.kt +++ b/buildSrc/src/main/kotlin/runTaskBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/gradle.properties b/gradle.properties index fd199c4c..801f02f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. +# Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8be889ec..e4cf1a61 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. +# Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/build.gradle.kts b/projector-agent/build.gradle.kts index c1530aa5..58e954eb 100644 --- a/projector-agent/build.gradle.kts +++ b/projector-agent/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentInitializer.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentInitializer.kt index 8bba41ad..5e15427e 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentInitializer.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentInitializer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentLauncher.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentLauncher.kt index fc8fdd61..a6897fe2 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentLauncher.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/AgentLauncher.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/CommandsHandler.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/CommandsHandler.kt index 59f8c204..e30a77ec 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/CommandsHandler.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/CommandsHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsInterceptor.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsInterceptor.kt index fbfeed91..4f076254 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsInterceptor.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsInterceptor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsState.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsState.kt index 1909cf34..74757d9f 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsState.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsTransformer.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsTransformer.kt index e59d6f9e..501d9bbd 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsTransformer.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/GraphicsTransformer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/MainAgent.kt b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/MainAgent.kt index 7dcbfe49..c5e09395 100644 --- a/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/MainAgent.kt +++ b/projector-agent/src/main/kotlin/org/jetbrains/projector/agent/MainAgent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/build.gradle.kts b/projector-awt-common/build.gradle.kts index dfcbe030..57ab51a7 100644 --- a/projector-awt-common/build.gradle.kts +++ b/projector-awt-common/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PClipboard.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PClipboard.kt index f52b7b2c..8f0d547d 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PClipboard.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PClipboard.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PInputMethod.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PInputMethod.kt index 350d6f12..d3d4ecb0 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PInputMethod.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PInputMethod.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactory.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactory.kt index 7f630c26..f7ff82bb 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactory.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactory.kt @@ -1,7 +1,7 @@ /* * GNU General Public License version 2 * - * Copyright (C) 2019-2023 JetBrains s.r.o. + * Copyright (C) 2019-2024 JetBrains s.r.o. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PToolkitBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PToolkitBase.kt index 5f55027f..fe017932 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PToolkitBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PToolkitBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindow.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindow.kt index bed04fd0..c58e9772 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindow.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindow.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindowUtils.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindowUtils.kt index f7f6db25..735321bf 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindowUtils.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/PWindowUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtImageInfo.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtImageInfo.kt index 179cf339..3eee1b94 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtImageInfo.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtImageInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtPaintType.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtPaintType.kt index f489f115..2b4f93f9 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtPaintType.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/AwtPaintType.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/Direction.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/Direction.kt index 4775ef75..819413ba 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/Direction.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/data/Direction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontConfiguration.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontConfiguration.kt index b06bb4f1..87ed47a4 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontConfiguration.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontManager.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontManager.kt index 9d0d5450..87e65bf4 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontManager.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/font/PFontManager.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/AffineTransformUril.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/AffineTransformUril.kt index e91b79e1..78bd5468 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/AffineTransformUril.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/AffineTransformUril.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphics2D.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphics2D.kt index 60cfaefb..831ff81f 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphics2D.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphics2D.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsConfiguration.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsConfiguration.kt index ebc188d2..53e96a93 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsConfiguration.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsDevice.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsDevice.kt index 79debef1..22a4f2f3 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsDevice.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsDevice.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsEnvironment.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsEnvironment.kt index 82ff6874..39716160 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsEnvironment.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PGraphicsEnvironment.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PVolatileImage.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PVolatileImage.kt index 1c0d917e..226e5c75 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PVolatileImage.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/PVolatileImage.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/ShapeUtil.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/ShapeUtil.kt index 8b7a7140..beb9773d 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/ShapeUtil.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/image/ShapeUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PCheckboxMenuItemPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PCheckboxMenuItemPeer.kt index b3507db0..cd65cdc2 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PCheckboxMenuItemPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PCheckboxMenuItemPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PDesktopPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PDesktopPeer.kt index 15274818..fe307a87 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PDesktopPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PDesktopPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PFontPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PFontPeer.kt index f85c275c..6f937cbf 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PFontPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PFontPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PKeyboardFocusManagerPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PKeyboardFocusManagerPeer.kt index 2d9db56c..34f28e86 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PKeyboardFocusManagerPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PKeyboardFocusManagerPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuBarPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuBarPeer.kt index 7a8e1f37..8c38853e 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuBarPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuBarPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuComponentPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuComponentPeer.kt index 1e30f091..659ee3b8 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuComponentPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuComponentPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuItemPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuItemPeer.kt index f62222ef..5cc5a0ec 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuItemPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuItemPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMouseInfoPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMouseInfoPeer.kt index 05f3791e..cf07d461 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMouseInfoPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PMouseInfoPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PTextComponentPeer.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PTextComponentPeer.kt index 211b00cb..3da41209 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PTextComponentPeer.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/PTextComponentPeer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PButtonPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PButtonPeerBase.kt index 10bd194b..35625c03 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PButtonPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PButtonPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCanvasPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCanvasPeerBase.kt index 033c0e77..ae262be0 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCanvasPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCanvasPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCheckboxPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCheckboxPeerBase.kt index be7fc2d5..28871d6d 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCheckboxPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PCheckboxPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PChoicePeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PChoicePeerBase.kt index 00dc6d7d..cc3ca209 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PChoicePeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PChoicePeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PComponentPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PComponentPeerBase.kt index e4461bf6..20c518b0 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PComponentPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PComponentPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PContainerPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PContainerPeerBase.kt index 507986cf..f911a944 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PContainerPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PContainerPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PDialogPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PDialogPeerBase.kt index 0f01780a..1e5f61d6 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PDialogPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PDialogPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFileDialogPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFileDialogPeerBase.kt index 244471f6..8c34d2b5 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFileDialogPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFileDialogPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFramePeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFramePeerBase.kt index 84a7055a..87d6112d 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFramePeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PFramePeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PLabelPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PLabelPeerBase.kt index 015ea305..8be12891 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PLabelPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PLabelPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PListPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PListPeerBase.kt index f19bdd09..e66ce888 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PListPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PListPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PMenuPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PMenuPeerBase.kt index 821ecef5..00409080 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PMenuPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PMenuPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPanelPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPanelPeerBase.kt index 633f4407..764a07f6 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPanelPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPanelPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPopupMenuPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPopupMenuPeerBase.kt index 0317c830..f89193db 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPopupMenuPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PPopupMenuPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollPanePeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollPanePeerBase.kt index 03c191ba..ec83f0c6 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollPanePeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollPanePeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollbarPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollbarPeerBase.kt index 1298ea0e..f5fb54a1 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollbarPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PScrollbarPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextAreaPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextAreaPeerBase.kt index f58f9cde..5f3d9151 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextAreaPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextAreaPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextFieldPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextFieldPeerBase.kt index 5710d58b..013d6a0b 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextFieldPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PTextFieldPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PWindowPeerBase.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PWindowPeerBase.kt index de3babb4..9cb9dee6 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PWindowPeerBase.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/peer/base/PWindowPeerBase.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/Defaults.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/Defaults.kt index 9368a8f6..a1a5ea4f 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/Defaults.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/Defaults.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/DrawEventQueue.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/DrawEventQueue.kt index 8d4b1abf..657023f1 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/DrawEventQueue.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/DrawEventQueue.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/FontProvider.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/FontProvider.kt index 911ad4a7..31d7d7b6 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/FontProvider.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/FontProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/ImageCacher.kt b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/ImageCacher.kt index 011ad723..d6331745 100644 --- a/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/ImageCacher.kt +++ b/projector-awt-common/src/main/kotlin/org/jetbrains/projector/awt/service/ImageCacher.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-common/src/test/kotlin/org/jetbrains/projector/awt/IsWindowHeaderVisibleEnoughTest.kt b/projector-awt-common/src/test/kotlin/org/jetbrains/projector/awt/IsWindowHeaderVisibleEnoughTest.kt index bfdbd4d1..2f529f8d 100644 --- a/projector-awt-common/src/test/kotlin/org/jetbrains/projector/awt/IsWindowHeaderVisibleEnoughTest.kt +++ b/projector-awt-common/src/test/kotlin/org/jetbrains/projector/awt/IsWindowHeaderVisibleEnoughTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-jdk17/build.gradle.kts b/projector-awt-jdk17/build.gradle.kts index d90be433..a74a42c8 100644 --- a/projector-awt-jdk17/build.gradle.kts +++ b/projector-awt-jdk17/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk17.kt b/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk17.kt index 3f01c281..07d79b1c 100644 --- a/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk17.kt +++ b/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk17.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt b/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt index 4cba96d4..79618f95 100644 --- a/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt +++ b/projector-awt-jdk17/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt/build.gradle.kts b/projector-awt/build.gradle.kts index 4186da5d..abee6a93 100644 --- a/projector-awt/build.gradle.kts +++ b/projector-awt/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk11.kt b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk11.kt index da8976e0..7d2d95bf 100644 --- a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk11.kt +++ b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PPeerFactoryJdk11.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt index 6e5610d6..4ab1caf5 100644 --- a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt +++ b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/PToolkit.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PComponentJdk11Peer.kt b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PComponentJdk11Peer.kt index 689dcf9b..c9b7b6ac 100644 --- a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PComponentJdk11Peer.kt +++ b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PComponentJdk11Peer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuJdk11Peer.kt b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuJdk11Peer.kt index ecce1d92..9ec907ad 100644 --- a/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuJdk11Peer.kt +++ b/projector-awt/src/main/kotlin/org/jetbrains/projector/awt/peer/PMenuJdk11Peer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/build.gradle.kts b/projector-plugin/build.gradle.kts index dda7408d..de4249c2 100644 --- a/projector-plugin/build.gradle.kts +++ b/projector-plugin/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/gradle.properties b/projector-plugin/gradle.properties index a1efb3c1..9a85cb52 100644 --- a/projector-plugin/gradle.properties +++ b/projector-plugin/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. +# Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/KeystoreUtils.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/KeystoreUtils.kt index f31afb5a..1cf80108 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/KeystoreUtils.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/KeystoreUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorInstallStateKeeper.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorInstallStateKeeper.kt index 8181c619..348bf2cb 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorInstallStateKeeper.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorInstallStateKeeper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorService.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorService.kt index 7e8e3622..8c3eba51 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorService.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorService.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorSettingsConfigurable.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorSettingsConfigurable.kt index 3cc3a1fa..c8ed370b 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorSettingsConfigurable.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ProjectorSettingsConfigurable.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/RegisterPluginInstallerStateListener.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/RegisterPluginInstallerStateListener.kt index 4dbe9380..ce7dfea9 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/RegisterPluginInstallerStateListener.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/RegisterPluginInstallerStateListener.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Session.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Session.kt index 970422a5..aa0f19ff 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Session.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Session.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Utils.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Utils.kt index c2d0cf7f..6751b1c2 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Utils.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/ActivateAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/ActivateAction.kt index b08aa247..68165e07 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/ActivateAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/ActivateAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/DisableAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/DisableAction.kt index 66b611d0..d0220334 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/DisableAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/DisableAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/EnableAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/EnableAction.kt index 44df8107..b5fa9a0c 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/EnableAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/EnableAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/HeadlessProjectorAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/HeadlessProjectorAction.kt index f288676f..e11badfb 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/HeadlessProjectorAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/HeadlessProjectorAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/SessionAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/SessionAction.kt index 497164a6..4be895c9 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/SessionAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/SessionAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/WaitForStartAction.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/WaitForStartAction.kt index c70e9d37..b069bc5b 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/WaitForStartAction.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/actions/WaitForStartAction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ConnectionPanel.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ConnectionPanel.kt index 37af8497..161c2fc5 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ConnectionPanel.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ConnectionPanel.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/HostsList.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/HostsList.kt index d51bdbd4..69730a5f 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/HostsList.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/HostsList.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/LinearPanelBuilder.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/LinearPanelBuilder.kt index df77a40f..b776dbf6 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/LinearPanelBuilder.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/LinearPanelBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/Messages.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/Messages.kt index 8532605e..17978976 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/Messages.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/Messages.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/PortEditor.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/PortEditor.kt index b9eb7129..8d8520fb 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/PortEditor.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/PortEditor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorSettingsComponent.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorSettingsComponent.kt index 099f0542..d605f5a0 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorSettingsComponent.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorSettingsComponent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorStatusWidget.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorStatusWidget.kt index 6984b31a..7e397e2a 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorStatusWidget.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/ProjectorStatusWidget.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/SessionDialog.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/SessionDialog.kt index c535bc14..7515fefc 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/SessionDialog.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/SessionDialog.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/TokenEditor.kt b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/TokenEditor.kt index 0096dc09..50c0591e 100644 --- a/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/TokenEditor.kt +++ b/projector-plugin/src/main/kotlin/org/jetbrains/projector/plugin/ui/TokenEditor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, JetBrains s.r.o. and/or its affiliates. All rights reserved. + * Copyright (c) 2019-2024, JetBrains s.r.o. and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/projector-plugin/src/main/resources/META-INF/plugin.xml b/projector-plugin/src/main/resources/META-INF/plugin.xml index 9a96cb39..79e887b6 100644 --- a/projector-plugin/src/main/resources/META-INF/plugin.xml +++ b/projector-plugin/src/main/resources/META-INF/plugin.xml @@ -1,5 +1,5 @@