commit 229df759a35318804d9963fafef6491b4031d9ad parent c3c5b09816845790bb25830ba8416a49bd3f4149 Author: falkTX <falktx@gmail.com> Date: Sun, 9 Mar 2014 15:58:02 +0000 Update code headers Diffstat:
44 files changed, 95 insertions(+), 90 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,5 +1,5 @@ -DISTRHO Plugin Toolkit (DPT) -Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> +DISTRHO Plugin Framework (DPF) +Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/App.hpp b/dgl/App.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/Base.hpp b/dgl/Base.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/CairoWidget.hpp b/dgl/CairoWidget.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/Geometry.hpp b/dgl/Geometry.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/Image.hpp b/dgl/Image.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/ImageAboutWindow.hpp b/dgl/ImageAboutWindow.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/ImageButton.hpp b/dgl/ImageButton.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/ImageKnob.hpp b/dgl/ImageKnob.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/ImageSlider.hpp b/dgl/ImageSlider.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/Widget.hpp b/dgl/Widget.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/Window.hpp b/dgl/Window.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/App.cpp b/dgl/src/App.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/Base.cpp b/dgl/src/Base.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/Geometry.cpp b/dgl/src/Geometry.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/Image.cpp b/dgl/src/Image.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/ImageAboutWindow.cpp b/dgl/src/ImageAboutWindow.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/ImageButton.cpp b/dgl/src/ImageButton.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/ImageKnob.cpp b/dgl/src/ImageKnob.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/ImageSlider.cpp b/dgl/src/ImageSlider.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/Widget.cpp b/dgl/src/Widget.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dgl/src/Window.cpp b/dgl/src/Window.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoPluginMain.cpp b/distrho/DistrhoPluginMain.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this @@ -16,7 +16,9 @@ #include "src/DistrhoPlugin.cpp" -#if (defined(DISTRHO_PLUGIN_TARGET_LADSPA) || defined(DISTRHO_PLUGIN_TARGET_DSSI)) +#if defined(DISTRHO_PLUGIN_TARGET_CARLA) +# include "src/DistrhoPluginCarla.cpp" +#elif (defined(DISTRHO_PLUGIN_TARGET_LADSPA) || defined(DISTRHO_PLUGIN_TARGET_DSSI)) # include "src/DistrhoPluginLADSPA+DSSI.cpp" #elif defined(DISTRHO_PLUGIN_TARGET_LV2) # include "src/DistrhoPluginLV2.cpp" diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoUIMain.cpp b/distrho/DistrhoUIMain.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this @@ -16,7 +16,9 @@ #include "src/DistrhoUI.cpp" -#if defined(DISTRHO_PLUGIN_TARGET_DSSI) +#if defined(DISTRHO_PLUGIN_TARGET_CARLA) +// nothing +#elif defined(DISTRHO_PLUGIN_TARGET_DSSI) # include "src/DistrhoUIDSSI.cpp" #elif defined(DISTRHO_PLUGIN_TARGET_LV2) # include "src/DistrhoUILV2.cpp" diff --git a/distrho/DistrhoUtils.hpp b/distrho/DistrhoUtils.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this @@ -32,6 +32,7 @@ #endif #ifdef DISTRHO_OS_WINDOWS +# include <winsock2.h> # include <windows.h> #else # include <unistd.h> diff --git a/distrho/src/DistrhoDefines.h b/distrho/src/DistrhoDefines.h @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPlugin.cpp b/distrho/src/DistrhoPlugin.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPluginInternal.hpp b/distrho/src/DistrhoPluginInternal.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPluginLADSPA+DSSI.cpp b/distrho/src/DistrhoPluginLADSPA+DSSI.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoUI.cpp b/distrho/src/DistrhoUI.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoUIDSSI.cpp b/distrho/src/DistrhoUIDSSI.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoUIInternal.hpp b/distrho/src/DistrhoUIInternal.hpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/src/DistrhoUILV2.cpp b/distrho/src/DistrhoUILV2.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/examples/app.cpp b/examples/app.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/examples/cairo.cpp b/examples/cairo.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/examples/color.cpp b/examples/color.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/examples/images.cpp b/examples/images.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/examples/nekobi-ui.cpp b/examples/nekobi-ui.cpp @@ -1,6 +1,6 @@ /* - * DISTRHO Plugin Toolkit (DPT) - * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> + * DISTRHO Plugin Framework (DPF) + * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this