summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/check_async_queue.c21
-rw-r--r--tests/check_libomxil.c21
-rw-r--r--tests/standalone/core.c21
-rw-r--r--util/async_queue.c4
-rw-r--r--util/async_queue.h4
5 files changed, 69 insertions, 2 deletions
diff --git a/tests/check_async_queue.c b/tests/check_async_queue.c
index 2209e8d..953985e 100644
--- a/tests/check_async_queue.c
+++ b/tests/check_async_queue.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2008 Nokia Corporation.
+ *
+ * Author: Felipe Contreras <felipe.contreras@nokia.com>
+ *
+ * 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
+ * version 2.1 of the License.
+ *
+ * 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 <check.h>
#include "async_queue.h"
diff --git a/tests/check_libomxil.c b/tests/check_libomxil.c
index a7b9717..75d1be8 100644
--- a/tests/check_libomxil.c
+++ b/tests/check_libomxil.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2008 Nokia Corporation.
+ *
+ * Author: Felipe Contreras <felipe.contreras@nokia.com>
+ *
+ * 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
+ * version 2.1 of the License.
+ *
+ * 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 <check.h>
#include <OMX_Core.h>
diff --git a/tests/standalone/core.c b/tests/standalone/core.c
index c9a2c21..f5f9fe8 100644
--- a/tests/standalone/core.c
+++ b/tests/standalone/core.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2008 Nokia Corporation.
+ *
+ * Author: Felipe Contreras <felipe.contreras@nokia.com>
+ *
+ * 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
+ * version 2.1 of the License.
+ *
+ * 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 <OMX_Core.h>
#include <OMX_Component.h>
diff --git a/util/async_queue.c b/util/async_queue.c
index 04eea57..54620cc 100644
--- a/util/async_queue.c
+++ b/util/async_queue.c
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2008 Felipe Contreras
+ * Copyright (C) 2008 Nokia Corporation.
+ *
+ * Author: Felipe Contreras <felipe.contreras@nokia.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/util/async_queue.h b/util/async_queue.h
index 5573022..acbd010 100644
--- a/util/async_queue.h
+++ b/util/async_queue.h
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2008 Felipe Contreras
+ * Copyright (C) 2008 Nokia Corporation.
+ *
+ * Author: Felipe Contreras <felipe.contreras@nokia.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public