mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Add QPL and GPL/QPL, plus add links to licenses
Original commit message from CVS: Add QPL and GPL/QPL, plus add links to licenses
This commit is contained in:
parent
42c5e74e0d
commit
78708234bd
1 changed files with 8 additions and 1 deletions
|
@ -42,10 +42,17 @@ static GList *_gst_plugin_static = NULL;
|
|||
/* list of valid licenses.
|
||||
* One of these must be specified or the plugin won't be loaded
|
||||
* Contact gstreamer-devel@lists.sourceforge.net if your license should be
|
||||
* added. */
|
||||
* added.
|
||||
*
|
||||
* GPL: http://www.gnu.org/copyleft/gpl.html
|
||||
* LGPL: http://www.gnu.org/copyleft/lesser.html
|
||||
* QPL: http://www.trolltech.com/licenses/qpl.html
|
||||
*/
|
||||
static gchar *valid_licenses[] = {
|
||||
"LGPL", /* GNU Lesser General Public License */
|
||||
"GPL", /* GNU General Public License */
|
||||
"QPL", /* Trolltech Qt Public License */
|
||||
"GPL/QPL", /* Combi-license of GPL + QPL */
|
||||
GST_LICENSE_UNKNOWN, /* some other license */
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue