diff --git a/ChangeLog b/ChangeLog index 9e018e74f4..a62d364d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-02-19 Tim-Philipp Müller + + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie): diff --git a/ext/bz2/gstbz2.c b/ext/bz2/gstbz2.c index 42a74b4116..4bde6d24d4 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 + * 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 406a22e0e3..6fab9f65b4 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 + * 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 3366d85e6a..ce6cda366f 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 + * 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 63231f343f..81a030b7f3 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 + * 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 d93cf4bd01..aa52005626 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 + * 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