summaryrefslogtreecommitdiff
authorSam Wu <yihui.wu@amlogic.com>2017-07-13 07:30:29 (GMT)
committer Sam Wu <yihui.wu@amlogic.com>2017-07-13 09:13:16 (GMT)
commit1069c6c39759979b704e828d8943d2c0bde8c195 (patch)
tree46cb5f9d7cce348f88c0e53627594877dcbe6d59
parent0714136a27ce93de4d1d5b24ac120801ae163de9 (diff)
downloadtools-ref-o-20171115.zip
tools-ref-o-20171115.tar.gz
tools-ref-o-20171115.tar.bz2
logo_img_packer: aml_upgrade: add license [1/1]
PD# 146719 Change-Id: Ie246e98bfeb9000d5cbd348566fece4fb8982f37
Diffstat
-rwxr-xr-xaml_upgrade/LICENSE23
-rwxr-xr-xaml_upgrade/amlogic_emmc_bin_maker.sh6
-rwxr-xr-xlogo_img_packer/LICENSE23
-rw-r--r--[-rwxr-xr-x]logo_img_packer/crc32.cpp6
-rw-r--r--[-rwxr-xr-x]logo_img_packer/crc32.h6
-rw-r--r--[-rwxr-xr-x]logo_img_packer/res_dll_if.h6
-rw-r--r--logo_img_packer/res_pack.cpp6
-rw-r--r--[-rwxr-xr-x]logo_img_packer/res_pack.h6
-rw-r--r--[-rwxr-xr-x]logo_img_packer/res_pack_i.h6
9 files changed, 88 insertions, 0 deletions
diff --git a/aml_upgrade/LICENSE b/aml_upgrade/LICENSE
new file mode 100755
index 0000000..d0030e3
--- a/dev/null
+++ b/aml_upgrade/LICENSE
@@ -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/aml_upgrade/amlogic_emmc_bin_maker.sh b/aml_upgrade/amlogic_emmc_bin_maker.sh
index 2f6462d..39183d4 100755
--- a/aml_upgrade/amlogic_emmc_bin_maker.sh
+++ b/aml_upgrade/amlogic_emmc_bin_maker.sh
@@ -1,4 +1,10 @@
#!/bin/sh
+#/*
+# * Copyright (c) 2015 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.
+# */
emmc_partition_h=$1 #Header file of emmc_partition.h
partInfoXml=$2
diff --git a/logo_img_packer/LICENSE b/logo_img_packer/LICENSE
new file mode 100755
index 0000000..d0030e3
--- a/dev/null
+++ b/logo_img_packer/LICENSE
@@ -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/logo_img_packer/crc32.cpp b/logo_img_packer/crc32.cpp
index 8f02e80..0e1fbd5 100755..100644
--- a/logo_img_packer/crc32.cpp
+++ b/logo_img_packer/crc32.cpp
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2015 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.
+ */
/*
* crc32.c
*
diff --git a/logo_img_packer/crc32.h b/logo_img_packer/crc32.h
index 8594753..a1f13e7 100755..100644
--- a/logo_img_packer/crc32.h
+++ b/logo_img_packer/crc32.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2015 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.
+ */
/*
* crc32.h
*
diff --git a/logo_img_packer/res_dll_if.h b/logo_img_packer/res_dll_if.h
index 17b052a..0093bfa 100755..100644
--- a/logo_img_packer/res_dll_if.h
+++ b/logo_img_packer/res_dll_if.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2015 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.
+ */
/*
* \file res_dll_if.h
* \brief This interfaces is included by user who use this dll
diff --git a/logo_img_packer/res_pack.cpp b/logo_img_packer/res_pack.cpp
index 3c6ee9e..d3a40a7 100644
--- a/logo_img_packer/res_pack.cpp
+++ b/logo_img_packer/res_pack.cpp
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2015 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.
+ */
/*
* Command for pack imgs.
*
diff --git a/logo_img_packer/res_pack.h b/logo_img_packer/res_pack.h
index ea44caa..190ed42 100755..100644
--- a/logo_img_packer/res_pack.h
+++ b/logo_img_packer/res_pack.h
@@ -1,4 +1,10 @@
/*
+ * Copyright (c) 2015 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.
+ */
+/*
* \file imgpack.h
* \brief Amlogic resource image header define
*
diff --git a/logo_img_packer/res_pack_i.h b/logo_img_packer/res_pack_i.h
index 5ef2e87..271f831 100755..100644
--- a/logo_img_packer/res_pack_i.h
+++ b/logo_img_packer/res_pack_i.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2015 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.
+ */
/*
* \file res_pack_i.h
* \brief include file for res_pack