summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-23 15:08:22 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-23 15:08:22 +0200
commitf0c759886c8fc795e9239fc22efb054faeb37789 (patch)
tree162fc89f090aa408ed45ff2f00f4669685ac7b61 /tests
parent18e41dd3d72c0b586dd3ccf0de458f94988e8a01 (diff)
downloadclutter-gst-f0c759886c8fc795e9239fc22efb054faeb37789.tar.gz
[misc] Pass on the c files headers
* Be sure to include licensing information * Update the Copyright assignment when needed
Diffstat (limited to 'tests')
-rw-r--r--tests/test-rgb-upload.c27
-rw-r--r--tests/test-yuv-upload.c27
2 files changed, 54 insertions, 0 deletions
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c
index fc40096..0887dad 100644
--- a/tests/test-rgb-upload.c
+++ b/tests/test-rgb-upload.c
@@ -1,3 +1,30 @@
+/*
+ * Clutter-GStreamer.
+ *
+ * GStreamer integration library for Clutter.
+ *
+ * test-rgb-upload.c - Feed RGB frames to a cluttersink.
+ *
+ * Authored by Damien Lespiau <damien.lespiau@intel.com>
+ *
+ * Copyright (C) 2009 Intel Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include <string.h>
#include <glib/gprintf.h>
diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c
index 837871f..8572558 100644
--- a/tests/test-yuv-upload.c
+++ b/tests/test-yuv-upload.c
@@ -1,3 +1,30 @@
+/*
+ * Clutter-GStreamer.
+ *
+ * GStreamer integration library for Clutter.
+ *
+ * test-yuv-upload.c - Feed YUV frames to a cluttersink.
+ *
+ * Authored by Damien Lespiau <damien.lespiau@intel.com>
+ *
+ * Copyright (C) 2009 Intel Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include <string.h>
#include <glib/gprintf.h>