mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author and copyright holder (#331600).
Original commit message from CVS: * ext/bz2/gstbz2.c: * ext/bz2/gstbz2dec.c: * ext/bz2/gstbz2dec.h: * ext/bz2/gstbz2enc.c: * ext/bz2/gstbz2enc.h: Add proper copyright headers identifying Lutz Müller as the author and copyright holder (#331600).
This commit is contained in:
parent
a55257b6d8
commit
01c7f63200
6 changed files with 25 additions and 10 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/bz2/gstbz2.c:
|
||||
* ext/bz2/gstbz2dec.c:
|
||||
* ext/bz2/gstbz2dec.h:
|
||||
* ext/bz2/gstbz2enc.c:
|
||||
* ext/bz2/gstbz2enc.h:
|
||||
Add proper copyright headers identifying Lutz Müller
|
||||
as the author and copyright holder (#331600).
|
||||
|
||||
2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* GStreamer
|
||||
*
|
||||
/* GStreamer bz2 plugin
|
||||
* Copyright (C) 2006 Lutz Müller <lutz topfrose de>
|
||||
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* GStreamer
|
||||
*
|
||||
/* GStreamer bz2 decoder
|
||||
* Copyright (C) 2006 Lutz Müller <lutz topfrose de>
|
||||
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* bz2dec: Encoder plugin for GStreamer
|
||||
*
|
||||
/* GStreamer bz2 decoder
|
||||
* Copyright (C) 2006 Lutz Müller <lutz topfrose de>
|
||||
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* GStreamer
|
||||
*
|
||||
/* GStreamer bz2 encoder
|
||||
* Copyright (C) 2006 Lutz Müller <lutz topfrose de>
|
||||
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* bz2enc: Encoder plugin for GStreamer
|
||||
*
|
||||
/* GStreamer bz2 encoder
|
||||
* Copyright (C) 2006 Lutz Müller <lutz topfrose de>
|
||||
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
|
Loading…
Reference in a new issue