diff --git a/src/common/audio-shm.cpp b/src/common/audio-shm.cpp index 10614c0c..254b3e1c 100644 --- a/src/common/audio-shm.cpp +++ b/src/common/audio-shm.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 7a6ec8c8..91491f64 100644 --- a/src/common/audio-shm.h +++ b/src/common/audio-shm.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/boost-path.h b/src/common/bitsery/ext/boost-path.h index cad5bd17..d96e2c57 100644 --- a/src/common/bitsery/ext/boost-path.h +++ b/src/common/bitsery/ext/boost-path.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 9c7c7ffd..e8e7352a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5d04a8fa..9643ced5 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 cf43ebe1..426955c0 100644 --- a/src/common/bitsery/ext/message-reference.h +++ b/src/common/bitsery/ext/message-reference.h @@ -1,6 +1,6 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b87ce692..7c151cee 100644 --- a/src/common/bitsery/traits/small-vector.h +++ b/src/common/bitsery/traits/small-vector.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 0a8619d3..a1eecd98 100644 --- a/src/common/communication/common.cpp +++ b/src/common/communication/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e60aea5d..7bddb9cf 100644 --- a/src/common/communication/common.h +++ b/src/common/communication/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 212861d7..61e47a0d 100644 --- a/src/common/communication/vst2.cpp +++ b/src/common/communication/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 cdf6b20b..7cf08f75 100644 --- a/src/common/communication/vst2.h +++ b/src/common/communication/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 991b884b..c003d5b9 100644 --- a/src/common/communication/vst3.h +++ b/src/common/communication/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d58b72aa..6af26efa 100644 --- a/src/common/config/config.h.in +++ b/src/common/config/config.h.in @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 698ba9e4..e7d63317 100644 --- a/src/common/config/version.h.in +++ b/src/common/config/version.h.in @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 221f9d9b..a6c81f52 100644 --- a/src/common/configuration.cpp +++ b/src/common/configuration.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 de20c9b6..c0bad2f9 100644 --- a/src/common/configuration.h +++ b/src/common/configuration.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 31dd2c8a..76568178 100644 --- a/src/common/logging/common.cpp +++ b/src/common/logging/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 72f00362..e6a5a928 100644 --- a/src/common/logging/common.h +++ b/src/common/logging/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 23ed6f54..5d71e6c9 100644 --- a/src/common/logging/vst2.cpp +++ b/src/common/logging/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4f670778..29fac12a 100644 --- a/src/common/logging/vst2.h +++ b/src/common/logging/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b1eafde0..987bf09a 100644 --- a/src/common/logging/vst3.cpp +++ b/src/common/logging/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 eeb1b5c1..20f62bb6 100644 --- a/src/common/logging/vst3.h +++ b/src/common/logging/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3f6c1cd0..f9532b4a 100644 --- a/src/common/mutual-recursion.h +++ b/src/common/mutual-recursion.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 95cd3a27..0acc9c17 100644 --- a/src/common/plugins.cpp +++ b/src/common/plugins.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 62e7aca5..4aeed74e 100644 --- a/src/common/plugins.h +++ b/src/common/plugins.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 cbabe81a..3df3b150 100644 --- a/src/common/serialization/common.h +++ b/src/common/serialization/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 67ccd115..85b84a95 100644 --- a/src/common/serialization/vst2.cpp +++ b/src/common/serialization/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e425cfca..4d00261d 100644 --- a/src/common/serialization/vst2.h +++ b/src/common/serialization/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c8baa61b..f7d45c95 100644 --- a/src/common/serialization/vst3.h +++ b/src/common/serialization/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 86e16912..2e8555cb 100644 --- a/src/common/serialization/vst3/attribute-list.cpp +++ b/src/common/serialization/vst3/attribute-list.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5157502e..4282cdfb 100644 --- a/src/common/serialization/vst3/attribute-list.h +++ b/src/common/serialization/vst3/attribute-list.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 8d611eb4..e4af6079 100644 --- a/src/common/serialization/vst3/base.cpp +++ b/src/common/serialization/vst3/base.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e4946cb4..0db2d451 100644 --- a/src/common/serialization/vst3/base.h +++ b/src/common/serialization/vst3/base.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 182039a1..e0f8d32a 100644 --- a/src/common/serialization/vst3/bstream.cpp +++ b/src/common/serialization/vst3/bstream.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d8e29196..94e2872d 100644 --- a/src/common/serialization/vst3/bstream.h +++ b/src/common/serialization/vst3/bstream.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5ad662b9..8b285751 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bfb814cf..a1dab26f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6ad7f53f..acf84be5 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c9f50768..121f7575 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 23681deb..a4f77f25 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 95e06de4..3577cc66 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 0958e4a1..4d91974f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 a20d314b..ab0b7c15 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 20e694e4..cebc339d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bbc9ff27..c5a6c9be 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 21656f37..7e6b2214 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 a2c39239..a19bda82 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 87969c97..abd0f6ae 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1db20ccc..89fac2d3 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 57cfdfc2..5f1ea1bc 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5d30266d..faa91e9f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 034f1112..640e8d80 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6896d71b..bc6b832f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 f565a8a1..bd8b96ba 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bd464687..0f2cb3e9 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 057e95ac..a0874238 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3de7841b..39e992ae 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5aa3c7fd..97756c6a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 2cf437c5..0aaf31b2 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 cc9e0b42..06af72d7 100644 --- a/src/common/serialization/vst3/event-list.cpp +++ b/src/common/serialization/vst3/event-list.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 ec31e493..e28be9a2 100644 --- a/src/common/serialization/vst3/event-list.h +++ b/src/common/serialization/vst3/event-list.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 338eedb1..55eb1807 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 916ea46e..93fe0072 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c02f01fa..990852e7 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 f368a888..61c97711 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5f5dfdf8..7900e406 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 237cc8d4..b7aecf8d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 338f1632..3b92365b 100644 --- a/src/common/serialization/vst3/message.cpp +++ b/src/common/serialization/vst3/message.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 770473dc..e0870435 100644 --- a/src/common/serialization/vst3/message.h +++ b/src/common/serialization/vst3/message.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 89de209e..25b5259b 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 30fe4d25..38284105 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b6e51dbd..d9a953ac 100644 --- a/src/common/serialization/vst3/parameter-changes.cpp +++ b/src/common/serialization/vst3/parameter-changes.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 dd3e2ce2..8308ffdf 100644 --- a/src/common/serialization/vst3/parameter-changes.h +++ b/src/common/serialization/vst3/parameter-changes.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4c0ce9e7..dd2da907 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 2dc352bb..676638a0 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b80cd647..130a5fc2 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b8bfdd51..0c294a21 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 230484fd..bc48731f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 66b20b96..057dfb40 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bf457e7f..14be9f07 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 fd10a1cc..2d4bad7a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 03823c71..26095df5 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b4b4cecf..27a8e56d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d387d90f..c03db891 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e36650d2..62d68c86 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1c200fbb..5885a668 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d9ec0344..9d32f5ca 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4098b2f2..a8abc50f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c317072f..70eeb924 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 22a3992e..f797de0d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 84e935b9..d4ea4bb6 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 af1fea80..ec72ba45 100644 --- a/src/common/serialization/vst3/plugin-proxy.cpp +++ b/src/common/serialization/vst3/plugin-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 83b85b1c..faf120c3 100644 --- a/src/common/serialization/vst3/plugin-proxy.h +++ b/src/common/serialization/vst3/plugin-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6c021e24..d7e46c31 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 2f68f648..63f17be4 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 da20bbbc..a1801064 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e7b53c32..44c2f998 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 2ab12b4f..725b15db 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e569df38..5ff270b8 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1bc28f9c..99c3f23f 100644 --- a/src/common/serialization/vst3/plugin/component.cpp +++ b/src/common/serialization/vst3/plugin/component.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 fb51ff7f..de5cb6fe 100644 --- a/src/common/serialization/vst3/plugin/component.h +++ b/src/common/serialization/vst3/plugin/component.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 57521767..3afcb6e4 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d1181482..6a6afb7e 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 598c9401..209fba33 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 40f8f5b1..eb98aeb8 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 f6e9b2b9..dd80472a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 9c192e99..640d9cf9 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 232e1340..9039f3c4 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d202f2d1..78172e60 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 cd00b648..70e2f5ec 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3fa470bd..40f0a6a2 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 a48a2d4b..0989664f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bad22728..2aafd6fa 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 f480a103..c8b6952f 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 44b26641..5e54c5b6 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 13d5a437..c9ca0615 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4d891ff5..8f6c5828 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 19e66580..b36c4f9e 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 17a8d5a2..e537172c 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3dc4e3f5..4fd8392d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 eaa8b671..d814c9a8 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c3898f18..2f57ae83 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c735085f..411ca3c4 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 c7ca3cf8..309be308 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d9597c8d..baacdbe4 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 855f0448..8dfcf7b5 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d7bec0b0..4ed58773 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4eb86644..8da60cee 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 95d86d64..9ec48a71 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3fe83bc3..f13fc283 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 60b95e2e..2557d83a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 172c59eb..ba2fb5b0 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3c1962df..c03e01d2 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 26c72ef6..8069af0a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b3afa6f9..08cd0217 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 194a9f6b..3b668a91 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d38faaeb..3c4e9f9a 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 932f938c..c1a70fe7 100644 --- a/src/common/serialization/vst3/process-data.cpp +++ b/src/common/serialization/vst3/process-data.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 524fbb12..890fe179 100644 --- a/src/common/serialization/vst3/process-data.h +++ b/src/common/serialization/vst3/process-data.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 0be1c281..e5e7127e 100644 --- a/src/common/utils.cpp +++ b/src/common/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 02c80f34..e524fbe7 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 165360a5..dc5d29ed 100644 --- a/src/common/vst24.h +++ b/src/common/vst24.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 63ae76e7..8dc7365a 100644 --- a/src/plugin/bridges/common.h +++ b/src/plugin/bridges/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5657d6f3..a92a19c9 100644 --- a/src/plugin/bridges/vst2.cpp +++ b/src/plugin/bridges/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d9798411..6a762765 100644 --- a/src/plugin/bridges/vst2.h +++ b/src/plugin/bridges/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/context-menu-target.cpp b/src/plugin/bridges/vst3-impls/context-menu-target.cpp index 49603ae6..c5bcd72d 100644 --- a/src/plugin/bridges/vst3-impls/context-menu-target.cpp +++ b/src/plugin/bridges/vst3-impls/context-menu-target.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/context-menu-target.h b/src/plugin/bridges/vst3-impls/context-menu-target.h index 1f9ad77b..2d04a818 100644 --- a/src/plugin/bridges/vst3-impls/context-menu-target.h +++ b/src/plugin/bridges/vst3-impls/context-menu-target.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 eb8895ae..761aa9ba 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 9d77d1b2..355a004d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 9868fa45..6a778443 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4aa24fac..19e754d5 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 7a8c9f2f..bdce2bf1 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 @@ -16,6 +16,8 @@ #include "plugin-proxy.h" +#include + #include "plug-view-proxy.h" /** diff --git a/src/plugin/bridges/vst3-impls/plugin-proxy.h b/src/plugin/bridges/vst3-impls/plugin-proxy.h index 3b4829ea..56eef6d7 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1bcc7270..c3b823e6 100644 --- a/src/plugin/bridges/vst3.cpp +++ b/src/plugin/bridges/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5a5cf424..40c772a4 100644 --- a/src/plugin/bridges/vst3.h +++ b/src/plugin/bridges/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 26510fb7..b43a4f4f 100644 --- a/src/plugin/host-process.cpp +++ b/src/plugin/host-process.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3504e7f5..f06d160d 100644 --- a/src/plugin/host-process.h +++ b/src/plugin/host-process.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6e32b4c9..f9dfc05a 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 11b80075..94dae376 100644 --- a/src/plugin/utils.h +++ b/src/plugin/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 ed4546c1..a45147b6 100644 --- a/src/plugin/vst2-plugin.cpp +++ b/src/plugin/vst2-plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3c8c3317..44b23aa2 100644 --- a/src/plugin/vst3-plugin.cpp +++ b/src/plugin/vst3-plugin.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/boost-fix.h b/src/wine-host/boost-fix.h index 6e50caf0..7e4a2497 100644 --- a/src/wine-host/boost-fix.h +++ b/src/wine-host/boost-fix.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b203af9e..d0261e26 100644 --- a/src/wine-host/bridges/common.cpp +++ b/src/wine-host/bridges/common.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 08229113..5667ab92 100644 --- a/src/wine-host/bridges/common.h +++ b/src/wine-host/bridges/common.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 348f9814..b319a23e 100644 --- a/src/wine-host/bridges/group.cpp +++ b/src/wine-host/bridges/group.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b8ddb041..f6b8fb44 100644 --- a/src/wine-host/bridges/group.h +++ b/src/wine-host/bridges/group.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 b07b554c..e096336c 100644 --- a/src/wine-host/bridges/vst2.cpp +++ b/src/wine-host/bridges/vst2.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 5f92aa3a..a78eb202 100644 --- a/src/wine-host/bridges/vst2.h +++ b/src/wine-host/bridges/vst2.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 96751b5e..d67eb142 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 859b7a80..c9689a8d 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 691286b9..03f97247 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 d7c5c523..71df39e2 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 2dca3733..b8181a48 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1f36a327..6b492e20 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 7dcb625c..1096faad 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 e1f9cd41..36213f73 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 19ed4039..c8dfdd26 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 ac28f384..b055914b 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 VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 1ebbee1d..8cb7e7e5 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 0191f859..b2af2c6a 100644 --- a/src/wine-host/bridges/vst3.h +++ b/src/wine-host/bridges/vst3.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 f6e1f783..3e24c4a4 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 61dbe51e..c072f4c4 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/group-host.cpp b/src/wine-host/group-host.cpp index 463595f4..351be6be 100644 --- a/src/wine-host/group-host.cpp +++ b/src/wine-host/group-host.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/individual-host.cpp b/src/wine-host/individual-host.cpp index c852a809..2478e79d 100644 --- a/src/wine-host/individual-host.cpp +++ b/src/wine-host/individual-host.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 047591c1..797689df 100644 --- a/src/wine-host/utils.cpp +++ b/src/wine-host/utils.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6fc2a8fd..7874c025 100644 --- a/src/wine-host/utils.h +++ b/src/wine-host/utils.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 6bacc7f0..84bfb0a1 100644 --- a/src/wine-host/xdnd-proxy.cpp +++ b/src/wine-host/xdnd-proxy.cpp @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 31363c49..34ba0b3e 100644 --- a/src/wine-host/xdnd-proxy.h +++ b/src/wine-host/xdnd-proxy.h @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 4878e905..6b8c8c94 100644 --- a/tools/yabridgectl/src/actions.rs +++ b/tools/yabridgectl/src/actions.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 44ab7155..f754d0c8 100644 --- a/tools/yabridgectl/src/actions/blacklist.rs +++ b/tools/yabridgectl/src/actions/blacklist.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 bc5ccfc4..09f0dfd9 100644 --- a/tools/yabridgectl/src/config.rs +++ b/tools/yabridgectl/src/config.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 3c53e1ba..398e5e97 100644 --- a/tools/yabridgectl/src/files.rs +++ b/tools/yabridgectl/src/files.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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 8c273f92..7b33d94c 100644 --- a/tools/yabridgectl/src/main.rs +++ b/tools/yabridgectl/src/main.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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/utils.rs b/tools/yabridgectl/src/utils.rs index 9e382edc..8d665b78 100644 --- a/tools/yabridgectl/src/utils.rs +++ b/tools/yabridgectl/src/utils.rs @@ -1,5 +1,5 @@ // yabridge: a Wine VST bridge -// Copyright (C) 2020-2021 Robbert van der Helm +// Copyright (C) 2020-2022 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