diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-25 10:52:45 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-25 10:52:45 +0100 |
commit | c7a57bdf876121e1b9304222442d0426781eea33 (patch) | |
tree | bb03ffa8c2caca93224ca17a97aa1fbfad3ecc55 /indra | |
parent | b9f5ced5bb2c38bda9b8bdf53a329a040029bee4 (diff) |
Update gstreamer video plugin's license in accordance with... our new license.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp b/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp index a51a8aa9e1..c4b563f0b8 100644 --- a/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp +++ b/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp @@ -516,7 +516,7 @@ void gst_slvideo_init_class (void) GST_VERSION_MINOR, "private-slvideoplugin", "SL Video sink plugin", - plugin_init, "0.1", GST_LICENSE_UNKNOWN, + plugin_init, "1.0", "LGPL", "Second Life", "http://www.secondlife.com/"); #undef PACKAGE |