diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-22 02:19:24 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-22 02:25:44 +0000 |
commit | 4de86d4d12de982aa606736bbc629111e1c00139 (patch) | |
tree | c09a00ac1c921c1dcb31530961bae967b9a16893 /gst/pnm | |
parent | 232a1dc6d043c6ac0fa1e8988da23e96728db3e3 (diff) | |
download | gstreamer-plugins-bad-4de86d4d12de982aa606736bbc629111e1c00139.tar.gz |
pnm: add copyright notice
Diffstat (limited to 'gst/pnm')
-rw-r--r-- | gst/pnm/gstpnm.c | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmdec.c | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmdec.h | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmenc.c | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmenc.h | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmutils.c | 3 | ||||
-rw-r--r-- | gst/pnm/gstpnmutils.h | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/gst/pnm/gstpnm.c b/gst/pnm/gstpnm.c index d759479b0..9b0551054 100644 --- a/gst/pnm/gstpnm.c +++ b/gst/pnm/gstpnm.c @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM plugin + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmdec.c b/gst/pnm/gstpnmdec.c index 73a27345d..41e6eed69 100644 --- a/gst/pnm/gstpnmdec.c +++ b/gst/pnm/gstpnmdec.c @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM decoder + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmdec.h b/gst/pnm/gstpnmdec.h index 12a845381..edcb11e3b 100644 --- a/gst/pnm/gstpnmdec.h +++ b/gst/pnm/gstpnmdec.h @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM decoder + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c index f9d558c19..d05a39519 100644 --- a/gst/pnm/gstpnmenc.c +++ b/gst/pnm/gstpnmenc.c @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM encoder + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmenc.h b/gst/pnm/gstpnmenc.h index 632bec526..e3748601b 100644 --- a/gst/pnm/gstpnmenc.h +++ b/gst/pnm/gstpnmenc.h @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM encoder + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmutils.c b/gst/pnm/gstpnmutils.c index f87136d88..3dc0239f4 100644 --- a/gst/pnm/gstpnmutils.c +++ b/gst/pnm/gstpnmutils.c @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM utility functions + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/gst/pnm/gstpnmutils.h b/gst/pnm/gstpnmutils.h index 75b3caa96..ed906521d 100644 --- a/gst/pnm/gstpnmutils.h +++ b/gst/pnm/gstpnmutils.h @@ -1,4 +1,5 @@ -/* GStreamer +/* GStreamer PNM utility functions + * Copyright (C) 2009 Lutz Mueller <lutz@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |