After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 479784 - GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-24 12:02 UTC by Ali Sabil
Modified: 2007-09-24 17:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ali Sabil 2007-09-24 12:02:31 UTC
The current GST_PLUGIN_DEFINE() license list is restricted to "LGPL, GPL, QPL, GPL/QPL, MPL, Proprietary, unknown." Would it be possible to add other commonly used licences like BSD and MIT/X11 ?

Thanks
Comment 1 Sebastian Dröge (slomo) 2007-09-24 12:08:51 UTC
Definitely makes sense, I'll care for adding those two. Do you have other licenses in mind that might be useful to be added? :)
Comment 2 Sebastian Dröge (slomo) 2007-09-24 17:40:06 UTC
2007-09-24  Sebastian Dröge  <slomo@circular-chaos.org>

	* gst/gstplugin.c:
	* gst/gstplugin.h:
	Add the 3-clause BSD license and the MIT/X11 license to the license
	list. Fixes #479784.