diff --git a/LICENSE.txt b/LICENSE.txt index 7bfc0d5cb..645868494 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2021 JetBrains s.r.o. +Copyright (c) 2019-2022 JetBrains s.r.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle.kts b/build.gradle.kts index 7c39918a7..3eecc7e25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a1972adcb..cffaec99e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/buildSrc/src/main/kotlin/Inline.kt b/buildSrc/src/main/kotlin/Inline.kt index 3c4e1778d..6d6f37892 100644 --- a/buildSrc/src/main/kotlin/Inline.kt +++ b/buildSrc/src/main/kotlin/Inline.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/buildSrc/src/main/kotlin/jacocoReport.kt b/buildSrc/src/main/kotlin/jacocoReport.kt index 4b9e17669..a4fce6ba6 100644 --- a/buildSrc/src/main/kotlin/jacocoReport.kt +++ b/buildSrc/src/main/kotlin/jacocoReport.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/buildSrc/src/main/kotlin/publishOnSpace.kt b/buildSrc/src/main/kotlin/publishOnSpace.kt index d40343882..afa15d9bc 100644 --- a/buildSrc/src/main/kotlin/publishOnSpace.kt +++ b/buildSrc/src/main/kotlin/publishOnSpace.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/docSrc/build.gradle.kts b/docSrc/build.gradle.kts index bf859a703..af990f791 100644 --- a/docSrc/build.gradle.kts +++ b/docSrc/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/build.gradle.kts b/projector-agent-common/build.gradle.kts index 843cdc4f0..938333206 100644 --- a/projector-agent-common/build.gradle.kts +++ b/projector-agent-common/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/Misc.kt b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/Misc.kt index 45abbc2ec..85ebe5a7b 100644 --- a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/Misc.kt +++ b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/Misc.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/ProjectorClassTransformer.kt b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/ProjectorClassTransformer.kt index 2d5c2f5e0..5c1bcbe50 100644 --- a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/ProjectorClassTransformer.kt +++ b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/ProjectorClassTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformationResult.kt b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformationResult.kt index 9003ad0fc..e311c44ad 100644 --- a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformationResult.kt +++ b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformationResult.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformerSetup.kt b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformerSetup.kt index c797f7535..8e66b0204 100644 --- a/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformerSetup.kt +++ b/projector-agent-common/src/main/kotlin/org/jetbrains/projector/agent/common/transformation/TransformerSetup.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-common/src/test/kotlin/org/jetbrains/projector/agent/common/MiscTest.kt b/projector-agent-common/src/test/kotlin/org/jetbrains/projector/agent/common/MiscTest.kt index a6f293dc9..a07cca0d8 100644 --- a/projector-agent-common/src/test/kotlin/org/jetbrains/projector/agent/common/MiscTest.kt +++ b/projector-agent-common/src/test/kotlin/org/jetbrains/projector/agent/common/MiscTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/build.gradle.kts b/projector-agent-ij-injector/build.gradle.kts index beef5c951..5aa7742fe 100644 --- a/projector-agent-ij-injector/build.gradle.kts +++ b/projector-agent-ij-injector/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/BatchTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/BatchTransformer.kt index 2043dd2f9..dd57b41e3 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/BatchTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/BatchTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjBrowserUtilTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjBrowserUtilTransformer.kt index 357f44ae0..031ef43ff 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjBrowserUtilTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjBrowserUtilTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjFastNodeCellRendererTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjFastNodeCellRendererTransformer.kt index 02dc8f834..30c3afe4b 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjFastNodeCellRendererTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjFastNodeCellRendererTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjector.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjector.kt index 21c59962f..e60bbd728 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjector.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjector.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjectorAgent.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjectorAgent.kt index 6af674991..f70f60e40 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjectorAgent.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjInjectorAgent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjLigaturesDisablerTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjLigaturesDisablerTransformer.kt index 9717ba8b9..c53415bb2 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjLigaturesDisablerTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjLigaturesDisablerTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjMdTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjMdTransformer.kt index 7de79fb8c..abff4e857 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjMdTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjMdTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjRestartDisablerTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjRestartDisablerTransformer.kt index d7ebc9e62..78a86dfb3 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjRestartDisablerTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjRestartDisablerTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjUiUtilsTransformer.kt b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjUiUtilsTransformer.kt index 565b17d02..7547a292b 100644 --- a/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjUiUtilsTransformer.kt +++ b/projector-agent-ij-injector/src/main/kotlin/org/jetbrains/projector/agent/ijInjector/IjUiUtilsTransformer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-agent-ij-injector/src/test/kotlin/org/jetbrains/projector/agent/ijInjector/DummyTest.kt b/projector-agent-ij-injector/src/test/kotlin/org/jetbrains/projector/agent/ijInjector/DummyTest.kt index 388f3962f..3c2c1bed3 100644 --- a/projector-agent-ij-injector/src/test/kotlin/org/jetbrains/projector/agent/ijInjector/DummyTest.kt +++ b/projector-agent-ij-injector/src/test/kotlin/org/jetbrains/projector/agent/ijInjector/DummyTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/build.gradle.kts b/projector-client-common/build.gradle.kts index 91fa36803..4f802497d 100644 --- a/projector-client-common/build.gradle.kts +++ b/projector-client-common/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/DrawEvent.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/DrawEvent.kt index 648f0d5d6..001ce7b19 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/DrawEvent.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/DrawEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/Renderer.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/Renderer.kt index 4bedc55be..68f2c7c5a 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/Renderer.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/Renderer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/RenderingQueue.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/RenderingQueue.kt index e1622213f..580345bb4 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/RenderingQueue.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/RenderingQueue.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessor.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessor.kt index 9e40f8b33..26198af18 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessor.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Canvas.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Canvas.kt index 361b7b2ad..ad1060c28 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Canvas.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Canvas.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/CanvasFactory.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/CanvasFactory.kt index d77657c12..16efdbaf5 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/CanvasFactory.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/CanvasFactory.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Context2d.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Context2d.kt index d0b14fdaa..736caf3ca 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Context2d.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Context2d.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Extensions.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Extensions.kt index adfa60775..e3d6827e6 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Extensions.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/Extensions.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/PaintColor.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/PaintColor.kt index 248c15e5c..eade97d1c 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/PaintColor.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/PaintColor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/DoubleBufferedRenderingSurface.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/DoubleBufferedRenderingSurface.kt index f30ef8cc2..434737f07 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/DoubleBufferedRenderingSurface.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/DoubleBufferedRenderingSurface.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/RenderingSurface.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/RenderingSurface.kt index 1b3d47c1e..cc9297844 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/RenderingSurface.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/RenderingSurface.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/UnbufferedRenderingSurface.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/UnbufferedRenderingSurface.kt index 07f59bb01..8e8d2c3f1 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/UnbufferedRenderingSurface.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/canvas/buffering/UnbufferedRenderingSurface.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ImageCacher.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ImageCacher.kt index c10938f76..67d5b4610 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ImageCacher.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ImageCacher.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt index f497d78e6..bb3dcd474 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt index d3b53d6d6..ec1e83448 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToClientHandshakeDecoder.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToClientHandshakeDecoder.kt index 0a3f28670..83c56c968 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToClientHandshakeDecoder.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToClientHandshakeDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToServerHandshakeEncoder.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToServerHandshakeEncoder.kt index ed864c838..ec580b903 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToServerHandshakeEncoder.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxJsonToServerHandshakeEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxProtoBufToClientMessageDecoder.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxProtoBufToClientMessageDecoder.kt index 8e68b33d4..761f7dc06 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxProtoBufToClientMessageDecoder.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/KotlinxProtoBufToClientMessageDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/SerializationToServerMessageEncoder.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/SerializationToServerMessageEncoder.kt index 8ab176fc2..a8411b042 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/SerializationToServerMessageEncoder.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/protocol/SerializationToServerMessageEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/Window.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/Window.kt index b154e03cc..9e650a2a3 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/Window.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/Window.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/WindowManager.kt b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/WindowManager.kt index 80f69ce00..664fa4723 100644 --- a/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/WindowManager.kt +++ b/projector-client-common/src/commonMain/kotlin/org/jetbrains/projector/client/common/window/WindowManager.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessorTest.kt b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessorTest.kt index 10733c2c9..2788cc105 100644 --- a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessorTest.kt +++ b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/SingleRenderingSurfaceProcessorTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/DummyCanvasFactory.kt b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/DummyCanvasFactory.kt index fafbfee49..980f00abe 100644 --- a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/DummyCanvasFactory.kt +++ b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/DummyCanvasFactory.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/ImageCacherTest.kt b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/ImageCacherTest.kt index 4a80de14c..c8eac136d 100644 --- a/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/ImageCacherTest.kt +++ b/projector-client-common/src/commonTest/kotlin/org/jetbrains/projector/client/common/misc/ImageCacherTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvas.kt b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvas.kt index 95ff68c0c..2d8c76578 100644 --- a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvas.kt +++ b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvas.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvasFactory.kt b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvasFactory.kt index 6dca08e4c..fc3735399 100644 --- a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvasFactory.kt +++ b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomCanvasFactory.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomContext2d.kt b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomContext2d.kt index 723be69b8..a3f801b6f 100644 --- a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomContext2d.kt +++ b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/canvas/DomContext2d.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt index c004c5bfc..e811dd1ab 100644 --- a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt +++ b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt index d94e9ee28..d9eed1ead 100644 --- a/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt +++ b/projector-client-common/src/jsMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt b/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt index f69fee88f..228317c2e 100644 --- a/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt +++ b/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/ParamsProvider.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2020 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt b/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt index 10c0df6f0..9692c4022 100644 --- a/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt +++ b/projector-client-common/src/jvmMain/kotlin/org/jetbrains/projector/client/common/misc/TimeStamp.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2020 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/build.gradle.kts b/projector-client-web/build.gradle.kts index 03e9c59cf..e501a0db7 100644 --- a/projector-client-web/build.gradle.kts +++ b/projector-client-web/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Application.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Application.kt index cefd637f5..974df542a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Application.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Application.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Main.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Main.kt index 98da12427..b79cb1e80 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Main.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/Main.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ServerEventsProcessor.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ServerEventsProcessor.kt index b0f1c45ad..f5df966e2 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ServerEventsProcessor.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ServerEventsProcessor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/UriHandler.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/UriHandler.kt index 32221838b..dad45b0ca 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/UriHandler.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/UriHandler.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/WindowSizeController.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/WindowSizeController.kt index b85c7b6c8..4c8f06429 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/WindowSizeController.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/WindowSizeController.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/component/MarkdownPanelManager.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/component/MarkdownPanelManager.kt index 3d6b3dbc7..1311cc9aa 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/component/MarkdownPanelManager.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/component/MarkdownPanelManager.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/PingShower.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/PingShower.kt index 8fbe97bed..b2c8909c2 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/PingShower.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/PingShower.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/SentReceivedBadgeShower.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/SentReceivedBadgeShower.kt index c66e436e8..5f1a95b08 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/SentReceivedBadgeShower.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/debug/SentReceivedBadgeShower.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/electron/ElectronUtils.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/electron/ElectronUtils.kt index 22d85d80b..85406a5b5 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/electron/ElectronUtils.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/electron/ElectronUtils.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/CssProperties.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/CssProperties.kt index cdd144611..c56d99167 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/CssProperties.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/CssProperties.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/KeyboardApi.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/KeyboardApi.kt index 23dd6135c..5ccd62d2a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/KeyboardApi.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/KeyboardApi.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/ProcessApi.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/ProcessApi.kt index bd8543ff6..7e122b763 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/ProcessApi.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/ProcessApi.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-radium.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-radium.kt index cd5501efa..2b3d4f883 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-radium.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-radium.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-react-loading-indicator.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-react-loading-indicator.kt index 885cfda57..03f63e03c 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-react-loading-indicator.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/externalDeclarartion/npm-react-loading-indicator.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/InputController.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/InputController.kt index 4aeb35df7..87f02ce73 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/InputController.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/InputController.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/JsKey.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/JsKey.kt index 4c5e50dc8..1163efff7 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/JsKey.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/JsKey.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/SpecialKeysState.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/SpecialKeysState.kt index 86d83a8fd..05e3d8863 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/SpecialKeysState.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/SpecialKeysState.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/ImeInputMethod.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/ImeInputMethod.kt index d1dd80932..15d9d9fd3 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/ImeInputMethod.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/ImeInputMethod.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/InputMethod.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/InputMethod.kt index 2b864b74e..3c6f52f09 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/InputMethod.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/InputMethod.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/LegacyInputMethod.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/LegacyInputMethod.kt index d442d335b..5e7f3c207 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/LegacyInputMethod.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/LegacyInputMethod.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/MobileInputMethod.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/MobileInputMethod.kt index 5fcef487c..182cf6947 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/MobileInputMethod.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/MobileInputMethod.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/Util.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/Util.kt index 1f98b03b5..5bf6ff4ee 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/Util.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/key/Util.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/FrAzerty.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/FrAzerty.kt index c65b2d2e1..77d808e05 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/FrAzerty.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/FrAzerty.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardApiLayout.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardApiLayout.kt index 83a507f0b..a88bb9dd7 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardApiLayout.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardApiLayout.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardLayout.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardLayout.kt index 15315d8b3..13e5a4f37 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardLayout.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/KeyboardLayout.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/UsQwerty.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/UsQwerty.kt index 0d8653b7c..80bdbdc60 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/UsQwerty.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/input/layout/UsQwerty.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ClientStats.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ClientStats.kt index 6b433dd5c..dea8636f0 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ClientStats.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ClientStats.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/CloseBlocker.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/CloseBlocker.kt index 402054b5b..8bb46d6c3 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/CloseBlocker.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/CloseBlocker.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ConnectionWatcher.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ConnectionWatcher.kt index 27a8ed9ca..8794d9ad1 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ConnectionWatcher.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/ConnectionWatcher.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/Convert.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/Convert.kt index bb66645c2..4dbc4a909 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/Convert.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/Convert.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/FontFaceAppender.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/FontFaceAppender.kt index cf1b2764d..52a0912cf 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/FontFaceAppender.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/FontFaceAppender.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/JsUtil.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/JsUtil.kt index 8b35ed04e..f40f53663 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/JsUtil.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/JsUtil.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/PingStatistics.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/PingStatistics.kt index 1d33d1214..2b6fc4cd9 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/PingStatistics.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/PingStatistics.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/SelectionBlocker.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/SelectionBlocker.kt index 8715917bf..d9efd277f 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/SelectionBlocker.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/misc/SelectionBlocker.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/GZipToClientMessageDecompressor.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/GZipToClientMessageDecompressor.kt index b6b7ee640..903cde70d 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/GZipToClientMessageDecompressor.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/GZipToClientMessageDecompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/KotlinxJsonToClientMessageDecoder.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/KotlinxJsonToClientMessageDecoder.kt index e04791c97..fdafa3d41 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/KotlinxJsonToClientMessageDecoder.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/KotlinxJsonToClientMessageDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/ManualJsonToClientMessageDecoder.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/ManualJsonToClientMessageDecoder.kt index fe34c1608..a3d5b5409 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/ManualJsonToClientMessageDecoder.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/ManualJsonToClientMessageDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/SupportedTypesProvider.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/SupportedTypesProvider.kt index 5750556d0..98c78a787 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/SupportedTypesProvider.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/protocol/SupportedTypesProvider.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/Typing.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/Typing.kt index 541f2e191..76c6ffd05 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/Typing.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/Typing.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/TypingUtils.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/TypingUtils.kt index d6c5ab52a..ee07217d4 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/TypingUtils.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/speculative/TypingUtils.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientAction.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientAction.kt index d4d3d9ebd..2a8bc1ecb 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientAction.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientAction.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientState.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientState.kt index 54005a697..71cee1897 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientState.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientState.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientStateMachine.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientStateMachine.kt index b7a85cc4c..bc69d334a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientStateMachine.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ClientStateMachine.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/MessagingPolicy.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/MessagingPolicy.kt index 5603a343e..18d2576c4 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/MessagingPolicy.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/MessagingPolicy.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ProjectorUI.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ProjectorUI.kt index 4f2a17bc7..e92c74c5a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ProjectorUI.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/state/ProjectorUI.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ui/ReconnectionMessage.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ui/ReconnectionMessage.kt index 77d512f24..da422005a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ui/ReconnectionMessage.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/ui/ReconnectionMessage.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/DragEventsInterceptor.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/DragEventsInterceptor.kt index 6666c662f..f7a4eb69f 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/DragEventsInterceptor.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/DragEventsInterceptor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/OnScreenMessenger.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/OnScreenMessenger.kt index dc1e0f534..f25f4ca39 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/OnScreenMessenger.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/OnScreenMessenger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindow.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindow.kt index 2c2d96f6e..5ca5f7d09 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindow.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindow.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindowManager.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindowManager.kt index 1eeeff831..20903d53a 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindowManager.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WebWindowManager.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowBorder.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowBorder.kt index a24403492..2a875ea36 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowBorder.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowBorder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowDataEventsProcessor.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowDataEventsProcessor.kt index e24bfeb0f..82566fb6f 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowDataEventsProcessor.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowDataEventsProcessor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowHeader.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowHeader.kt index 46bc79b98..6c91351c7 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowHeader.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/window/WindowHeader.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/wrapper/npm-react-loading-indicator.kt b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/wrapper/npm-react-loading-indicator.kt index e08b1402a..79d444d7c 100644 --- a/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/wrapper/npm-react-loading-indicator.kt +++ b/projector-client-web/src/main/kotlin/org/jetbrains/projector/client/web/wrapper/npm-react-loading-indicator.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/ImeTest.kt b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/ImeTest.kt index 23504d4ec..844c2a75a 100644 --- a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/ImeTest.kt +++ b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/ImeTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/AssertEqualsWithoutTimeStamp.kt b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/AssertEqualsWithoutTimeStamp.kt index 9f315874b..ba42430f0 100644 --- a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/AssertEqualsWithoutTimeStamp.kt +++ b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/AssertEqualsWithoutTimeStamp.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/StringToEvent.kt b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/StringToEvent.kt index 568b614ef..ee4fa0682 100644 --- a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/StringToEvent.kt +++ b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/input/key/util/StringToEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/speculative/TypingTest.kt b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/speculative/TypingTest.kt index 631cf41f5..f67b7c515 100644 --- a/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/speculative/TypingTest.kt +++ b/projector-client-web/src/test/kotlin/org/jetbrains/projector/client/web/speculative/TypingTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/build.gradle.kts b/projector-common/build.gradle.kts index 483ea3170..2136f3aa4 100644 --- a/projector-common/build.gradle.kts +++ b/projector-common/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/CompatibilityHash.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/CompatibilityHash.kt index 483fb992f..34a06a524 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/CompatibilityHash.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/CompatibilityHash.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/Defaults.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/Defaults.kt index 71f79be4f..8f4d16d68 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/Defaults.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/Defaults.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/misc.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/misc.kt index d61b73630..01fe50371 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/misc.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/misc/misc.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageDecoder.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageDecoder.kt index f52f8d893..4cb393377 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageDecoder.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageEncoder.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageEncoder.kt index 243ab3b65..608891241 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageEncoder.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/MessageEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageCompressor.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageCompressor.kt index 4eefadba3..fcdb8ff21 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageCompressor.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageCompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageDecompressor.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageDecompressor.kt index e89c11215..fbc041ac0 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageDecompressor.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/MessageDecompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotCompressor.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotCompressor.kt index cb1caeebc..e0b56a20c 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotCompressor.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotCompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotDecompressor.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotDecompressor.kt index 1527c2b27..addfe0d96 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotDecompressor.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/compress/NotDecompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonComposite.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonComposite.kt index 3b52709a8..f1b2dedd4 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonComposite.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonComposite.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonShape.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonShape.kt index 00b762130..42f98a53b 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonShape.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CommonShape.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CursorType.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CursorType.kt index a8180f54c..fd2dce35d 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CursorType.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/CursorType.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Font.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Font.kt index 7bd267d4f..b5251b15d 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Font.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Font.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageData.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageData.kt index 42c981209..e741e9d73 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageData.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageData.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageEventInfo.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageEventInfo.kt index 658e8213b..08d5dc374 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageEventInfo.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageEventInfo.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageId.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageId.kt index b1a967f89..a75c8347b 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageId.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/ImageId.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintType.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintType.kt index 8847a90ab..f6ab071d9 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintType.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintType.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintValue.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintValue.kt index 31cb9b9ea..e5c18b95d 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintValue.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PaintValue.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PathSegment.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PathSegment.kt index 0e9650882..bfe50fd4c 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PathSegment.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/PathSegment.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Point.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Point.kt index 7368ba97e..0d6ddb290 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Point.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Point.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Size.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Size.kt index 31c83e447..e2a6159fa 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Size.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/Size.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/StrokeData.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/StrokeData.kt index 47e2274a5..adb37fa2a 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/StrokeData.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/StrokeData.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/UserKeymap.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/UserKeymap.kt index 36eb2e3fe..39413015f 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/UserKeymap.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/UserKeymap.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/VK.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/VK.kt index d0518f5c1..d6cf20dac 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/VK.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/data/VK.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/CompressionType.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/CompressionType.kt index 418f00305..4731a06b7 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/CompressionType.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/CompressionType.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/Constant.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/Constant.kt index 23f7708e8..8fb752ac5 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/Constant.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/Constant.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/KotlinxJsonHandshakeEventSerializer.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/KotlinxJsonHandshakeEventSerializer.kt index 8dff64103..4c3b2c3b4 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/KotlinxJsonHandshakeEventSerializer.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/KotlinxJsonHandshakeEventSerializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ProtocolType.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ProtocolType.kt index 553d8f88c..5aff8fba8 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ProtocolType.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ProtocolType.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToClientHandshakeEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToClientHandshakeEvent.kt index cde9d33e7..6f3ec2187 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToClientHandshakeEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToClientHandshakeEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToServerHandshakeEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToServerHandshakeEvent.kt index e4406c3a6..1098e095b 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToServerHandshakeEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/handshake/ToServerHandshakeEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/Coder.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/Coder.kt index 3525fda6d..cd9989651 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/Coder.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/Coder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxJsonServerEventSerializer.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxJsonServerEventSerializer.kt index 7d5ec5866..b0f616086 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxJsonServerEventSerializer.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxJsonServerEventSerializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxProtoBufServerEventSerializer.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxProtoBufServerEventSerializer.kt index 8b752fdd1..3e2e3b288 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxProtoBufServerEventSerializer.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/KotlinxProtoBufServerEventSerializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/MainWindowsEndpoint.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/MainWindowsEndpoint.kt index fcd20454a..27f7df71d 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/MainWindowsEndpoint.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/MainWindowsEndpoint.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerEvent.kt index 81fd4aeb7..647187c7b 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerWindowEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerWindowEvent.kt index c372ec4e2..c860fc466 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerWindowEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/ServerWindowEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/WindowData.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/WindowData.kt index 5c58aec5a..eb8f6a3b2 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/WindowData.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/WindowData.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/data/idea/CaretInfo.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/data/idea/CaretInfo.kt index e20d9573b..93b445e3a 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/data/idea/CaretInfo.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toClient/data/idea/CaretInfo.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/ClientEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/ClientEvent.kt index 669f1f0bc..9e45348af 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/ClientEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/ClientEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/Coder.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/Coder.kt index 2fd370874..5be3733b0 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/Coder.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/Coder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/KotlinxJsonClientEventSerializer.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/KotlinxJsonClientEventSerializer.kt index 1ed4116c0..013376c98 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/KotlinxJsonClientEventSerializer.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/KotlinxJsonClientEventSerializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/RelayControlEvent.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/RelayControlEvent.kt index 3b744019e..529eb4930 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/RelayControlEvent.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/RelayControlEvent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Average.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Average.kt index 3080cc4b1..8fe270f04 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Average.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Average.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Rate.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Rate.kt index 174a3d242..ed2e8f017 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Rate.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/Rate.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategy.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategy.kt index efb29a68d..ed2d36c2e 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategy.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategy.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/StatsValue.kt b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/StatsValue.kt index ed6e851b2..1d7ad5c0a 100644 --- a/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/StatsValue.kt +++ b/projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/statistics/StatsValue.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/misc/CompatibilityHashTest.kt b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/misc/CompatibilityHashTest.kt index 3ee10be28..03232b756 100644 --- a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/misc/CompatibilityHashTest.kt +++ b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/misc/CompatibilityHashTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/CommonVersionPresenceTest.kt b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/CommonVersionPresenceTest.kt index aa3c30a15..917dd8bc4 100644 --- a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/CommonVersionPresenceTest.kt +++ b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/CommonVersionPresenceTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/SerialNamesTest.kt b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/SerialNamesTest.kt index f828f2373..5d9cabe1b 100644 --- a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/SerialNamesTest.kt +++ b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/protocol/SerialNamesTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/AverageTest.kt b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/AverageTest.kt index d7daddbec..e49f28820 100644 --- a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/AverageTest.kt +++ b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/AverageTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategyTest.kt b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategyTest.kt index 6d8a35b64..c59d4927e 100644 --- a/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategyTest.kt +++ b/projector-common/src/commonTest/kotlin/org/jetbrains/projector/common/statistics/RoundingStrategyTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/jsMain/kotlin/org/jetbrains/projector/common/misc/misc.kt b/projector-common/src/jsMain/kotlin/org/jetbrains/projector/common/misc/misc.kt index 683c7a645..7ddd81f33 100644 --- a/projector-common/src/jsMain/kotlin/org/jetbrains/projector/common/misc/misc.kt +++ b/projector-common/src/jsMain/kotlin/org/jetbrains/projector/common/misc/misc.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-common/src/jvmMain/kotlin/org/jetbrains/projector/common/misc/toString.kt b/projector-common/src/jvmMain/kotlin/org/jetbrains/projector/common/misc/toString.kt index 214c415c3..5d12f2194 100644 --- a/projector-common/src/jvmMain/kotlin/org/jetbrains/projector/common/misc/toString.kt +++ b/projector-common/src/jvmMain/kotlin/org/jetbrains/projector/common/misc/toString.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-ij-common/build.gradle.kts b/projector-ij-common/build.gradle.kts index 1bdb0ff8c..c0c2ba0b4 100644 --- a/projector-ij-common/build.gradle.kts +++ b/projector-ij-common/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-ij-common/src/main/kotlin/org/jetbrains/projector/agent/init/IjArgs.kt b/projector-ij-common/src/main/kotlin/org/jetbrains/projector/agent/init/IjArgs.kt index 7b9478442..a6a5f0fa9 100644 --- a/projector-ij-common/src/main/kotlin/org/jetbrains/projector/agent/init/IjArgs.kt +++ b/projector-ij-common/src/main/kotlin/org/jetbrains/projector/agent/init/IjArgs.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-ij-common/src/main/kotlin/org/jetbrains/projector/ij/md/Markdown.kt b/projector-ij-common/src/main/kotlin/org/jetbrains/projector/ij/md/Markdown.kt index 631eef897..c1b00ba4d 100644 --- a/projector-ij-common/src/main/kotlin/org/jetbrains/projector/ij/md/Markdown.kt +++ b/projector-ij-common/src/main/kotlin/org/jetbrains/projector/ij/md/Markdown.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-ij-common/src/test/kotlin/org/jetbrains/projector/agent/init/IjArgsTest.kt b/projector-ij-common/src/test/kotlin/org/jetbrains/projector/agent/init/IjArgsTest.kt index fc6855ff8..00f5fb203 100644 --- a/projector-ij-common/src/test/kotlin/org/jetbrains/projector/agent/init/IjArgsTest.kt +++ b/projector-ij-common/src/test/kotlin/org/jetbrains/projector/agent/init/IjArgsTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/build.gradle.kts b/projector-launcher/build.gradle.kts index 4622937c5..7aa315970 100644 --- a/projector-launcher/build.gradle.kts +++ b/projector-launcher/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/ElectronApp.kt b/projector-launcher/src/main/kotlin/ElectronApp.kt index f294fda95..631788179 100644 --- a/projector-launcher/src/main/kotlin/ElectronApp.kt +++ b/projector-launcher/src/main/kotlin/ElectronApp.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/ElectronUtil.kt b/projector-launcher/src/main/kotlin/ElectronUtil.kt index 58aade0a4..6acaf0197 100644 --- a/projector-launcher/src/main/kotlin/ElectronUtil.kt +++ b/projector-launcher/src/main/kotlin/ElectronUtil.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/GlobalSettings.kt b/projector-launcher/src/main/kotlin/GlobalSettings.kt index 816488240..6c045987e 100644 --- a/projector-launcher/src/main/kotlin/GlobalSettings.kt +++ b/projector-launcher/src/main/kotlin/GlobalSettings.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/KElectron.kt b/projector-launcher/src/main/kotlin/KElectron.kt index 96761ac1c..53c3a4cf9 100644 --- a/projector-launcher/src/main/kotlin/KElectron.kt +++ b/projector-launcher/src/main/kotlin/KElectron.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/Logger.kt b/projector-launcher/src/main/kotlin/Logger.kt index 332098da5..e4a963cdb 100644 --- a/projector-launcher/src/main/kotlin/Logger.kt +++ b/projector-launcher/src/main/kotlin/Logger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-launcher/src/main/kotlin/app.kt b/projector-launcher/src/main/kotlin/app.kt index adb4f92fd..89f135ae1 100644 --- a/projector-launcher/src/main/kotlin/app.kt +++ b/projector-launcher/src/main/kotlin/app.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/build.gradle.kts b/projector-server-core/build.gradle.kts index dcc2e9db6..1de5446fd 100644 --- a/projector-server-core/build.gradle.kts +++ b/projector-server-core/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/ConnectionUtil.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/ConnectionUtil.kt index e0b495c11..3e245cfb9 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/ConnectionUtil.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/ConnectionUtil.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/CloseBlockingTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/CloseBlockingTest.kt index 92384c507..fcd8b684f 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/CloseBlockingTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/CloseBlockingTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/IdeWindowParameterTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/IdeWindowParameterTest.kt index 46825dd91..21efb06f5 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/IdeWindowParameterTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/IdeWindowParameterTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NoMessagesFromServerTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NoMessagesFromServerTest.kt index 26fc200c3..60df784a3 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NoMessagesFromServerTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NoMessagesFromServerTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NotSecureAlertTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NotSecureAlertTest.kt index eba18fe84..2b4c05ec9 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NotSecureAlertTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/NotSecureAlertTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/ProjectorHttpWsServerTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/ProjectorHttpWsServerTest.kt index b8a26a904..2691c288f 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/ProjectorHttpWsServerTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/ProjectorHttpWsServerTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/SeleniumUtils.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/SeleniumUtils.kt index f8c725a43..d267bc183 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/SeleniumUtils.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/SeleniumUtils.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/AbstractKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/AbstractKeyboardTest.kt index 3a50fa279..9dbb97cf1 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/AbstractKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/AbstractKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/DesktopKeyboardUtil.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/DesktopKeyboardUtil.kt index 73c049c69..b5f67b471 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/DesktopKeyboardUtil.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/DesktopKeyboardUtil.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/ImeKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/ImeKeyboardTest.kt index 165de5572..bad912fbb 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/ImeKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/ImeKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/LegacyKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/LegacyKeyboardTest.kt index 95d7dc80d..feeef838e 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/LegacyKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/LegacyKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardTest.kt index 0011a80f9..4da607058 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardUtil.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardUtil.kt index 8dc862e7d..434baac56 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardUtil.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileKeyboardUtil.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileOnlyButtonsKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileOnlyButtonsKeyboardTest.kt index 5d912cd47..53ab0a33b 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileOnlyButtonsKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/headless/keyboard/MobileOnlyButtonsKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelClipboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelClipboardTest.kt index 15c18a831..294b3834b 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelClipboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelClipboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelKeyboardTest.kt b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelKeyboardTest.kt index fc5210245..cf31294ba 100644 --- a/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelKeyboardTest.kt +++ b/projector-server-core/src/intTest/kotlin/org/jetbrains/projector/intTest/lowLevelKeyboard/LowLevelKeyboardTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientEventHandler.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientEventHandler.kt index 6dcd48ab7..e32a29dbf 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientEventHandler.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientEventHandler.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientSettings.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientSettings.kt index 7304390c8..e467ec996 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientSettings.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientSettings.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientWrapper.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientWrapper.kt index e0a74b384..66a1302be 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientWrapper.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ClientWrapper.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ServerTransport.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ServerTransport.kt index db3aeabe6..49456a7d7 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ServerTransport.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ServerTransport.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/classloader/Setup.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/classloader/Setup.kt index 61f81095a..63fbcb94c 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/classloader/Setup.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/classloader/Setup.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/ClientEventExtensions.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/ClientEventExtensions.kt index 0625cabf8..0565692a3 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/ClientEventExtensions.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/ClientEventExtensions.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Key.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Key.kt index bdb6a44e8..f7a0d0c7a 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Key.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Key.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Mouse.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Mouse.kt index ed28e874d..061ecb987 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Mouse.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/Mouse.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/codesMap.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/codesMap.kt index 6e185b552..f5dbecb79 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/codesMap.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toAwt/codesMap.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Convert.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Convert.kt index dcfa97f17..8ba6bec8c 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Convert.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Convert.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Shift.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Shift.kt index ffd509c6d..250d3e261 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Shift.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Shift.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Transform.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Transform.kt index a3135b1c8..8acbf6379 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Transform.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/convert/toClient/Transform.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeColors.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeColors.kt index 60d16a651..0e6aad94a 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeColors.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeColors.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeaState.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeaState.kt index d312fd136..505a8e472 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeaState.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IdeaState.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IjInjectorAgentInitializer.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IjInjectorAgentInitializer.kt index 2d9bf9ba6..0b758fdc8 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IjInjectorAgentInitializer.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/IjInjectorAgentInitializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/KeymapSetter.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/KeymapSetter.kt index 2c8ef86b4..54a2cefa0 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/KeymapSetter.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/KeymapSetter.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/SettingsInitializer.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/SettingsInitializer.kt index 6508d3d54..1b198e360 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/SettingsInitializer.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/SettingsInitializer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/DelegatingJvmLogger.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/DelegatingJvmLogger.kt index 6556d55bc..920aa7e35 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/DelegatingJvmLogger.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/DelegatingJvmLogger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/IjJvmLogger.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/IjJvmLogger.kt index ff29f5608..0ae877346 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/IjJvmLogger.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/log/IjJvmLogger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/CssProcessor.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/CssProcessor.kt index 332ca14fb..c94f10d5e 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/CssProcessor.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/CssProcessor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/LocalImagesInliner.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/LocalImagesInliner.kt index ac85a35f9..034b59a3a 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/LocalImagesInliner.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/LocalImagesInliner.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelComponent.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelComponent.kt index 7f8e5b784..ca1cbc24b 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelComponent.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelComponent.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelDelegate.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelDelegate.kt index 752485e2d..0a01deca1 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelDelegate.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelDelegate.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelUpdater.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelUpdater.kt index daee33a7b..d67b08652 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelUpdater.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/PanelUpdater.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/ProjectorMarkdownPanel.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/ProjectorMarkdownPanel.kt index e35137197..3526a4892 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/ProjectorMarkdownPanel.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/ij/md/ProjectorMarkdownPanel.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/GZipMessageCompressor.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/GZipMessageCompressor.kt index bc92aee7c..0a9fea8c7 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/GZipMessageCompressor.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/GZipMessageCompressor.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/HandshakeTypesSelector.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/HandshakeTypesSelector.kt index e01596e49..f7e86fd8d 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/HandshakeTypesSelector.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/HandshakeTypesSelector.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientHandshakeEncoder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientHandshakeEncoder.kt index f06171247..4cd5fa7f7 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientHandshakeEncoder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientHandshakeEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientMessageEncoder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientMessageEncoder.kt index 8c6861da9..f2a346dd1 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientMessageEncoder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToClientMessageEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerHandshakeDecoder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerHandshakeDecoder.kt index cd874d075..41fc95973 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerHandshakeDecoder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerHandshakeDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerMessageDecoder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerMessageDecoder.kt index e051110eb..5cb1ad7dd 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerMessageDecoder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxJsonToServerMessageDecoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxProtoBufToClientMessageEncoder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxProtoBufToClientMessageEncoder.kt index 45984cbf7..12a6c08cb 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxProtoBufToClientMessageEncoder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/protocol/KotlinxProtoBufToClientMessageEncoder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowDrawInterestManager.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowDrawInterestManager.kt index 2dfa159f4..2a813285b 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowDrawInterestManager.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowDrawInterestManager.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Awt.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Awt.kt index 0ef610af1..500fb938e 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Awt.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Awt.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostAddress.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostAddress.kt index 1919b1352..a79b9b415 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostAddress.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostAddress.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostName.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostName.kt index de9b52577..16bcff12c 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostName.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/HostName.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/LaterInvokator.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/LaterInvokator.kt index 7f7a97f34..3e0dad5e8 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/LaterInvokator.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/LaterInvokator.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/ObjectIdCacher.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/ObjectIdCacher.kt index f20bea7fd..236213099 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/ObjectIdCacher.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/ObjectIdCacher.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Property.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Property.kt index 932ddc86c..c6c3701cc 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Property.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Property.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/SizeAware.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/SizeAware.kt index 448c6a9f6..b8a2c013f 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/SizeAware.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/SizeAware.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Ssl.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Ssl.kt index 5fe475aaf..c4d86def9 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Ssl.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/Ssl.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/distinctUpdatedOnscreenSurfaces.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/distinctUpdatedOnscreenSurfaces.kt index 37e682112..d79f75a30 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/distinctUpdatedOnscreenSurfaces.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/util/distinctUpdatedOnscreenSurfaces.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClient.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClient.kt index c9ea591b9..cf2865b1e 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClient.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClient.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClientBuilder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClientBuilder.kt index 8f25e6644..8b6c35980 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClientBuilder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsClientBuilder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServer.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServer.kt index 4fa7c9885..48fe4017a 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServer.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServer.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServerBuilder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServerBuilder.kt index da02ae0a2..25a4d7b4b 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServerBuilder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsServerBuilder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsTransport.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsTransport.kt index f6f211420..b44ca0d07 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsTransport.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/HttpWsTransport.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsClientWrapper.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsClientWrapper.kt index 0dc30775f..b0ca5b8d5 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsClientWrapper.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsClientWrapper.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsTransportBuilder.kt b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsTransportBuilder.kt index d546b843f..c83f6f4da 100644 --- a/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsTransportBuilder.kt +++ b/projector-server-core/src/main/kotlin/org/jetbrains/projector/server/core/websocket/WsTransportBuilder.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToAwtTest.kt b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToAwtTest.kt index bd26c037d..1aad43914 100644 --- a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToAwtTest.kt +++ b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToAwtTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToClientTransformShrinkEvents.kt b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToClientTransformShrinkEvents.kt index 48562ba5b..875d82fc6 100644 --- a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToClientTransformShrinkEvents.kt +++ b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/convert/ToClientTransformShrinkEvents.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/ij/md/MarkdownPanelTest.kt b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/ij/md/MarkdownPanelTest.kt index 6135505cc..a954f9af1 100644 --- a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/ij/md/MarkdownPanelTest.kt +++ b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/ij/md/MarkdownPanelTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowInterestManagerTest.kt b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowInterestManagerTest.kt index 153ef3ccb..87160e907 100644 --- a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowInterestManagerTest.kt +++ b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/AbstractWindowInterestManagerTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/DistinctUpdatedOnscreenSurfacesTest.kt b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/DistinctUpdatedOnscreenSurfacesTest.kt index bb3e30e9f..631daad6a 100644 --- a/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/DistinctUpdatedOnscreenSurfacesTest.kt +++ b/projector-server-core/src/test/kotlin/org/jetbrains/projector/server/core/util/DistinctUpdatedOnscreenSurfacesTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-agent/build.gradle.kts b/projector-util-agent/build.gradle.kts index bf3e1e94d..a31e3c74a 100644 --- a/projector-util-agent/build.gradle.kts +++ b/projector-util-agent/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-agent/src/main/kotlin/org/jetbrains/projector/util/agent/Misc.kt b/projector-util-agent/src/main/kotlin/org/jetbrains/projector/util/agent/Misc.kt index 2430df36c..5249c5476 100644 --- a/projector-util-agent/src/main/kotlin/org/jetbrains/projector/util/agent/Misc.kt +++ b/projector-util-agent/src/main/kotlin/org/jetbrains/projector/util/agent/Misc.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-agent/src/test/kotlin/org/jetbrains/projector/utill/agent/DummyTest.kt b/projector-util-agent/src/test/kotlin/org/jetbrains/projector/utill/agent/DummyTest.kt index 299633930..c7910841c 100644 --- a/projector-util-agent/src/test/kotlin/org/jetbrains/projector/utill/agent/DummyTest.kt +++ b/projector-util-agent/src/test/kotlin/org/jetbrains/projector/utill/agent/DummyTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-loading/build.gradle.kts b/projector-util-loading/build.gradle.kts index d79f87fea..c65f72c27 100644 --- a/projector-util-loading/build.gradle.kts +++ b/projector-util-loading/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/ProjectorClassLoader.kt b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/ProjectorClassLoader.kt index 7d7f06a26..a61d2b735 100644 --- a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/ProjectorClassLoader.kt +++ b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/ProjectorClassLoader.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/Reflect.kt b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/Reflect.kt index ae82ef3d3..c838f802b 100644 --- a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/Reflect.kt +++ b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/Reflect.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/UseProjectorLoader.kt b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/UseProjectorLoader.kt index b1d3c568c..568945685 100644 --- a/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/UseProjectorLoader.kt +++ b/projector-util-loading/src/main/kotlin/org/jetbrains/projector/util/loading/UseProjectorLoader.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-loading/src/test/kotlin/org/jetbrains/projector/util/loading/ReflectionTest.kt b/projector-util-loading/src/test/kotlin/org/jetbrains/projector/util/loading/ReflectionTest.kt index 76d1713ab..132f97603 100644 --- a/projector-util-loading/src/test/kotlin/org/jetbrains/projector/util/loading/ReflectionTest.kt +++ b/projector-util-loading/src/test/kotlin/org/jetbrains/projector/util/loading/ReflectionTest.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/build.gradle.kts b/projector-util-logging/build.gradle.kts index de3101ada..aaf1ba508 100644 --- a/projector-util-logging/build.gradle.kts +++ b/projector-util-logging/build.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt index e1e32ddf8..88bbdb753 100644 --- a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt +++ b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/LoggerFunction.kt b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/LoggerFunction.kt index 5e7d967bf..2a79df6bf 100644 --- a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/LoggerFunction.kt +++ b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/LoggerFunction.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/ReifiedLogger.kt b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/ReifiedLogger.kt index cef1a04a8..03439b618 100644 --- a/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/ReifiedLogger.kt +++ b/projector-util-logging/src/commonMain/kotlin/org/jetbrains/projector/util/logging/ReifiedLogger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/src/jsMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt b/projector-util-logging/src/jsMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt index 1037bc3a2..fdd523cc7 100644 --- a/projector-util-logging/src/jsMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt +++ b/projector-util-logging/src/jsMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projector-util-logging/src/jvmMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt b/projector-util-logging/src/jvmMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt index e91adb849..eaf7be82b 100644 --- a/projector-util-logging/src/jvmMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt +++ b/projector-util-logging/src/jvmMain/kotlin/org/jetbrains/projector/util/logging/Logger.kt @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/settings.gradle.kts b/settings.gradle.kts index 11dc2c935..2b7c40751 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2021 JetBrains s.r.o. + * Copyright (c) 2019-2022 JetBrains s.r.o. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal