diff options
author | Felipe Contreras <felipe.contreras@nokia.com> | 2008-06-23 12:21:17 +0000 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@nokia.com> | 2008-06-23 12:21:17 +0000 |
commit | 18b53d602feb2c2e3bd41a0e69d89ed77e664784 (patch) | |
tree | ab8f02c2d809f0b78efe6ae355c432356cd6b80e /tests | |
parent | 8dc8365cc214bd4223f12f9c09f80fa0428badd1 (diff) |
Update copyright.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check_async_queue.c | 21 | ||||
-rw-r--r-- | tests/check_libomxil.c | 21 | ||||
-rw-r--r-- | tests/standalone/core.c | 21 |
3 files changed, 63 insertions, 0 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> |