diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-02-19 20:00:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-19 20:00:12 +0000 |
commit | 01c7f6320013328c937dcef492c6242d41c9ae3a (patch) | |
tree | 5850095deb133a06376a1d1f8738ffdf175aa3ca /ext/bz2 | |
parent | a55257b6d89735cad00e6aa1a86c4793c71ae0fe (diff) | |
download | gstreamer-plugins-bad-01c7f6320013328c937dcef492c6242d41c9ae3a.tar.gz |
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).
Diffstat (limited to 'ext/bz2')
-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 42a74b411..4bde6d24d 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 406a22e0e..6fab9f65b 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 3366d85e6..ce6cda366 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 63231f343..81a030b7f 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 d93cf4bd0..aa5200562 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 |