summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux_h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegpsmux/mpegpsmux_h264.c')
-rw-r--r--gst/mpegpsmux/mpegpsmux_h264.c22
1 files changed, 3 insertions, 19 deletions
diff --git a/gst/mpegpsmux/mpegpsmux_h264.c b/gst/mpegpsmux/mpegpsmux_h264.c
index bff1aa0f9..e5a04fef2 100644
--- a/gst/mpegpsmux/mpegpsmux_h264.c
+++ b/gst/mpegpsmux/mpegpsmux_h264.c
@@ -6,10 +6,9 @@
*
* Copyright 2008 Lin YANG <oxcsnicho@gmail.com>
*
- * This library is licensed under 4 different licenses and you
+ * This library is licensed under 3 different licenses and you
* can choose to use it under the terms of any one of them. The
- * four licenses are the MPL 1.1, the LGPL, the GPL and the MIT
- * license.
+ * three licenses are the MPL 1.1, the LGPL and the MIT license.
*
* MPL:
*
@@ -40,22 +39,6 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
- * GPL:
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
- *
* MIT:
*
* Unless otherwise indicated, Source Code is licensed under MIT license.
@@ -80,6 +63,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
+ * SPDX-License-Identifier: MPL-1.1 OR MIT OR LGPL-2.0-or-later
*/
#ifdef HAVE_CONFIG_H