summaryrefslogtreecommitdiff
path: root/ashmemtest-basic
diff options
context:
space:
mode:
authorAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-03-19 18:20:01 +0100
committerAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-03-20 10:54:23 +0100
commite0a2edabfabd41bb357e1b8c2bfbbacdea8a0cd5 (patch)
tree8779744f4894b183e620b14b3dc39855ef571978 /ashmemtest-basic
parentc8e41e2b4f8c703aa74bfdbbec7d7d8f12f8c19f (diff)
downloadlinaro-android-kernel-test-e0a2edabfabd41bb357e1b8c2bfbbacdea8a0cd5.tar.gz
Add license file and copyright headers
Diffstat (limited to 'ashmemtest-basic')
-rw-r--r--ashmemtest-basic/Android.mk11
-rw-r--r--ashmemtest-basic/Makefile11
-rw-r--r--ashmemtest-basic/ashmemtest.c11
3 files changed, 33 insertions, 0 deletions
diff --git a/ashmemtest-basic/Android.mk b/ashmemtest-basic/Android.mk
index 0c70ebf..7b07ba4 100644
--- a/ashmemtest-basic/Android.mk
+++ b/ashmemtest-basic/Android.mk
@@ -1,3 +1,14 @@
+#############################################################################
+# Copyright (c) 2013 Linaro
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Linaro <linaro-dev@lists.linaro.org>
+#############################################################################
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
diff --git a/ashmemtest-basic/Makefile b/ashmemtest-basic/Makefile
index 7ebe6f2..18b688e 100644
--- a/ashmemtest-basic/Makefile
+++ b/ashmemtest-basic/Makefile
@@ -1,3 +1,14 @@
+#############################################################################
+# Copyright (c) 2013 Linaro
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Linaro <linaro-dev@lists.linaro.org>
+#############################################################################
+
# This file is here just to allow compiling the test without full Android setup.
CROSS_COMPILE =
diff --git a/ashmemtest-basic/ashmemtest.c b/ashmemtest-basic/ashmemtest.c
index f86a50f..6142fff 100644
--- a/ashmemtest-basic/ashmemtest.c
+++ b/ashmemtest-basic/ashmemtest.c
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Linaro
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Linaro <linaro-dev@lists.linaro.org>
+ *******************************************************************************/
+
/*
* Test for Android shared memory (ashmem) driver.
*/