summaryrefslogtreecommitdiff
path: root/sync-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 /sync-basic
parentc8e41e2b4f8c703aa74bfdbbec7d7d8f12f8c19f (diff)
downloadlinaro-android-kernel-test-e0a2edabfabd41bb357e1b8c2bfbbacdea8a0cd5.tar.gz
Add license file and copyright headers
Diffstat (limited to 'sync-basic')
-rw-r--r--sync-basic/Android.mk11
-rw-r--r--sync-basic/Makefile11
-rw-r--r--sync-basic/sync-basic.c11
3 files changed, 33 insertions, 0 deletions
diff --git a/sync-basic/Android.mk b/sync-basic/Android.mk
index 5a436b6..b65ea1e 100644
--- a/sync-basic/Android.mk
+++ b/sync-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/sync-basic/Makefile b/sync-basic/Makefile
index b51d5d0..4b8817a 100644
--- a/sync-basic/Makefile
+++ b/sync-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>
+#############################################################################
+
CROSS_COMPILE =
KDIR = /home/dima/work/linaro/linux.git
CC = $(CROSS_COMPILE)gcc
diff --git a/sync-basic/sync-basic.c b/sync-basic/sync-basic.c
index 25f891e..723f122 100644
--- a/sync-basic/sync-basic.c
+++ b/sync-basic/sync-basic.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>
+ *******************************************************************************/
+
/* sync framework test */
#include <stdio.h>