mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
dvbsuboverlay: fix up copyrights
This commit is contained in:
parent
b4c8eb084c
commit
cc9e490313
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
|
||||
/*
|
||||
* libdvbsub - DVB subtitle decoding
|
||||
/* dvb-sub.c - DVB subtitle decoding
|
||||
* Copyright (C) Mart Raudsepp 2009 <mart.raudsepp@artecdesign.ee>
|
||||
* Copyright (C) 2010 ONELAN Ltd.
|
||||
*
|
||||
* Heavily uses code algorithms ported from ffmpeg's libavcodec/dvbsubdec.c,
|
||||
* especially the segment parsers. The original license applies to this
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* GStreamer DVB subtitles overlay
|
||||
* Copyright (c) 2010 Mart Raudsepp <mart.raudsepp@collabora.co.uk>
|
||||
* Copyright (c) 2010 ONELAN Ltd.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* GStreamer DVB subtitles overlay
|
||||
* Copyright (c) 2010 Mart Raudsepp <mart.raudsepp@collabora.co.uk>
|
||||
* Copyright (c) 2010 ONELAN Ltd.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public License
|
||||
|
|
Loading…
Reference in a new issue