diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-14 16:10:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-14 16:10:55 +0000 |
commit | 58e4556c7bc5e8c5689c25ecbd218fadafd6c22c (patch) | |
tree | 263475de8da97e9e0490027f2e9afbd792c5f31b /ext/musicbrainz | |
parent | d9a21a838568501dd89ad3fd01644ba2de560e88 (diff) | |
download | gstreamer-plugins-bad-58e4556c7bc5e8c5689c25ecbd218fadafd6c22c.tar.gz |
licensing, name and description changes
Original commit message from CVS:
licensing, name and description changes
Diffstat (limited to 'ext/musicbrainz')
-rw-r--r-- | ext/musicbrainz/gsttrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index c363b09be..4afbf5f1d 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -404,4 +404,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "trm", "A trm signature producer", - plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) |