Browse Source

Update DPT license to LGPL

tags/1.9.4
falkTX 11 years ago
parent
commit
92cea703ba
27 changed files with 140 additions and 195 deletions
  1. +6
    -7
      source/backend/native/distrho/DistrhoPluginCarla.cpp
  2. +4
    -5
      source/libs/distrho-plugin-toolkit/DistrhoPlugin.h
  3. +4
    -5
      source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp
  4. +5
    -6
      source/libs/distrho-plugin-toolkit/DistrhoUI.h
  5. +7
    -8
      source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp
  6. +5
    -6
      source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h
  7. +5
    -6
      source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h
  8. +5
    -6
      source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h
  9. +4
    -5
      source/libs/distrho-plugin-toolkit/DistrhoUtils.h
  10. +2
    -2
      source/libs/distrho-plugin-toolkit/Makefile
  11. +4
    -5
      source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h
  12. +4
    -5
      source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h
  13. +4
    -5
      source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp
  14. +4
    -5
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h
  15. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp
  16. +5
    -6
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp
  17. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp
  18. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp
  19. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp
  20. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp
  21. +5
    -6
      source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp
  22. +4
    -5
      source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h
  23. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp
  24. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp
  25. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp
  26. +7
    -8
      source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp
  27. +0
    -30
      source/libs/distrho-plugin-toolkit/src/pugl.cpp

+ 6
- 7
source/backend/native/distrho/DistrhoPluginCarla.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 4
- 5
source/libs/distrho-plugin-toolkit/DistrhoPlugin.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 4
- 5
source/libs/distrho-plugin-toolkit/DistrhoPluginMain.cpp View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 5
- 6
source/libs/distrho-plugin-toolkit/DistrhoUI.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 7
- 8
source/libs/distrho-plugin-toolkit/DistrhoUIMain.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 5
- 6
source/libs/distrho-plugin-toolkit/DistrhoUIOpenGL.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 5
- 6
source/libs/distrho-plugin-toolkit/DistrhoUIOpenGLExt.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 5
- 6
source/libs/distrho-plugin-toolkit/DistrhoUIQt4.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 4
- 5
source/libs/distrho-plugin-toolkit/DistrhoUtils.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 2
- 2
source/libs/distrho-plugin-toolkit/Makefile View File

@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Makefile for distrho (docs) #
# ----------------------------------------- #
# Makefile for DPT (docs) #
# ------------------------------------- #
# Created by falkTX
#



+ 4
- 5
source/libs/distrho-plugin-toolkit/src/DistrhoDefines.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 4
- 5
source/libs/distrho-plugin-toolkit/src/DistrhoMacros.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 4
- 5
source/libs/distrho-plugin-toolkit/src/DistrhoPlugin.cpp View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 4
- 5
source/libs/distrho-plugin-toolkit/src/DistrhoPluginInternal.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoPluginJACK.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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


+ 5
- 6
source/libs/distrho-plugin-toolkit/src/DistrhoPluginLADSPA+DSSI.cpp View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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)


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoPluginLV2export.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoPluginVST.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoUI.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 5
- 6
source/libs/distrho-plugin-toolkit/src/DistrhoUIDSSI.cpp View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 4
- 5
source/libs/distrho-plugin-toolkit/src/DistrhoUIInternal.h View File

@@ -3,16 +3,15 @@
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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__


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoUILV2.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGL.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoUIOpenGLExt.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 7
- 8
source/libs/distrho-plugin-toolkit/src/DistrhoUIQt4.cpp View File

@@ -1,18 +1,17 @@
/*
* DISTHRO Plugin Toolkit (DPT)
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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"


+ 0
- 30
source/libs/distrho-plugin-toolkit/src/pugl.cpp View File

@@ -1,30 +0,0 @@
/*
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* This 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

Loading…
Cancel
Save