diff --git a/source/backend/CarlaStandalone.mm b/source/backend/CarlaStandalone.mm deleted file mode 100644 index 21068b405..000000000 --- a/source/backend/CarlaStandalone.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla Standalone - * Copyright (C) 2011-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaStandalone.cpp" diff --git a/source/backend/engine/CarlaEngineNative.mm b/source/backend/engine/CarlaEngineNative.mm deleted file mode 100644 index 50c49543c..000000000 --- a/source/backend/engine/CarlaEngineNative.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla Plugin Host - * Copyright (C) 2011-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaEngineNative.cpp" diff --git a/source/backend/plugin/CarlaPluginCLAP.mm b/source/backend/plugin/CarlaPluginCLAP.mm deleted file mode 100644 index 25240bea1..000000000 --- a/source/backend/plugin/CarlaPluginCLAP.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla CLAP Plugin - * Copyright (C) 2022-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaPluginCLAP.cpp" diff --git a/source/backend/plugin/CarlaPluginVST2.mm b/source/backend/plugin/CarlaPluginVST2.mm deleted file mode 100644 index c9b4fc678..000000000 --- a/source/backend/plugin/CarlaPluginVST2.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla VST2 Plugin - * Copyright (C) 2011-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaPluginVST2.cpp" diff --git a/source/backend/plugin/CarlaPluginVST3.mm b/source/backend/plugin/CarlaPluginVST3.mm deleted file mode 100644 index cd968c806..000000000 --- a/source/backend/plugin/CarlaPluginVST3.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla VST3 Plugin - * Copyright (C) 2011-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaPluginVST3.cpp" diff --git a/source/bridges-plugin/CarlaBridgePlugin.mm b/source/bridges-plugin/CarlaBridgePlugin.mm deleted file mode 100644 index 651ae356c..000000000 --- a/source/bridges-plugin/CarlaBridgePlugin.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla Bridge Plugin - * Copyright (C) 2012-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaBridgePlugin.cpp" diff --git a/source/discovery/carla-discovery.mm b/source/discovery/carla-discovery.mm deleted file mode 100644 index d8903e793..000000000 --- a/source/discovery/carla-discovery.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla Plugin discovery - * Copyright (C) 2011-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "carla-discovery.cpp" diff --git a/source/modules/water/water.files.mm b/source/modules/water/water.files.mm deleted file mode 100644 index 83a64fd0d..000000000 --- a/source/modules/water/water.files.mm +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Cross-platform C++ library for Carla, based on Juce v4 - * Copyright (C) 2015 ROLI Ltd. - * Copyright (C) 2017-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "water.files.cpp" diff --git a/source/modules/water/water.mm b/source/modules/water/water.mm deleted file mode 100644 index 4026617d3..000000000 --- a/source/modules/water/water.mm +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Cross-platform C++ library for Carla, based on Juce v4 - * Copyright (C) 2015 ROLI Ltd. - * Copyright (C) 2017 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "water.cpp" diff --git a/source/modules/water/water.obs.mm b/source/modules/water/water.obs.mm deleted file mode 100644 index fcb3bfe96..000000000 --- a/source/modules/water/water.obs.mm +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Cross-platform C++ library for Carla, based on Juce v4 - * Copyright (C) 2015 ROLI Ltd. - * Copyright (C) 2017-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "water.obs.cpp" diff --git a/source/utils/CarlaMacUtils.mm b/source/utils/CarlaMacUtils.mm deleted file mode 100644 index 4aa078d52..000000000 --- a/source/utils/CarlaMacUtils.mm +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Carla macOS utils - * Copyright (C) 2018-2023 Filipe Coelho - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * For a full copy of the GNU General Public License see the doc/GPL.txt file. - */ - -#include "CarlaMacUtils.cpp"