From 01c7f6320013328c937dcef492c6242d41c9ae3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 19 Feb 2006 20:00:12 +0000 Subject: =?UTF-8?q?ext/bz2/:=20Add=20proper=20copyright=20headers=20identi?= =?UTF-8?q?fying=20Lutz=20M=C3=BCller=20as=20the=20author=20and=20copyrigh?= =?UTF-8?q?t=20holder=20(#331600).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- ext/bz2/gstbz2.c | 5 +++-- ext/bz2/gstbz2dec.c | 5 +++-- ext/bz2/gstbz2dec.h | 5 +++-- ext/bz2/gstbz2enc.c | 5 +++-- ext/bz2/gstbz2enc.h | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) (limited to 'ext/bz2') 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 + * 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 + * 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 + * 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 + * 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 + * 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 -- cgit v1.2.1