From 92cea703ba7c70672f537c246c56f01f5a2194ee Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 22 Jan 2013 21:10:27 +0000 Subject: [PATCH] Update DPT license to LGPL --- .../native/distrho/DistrhoPluginCarla.cpp | 13 ++++---- .../distrho-plugin-toolkit/DistrhoPlugin.h | 9 +++--- .../DistrhoPluginMain.cpp | 9 +++--- .../libs/distrho-plugin-toolkit/DistrhoUI.h | 11 ++++--- .../distrho-plugin-toolkit/DistrhoUIMain.cpp | 15 +++++----- .../distrho-plugin-toolkit/DistrhoUIOpenGL.h | 11 ++++--- .../DistrhoUIOpenGLExt.h | 11 ++++--- .../distrho-plugin-toolkit/DistrhoUIQt4.h | 11 ++++--- .../distrho-plugin-toolkit/DistrhoUtils.h | 9 +++--- source/libs/distrho-plugin-toolkit/Makefile | 4 +-- .../src/DistrhoDefines.h | 9 +++--- .../src/DistrhoMacros.h | 9 +++--- .../src/DistrhoPlugin.cpp | 9 +++--- .../src/DistrhoPluginInternal.h | 9 +++--- .../src/DistrhoPluginJACK.cpp | 15 +++++----- .../src/DistrhoPluginLADSPA+DSSI.cpp | 11 ++++--- .../src/DistrhoPluginLV2.cpp | 15 +++++----- .../src/DistrhoPluginLV2export.cpp | 15 +++++----- .../src/DistrhoPluginVST.cpp | 15 +++++----- .../distrho-plugin-toolkit/src/DistrhoUI.cpp | 15 +++++----- .../src/DistrhoUIDSSI.cpp | 11 ++++--- .../src/DistrhoUIInternal.h | 9 +++--- .../src/DistrhoUILV2.cpp | 15 +++++----- .../src/DistrhoUIOpenGL.cpp | 15 +++++----- .../src/DistrhoUIOpenGLExt.cpp | 15 +++++----- .../src/DistrhoUIQt4.cpp | 15 +++++----- .../libs/distrho-plugin-toolkit/src/pugl.cpp | 30 ------------------- 27 files changed, 140 insertions(+), 195 deletions(-) delete mode 100644 source/libs/distrho-plugin-toolkit/src/pugl.cpp diff --git a/source/backend/native/distrho/DistrhoPluginCarla.cpp b/source/backend/native/distrho/DistrhoPluginCarla.cpp index f44cc5afb..12082dc1e 100644 --- a/source/backend/native/distrho/DistrhoPluginCarla.cpp +++ b/source/backend/native/distrho/DistrhoPluginCarla.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "carla_native.hpp" diff --git a/source/libs/distrho-plugin-toolkit/DistrhoPlugin.h b/source/libs/distrho-plugin-toolkit/DistrhoPlugin.h index b966160ea..20ea00ae8 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoPlugin.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoPlugin.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_PLUGIN_H__ diff --git a/source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp b/source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp index 26403a7d5..7a1ccb6ab 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp +++ b/source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "src/DistrhoPlugin.cpp" diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUI.h b/source/libs/distrho-plugin-toolkit/DistrhoUI.h index b9cdb277d..a57eaca28 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUI.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoUI.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UI_H__ diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp b/source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp index 37040a697..4716af17a 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp +++ b/source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "src/DistrhoUI.cpp" diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h b/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h index 763e04b09..0c330082a 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UI_OPENGL_H__ diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h b/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h index 986d6cf90..d152fc03a 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UI_OPENGL_EXT_H__ diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h b/source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h index 8de51c31e..7c229c839 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UI_QT4_H__ diff --git a/source/libs/distrho-plugin-toolkit/DistrhoUtils.h b/source/libs/distrho-plugin-toolkit/DistrhoUtils.h index ef334e06a..795ad745f 100644 --- a/source/libs/distrho-plugin-toolkit/DistrhoUtils.h +++ b/source/libs/distrho-plugin-toolkit/DistrhoUtils.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UTILS_H__ diff --git a/source/libs/distrho-plugin-toolkit/Makefile b/source/libs/distrho-plugin-toolkit/Makefile index d8b38f4cd..440d523e8 100644 --- a/source/libs/distrho-plugin-toolkit/Makefile +++ b/source/libs/distrho-plugin-toolkit/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Makefile for distrho (docs) # -# ----------------------------------------- # +# Makefile for DPT (docs) # +# ------------------------------------- # # Created by falkTX # diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h b/source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h index 39e0633eb..bf35be999 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_DEFINES_H__ diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h b/source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h index d45881f98..3d2862224 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_MACROS_H__ diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp index e3717ee5a..6283f2fb0 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoPluginInternal.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h index 3f16bf459..ce3b3d751 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_PLUGIN_INTERNAL_H__ diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp index a9947c046..6159e89ed 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifdef DISTRHO_PLUGIN_TARGET_JACK diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp index 921aab52c..9f65f74bd 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #if defined(DISTRHO_PLUGIN_TARGET_LADSPA) || defined(DISTRHO_PLUGIN_TARGET_DSSI) diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp index 1d32f175a..0de28cea9 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifdef DISTRHO_PLUGIN_TARGET_LV2 diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp index 7066217aa..5fbec30e4 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifdef DISTRHO_PLUGIN_TARGET_LV2 diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp index f4659ab29..9355bfa52 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifdef DISTRHO_PLUGIN_TARGET_VST diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp index d99378ffe..f5cbfda5f 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoUIInternal.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp index fc9d57d21..ccac56eac 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoDefines.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h b/source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h index e9c82d8f7..1e19763db 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h @@ -3,16 +3,15 @@ * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #ifndef __DISTRHO_UI_INTERNAL_H__ diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp index 98cac22eb..c3c009671 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoDefines.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp index 410912ef3..6535b34a8 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoDefines.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp index 7292d69f7..92e7d8ae8 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoDefines.h" diff --git a/source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp b/source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp index 48bd887d0..f17703362 100644 --- a/source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp +++ b/source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp @@ -1,18 +1,17 @@ /* - * DISTHRO Plugin Toolkit (DPT) - * Copyright (C) 2012 Filipe Coelho + * DISTRHO Plugin Toolkit (DPT) + * Copyright (C) 2012-2013 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. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * For a full copy of the license see the GPL.txt file + * For a full copy of the license see the LGPL.txt file */ #include "DistrhoDefines.h" diff --git a/source/libs/distrho-plugin-toolkit/src/pugl.cpp b/source/libs/distrho-plugin-toolkit/src/pugl.cpp deleted file mode 100644 index 57420a758..000000000 --- a/source/libs/distrho-plugin-toolkit/src/pugl.cpp +++ /dev/null @@ -1,30 +0,0 @@ -/* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 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 license see the GPL.txt file - */ - -#include "DistrhoDefines.h" - -#if DISTRHO_OS_WINDOWS -# include "pugl/pugl_win.cpp" -#elif DISTRHO_OS_MAC -# include "pugl/pugl_osx.m" -#elif DISTRHO_OS_LINUX -extern "C" { -# include "pugl/pugl_x11.c" -} -#else -# error Unsupported platform! -#endif