diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | ext/bz2/gstbz2.c | 5 | ||||
-rw-r--r-- | ext/bz2/gstbz2dec.c | 5 | ||||
-rw-r--r-- | ext/bz2/gstbz2dec.h | 5 | ||||
-rw-r--r-- | ext/bz2/gstbz2enc.c | 5 | ||||
-rw-r--r-- | ext/bz2/gstbz2enc.h | 5 |
6 files changed, 25 insertions, 10 deletions
@@ -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): diff --git a/ext/bz2/gstbz2.c b/ext/bz2/gstbz2.c index 42a74b41..4bde6d24 100644 --- a/ext/bz2/gstbz2.c +++ b/ext/bz2/gstbz2.c @@ -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 diff --git a/ext/bz2/gstbz2dec.c b/ext/bz2/gstbz2dec.c index 406a22e0..6fab9f65 100644 --- a/ext/bz2/gstbz2dec.c +++ b/ext/bz2/gstbz2dec.c @@ -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 diff --git a/ext/bz2/gstbz2dec.h b/ext/bz2/gstbz2dec.h index 3366d85e..ce6cda36 100644 --- a/ext/bz2/gstbz2dec.h +++ b/ext/bz2/gstbz2dec.h @@ -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 diff --git a/ext/bz2/gstbz2enc.c b/ext/bz2/gstbz2enc.c index 63231f34..81a030b7 100644 --- a/ext/bz2/gstbz2enc.c +++ b/ext/bz2/gstbz2enc.c @@ -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 diff --git a/ext/bz2/gstbz2enc.h b/ext/bz2/gstbz2enc.h index d93cf4bd..aa520056 100644 --- a/ext/bz2/gstbz2enc.h +++ b/ext/bz2/gstbz2enc.h @@ -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 |