summaryrefslogtreecommitdiff
authorPengcheng Chen <pengcheng.chen@amlogic.com>2017-07-05 07:34:38 (GMT)
committer Pengcheng Chen <pengcheng.chen@amlogic.com>2017-07-05 07:34:38 (GMT)
commit05f0374cddb8bd2d937173df185056578e9adbae (patch)
treec9393c1f4e13fd136e5fa9206e2cb3b84f375831
parent70ba7810ab2d7a9ab5873fd9e3d140477a00c686 (diff)
downloadsystem-05f0374cddb8bd2d937173df185056578e9adbae.zip
system-05f0374cddb8bd2d937173df185056578e9adbae.tar.gz
system-05f0374cddb8bd2d937173df185056578e9adbae.tar.bz2
PD#146347: libge2d: add license
Change-Id: I734837b81e6a1e25204e18d89a0a1d0b667da267 Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
Diffstat
-rw-r--r--libge2d/IONmem.c9
-rw-r--r--libge2d/LICENSE.txt23
-rw-r--r--libge2d/aml_ge2d.c9
-rw-r--r--libge2d/ge2d_feature_test.c9
-rw-r--r--libge2d/ge2d_load_test.c9
-rw-r--r--libge2d/ge2d_port.c9
-rw-r--r--libge2d/include/IONmem.h9
-rw-r--r--libge2d/include/aml_ge2d.h9
-rw-r--r--libge2d/include/ge2d_com.h9
-rw-r--r--libge2d/include/ge2d_port.h9
-rw-r--r--libge2d/kernel-headers/linux/ge2d.h13
-rw-r--r--libge2d/readme.txt8
12 files changed, 120 insertions, 5 deletions
diff --git a/libge2d/IONmem.c b/libge2d/IONmem.c
index bb1c71a..a9348e0 100644
--- a/libge2d/IONmem.c
+++ b/libge2d/IONmem.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <sys/mman.h>
diff --git a/libge2d/LICENSE.txt b/libge2d/LICENSE.txt
new file mode 100644
index 0000000..d0030e3
--- a/dev/null
+++ b/libge2d/LICENSE.txt
@@ -0,0 +1,23 @@
+// Copyright (C) 2015 Amlogic, Inc. All rights reserved.
+//
+// All information contained herein is Amlogic confidential.
+//
+// This software is provided to you pursuant to Software License
+// Agreement (SLA) with Amlogic Inc ("Amlogic"). This software may be
+// used only in accordance with the terms of this agreement.
+//
+// Redistribution and use in source and binary forms, with or without
+// modification is strictly prohibited without prior written permission
+// from Amlogic.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/libge2d/aml_ge2d.c b/libge2d/aml_ge2d.c
index fdf1f27..343e3cb 100644
--- a/libge2d/aml_ge2d.c
+++ b/libge2d/aml_ge2d.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <sys/mman.h>
diff --git a/libge2d/ge2d_feature_test.c b/libge2d/ge2d_feature_test.c
index fa58247..0dac9b0 100644
--- a/libge2d/ge2d_feature_test.c
+++ b/libge2d/ge2d_feature_test.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/libge2d/ge2d_load_test.c b/libge2d/ge2d_load_test.c
index 89074db..74fde7e 100644
--- a/libge2d/ge2d_load_test.c
+++ b/libge2d/ge2d_load_test.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/libge2d/ge2d_port.c b/libge2d/ge2d_port.c
index 714ccca..cc97f9a 100644
--- a/libge2d/ge2d_port.c
+++ b/libge2d/ge2d_port.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <sys/mman.h>
diff --git a/libge2d/include/IONmem.h b/libge2d/include/IONmem.h
index c14d957..dda7939 100644
--- a/libge2d/include/IONmem.h
+++ b/libge2d/include/IONmem.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#ifndef IONMEM_H
#define IONMEM_H
#include <ion/ion.h>
diff --git a/libge2d/include/aml_ge2d.h b/libge2d/include/aml_ge2d.h
index 796ce2f..39066cf 100644
--- a/libge2d/include/aml_ge2d.h
+++ b/libge2d/include/aml_ge2d.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#ifndef AML_GE2D_H_
#define AML_GE2D_H_
diff --git a/libge2d/include/ge2d_com.h b/libge2d/include/ge2d_com.h
index 275ebd8..fca108a 100644
--- a/libge2d/include/ge2d_com.h
+++ b/libge2d/include/ge2d_com.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#ifndef GE2D_COM_H_
#define GE2D_COM_H_
diff --git a/libge2d/include/ge2d_port.h b/libge2d/include/ge2d_port.h
index 08aa2a6..74fff15 100644
--- a/libge2d/include/ge2d_port.h
+++ b/libge2d/include/ge2d_port.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
+
#ifndef GE2D_PORT_H_
#define GE2D_PORT_H_
diff --git a/libge2d/kernel-headers/linux/ge2d.h b/libge2d/kernel-headers/linux/ge2d.h
index 813bf9b..845d6c3 100644
--- a/libge2d/kernel-headers/linux/ge2d.h
+++ b/libge2d/kernel-headers/linux/ge2d.h
@@ -1,8 +1,11 @@
-/****************************************************************************
-**
-** Copyright (C) 2010 AMLOGIC, INC.
-** All rights reserved.
-****************************************************************************/
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
#ifndef GE2D_H
#define GE2D_H
diff --git a/libge2d/readme.txt b/libge2d/readme.txt
index 7587bf2..d99d7d2 100644
--- a/libge2d/readme.txt
+++ b/libge2d/readme.txt
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ *
+ * This source code is subject to the terms and conditions defined in the
+ * file 'LICENSE' which is part of this source code package.
+ *
+ * Description:
+ */
libge2d user guide
API:
int ge2d_open(void);