[cogl] cogl-gst-plugin: Fix the license name in the plugin description



commit ceec0bddb858588c1f04c50dd6cbda9eb044c4cc
Author: Neil Roberts <neil linux intel com>
Date:   Fri Mar 14 16:59:22 2014 +0000

    cogl-gst-plugin: Fix the license name in the plugin description
    
    In commit 1b83ef938f the license in the plugin description was changed
    from “LGPL” to “MIT”. GStreamer strictly whitelists the names of the
    licenses and the correct name for the MIT license is “MIT/X11” so it
    was rejecting the plugin.
    
    Reviewed-by: Robert Bragg <robert bragg intel com>

 cogl-gst/cogl-gst-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-gst/cogl-gst-plugin.c b/cogl-gst/cogl-gst-plugin.c
index 7edbe94..cf8b400 100644
--- a/cogl-gst/cogl-gst-plugin.c
+++ b/cogl-gst/cogl-gst-plugin.c
@@ -52,6 +52,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
                    "Sends video data from GStreamer to a Cogl pipeline",
                    _plugin_init,
                    COGL_VERSION_STRING,
-                   "MIT",
+                   "MIT/X11",
                    PACKAGE,
                    "http://cogl3d.org/";)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]