[gst-cvs] gst-plugins-bad: pnm: add copyright notice

Tim Mueller tpm at kemper.freedesktop.org
Thu Jan 21 18:34:36 PST 2010


Module: gst-plugins-bad
Branch: master
Commit: 4de86d4d12de982aa606736bbc629111e1c00139
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=4de86d4d12de982aa606736bbc629111e1c00139

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Jan 22 02:19:24 2010 +0000

pnm: add copyright notice

---

 gst/pnm/gstpnm.c      |    3 ++-
 gst/pnm/gstpnmdec.c   |    3 ++-
 gst/pnm/gstpnmdec.h   |    3 ++-
 gst/pnm/gstpnmenc.c   |    3 ++-
 gst/pnm/gstpnmenc.h   |    3 ++-
 gst/pnm/gstpnmutils.c |    3 ++-
 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 d759479..9b05510 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 at 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 73a2734..41e6eed 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 at 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 12a8453..edcb11e 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 at 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 f9d558c..d05a395 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 at 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 632bec5..e374860 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 at 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 f87136d..3dc0239 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 at 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 75b3caa..ed90652 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 at 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





More information about the Gstreamer-commits mailing list