diff options
Diffstat (limited to 'ext')
-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 |
5 files changed, 15 insertions, 10 deletions
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 |