From 3b350e89a0e0822935d5d29bfdec76c9f7800cba Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 26 Apr 2026 16:39:33 +0200 Subject: [PATCH] Update copyright notices --- src/chainloader/clap-chainloader.cpp | 2 +- src/chainloader/utils.cpp | 2 +- src/chainloader/utils.h | 2 +- src/chainloader/vst2-chainloader.cpp | 2 +- src/chainloader/vst3-chainloader.cpp | 2 +- src/common/audio-shm.cpp | 2 +- src/common/audio-shm.h | 2 +- src/common/bitsery/ext/ghc-path.h | 2 +- src/common/bitsery/ext/in-place-optional.h | 2 +- src/common/bitsery/ext/in-place-variant.h | 2 +- src/common/bitsery/ext/message-reference.h | 2 +- src/common/bitsery/ext/native-pointer.h | 2 +- src/common/bitsery/traits/small-vector.h | 2 +- src/common/communication/clap.h | 2 +- src/common/communication/common.cpp | 2 +- src/common/communication/common.h | 2 +- src/common/communication/vst2.cpp | 2 +- src/common/communication/vst2.h | 2 +- src/common/communication/vst3.h | 2 +- src/common/config/config.h.in | 2 +- src/common/config/version.h.in | 2 +- src/common/configuration.cpp | 2 +- src/common/configuration.h | 2 +- src/common/linking.cpp | 2 +- src/common/linking.h | 2 +- src/common/logging/clap.cpp | 2 +- src/common/logging/clap.h | 2 +- src/common/logging/common.cpp | 2 +- src/common/logging/common.h | 2 +- src/common/logging/vst2.cpp | 2 +- src/common/logging/vst2.h | 2 +- src/common/logging/vst3.cpp | 2 +- src/common/logging/vst3.h | 2 +- src/common/mutual-recursion.h | 2 +- src/common/notifications.cpp | 2 +- src/common/notifications.h | 2 +- src/common/plugins.cpp | 2 +- src/common/plugins.h | 2 +- src/common/process.cpp | 2 +- src/common/process.h | 2 +- src/common/serialization/clap.h | 2 +- src/common/serialization/clap/audio-buffer.h | 2 +- src/common/serialization/clap/events.cpp | 2 +- src/common/serialization/clap/events.h | 2 +- src/common/serialization/clap/ext/audio-ports-config.cpp | 2 +- src/common/serialization/clap/ext/audio-ports-config.h | 2 +- src/common/serialization/clap/ext/audio-ports.cpp | 2 +- src/common/serialization/clap/ext/audio-ports.h | 2 +- src/common/serialization/clap/ext/gui.h | 2 +- src/common/serialization/clap/ext/latency.h | 2 +- src/common/serialization/clap/ext/log.h | 2 +- src/common/serialization/clap/ext/note-name.cpp | 2 +- src/common/serialization/clap/ext/note-name.h | 2 +- src/common/serialization/clap/ext/note-ports.cpp | 2 +- src/common/serialization/clap/ext/note-ports.h | 2 +- src/common/serialization/clap/ext/params.cpp | 2 +- src/common/serialization/clap/ext/params.h | 2 +- src/common/serialization/clap/ext/render.h | 2 +- src/common/serialization/clap/ext/state.h | 2 +- src/common/serialization/clap/ext/tail.h | 2 +- src/common/serialization/clap/ext/voice-info.h | 2 +- src/common/serialization/clap/factory/plugin-factory.h | 2 +- src/common/serialization/clap/host.cpp | 2 +- src/common/serialization/clap/host.h | 2 +- src/common/serialization/clap/plugin.cpp | 2 +- src/common/serialization/clap/plugin.h | 2 +- src/common/serialization/clap/process.cpp | 2 +- src/common/serialization/clap/process.h | 2 +- src/common/serialization/clap/stream.cpp | 2 +- src/common/serialization/clap/stream.h | 2 +- src/common/serialization/clap/version.h | 2 +- src/common/serialization/common.h | 2 +- src/common/serialization/vst2.cpp | 2 +- src/common/serialization/vst2.h | 2 +- src/common/serialization/vst3-impls/context-menu-target.h | 2 +- src/common/serialization/vst3.h | 2 +- src/common/serialization/vst3/attribute-list.cpp | 2 +- src/common/serialization/vst3/attribute-list.h | 2 +- src/common/serialization/vst3/base.cpp | 2 +- src/common/serialization/vst3/base.h | 2 +- src/common/serialization/vst3/bstream.cpp | 2 +- src/common/serialization/vst3/bstream.h | 2 +- src/common/serialization/vst3/component-handler-proxy.cpp | 2 +- src/common/serialization/vst3/component-handler-proxy.h | 2 +- .../vst3/component-handler/component-handler-2.cpp | 2 +- .../serialization/vst3/component-handler/component-handler-2.h | 2 +- .../vst3/component-handler/component-handler-3.cpp | 2 +- .../serialization/vst3/component-handler/component-handler-3.h | 2 +- .../vst3/component-handler/component-handler-bus-activation.cpp | 2 +- .../vst3/component-handler/component-handler-bus-activation.h | 2 +- .../serialization/vst3/component-handler/component-handler.cpp | 2 +- .../serialization/vst3/component-handler/component-handler.h | 2 +- src/common/serialization/vst3/component-handler/progress.cpp | 2 +- src/common/serialization/vst3/component-handler/progress.h | 2 +- .../serialization/vst3/component-handler/unit-handler-2.cpp | 2 +- .../serialization/vst3/component-handler/unit-handler-2.h | 2 +- .../serialization/vst3/component-handler/unit-handler.cpp | 2 +- src/common/serialization/vst3/component-handler/unit-handler.h | 2 +- src/common/serialization/vst3/connection-point-proxy.cpp | 2 +- src/common/serialization/vst3/connection-point-proxy.h | 2 +- src/common/serialization/vst3/context-menu-proxy.cpp | 2 +- src/common/serialization/vst3/context-menu-proxy.h | 2 +- src/common/serialization/vst3/context-menu-target.cpp | 2 +- src/common/serialization/vst3/context-menu-target.h | 2 +- src/common/serialization/vst3/context-menu/context-menu.cpp | 2 +- src/common/serialization/vst3/context-menu/context-menu.h | 2 +- src/common/serialization/vst3/event-list.cpp | 2 +- src/common/serialization/vst3/event-list.h | 2 +- src/common/serialization/vst3/host-context-proxy.cpp | 2 +- src/common/serialization/vst3/host-context-proxy.h | 2 +- src/common/serialization/vst3/host-context/host-application.cpp | 2 +- src/common/serialization/vst3/host-context/host-application.h | 2 +- .../serialization/vst3/host-context/plug-interface-support.cpp | 2 +- .../serialization/vst3/host-context/plug-interface-support.h | 2 +- src/common/serialization/vst3/message.cpp | 2 +- src/common/serialization/vst3/message.h | 2 +- src/common/serialization/vst3/param-value-queue.cpp | 2 +- src/common/serialization/vst3/param-value-queue.h | 2 +- src/common/serialization/vst3/parameter-changes.cpp | 2 +- src/common/serialization/vst3/parameter-changes.h | 2 +- src/common/serialization/vst3/physical-ui-map-list.cpp | 2 +- src/common/serialization/vst3/physical-ui-map-list.h | 2 +- src/common/serialization/vst3/plug-frame-proxy.cpp | 2 +- src/common/serialization/vst3/plug-frame-proxy.h | 2 +- src/common/serialization/vst3/plug-frame/plug-frame.cpp | 2 +- src/common/serialization/vst3/plug-frame/plug-frame.h | 2 +- src/common/serialization/vst3/plug-view-proxy.cpp | 2 +- src/common/serialization/vst3/plug-view-proxy.h | 2 +- src/common/serialization/vst3/plug-view/parameter-finder.cpp | 2 +- src/common/serialization/vst3/plug-view/parameter-finder.h | 2 +- .../vst3/plug-view/plug-view-content-scale-support.cpp | 2 +- .../vst3/plug-view/plug-view-content-scale-support.h | 2 +- src/common/serialization/vst3/plug-view/plug-view.cpp | 2 +- src/common/serialization/vst3/plug-view/plug-view.h | 2 +- src/common/serialization/vst3/plugin-factory-proxy.cpp | 2 +- src/common/serialization/vst3/plugin-factory-proxy.h | 2 +- src/common/serialization/vst3/plugin-factory/plugin-factory.cpp | 2 +- src/common/serialization/vst3/plugin-factory/plugin-factory.h | 2 +- src/common/serialization/vst3/plugin-proxy.cpp | 2 +- src/common/serialization/vst3/plugin-proxy.h | 2 +- .../serialization/vst3/plugin/audio-presentation-latency.cpp | 2 +- .../serialization/vst3/plugin/audio-presentation-latency.h | 2 +- src/common/serialization/vst3/plugin/audio-processor.cpp | 2 +- src/common/serialization/vst3/plugin/audio-processor.h | 2 +- src/common/serialization/vst3/plugin/automation-state.cpp | 2 +- src/common/serialization/vst3/plugin/automation-state.h | 2 +- src/common/serialization/vst3/plugin/component.cpp | 2 +- src/common/serialization/vst3/plugin/component.h | 2 +- src/common/serialization/vst3/plugin/connection-point.cpp | 2 +- src/common/serialization/vst3/plugin/connection-point.h | 2 +- src/common/serialization/vst3/plugin/edit-controller-2.cpp | 2 +- src/common/serialization/vst3/plugin/edit-controller-2.h | 2 +- .../serialization/vst3/plugin/edit-controller-host-editing.cpp | 2 +- .../serialization/vst3/plugin/edit-controller-host-editing.h | 2 +- src/common/serialization/vst3/plugin/edit-controller.cpp | 2 +- src/common/serialization/vst3/plugin/edit-controller.h | 2 +- src/common/serialization/vst3/plugin/info-listener.cpp | 2 +- src/common/serialization/vst3/plugin/info-listener.h | 2 +- src/common/serialization/vst3/plugin/keyswitch-controller.cpp | 2 +- src/common/serialization/vst3/plugin/keyswitch-controller.h | 2 +- src/common/serialization/vst3/plugin/midi-learn.cpp | 2 +- src/common/serialization/vst3/plugin/midi-learn.h | 2 +- src/common/serialization/vst3/plugin/midi-mapping.cpp | 2 +- src/common/serialization/vst3/plugin/midi-mapping.h | 2 +- .../serialization/vst3/plugin/note-expression-controller.cpp | 2 +- .../serialization/vst3/plugin/note-expression-controller.h | 2 +- .../vst3/plugin/note-expression-physical-ui-mapping.cpp | 2 +- .../vst3/plugin/note-expression-physical-ui-mapping.h | 2 +- .../serialization/vst3/plugin/parameter-function-name.cpp | 2 +- src/common/serialization/vst3/plugin/parameter-function-name.h | 2 +- src/common/serialization/vst3/plugin/plugin-base.cpp | 2 +- src/common/serialization/vst3/plugin/plugin-base.h | 2 +- src/common/serialization/vst3/plugin/prefetchable-support.cpp | 2 +- src/common/serialization/vst3/plugin/prefetchable-support.h | 2 +- .../serialization/vst3/plugin/process-context-requirements.cpp | 2 +- .../serialization/vst3/plugin/process-context-requirements.h | 2 +- src/common/serialization/vst3/plugin/program-list-data.cpp | 2 +- src/common/serialization/vst3/plugin/program-list-data.h | 2 +- src/common/serialization/vst3/plugin/unit-data.cpp | 2 +- src/common/serialization/vst3/plugin/unit-data.h | 2 +- src/common/serialization/vst3/plugin/unit-info.cpp | 2 +- src/common/serialization/vst3/plugin/unit-info.h | 2 +- .../serialization/vst3/plugin/xml-representation-controller.cpp | 2 +- .../serialization/vst3/plugin/xml-representation-controller.h | 2 +- src/common/serialization/vst3/process-data.cpp | 2 +- src/common/serialization/vst3/process-data.h | 2 +- src/common/toml++.h | 2 +- src/common/utils.cpp | 2 +- src/common/utils.h | 2 +- src/common/vst24.h | 2 +- src/plugin/bridges/clap-impls/plugin-factory-proxy.cpp | 2 +- src/plugin/bridges/clap-impls/plugin-factory-proxy.h | 2 +- src/plugin/bridges/clap-impls/plugin-proxy.cpp | 2 +- src/plugin/bridges/clap-impls/plugin-proxy.h | 2 +- src/plugin/bridges/clap.cpp | 2 +- src/plugin/bridges/clap.h | 2 +- src/plugin/bridges/common.h | 2 +- src/plugin/bridges/vst2.cpp | 2 +- src/plugin/bridges/vst2.h | 2 +- src/plugin/bridges/vst3-impls/plug-view-proxy.cpp | 2 +- src/plugin/bridges/vst3-impls/plug-view-proxy.h | 2 +- src/plugin/bridges/vst3-impls/plugin-factory-proxy.cpp | 2 +- src/plugin/bridges/vst3-impls/plugin-factory-proxy.h | 2 +- src/plugin/bridges/vst3-impls/plugin-proxy.cpp | 2 +- src/plugin/bridges/vst3-impls/plugin-proxy.h | 2 +- src/plugin/bridges/vst3.cpp | 2 +- src/plugin/bridges/vst3.h | 2 +- src/plugin/clap-plugin.cpp | 2 +- src/plugin/host-process.cpp | 2 +- src/plugin/host-process.h | 2 +- src/plugin/utils.cpp | 2 +- src/plugin/utils.h | 2 +- src/plugin/vst2-plugin.cpp | 2 +- src/plugin/vst3-plugin.cpp | 2 +- src/wine-host/bridges/clap-impls/host-proxy.cpp | 2 +- src/wine-host/bridges/clap-impls/host-proxy.h | 2 +- src/wine-host/bridges/clap.cpp | 2 +- src/wine-host/bridges/clap.h | 2 +- src/wine-host/bridges/common.cpp | 2 +- src/wine-host/bridges/common.h | 2 +- src/wine-host/bridges/group.cpp | 2 +- src/wine-host/bridges/group.h | 2 +- src/wine-host/bridges/vst2.cpp | 2 +- src/wine-host/bridges/vst2.h | 2 +- src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp | 2 +- src/wine-host/bridges/vst3-impls/component-handler-proxy.h | 2 +- src/wine-host/bridges/vst3-impls/connection-point-proxy.cpp | 2 +- src/wine-host/bridges/vst3-impls/connection-point-proxy.h | 2 +- src/wine-host/bridges/vst3-impls/context-menu-proxy.cpp | 2 +- src/wine-host/bridges/vst3-impls/context-menu-proxy.h | 2 +- src/wine-host/bridges/vst3-impls/host-context-proxy.cpp | 2 +- src/wine-host/bridges/vst3-impls/host-context-proxy.h | 2 +- src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp | 2 +- src/wine-host/bridges/vst3-impls/plug-frame-proxy.h | 2 +- src/wine-host/bridges/vst3.cpp | 2 +- src/wine-host/bridges/vst3.h | 2 +- src/wine-host/editor.cpp | 2 +- src/wine-host/editor.h | 2 +- src/wine-host/host.cpp | 2 +- src/wine-host/use-linux-asio.h | 2 +- src/wine-host/utils.cpp | 2 +- src/wine-host/utils.h | 2 +- src/wine-host/xdnd-proxy.cpp | 2 +- src/wine-host/xdnd-proxy.h | 2 +- tools/yabridgectl/src/actions.rs | 2 +- tools/yabridgectl/src/actions/blacklist.rs | 2 +- tools/yabridgectl/src/config.rs | 2 +- tools/yabridgectl/src/files.rs | 2 +- tools/yabridgectl/src/main.rs | 2 +- tools/yabridgectl/src/symbols.rs | 2 +- tools/yabridgectl/src/util.rs | 2 +- tools/yabridgectl/src/vst3_moduleinfo.rs | 2 +- 252 files changed, 252 insertions(+), 252 deletions(-) diff --git a/src/chainloader/clap-chainloader.cpp b/src/chainloader/clap-chainloader.cpp index b4f27e91..c2762ec0 100644 --- a/src/chainloader/clap-chainloader.cpp +++ b/src/chainloader/clap-chainloader.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/chainloader/utils.cpp b/src/chainloader/utils.cpp index fa90b8f7..f4f56f3b 100644 --- a/src/chainloader/utils.cpp +++ b/src/chainloader/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/chainloader/utils.h b/src/chainloader/utils.h index f051d3ff..bf559ebb 100644 --- a/src/chainloader/utils.h +++ b/src/chainloader/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/chainloader/vst2-chainloader.cpp b/src/chainloader/vst2-chainloader.cpp index 58cb57c7..ed60cbb6 100644 --- a/src/chainloader/vst2-chainloader.cpp +++ b/src/chainloader/vst2-chainloader.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/chainloader/vst3-chainloader.cpp b/src/chainloader/vst3-chainloader.cpp index 91fc6148..7ce9790e 100644 --- a/src/chainloader/vst3-chainloader.cpp +++ b/src/chainloader/vst3-chainloader.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/audio-shm.cpp b/src/common/audio-shm.cpp index 11abbaa5..5d984877 100644 --- a/src/common/audio-shm.cpp +++ b/src/common/audio-shm.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/audio-shm.h b/src/common/audio-shm.h index d8f0d007..cb2b20a6 100644 --- a/src/common/audio-shm.h +++ b/src/common/audio-shm.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/ext/ghc-path.h b/src/common/bitsery/ext/ghc-path.h index f0ebb113..81c86904 100644 --- a/src/common/bitsery/ext/ghc-path.h +++ b/src/common/bitsery/ext/ghc-path.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/ext/in-place-optional.h b/src/common/bitsery/ext/in-place-optional.h index 9af0d309..7d506c5e 100644 --- a/src/common/bitsery/ext/in-place-optional.h +++ b/src/common/bitsery/ext/in-place-optional.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/ext/in-place-variant.h b/src/common/bitsery/ext/in-place-variant.h index 643a0e1c..bf08995a 100644 --- a/src/common/bitsery/ext/in-place-variant.h +++ b/src/common/bitsery/ext/in-place-variant.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/ext/message-reference.h b/src/common/bitsery/ext/message-reference.h index bb334b9b..18ebdb19 100644 --- a/src/common/bitsery/ext/message-reference.h +++ b/src/common/bitsery/ext/message-reference.h @@ -1,6 +1,6 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/ext/native-pointer.h b/src/common/bitsery/ext/native-pointer.h index 8ae08e26..479e8ed5 100644 --- a/src/common/bitsery/ext/native-pointer.h +++ b/src/common/bitsery/ext/native-pointer.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/bitsery/traits/small-vector.h b/src/common/bitsery/traits/small-vector.h index 9448dc5c..11281ce6 100644 --- a/src/common/bitsery/traits/small-vector.h +++ b/src/common/bitsery/traits/small-vector.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/clap.h b/src/common/communication/clap.h index 56e036ec..f0718caf 100644 --- a/src/common/communication/clap.h +++ b/src/common/communication/clap.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/common.cpp b/src/common/communication/common.cpp index 30d80b4b..5ab2eb68 100644 --- a/src/common/communication/common.cpp +++ b/src/common/communication/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/common.h b/src/common/communication/common.h index 253a1262..6f49d4ca 100644 --- a/src/common/communication/common.h +++ b/src/common/communication/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/vst2.cpp b/src/common/communication/vst2.cpp index c7d84f31..98a4c80f 100644 --- a/src/common/communication/vst2.cpp +++ b/src/common/communication/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/vst2.h b/src/common/communication/vst2.h index 0e069207..56953cf0 100644 --- a/src/common/communication/vst2.h +++ b/src/common/communication/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/communication/vst3.h b/src/common/communication/vst3.h index 6dc0d96a..7fa2c7e9 100644 --- a/src/common/communication/vst3.h +++ b/src/common/communication/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/config/config.h.in b/src/common/config/config.h.in index c46ba4d6..a5321d22 100644 --- a/src/common/config/config.h.in +++ b/src/common/config/config.h.in @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/config/version.h.in b/src/common/config/version.h.in index 08793e6d..fe534eea 100644 --- a/src/common/config/version.h.in +++ b/src/common/config/version.h.in @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/configuration.cpp b/src/common/configuration.cpp index 979d9335..c7130439 100644 --- a/src/common/configuration.cpp +++ b/src/common/configuration.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/configuration.h b/src/common/configuration.h index 12bcbffe..fe3fb9b7 100644 --- a/src/common/configuration.h +++ b/src/common/configuration.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/linking.cpp b/src/common/linking.cpp index 48de9c0c..9c44695e 100644 --- a/src/common/linking.cpp +++ b/src/common/linking.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/linking.h b/src/common/linking.h index 85afe8a2..b986c015 100644 --- a/src/common/linking.h +++ b/src/common/linking.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/clap.cpp b/src/common/logging/clap.cpp index a6ee301f..a77aebbe 100644 --- a/src/common/logging/clap.cpp +++ b/src/common/logging/clap.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/clap.h b/src/common/logging/clap.h index a14fd764..c6dd0ce5 100644 --- a/src/common/logging/clap.h +++ b/src/common/logging/clap.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/common.cpp b/src/common/logging/common.cpp index e775a069..e768c822 100644 --- a/src/common/logging/common.cpp +++ b/src/common/logging/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/common.h b/src/common/logging/common.h index a17feccc..a68ef1c3 100644 --- a/src/common/logging/common.h +++ b/src/common/logging/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/vst2.cpp b/src/common/logging/vst2.cpp index e1644e81..0b200387 100644 --- a/src/common/logging/vst2.cpp +++ b/src/common/logging/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/vst2.h b/src/common/logging/vst2.h index b77fdc80..958a884b 100644 --- a/src/common/logging/vst2.h +++ b/src/common/logging/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/vst3.cpp b/src/common/logging/vst3.cpp index d289be9f..d6fe2f52 100644 --- a/src/common/logging/vst3.cpp +++ b/src/common/logging/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/logging/vst3.h b/src/common/logging/vst3.h index b9118182..b51f6f28 100644 --- a/src/common/logging/vst3.h +++ b/src/common/logging/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/mutual-recursion.h b/src/common/mutual-recursion.h index d7f166c9..0278b084 100644 --- a/src/common/mutual-recursion.h +++ b/src/common/mutual-recursion.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/notifications.cpp b/src/common/notifications.cpp index 654b6c83..91250bf6 100644 --- a/src/common/notifications.cpp +++ b/src/common/notifications.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/notifications.h b/src/common/notifications.h index 0b81e7b3..40c204ce 100644 --- a/src/common/notifications.h +++ b/src/common/notifications.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/plugins.cpp b/src/common/plugins.cpp index ebe581e1..fe3cf21c 100644 --- a/src/common/plugins.cpp +++ b/src/common/plugins.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/plugins.h b/src/common/plugins.h index eb30f5c2..6a054b80 100644 --- a/src/common/plugins.h +++ b/src/common/plugins.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/process.cpp b/src/common/process.cpp index c450c06f..ffd84b1a 100644 --- a/src/common/process.cpp +++ b/src/common/process.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/process.h b/src/common/process.h index a076d5aa..4a4e7d25 100644 --- a/src/common/process.h +++ b/src/common/process.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap.h b/src/common/serialization/clap.h index c8edbe85..02257e7e 100644 --- a/src/common/serialization/clap.h +++ b/src/common/serialization/clap.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/audio-buffer.h b/src/common/serialization/clap/audio-buffer.h index 8afd18aa..6ae82522 100644 --- a/src/common/serialization/clap/audio-buffer.h +++ b/src/common/serialization/clap/audio-buffer.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/events.cpp b/src/common/serialization/clap/events.cpp index 0c4636e5..d9253ae5 100644 --- a/src/common/serialization/clap/events.cpp +++ b/src/common/serialization/clap/events.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/events.h b/src/common/serialization/clap/events.h index a3d7eae5..2e4da330 100644 --- a/src/common/serialization/clap/events.h +++ b/src/common/serialization/clap/events.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/audio-ports-config.cpp b/src/common/serialization/clap/ext/audio-ports-config.cpp index a149fb09..3a244832 100644 --- a/src/common/serialization/clap/ext/audio-ports-config.cpp +++ b/src/common/serialization/clap/ext/audio-ports-config.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/audio-ports-config.h b/src/common/serialization/clap/ext/audio-ports-config.h index f9850d9b..8e84c61b 100644 --- a/src/common/serialization/clap/ext/audio-ports-config.h +++ b/src/common/serialization/clap/ext/audio-ports-config.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/audio-ports.cpp b/src/common/serialization/clap/ext/audio-ports.cpp index e8f32b8c..943660ec 100644 --- a/src/common/serialization/clap/ext/audio-ports.cpp +++ b/src/common/serialization/clap/ext/audio-ports.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/audio-ports.h b/src/common/serialization/clap/ext/audio-ports.h index f48053a6..da798c07 100644 --- a/src/common/serialization/clap/ext/audio-ports.h +++ b/src/common/serialization/clap/ext/audio-ports.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/gui.h b/src/common/serialization/clap/ext/gui.h index bcf89ba2..a911da03 100644 --- a/src/common/serialization/clap/ext/gui.h +++ b/src/common/serialization/clap/ext/gui.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/latency.h b/src/common/serialization/clap/ext/latency.h index 3fa9015d..253a3cf9 100644 --- a/src/common/serialization/clap/ext/latency.h +++ b/src/common/serialization/clap/ext/latency.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/log.h b/src/common/serialization/clap/ext/log.h index 2bd2bc85..480ecb8a 100644 --- a/src/common/serialization/clap/ext/log.h +++ b/src/common/serialization/clap/ext/log.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/note-name.cpp b/src/common/serialization/clap/ext/note-name.cpp index 309a5b49..51968c9c 100644 --- a/src/common/serialization/clap/ext/note-name.cpp +++ b/src/common/serialization/clap/ext/note-name.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/note-name.h b/src/common/serialization/clap/ext/note-name.h index 8ecb917a..f4fb8f49 100644 --- a/src/common/serialization/clap/ext/note-name.h +++ b/src/common/serialization/clap/ext/note-name.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/note-ports.cpp b/src/common/serialization/clap/ext/note-ports.cpp index 068f536d..5446f90d 100644 --- a/src/common/serialization/clap/ext/note-ports.cpp +++ b/src/common/serialization/clap/ext/note-ports.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/note-ports.h b/src/common/serialization/clap/ext/note-ports.h index e12b71c8..548bdf90 100644 --- a/src/common/serialization/clap/ext/note-ports.h +++ b/src/common/serialization/clap/ext/note-ports.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/params.cpp b/src/common/serialization/clap/ext/params.cpp index 559b4614..18016841 100644 --- a/src/common/serialization/clap/ext/params.cpp +++ b/src/common/serialization/clap/ext/params.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/params.h b/src/common/serialization/clap/ext/params.h index 175d9757..1b5cbe71 100644 --- a/src/common/serialization/clap/ext/params.h +++ b/src/common/serialization/clap/ext/params.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/render.h b/src/common/serialization/clap/ext/render.h index edd2fffa..f14f00bf 100644 --- a/src/common/serialization/clap/ext/render.h +++ b/src/common/serialization/clap/ext/render.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/state.h b/src/common/serialization/clap/ext/state.h index 8d334fd8..6907088f 100644 --- a/src/common/serialization/clap/ext/state.h +++ b/src/common/serialization/clap/ext/state.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/tail.h b/src/common/serialization/clap/ext/tail.h index ab9e9939..5d280252 100644 --- a/src/common/serialization/clap/ext/tail.h +++ b/src/common/serialization/clap/ext/tail.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/ext/voice-info.h b/src/common/serialization/clap/ext/voice-info.h index 4eee74fd..d2a3b917 100644 --- a/src/common/serialization/clap/ext/voice-info.h +++ b/src/common/serialization/clap/ext/voice-info.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/factory/plugin-factory.h b/src/common/serialization/clap/factory/plugin-factory.h index db2af4bf..15d497e0 100644 --- a/src/common/serialization/clap/factory/plugin-factory.h +++ b/src/common/serialization/clap/factory/plugin-factory.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/host.cpp b/src/common/serialization/clap/host.cpp index 13983539..c408348a 100644 --- a/src/common/serialization/clap/host.cpp +++ b/src/common/serialization/clap/host.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/host.h b/src/common/serialization/clap/host.h index d70e9799..ab917e98 100644 --- a/src/common/serialization/clap/host.h +++ b/src/common/serialization/clap/host.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/plugin.cpp b/src/common/serialization/clap/plugin.cpp index af8abe68..44822804 100644 --- a/src/common/serialization/clap/plugin.cpp +++ b/src/common/serialization/clap/plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/plugin.h b/src/common/serialization/clap/plugin.h index a32bea0e..2ec80ac4 100644 --- a/src/common/serialization/clap/plugin.h +++ b/src/common/serialization/clap/plugin.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/process.cpp b/src/common/serialization/clap/process.cpp index 37af2fc1..a2905f28 100644 --- a/src/common/serialization/clap/process.cpp +++ b/src/common/serialization/clap/process.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/process.h b/src/common/serialization/clap/process.h index fc14b000..f42eba5d 100644 --- a/src/common/serialization/clap/process.h +++ b/src/common/serialization/clap/process.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/stream.cpp b/src/common/serialization/clap/stream.cpp index 44a3a042..f7586c94 100644 --- a/src/common/serialization/clap/stream.cpp +++ b/src/common/serialization/clap/stream.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/stream.h b/src/common/serialization/clap/stream.h index 2f77b7f0..33a8819c 100644 --- a/src/common/serialization/clap/stream.h +++ b/src/common/serialization/clap/stream.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/clap/version.h b/src/common/serialization/clap/version.h index bdaf8447..f899c9ce 100644 --- a/src/common/serialization/clap/version.h +++ b/src/common/serialization/clap/version.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/common.h b/src/common/serialization/common.h index 9b25e103..c552bdcf 100644 --- a/src/common/serialization/common.h +++ b/src/common/serialization/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst2.cpp b/src/common/serialization/vst2.cpp index 7bb3c56e..20d14f48 100644 --- a/src/common/serialization/vst2.cpp +++ b/src/common/serialization/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst2.h b/src/common/serialization/vst2.h index 76edee15..ca02b1e8 100644 --- a/src/common/serialization/vst2.h +++ b/src/common/serialization/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3-impls/context-menu-target.h b/src/common/serialization/vst3-impls/context-menu-target.h index 020d5247..6edc46fa 100644 --- a/src/common/serialization/vst3-impls/context-menu-target.h +++ b/src/common/serialization/vst3-impls/context-menu-target.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3.h b/src/common/serialization/vst3.h index da0df12c..37f477d2 100644 --- a/src/common/serialization/vst3.h +++ b/src/common/serialization/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/attribute-list.cpp b/src/common/serialization/vst3/attribute-list.cpp index 9ec9ec91..fff67bef 100644 --- a/src/common/serialization/vst3/attribute-list.cpp +++ b/src/common/serialization/vst3/attribute-list.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/attribute-list.h b/src/common/serialization/vst3/attribute-list.h index d7dea409..8a172983 100644 --- a/src/common/serialization/vst3/attribute-list.h +++ b/src/common/serialization/vst3/attribute-list.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/base.cpp b/src/common/serialization/vst3/base.cpp index 9db0ac88..93812506 100644 --- a/src/common/serialization/vst3/base.cpp +++ b/src/common/serialization/vst3/base.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/base.h b/src/common/serialization/vst3/base.h index 467c4874..57264525 100644 --- a/src/common/serialization/vst3/base.h +++ b/src/common/serialization/vst3/base.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/bstream.cpp b/src/common/serialization/vst3/bstream.cpp index 5388f8a2..46ea80a2 100644 --- a/src/common/serialization/vst3/bstream.cpp +++ b/src/common/serialization/vst3/bstream.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/bstream.h b/src/common/serialization/vst3/bstream.h index 6ca8ac1c..724b1408 100644 --- a/src/common/serialization/vst3/bstream.h +++ b/src/common/serialization/vst3/bstream.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler-proxy.cpp b/src/common/serialization/vst3/component-handler-proxy.cpp index 69e5d4e7..47411e9a 100644 --- a/src/common/serialization/vst3/component-handler-proxy.cpp +++ b/src/common/serialization/vst3/component-handler-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler-proxy.h b/src/common/serialization/vst3/component-handler-proxy.h index 794b9f82..5c72439a 100644 --- a/src/common/serialization/vst3/component-handler-proxy.h +++ b/src/common/serialization/vst3/component-handler-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-2.cpp b/src/common/serialization/vst3/component-handler/component-handler-2.cpp index ff37a3db..d75eb6d2 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-2.cpp +++ b/src/common/serialization/vst3/component-handler/component-handler-2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-2.h b/src/common/serialization/vst3/component-handler/component-handler-2.h index f9ea195b..8684f9cd 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-2.h +++ b/src/common/serialization/vst3/component-handler/component-handler-2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-3.cpp b/src/common/serialization/vst3/component-handler/component-handler-3.cpp index 36b3ac85..ea44c6c7 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-3.cpp +++ b/src/common/serialization/vst3/component-handler/component-handler-3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-3.h b/src/common/serialization/vst3/component-handler/component-handler-3.h index 2e23921e..b4849e7a 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-3.h +++ b/src/common/serialization/vst3/component-handler/component-handler-3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp b/src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp index 151e73bc..56b9c560 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp +++ b/src/common/serialization/vst3/component-handler/component-handler-bus-activation.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler-bus-activation.h b/src/common/serialization/vst3/component-handler/component-handler-bus-activation.h index c67ca401..ec187c49 100644 --- a/src/common/serialization/vst3/component-handler/component-handler-bus-activation.h +++ b/src/common/serialization/vst3/component-handler/component-handler-bus-activation.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler.cpp b/src/common/serialization/vst3/component-handler/component-handler.cpp index b7cf581c..39aedbd2 100644 --- a/src/common/serialization/vst3/component-handler/component-handler.cpp +++ b/src/common/serialization/vst3/component-handler/component-handler.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/component-handler.h b/src/common/serialization/vst3/component-handler/component-handler.h index f49a6079..110673df 100644 --- a/src/common/serialization/vst3/component-handler/component-handler.h +++ b/src/common/serialization/vst3/component-handler/component-handler.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/progress.cpp b/src/common/serialization/vst3/component-handler/progress.cpp index 309fac82..e7813cd2 100644 --- a/src/common/serialization/vst3/component-handler/progress.cpp +++ b/src/common/serialization/vst3/component-handler/progress.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/progress.h b/src/common/serialization/vst3/component-handler/progress.h index 98f1118e..ab2cc4a1 100644 --- a/src/common/serialization/vst3/component-handler/progress.h +++ b/src/common/serialization/vst3/component-handler/progress.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/unit-handler-2.cpp b/src/common/serialization/vst3/component-handler/unit-handler-2.cpp index 729599b8..3725d9af 100644 --- a/src/common/serialization/vst3/component-handler/unit-handler-2.cpp +++ b/src/common/serialization/vst3/component-handler/unit-handler-2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/unit-handler-2.h b/src/common/serialization/vst3/component-handler/unit-handler-2.h index f20e2c84..a1a23a6e 100644 --- a/src/common/serialization/vst3/component-handler/unit-handler-2.h +++ b/src/common/serialization/vst3/component-handler/unit-handler-2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/unit-handler.cpp b/src/common/serialization/vst3/component-handler/unit-handler.cpp index 1fdfa7c6..444a9bcb 100644 --- a/src/common/serialization/vst3/component-handler/unit-handler.cpp +++ b/src/common/serialization/vst3/component-handler/unit-handler.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/component-handler/unit-handler.h b/src/common/serialization/vst3/component-handler/unit-handler.h index b2770f0c..bf5ff27b 100644 --- a/src/common/serialization/vst3/component-handler/unit-handler.h +++ b/src/common/serialization/vst3/component-handler/unit-handler.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/connection-point-proxy.cpp b/src/common/serialization/vst3/connection-point-proxy.cpp index a34f634c..c878e1fd 100644 --- a/src/common/serialization/vst3/connection-point-proxy.cpp +++ b/src/common/serialization/vst3/connection-point-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/connection-point-proxy.h b/src/common/serialization/vst3/connection-point-proxy.h index 3d34d2f9..5c94f887 100644 --- a/src/common/serialization/vst3/connection-point-proxy.h +++ b/src/common/serialization/vst3/connection-point-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu-proxy.cpp b/src/common/serialization/vst3/context-menu-proxy.cpp index 68cc7b89..50fd63b0 100644 --- a/src/common/serialization/vst3/context-menu-proxy.cpp +++ b/src/common/serialization/vst3/context-menu-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu-proxy.h b/src/common/serialization/vst3/context-menu-proxy.h index 8f412975..7ffa762f 100644 --- a/src/common/serialization/vst3/context-menu-proxy.h +++ b/src/common/serialization/vst3/context-menu-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu-target.cpp b/src/common/serialization/vst3/context-menu-target.cpp index 77f6b001..b4252f0e 100644 --- a/src/common/serialization/vst3/context-menu-target.cpp +++ b/src/common/serialization/vst3/context-menu-target.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu-target.h b/src/common/serialization/vst3/context-menu-target.h index 9dfb390e..2947ca22 100644 --- a/src/common/serialization/vst3/context-menu-target.h +++ b/src/common/serialization/vst3/context-menu-target.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu/context-menu.cpp b/src/common/serialization/vst3/context-menu/context-menu.cpp index 25fedf0d..8f794b69 100644 --- a/src/common/serialization/vst3/context-menu/context-menu.cpp +++ b/src/common/serialization/vst3/context-menu/context-menu.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/context-menu/context-menu.h b/src/common/serialization/vst3/context-menu/context-menu.h index 6d9a6d87..1a991b8b 100644 --- a/src/common/serialization/vst3/context-menu/context-menu.h +++ b/src/common/serialization/vst3/context-menu/context-menu.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/event-list.cpp b/src/common/serialization/vst3/event-list.cpp index 26bbeb1a..3482814e 100644 --- a/src/common/serialization/vst3/event-list.cpp +++ b/src/common/serialization/vst3/event-list.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/event-list.h b/src/common/serialization/vst3/event-list.h index 1849bfd0..a55892ba 100644 --- a/src/common/serialization/vst3/event-list.h +++ b/src/common/serialization/vst3/event-list.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context-proxy.cpp b/src/common/serialization/vst3/host-context-proxy.cpp index af6a1dea..08d831ef 100644 --- a/src/common/serialization/vst3/host-context-proxy.cpp +++ b/src/common/serialization/vst3/host-context-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context-proxy.h b/src/common/serialization/vst3/host-context-proxy.h index f5ab392c..1b9bf424 100644 --- a/src/common/serialization/vst3/host-context-proxy.h +++ b/src/common/serialization/vst3/host-context-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context/host-application.cpp b/src/common/serialization/vst3/host-context/host-application.cpp index e34586a2..e09db669 100644 --- a/src/common/serialization/vst3/host-context/host-application.cpp +++ b/src/common/serialization/vst3/host-context/host-application.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context/host-application.h b/src/common/serialization/vst3/host-context/host-application.h index 7334bfcb..9727327a 100644 --- a/src/common/serialization/vst3/host-context/host-application.h +++ b/src/common/serialization/vst3/host-context/host-application.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context/plug-interface-support.cpp b/src/common/serialization/vst3/host-context/plug-interface-support.cpp index c80f462a..35d715c2 100644 --- a/src/common/serialization/vst3/host-context/plug-interface-support.cpp +++ b/src/common/serialization/vst3/host-context/plug-interface-support.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/host-context/plug-interface-support.h b/src/common/serialization/vst3/host-context/plug-interface-support.h index 385a9c2f..61600778 100644 --- a/src/common/serialization/vst3/host-context/plug-interface-support.h +++ b/src/common/serialization/vst3/host-context/plug-interface-support.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/message.cpp b/src/common/serialization/vst3/message.cpp index e81f90af..e55d6a7c 100644 --- a/src/common/serialization/vst3/message.cpp +++ b/src/common/serialization/vst3/message.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/message.h b/src/common/serialization/vst3/message.h index a0dd003d..5135320f 100644 --- a/src/common/serialization/vst3/message.h +++ b/src/common/serialization/vst3/message.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/param-value-queue.cpp b/src/common/serialization/vst3/param-value-queue.cpp index 9c2cd61f..5f672883 100644 --- a/src/common/serialization/vst3/param-value-queue.cpp +++ b/src/common/serialization/vst3/param-value-queue.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/param-value-queue.h b/src/common/serialization/vst3/param-value-queue.h index c32f2248..ccd97277 100644 --- a/src/common/serialization/vst3/param-value-queue.h +++ b/src/common/serialization/vst3/param-value-queue.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/parameter-changes.cpp b/src/common/serialization/vst3/parameter-changes.cpp index 62681582..fa025cd2 100644 --- a/src/common/serialization/vst3/parameter-changes.cpp +++ b/src/common/serialization/vst3/parameter-changes.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/parameter-changes.h b/src/common/serialization/vst3/parameter-changes.h index 1e6737f5..a04fec94 100644 --- a/src/common/serialization/vst3/parameter-changes.h +++ b/src/common/serialization/vst3/parameter-changes.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/physical-ui-map-list.cpp b/src/common/serialization/vst3/physical-ui-map-list.cpp index b7dc7465..a5e8c499 100644 --- a/src/common/serialization/vst3/physical-ui-map-list.cpp +++ b/src/common/serialization/vst3/physical-ui-map-list.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/physical-ui-map-list.h b/src/common/serialization/vst3/physical-ui-map-list.h index 8bdeb45b..4f47c9a1 100644 --- a/src/common/serialization/vst3/physical-ui-map-list.h +++ b/src/common/serialization/vst3/physical-ui-map-list.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-frame-proxy.cpp b/src/common/serialization/vst3/plug-frame-proxy.cpp index f6700573..7f69ea1e 100644 --- a/src/common/serialization/vst3/plug-frame-proxy.cpp +++ b/src/common/serialization/vst3/plug-frame-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-frame-proxy.h b/src/common/serialization/vst3/plug-frame-proxy.h index 753db0e1..0af239f8 100644 --- a/src/common/serialization/vst3/plug-frame-proxy.h +++ b/src/common/serialization/vst3/plug-frame-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-frame/plug-frame.cpp b/src/common/serialization/vst3/plug-frame/plug-frame.cpp index 0cc789e8..ad340657 100644 --- a/src/common/serialization/vst3/plug-frame/plug-frame.cpp +++ b/src/common/serialization/vst3/plug-frame/plug-frame.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-frame/plug-frame.h b/src/common/serialization/vst3/plug-frame/plug-frame.h index 6330a1e2..af03ae8d 100644 --- a/src/common/serialization/vst3/plug-frame/plug-frame.h +++ b/src/common/serialization/vst3/plug-frame/plug-frame.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view-proxy.cpp b/src/common/serialization/vst3/plug-view-proxy.cpp index 15b1f341..81962b07 100644 --- a/src/common/serialization/vst3/plug-view-proxy.cpp +++ b/src/common/serialization/vst3/plug-view-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view-proxy.h b/src/common/serialization/vst3/plug-view-proxy.h index b19e20de..23d82883 100644 --- a/src/common/serialization/vst3/plug-view-proxy.h +++ b/src/common/serialization/vst3/plug-view-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/parameter-finder.cpp b/src/common/serialization/vst3/plug-view/parameter-finder.cpp index 68f276c8..4b49c45b 100644 --- a/src/common/serialization/vst3/plug-view/parameter-finder.cpp +++ b/src/common/serialization/vst3/plug-view/parameter-finder.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/parameter-finder.h b/src/common/serialization/vst3/plug-view/parameter-finder.h index 41f06b82..af5a8223 100644 --- a/src/common/serialization/vst3/plug-view/parameter-finder.h +++ b/src/common/serialization/vst3/plug-view/parameter-finder.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.cpp b/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.cpp index b3049e1a..e80b6ff7 100644 --- a/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.cpp +++ b/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.h b/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.h index 9868b791..530e71e0 100644 --- a/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.h +++ b/src/common/serialization/vst3/plug-view/plug-view-content-scale-support.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/plug-view.cpp b/src/common/serialization/vst3/plug-view/plug-view.cpp index 03cdcc79..45abba3c 100644 --- a/src/common/serialization/vst3/plug-view/plug-view.cpp +++ b/src/common/serialization/vst3/plug-view/plug-view.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plug-view/plug-view.h b/src/common/serialization/vst3/plug-view/plug-view.h index 38dbcf34..a4d1a3a0 100644 --- a/src/common/serialization/vst3/plug-view/plug-view.h +++ b/src/common/serialization/vst3/plug-view/plug-view.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-factory-proxy.cpp b/src/common/serialization/vst3/plugin-factory-proxy.cpp index 5da66727..b9c857fa 100644 --- a/src/common/serialization/vst3/plugin-factory-proxy.cpp +++ b/src/common/serialization/vst3/plugin-factory-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-factory-proxy.h b/src/common/serialization/vst3/plugin-factory-proxy.h index 66305a8e..7e599211 100644 --- a/src/common/serialization/vst3/plugin-factory-proxy.h +++ b/src/common/serialization/vst3/plugin-factory-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-factory/plugin-factory.cpp b/src/common/serialization/vst3/plugin-factory/plugin-factory.cpp index c119e682..97bb6b31 100644 --- a/src/common/serialization/vst3/plugin-factory/plugin-factory.cpp +++ b/src/common/serialization/vst3/plugin-factory/plugin-factory.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-factory/plugin-factory.h b/src/common/serialization/vst3/plugin-factory/plugin-factory.h index 03dea0a2..40460ee1 100644 --- a/src/common/serialization/vst3/plugin-factory/plugin-factory.h +++ b/src/common/serialization/vst3/plugin-factory/plugin-factory.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-proxy.cpp b/src/common/serialization/vst3/plugin-proxy.cpp index 47220af9..533b123a 100644 --- a/src/common/serialization/vst3/plugin-proxy.cpp +++ b/src/common/serialization/vst3/plugin-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin-proxy.h b/src/common/serialization/vst3/plugin-proxy.h index 562c6b95..a0d251e8 100644 --- a/src/common/serialization/vst3/plugin-proxy.h +++ b/src/common/serialization/vst3/plugin-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/audio-presentation-latency.cpp b/src/common/serialization/vst3/plugin/audio-presentation-latency.cpp index 712db108..b66d9668 100644 --- a/src/common/serialization/vst3/plugin/audio-presentation-latency.cpp +++ b/src/common/serialization/vst3/plugin/audio-presentation-latency.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/audio-presentation-latency.h b/src/common/serialization/vst3/plugin/audio-presentation-latency.h index f207fa52..1c9548d3 100644 --- a/src/common/serialization/vst3/plugin/audio-presentation-latency.h +++ b/src/common/serialization/vst3/plugin/audio-presentation-latency.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/audio-processor.cpp b/src/common/serialization/vst3/plugin/audio-processor.cpp index 87d897b2..5bb6f517 100644 --- a/src/common/serialization/vst3/plugin/audio-processor.cpp +++ b/src/common/serialization/vst3/plugin/audio-processor.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/audio-processor.h b/src/common/serialization/vst3/plugin/audio-processor.h index 2236282b..8f58c518 100644 --- a/src/common/serialization/vst3/plugin/audio-processor.h +++ b/src/common/serialization/vst3/plugin/audio-processor.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/automation-state.cpp b/src/common/serialization/vst3/plugin/automation-state.cpp index 1555432d..95bfa839 100644 --- a/src/common/serialization/vst3/plugin/automation-state.cpp +++ b/src/common/serialization/vst3/plugin/automation-state.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/automation-state.h b/src/common/serialization/vst3/plugin/automation-state.h index 2417bac9..5a886495 100644 --- a/src/common/serialization/vst3/plugin/automation-state.h +++ b/src/common/serialization/vst3/plugin/automation-state.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/component.cpp b/src/common/serialization/vst3/plugin/component.cpp index f6bcdb1d..8099de24 100644 --- a/src/common/serialization/vst3/plugin/component.cpp +++ b/src/common/serialization/vst3/plugin/component.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/component.h b/src/common/serialization/vst3/plugin/component.h index 68ec07e9..9e354166 100644 --- a/src/common/serialization/vst3/plugin/component.h +++ b/src/common/serialization/vst3/plugin/component.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/connection-point.cpp b/src/common/serialization/vst3/plugin/connection-point.cpp index 2023a73f..5d418308 100644 --- a/src/common/serialization/vst3/plugin/connection-point.cpp +++ b/src/common/serialization/vst3/plugin/connection-point.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/connection-point.h b/src/common/serialization/vst3/plugin/connection-point.h index 4e6494f1..da82a442 100644 --- a/src/common/serialization/vst3/plugin/connection-point.h +++ b/src/common/serialization/vst3/plugin/connection-point.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller-2.cpp b/src/common/serialization/vst3/plugin/edit-controller-2.cpp index bee11c2f..259711b5 100644 --- a/src/common/serialization/vst3/plugin/edit-controller-2.cpp +++ b/src/common/serialization/vst3/plugin/edit-controller-2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller-2.h b/src/common/serialization/vst3/plugin/edit-controller-2.h index 8a5b4333..078ad33d 100644 --- a/src/common/serialization/vst3/plugin/edit-controller-2.h +++ b/src/common/serialization/vst3/plugin/edit-controller-2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller-host-editing.cpp b/src/common/serialization/vst3/plugin/edit-controller-host-editing.cpp index 691a325c..fea946bd 100644 --- a/src/common/serialization/vst3/plugin/edit-controller-host-editing.cpp +++ b/src/common/serialization/vst3/plugin/edit-controller-host-editing.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller-host-editing.h b/src/common/serialization/vst3/plugin/edit-controller-host-editing.h index 7d105c34..4e565d33 100644 --- a/src/common/serialization/vst3/plugin/edit-controller-host-editing.h +++ b/src/common/serialization/vst3/plugin/edit-controller-host-editing.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller.cpp b/src/common/serialization/vst3/plugin/edit-controller.cpp index 56846d6b..7d602767 100644 --- a/src/common/serialization/vst3/plugin/edit-controller.cpp +++ b/src/common/serialization/vst3/plugin/edit-controller.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/edit-controller.h b/src/common/serialization/vst3/plugin/edit-controller.h index 19edd7f6..b18a9671 100644 --- a/src/common/serialization/vst3/plugin/edit-controller.h +++ b/src/common/serialization/vst3/plugin/edit-controller.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/info-listener.cpp b/src/common/serialization/vst3/plugin/info-listener.cpp index dc661dbc..8ce72b49 100644 --- a/src/common/serialization/vst3/plugin/info-listener.cpp +++ b/src/common/serialization/vst3/plugin/info-listener.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/info-listener.h b/src/common/serialization/vst3/plugin/info-listener.h index d2030bbd..f7b371b3 100644 --- a/src/common/serialization/vst3/plugin/info-listener.h +++ b/src/common/serialization/vst3/plugin/info-listener.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/keyswitch-controller.cpp b/src/common/serialization/vst3/plugin/keyswitch-controller.cpp index ccb200bd..9fff4cf0 100644 --- a/src/common/serialization/vst3/plugin/keyswitch-controller.cpp +++ b/src/common/serialization/vst3/plugin/keyswitch-controller.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/keyswitch-controller.h b/src/common/serialization/vst3/plugin/keyswitch-controller.h index f16f10ab..f6443109 100644 --- a/src/common/serialization/vst3/plugin/keyswitch-controller.h +++ b/src/common/serialization/vst3/plugin/keyswitch-controller.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/midi-learn.cpp b/src/common/serialization/vst3/plugin/midi-learn.cpp index 6f5f943d..2d9397c7 100644 --- a/src/common/serialization/vst3/plugin/midi-learn.cpp +++ b/src/common/serialization/vst3/plugin/midi-learn.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/midi-learn.h b/src/common/serialization/vst3/plugin/midi-learn.h index 74c85ff0..9558509d 100644 --- a/src/common/serialization/vst3/plugin/midi-learn.h +++ b/src/common/serialization/vst3/plugin/midi-learn.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/midi-mapping.cpp b/src/common/serialization/vst3/plugin/midi-mapping.cpp index 16ba1e0b..5ceb984e 100644 --- a/src/common/serialization/vst3/plugin/midi-mapping.cpp +++ b/src/common/serialization/vst3/plugin/midi-mapping.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/midi-mapping.h b/src/common/serialization/vst3/plugin/midi-mapping.h index 28237d6c..8fe045cb 100644 --- a/src/common/serialization/vst3/plugin/midi-mapping.h +++ b/src/common/serialization/vst3/plugin/midi-mapping.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/note-expression-controller.cpp b/src/common/serialization/vst3/plugin/note-expression-controller.cpp index ebd1f8d6..41605f8f 100644 --- a/src/common/serialization/vst3/plugin/note-expression-controller.cpp +++ b/src/common/serialization/vst3/plugin/note-expression-controller.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/note-expression-controller.h b/src/common/serialization/vst3/plugin/note-expression-controller.h index 5a244cb4..ff2e49dd 100644 --- a/src/common/serialization/vst3/plugin/note-expression-controller.h +++ b/src/common/serialization/vst3/plugin/note-expression-controller.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.cpp b/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.cpp index a1e8e1e0..e3fd8524 100644 --- a/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.cpp +++ b/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.h b/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.h index 66ce429b..8a96fb78 100644 --- a/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.h +++ b/src/common/serialization/vst3/plugin/note-expression-physical-ui-mapping.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/parameter-function-name.cpp b/src/common/serialization/vst3/plugin/parameter-function-name.cpp index 9dd5188e..51aa7469 100644 --- a/src/common/serialization/vst3/plugin/parameter-function-name.cpp +++ b/src/common/serialization/vst3/plugin/parameter-function-name.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/parameter-function-name.h b/src/common/serialization/vst3/plugin/parameter-function-name.h index 41ef7306..dc426528 100644 --- a/src/common/serialization/vst3/plugin/parameter-function-name.h +++ b/src/common/serialization/vst3/plugin/parameter-function-name.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/plugin-base.cpp b/src/common/serialization/vst3/plugin/plugin-base.cpp index fc174f7b..3a00089a 100644 --- a/src/common/serialization/vst3/plugin/plugin-base.cpp +++ b/src/common/serialization/vst3/plugin/plugin-base.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/plugin-base.h b/src/common/serialization/vst3/plugin/plugin-base.h index 2c3741e1..bfd8a333 100644 --- a/src/common/serialization/vst3/plugin/plugin-base.h +++ b/src/common/serialization/vst3/plugin/plugin-base.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/prefetchable-support.cpp b/src/common/serialization/vst3/plugin/prefetchable-support.cpp index 869b78d8..28ef46a7 100644 --- a/src/common/serialization/vst3/plugin/prefetchable-support.cpp +++ b/src/common/serialization/vst3/plugin/prefetchable-support.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/prefetchable-support.h b/src/common/serialization/vst3/plugin/prefetchable-support.h index cf97fa43..9afe2f7e 100644 --- a/src/common/serialization/vst3/plugin/prefetchable-support.h +++ b/src/common/serialization/vst3/plugin/prefetchable-support.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/process-context-requirements.cpp b/src/common/serialization/vst3/plugin/process-context-requirements.cpp index c7dd76cc..6f13521e 100644 --- a/src/common/serialization/vst3/plugin/process-context-requirements.cpp +++ b/src/common/serialization/vst3/plugin/process-context-requirements.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/process-context-requirements.h b/src/common/serialization/vst3/plugin/process-context-requirements.h index 726207d1..bce58440 100644 --- a/src/common/serialization/vst3/plugin/process-context-requirements.h +++ b/src/common/serialization/vst3/plugin/process-context-requirements.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/program-list-data.cpp b/src/common/serialization/vst3/plugin/program-list-data.cpp index 1c9a1aec..5faa12f1 100644 --- a/src/common/serialization/vst3/plugin/program-list-data.cpp +++ b/src/common/serialization/vst3/plugin/program-list-data.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/program-list-data.h b/src/common/serialization/vst3/plugin/program-list-data.h index 7051e667..17cf0fd9 100644 --- a/src/common/serialization/vst3/plugin/program-list-data.h +++ b/src/common/serialization/vst3/plugin/program-list-data.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/unit-data.cpp b/src/common/serialization/vst3/plugin/unit-data.cpp index 4c3f7583..f78d9466 100644 --- a/src/common/serialization/vst3/plugin/unit-data.cpp +++ b/src/common/serialization/vst3/plugin/unit-data.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/unit-data.h b/src/common/serialization/vst3/plugin/unit-data.h index d40966ec..c0767c00 100644 --- a/src/common/serialization/vst3/plugin/unit-data.h +++ b/src/common/serialization/vst3/plugin/unit-data.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/unit-info.cpp b/src/common/serialization/vst3/plugin/unit-info.cpp index 436febfb..ac4179e3 100644 --- a/src/common/serialization/vst3/plugin/unit-info.cpp +++ b/src/common/serialization/vst3/plugin/unit-info.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/unit-info.h b/src/common/serialization/vst3/plugin/unit-info.h index 3eeba393..3950f275 100644 --- a/src/common/serialization/vst3/plugin/unit-info.h +++ b/src/common/serialization/vst3/plugin/unit-info.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/xml-representation-controller.cpp b/src/common/serialization/vst3/plugin/xml-representation-controller.cpp index 66c48cc6..75ff383f 100644 --- a/src/common/serialization/vst3/plugin/xml-representation-controller.cpp +++ b/src/common/serialization/vst3/plugin/xml-representation-controller.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/plugin/xml-representation-controller.h b/src/common/serialization/vst3/plugin/xml-representation-controller.h index 8aa047c2..92707c2e 100644 --- a/src/common/serialization/vst3/plugin/xml-representation-controller.h +++ b/src/common/serialization/vst3/plugin/xml-representation-controller.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/process-data.cpp b/src/common/serialization/vst3/process-data.cpp index 66675f61..e35fd4b7 100644 --- a/src/common/serialization/vst3/process-data.cpp +++ b/src/common/serialization/vst3/process-data.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/serialization/vst3/process-data.h b/src/common/serialization/vst3/process-data.h index b63fb3d8..8c9972b2 100644 --- a/src/common/serialization/vst3/process-data.h +++ b/src/common/serialization/vst3/process-data.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/toml++.h b/src/common/toml++.h index 9f4e08b2..2d671f20 100644 --- a/src/common/toml++.h +++ b/src/common/toml++.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/utils.cpp b/src/common/utils.cpp index bc92471a..7d054ff4 100644 --- a/src/common/utils.cpp +++ b/src/common/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/utils.h b/src/common/utils.h index eac34226..d7b93d0f 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/common/vst24.h b/src/common/vst24.h index 9ccd3e7d..789ddf39 100644 --- a/src/common/vst24.h +++ b/src/common/vst24.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap-impls/plugin-factory-proxy.cpp b/src/plugin/bridges/clap-impls/plugin-factory-proxy.cpp index fc658725..a097e9aa 100644 --- a/src/plugin/bridges/clap-impls/plugin-factory-proxy.cpp +++ b/src/plugin/bridges/clap-impls/plugin-factory-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap-impls/plugin-factory-proxy.h b/src/plugin/bridges/clap-impls/plugin-factory-proxy.h index c96f90e3..3484b442 100644 --- a/src/plugin/bridges/clap-impls/plugin-factory-proxy.h +++ b/src/plugin/bridges/clap-impls/plugin-factory-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap-impls/plugin-proxy.cpp b/src/plugin/bridges/clap-impls/plugin-proxy.cpp index 0d76a889..0a56cd02 100644 --- a/src/plugin/bridges/clap-impls/plugin-proxy.cpp +++ b/src/plugin/bridges/clap-impls/plugin-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap-impls/plugin-proxy.h b/src/plugin/bridges/clap-impls/plugin-proxy.h index 4fe8396b..838ad8a4 100644 --- a/src/plugin/bridges/clap-impls/plugin-proxy.h +++ b/src/plugin/bridges/clap-impls/plugin-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap.cpp b/src/plugin/bridges/clap.cpp index 22920356..ed48fa89 100644 --- a/src/plugin/bridges/clap.cpp +++ b/src/plugin/bridges/clap.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/clap.h b/src/plugin/bridges/clap.h index 96ed48c1..564e046a 100644 --- a/src/plugin/bridges/clap.h +++ b/src/plugin/bridges/clap.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/common.h b/src/plugin/bridges/common.h index ad4b7622..676ecce0 100644 --- a/src/plugin/bridges/common.h +++ b/src/plugin/bridges/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst2.cpp b/src/plugin/bridges/vst2.cpp index da88d737..dc2e86fc 100644 --- a/src/plugin/bridges/vst2.cpp +++ b/src/plugin/bridges/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst2.h b/src/plugin/bridges/vst2.h index 2effda96..7a130d4c 100644 --- a/src/plugin/bridges/vst2.h +++ b/src/plugin/bridges/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plug-view-proxy.cpp b/src/plugin/bridges/vst3-impls/plug-view-proxy.cpp index 4a44d318..5778ee76 100644 --- a/src/plugin/bridges/vst3-impls/plug-view-proxy.cpp +++ b/src/plugin/bridges/vst3-impls/plug-view-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plug-view-proxy.h b/src/plugin/bridges/vst3-impls/plug-view-proxy.h index 17bb6a98..12ea05ef 100644 --- a/src/plugin/bridges/vst3-impls/plug-view-proxy.h +++ b/src/plugin/bridges/vst3-impls/plug-view-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plugin-factory-proxy.cpp b/src/plugin/bridges/vst3-impls/plugin-factory-proxy.cpp index 87d7b1c0..baf56c49 100644 --- a/src/plugin/bridges/vst3-impls/plugin-factory-proxy.cpp +++ b/src/plugin/bridges/vst3-impls/plugin-factory-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plugin-factory-proxy.h b/src/plugin/bridges/vst3-impls/plugin-factory-proxy.h index e6d893ae..66b77adc 100644 --- a/src/plugin/bridges/vst3-impls/plugin-factory-proxy.h +++ b/src/plugin/bridges/vst3-impls/plugin-factory-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plugin-proxy.cpp b/src/plugin/bridges/vst3-impls/plugin-proxy.cpp index e47ce3ba..340db728 100644 --- a/src/plugin/bridges/vst3-impls/plugin-proxy.cpp +++ b/src/plugin/bridges/vst3-impls/plugin-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3-impls/plugin-proxy.h b/src/plugin/bridges/vst3-impls/plugin-proxy.h index 4cb6b30f..947753d1 100644 --- a/src/plugin/bridges/vst3-impls/plugin-proxy.h +++ b/src/plugin/bridges/vst3-impls/plugin-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3.cpp b/src/plugin/bridges/vst3.cpp index a7e995fd..7d2bf8e0 100644 --- a/src/plugin/bridges/vst3.cpp +++ b/src/plugin/bridges/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/bridges/vst3.h b/src/plugin/bridges/vst3.h index 2dc40f24..912ebf1e 100644 --- a/src/plugin/bridges/vst3.h +++ b/src/plugin/bridges/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/clap-plugin.cpp b/src/plugin/clap-plugin.cpp index 213491c8..fdde04d0 100644 --- a/src/plugin/clap-plugin.cpp +++ b/src/plugin/clap-plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/host-process.cpp b/src/plugin/host-process.cpp index 7518da8b..6c5dac27 100644 --- a/src/plugin/host-process.cpp +++ b/src/plugin/host-process.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/host-process.h b/src/plugin/host-process.h index cf6ace8c..244c0d69 100644 --- a/src/plugin/host-process.h +++ b/src/plugin/host-process.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp index 441345c6..86fac91f 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/utils.h b/src/plugin/utils.h index 1c0a7c00..feb7a818 100644 --- a/src/plugin/utils.h +++ b/src/plugin/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/vst2-plugin.cpp b/src/plugin/vst2-plugin.cpp index c2deb06c..8ddc3452 100644 --- a/src/plugin/vst2-plugin.cpp +++ b/src/plugin/vst2-plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/plugin/vst3-plugin.cpp b/src/plugin/vst3-plugin.cpp index 59459634..6d22c198 100644 --- a/src/plugin/vst3-plugin.cpp +++ b/src/plugin/vst3-plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/clap-impls/host-proxy.cpp b/src/wine-host/bridges/clap-impls/host-proxy.cpp index 8b442a8a..2e71065e 100644 --- a/src/wine-host/bridges/clap-impls/host-proxy.cpp +++ b/src/wine-host/bridges/clap-impls/host-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/clap-impls/host-proxy.h b/src/wine-host/bridges/clap-impls/host-proxy.h index d1c3469c..1e81aa27 100644 --- a/src/wine-host/bridges/clap-impls/host-proxy.h +++ b/src/wine-host/bridges/clap-impls/host-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/clap.cpp b/src/wine-host/bridges/clap.cpp index 81d6709e..f988ddca 100644 --- a/src/wine-host/bridges/clap.cpp +++ b/src/wine-host/bridges/clap.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/clap.h b/src/wine-host/bridges/clap.h index 08ff89ef..d18bd26b 100644 --- a/src/wine-host/bridges/clap.h +++ b/src/wine-host/bridges/clap.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/common.cpp b/src/wine-host/bridges/common.cpp index 95e7c15b..b2a5aefb 100644 --- a/src/wine-host/bridges/common.cpp +++ b/src/wine-host/bridges/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/common.h b/src/wine-host/bridges/common.h index 99c8dd3a..a0bfd911 100644 --- a/src/wine-host/bridges/common.h +++ b/src/wine-host/bridges/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/group.cpp b/src/wine-host/bridges/group.cpp index c5c9c362..9466d7a5 100644 --- a/src/wine-host/bridges/group.cpp +++ b/src/wine-host/bridges/group.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/group.h b/src/wine-host/bridges/group.h index cf5c7f51..29dd0169 100644 --- a/src/wine-host/bridges/group.h +++ b/src/wine-host/bridges/group.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst2.cpp b/src/wine-host/bridges/vst2.cpp index f853d95f..5bcbb5e0 100644 --- a/src/wine-host/bridges/vst2.cpp +++ b/src/wine-host/bridges/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst2.h b/src/wine-host/bridges/vst2.h index 9c2e8118..83441088 100644 --- a/src/wine-host/bridges/vst2.h +++ b/src/wine-host/bridges/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp b/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp index dd409bfb..9f252b0a 100644 --- a/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/component-handler-proxy.h b/src/wine-host/bridges/vst3-impls/component-handler-proxy.h index 88474e69..d5f587b0 100644 --- a/src/wine-host/bridges/vst3-impls/component-handler-proxy.h +++ b/src/wine-host/bridges/vst3-impls/component-handler-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/connection-point-proxy.cpp b/src/wine-host/bridges/vst3-impls/connection-point-proxy.cpp index 2d017dc5..8209db46 100644 --- a/src/wine-host/bridges/vst3-impls/connection-point-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/connection-point-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/connection-point-proxy.h b/src/wine-host/bridges/vst3-impls/connection-point-proxy.h index 31cd89b7..904a062a 100644 --- a/src/wine-host/bridges/vst3-impls/connection-point-proxy.h +++ b/src/wine-host/bridges/vst3-impls/connection-point-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/context-menu-proxy.cpp b/src/wine-host/bridges/vst3-impls/context-menu-proxy.cpp index 936cb466..46577f7f 100644 --- a/src/wine-host/bridges/vst3-impls/context-menu-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/context-menu-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/context-menu-proxy.h b/src/wine-host/bridges/vst3-impls/context-menu-proxy.h index c2370808..ca00047c 100644 --- a/src/wine-host/bridges/vst3-impls/context-menu-proxy.h +++ b/src/wine-host/bridges/vst3-impls/context-menu-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp b/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp index e4f4dc41..ea196db0 100644 --- a/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/host-context-proxy.h b/src/wine-host/bridges/vst3-impls/host-context-proxy.h index 4fe94224..c027c28b 100644 --- a/src/wine-host/bridges/vst3-impls/host-context-proxy.h +++ b/src/wine-host/bridges/vst3-impls/host-context-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp index f1e2b933..b8ed6772 100644 --- a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.h b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.h index 8ec9d4da..f1f5c4fe 100644 --- a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.h +++ b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 43c3cf5d..49c33a94 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/bridges/vst3.h b/src/wine-host/bridges/vst3.h index 3bef4c36..fed0fc22 100644 --- a/src/wine-host/bridges/vst3.h +++ b/src/wine-host/bridges/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index f5555141..835cd181 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index 398d5d32..1dc61551 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/host.cpp b/src/wine-host/host.cpp index 072c0033..66760151 100644 --- a/src/wine-host/host.cpp +++ b/src/wine-host/host.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/use-linux-asio.h b/src/wine-host/use-linux-asio.h index 8aa43db2..918bf482 100644 --- a/src/wine-host/use-linux-asio.h +++ b/src/wine-host/use-linux-asio.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/utils.cpp b/src/wine-host/utils.cpp index 49df1940..773bb750 100644 --- a/src/wine-host/utils.cpp +++ b/src/wine-host/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/utils.h b/src/wine-host/utils.h index 32d1ac72..75ace84b 100644 --- a/src/wine-host/utils.h +++ b/src/wine-host/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/xdnd-proxy.cpp b/src/wine-host/xdnd-proxy.cpp index 11d16c34..d6044fbb 100644 --- a/src/wine-host/xdnd-proxy.cpp +++ b/src/wine-host/xdnd-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/wine-host/xdnd-proxy.h b/src/wine-host/xdnd-proxy.h index ec7a9722..74182b2a 100644 --- a/src/wine-host/xdnd-proxy.h +++ b/src/wine-host/xdnd-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs index 6a8be858..52ed8454 100644 --- a/tools/yabridgectl/src/actions.rs +++ b/tools/yabridgectl/src/actions.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/actions/blacklist.rs b/tools/yabridgectl/src/actions/blacklist.rs index e0dd5ce2..2ccf2af6 100644 --- a/tools/yabridgectl/src/actions/blacklist.rs +++ b/tools/yabridgectl/src/actions/blacklist.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/config.rs b/tools/yabridgectl/src/config.rs index d948beff..79e30d1d 100644 --- a/tools/yabridgectl/src/config.rs +++ b/tools/yabridgectl/src/config.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/files.rs b/tools/yabridgectl/src/files.rs index e9e9ea76..61b3f1e2 100644 --- a/tools/yabridgectl/src/files.rs +++ b/tools/yabridgectl/src/files.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/main.rs b/tools/yabridgectl/src/main.rs index 6897260e..1f8a669a 100644 --- a/tools/yabridgectl/src/main.rs +++ b/tools/yabridgectl/src/main.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/symbols.rs b/tools/yabridgectl/src/symbols.rs index e05a7fcb..3204bc2e 100644 --- a/tools/yabridgectl/src/symbols.rs +++ b/tools/yabridgectl/src/symbols.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/util.rs b/tools/yabridgectl/src/util.rs index 3873796d..4da03d3a 100644 --- a/tools/yabridgectl/src/util.rs +++ b/tools/yabridgectl/src/util.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/tools/yabridgectl/src/vst3_moduleinfo.rs b/tools/yabridgectl/src/vst3_moduleinfo.rs index 8e352358..1d6c217c 100644 --- a/tools/yabridgectl/src/vst3_moduleinfo.rs +++ b/tools/yabridgectl/src/vst3_moduleinfo.rs @@ -1,5 +1,5 @@ // yabridge: a Wine plugin bridge -// Copyright (C) 2020-2024 Robbert van der Helm +// Copyright (C) 2020-2026 Robbert van der Helm // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by