diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-09-11 22:35:33 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-09-11 22:35:33 +0100 |
commit | 438b5517d5f3355683f8edad6a17ef35b2db67e0 (patch) | |
tree | e70aee120dc7a43d6cfe07b270698884d48d9053 /README | |
parent | b85d889582ecf633d9a0decef50df9872ba73e54 (diff) |
license: Add COPYING and COPYING.LIB
Add GPLv2 COPYING file, and LGPL COPYING.LIB. Add the boilerplate
text about the plugin code being LGPL versus the linked plugin
being GPL.
Fixes: #590964
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,3 +2,16 @@ gst-ffmpeg This module contains a GStreamer plugin for FFmpeg, as well as an internal copy of the FFmpeg source code. + +PLUG-IN DEPENDENCIES AND LICENSES +--------------------------------- + +GStreamer is developed under the terms of the LGPL (see LICENSE file for +details). Some of our plug-ins however rely on libraries which are available +under other licenses. This means that if you are distributing an application +which has a non-GPL compatible license (for instance a closed-source +application) with GStreamer, you have to make sure not to distribute GPL-linked +plug-ins. + +When using GPL-linked plug-ins, GStreamer is for all practical reasons +under the GPL itself. |