summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index e730073..57a38bf 100644
--- a/src/options.c
+++ b/src/options.c
@@ -21,6 +21,12 @@
*
* You should have received a copy of the GNU General Public License
* along with gstdvbbackend. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * In addition, as a special exception, the copyright holders hereby
+ * grant permission for non-GPL-compatible GStreamer plugins to be used
+ * and distributed together with GStreamer and gstdvbbackend.
+ * This permission goes above and beyond the permissions granted by the
+ * GPL license sydra is covered by.
*/
#include "datatypes.h"
@@ -123,7 +129,7 @@ int options_parse(options_t* opt, int argc, char* argv[])
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_CALLBACK, options_parse_remaining, NULL, NULL},
{ NULL }
};
- GOptionContext *ctx = g_option_context_new("- spreadspace streaming hydra ");
+ GOptionContext *ctx = g_option_context_new("- simple DVB to HTTP Streamer ");
GOptionGroup* main_group = g_option_group_new ("main", "Application Options",
"Show Application Options", opt, NULL);
if(main_group)