diff --git a/examples/CairoUI/CairoExamplePlugin.cpp b/examples/CairoUI/CairoExamplePlugin.cpp index b6df8799..1f01b09e 100644 --- a/examples/CairoUI/CairoExamplePlugin.cpp +++ b/examples/CairoUI/CairoExamplePlugin.cpp @@ -40,7 +40,7 @@ public: const char* getLicense() const { - return "ISC"; + return "http://opensource.org/licenses/isc"; } uint32_t getVersion() const diff --git a/examples/CairoUI/DistrhoPluginInfo.h b/examples/CairoUI/DistrhoPluginInfo.h index b3839886..8ab79fb4 100644 --- a/examples/CairoUI/DistrhoPluginInfo.h +++ b/examples/CairoUI/DistrhoPluginInfo.h @@ -19,7 +19,7 @@ This is used to identify your plugin before a Plugin instance can be created. @note This macro is required. */ -#define DISTRHO_PLUGIN_NAME "Cairo DPF example" +#define DISTRHO_PLUGIN_NAME "CairoUI" /** Number of audio inputs the plugin has. @@ -37,7 +37,7 @@ The plugin URI when exporting in LV2 format. @note This macro is required. */ -#define DISTRHO_PLUGIN_URI "urn:jpcima:cairo-dpf-example" +#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/examples/CairoUI" /** Wherever the plugin has a custom %UI. diff --git a/examples/ExternalUI/ExternalExamplePlugin.cpp b/examples/ExternalUI/ExternalExamplePlugin.cpp index dbecdcc6..8e5fadfc 100644 --- a/examples/ExternalUI/ExternalExamplePlugin.cpp +++ b/examples/ExternalUI/ExternalExamplePlugin.cpp @@ -75,7 +75,7 @@ protected: */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/Info/InfoExamplePlugin.cpp b/examples/Info/InfoExamplePlugin.cpp index 9330b382..050b40a1 100644 --- a/examples/Info/InfoExamplePlugin.cpp +++ b/examples/Info/InfoExamplePlugin.cpp @@ -79,7 +79,7 @@ protected: */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/Latency/LatencyExamplePlugin.cpp b/examples/Latency/LatencyExamplePlugin.cpp index bab5df5b..35ab1e53 100644 --- a/examples/Latency/LatencyExamplePlugin.cpp +++ b/examples/Latency/LatencyExamplePlugin.cpp @@ -85,7 +85,7 @@ protected: */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/Meters/ExamplePluginMeters.cpp b/examples/Meters/ExamplePluginMeters.cpp index 47ddd3c0..cccc1001 100644 --- a/examples/Meters/ExamplePluginMeters.cpp +++ b/examples/Meters/ExamplePluginMeters.cpp @@ -78,7 +78,7 @@ protected: */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/MidiThrough/MidiThroughExamplePlugin.cpp b/examples/MidiThrough/MidiThroughExamplePlugin.cpp index d5d9e102..6e3a7e01 100644 --- a/examples/MidiThrough/MidiThroughExamplePlugin.cpp +++ b/examples/MidiThrough/MidiThroughExamplePlugin.cpp @@ -72,7 +72,7 @@ protected: */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/Parameters/ExamplePluginParameters.cpp b/examples/Parameters/ExamplePluginParameters.cpp index ea6ec6d1..d5f15c31 100644 --- a/examples/Parameters/ExamplePluginParameters.cpp +++ b/examples/Parameters/ExamplePluginParameters.cpp @@ -81,7 +81,7 @@ The plugin will be treated as an effect, but it will not change the host audio." */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /** diff --git a/examples/States/ExamplePluginStates.cpp b/examples/States/ExamplePluginStates.cpp index b9f9ee57..2356a020 100644 --- a/examples/States/ExamplePluginStates.cpp +++ b/examples/States/ExamplePluginStates.cpp @@ -81,7 +81,7 @@ The plugin will be treated as an effect, but it will not change the host audio." */ const char* getLicense() const override { - return "ISC"; + return "http://opensource.org/licenses/isc"; } /**