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:
Ronald S. Bultje 2003-11-02 14:17:17 +00:00
parent 42c5e74e0d
commit 78708234bd

View file

@ -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
};