[License] Add Apache-2.0 License
authorDongju Chae <dongju.chae@samsung.com>
Wed, 15 Dec 2021 06:27:26 +0000 (15:27 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Wed, 15 Dec 2021 07:18:47 +0000 (16:18 +0900)
This patch adds Apache-2.0 License. Also, all source codes have
the corresponding SPDX-License-Identifier.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
93 files changed:
LICENSE [new file with mode: 0644]
debian/copyright
include/common/npubinfmt.h
include/common/typedef.h
include/host/libnpuhost.h
meson.build
packaging/npu-engine.spec
plugins/nnstreamer/tensor_filter_trix_engine.cc
plugins/nnstreamer/tensor_filter_trix_engine.h
plugins/npumgr/common/npumgr_common.h
plugins/npumgr/dummy/npumgr.cc
plugins/npumgr/dummy/npumgr_api.cc
plugins/npumgr/dummy/npumgr_device.cc
plugins/npumgr/dummy/npumgr_triv2.cc
plugins/npumgr/dummy/npumgr_triv2.h
src/core/comm/CommPlugin.h
src/core/comm/plugin-comm-ip.cc
src/core/ne-buffer.cc
src/core/ne-buffer.h
src/core/ne-common.h
src/core/ne-data.cc
src/core/ne-data.h
src/core/ne-handler.cc
src/core/ne-handler.h
src/core/ne-host-input-service.cc
src/core/ne-hw-input-service.cc
src/core/ne-hwmem.cc
src/core/ne-hwmem.h
src/core/ne-inputservice.h
src/core/ne-mem.cc
src/core/ne-mem.h
src/core/ne-model.cc
src/core/ne-model.h
src/core/ne-profiler.cc
src/core/ne-profiler.h
src/core/ne-request.cc
src/core/ne-request.h
src/core/ne-scheduler.cc
src/core/ne-scheduler.h
src/core/ne-segment-table.cc
src/core/ne-segment-table.h
src/core/ne-thread-pool.cc
src/core/ne-thread-pool.h
src/core/npu/NPUdrvAPI.cc
src/core/npu/NPUdrvAPI.h
src/core/npu/NPUdrvAPI_emul.cc
src/core/npu/NPUdrvAPI_triv2.cc
src/core/utils/ne-conf.cc
src/core/utils/ne-conf.h
src/core/utils/ne-utils.cc
src/core/utils/ne-utils.h
src/host/ne-host.cc
tests/apptests/dummy_triv2_async.cc
tests/apptests/dummy_triv2_sync.cc
tests/apptests/tvn_triv2.cc
tests/apptests/tvn_triv2_aging.cc
tests/apptests/tvn_triv2_bulk.cc
tests/apptests/tvn_triv2_dmabuf.cc
tests/apptests/tvn_triv2_example.cc
tests/apptests/tvn_triv2_interleave.cc
tests/apptests/tvn_triv2_preempt.cc
tests/apptests/tvn_triv2_profile.cc
tests/apptests/tvn_triv2_profile_example.cc
tests/apptests/tvn_triv2_recurring.cc
tests/apptests/tvn_triv2_sigkill.cc
tests/apptests/tvn_triv2_xml.cc
tests/plugins/nnstreamer/nnstreamer_test.cc
tests/plugins/npumgr/npumgr_test.cc
tests/unittests/ne_core_buffer_test.cc
tests/unittests/ne_core_comm_test.cc
tests/unittests/ne_core_data_test.cc
tests/unittests/ne_core_handler_test.cc
tests/unittests/ne_core_hwmem_test.cc
tests/unittests/ne_core_inputservice_test.cc
tests/unittests/ne_core_mem_test.cc
tests/unittests/ne_core_model_test.cc
tests/unittests/ne_core_npu_test.cc
tests/unittests/ne_core_sched_test.cc
tests/unittests/ne_core_segment_table_test.cc
tests/unittests/ne_core_thread_pool_test.cc
tests/unittests/ne_core_utils_test.cc
tests/unittests/ne_libnpuhost_test.cc
tests/utils/ne_test_utils.cc
tests/utils/ne_test_utils.h
tests/utils/ne_test_utils_common.cc
tests/utils/ne_test_utils_common.h
tests/utils/ne_test_utils_gtest.cc
tests/utils/ne_test_utils_gtest.h
utils/model_inspect/model_inspect.cc
utils/trinity_cuse/trinity-cuse-triv2.cc
utils/trinity_cuse/trinity-cuse.cc
utils/trinity_cuse/trinity-cuse.h
utils/trinity_smi/trinity-smi.cc

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..31f682e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [2020] [Samsung Electronics Co., Ltd.]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
index 2e4e7616d9f14dbb1530400135b8c22c2456c15e..99ea7d0bd64839e8351e05a23a244df0f09a34ca 100644 (file)
@@ -1,3 +1,3 @@
 Files: *
-License: Proprietary
+License: Apache-2.0
 Copyright(C) Samsung Electonics 2019
index 6a2eb973ec7541415c03e643762ccf8f5fddcb9c..0cce584aa73c6f1652852adb7c54048f06be4d9d 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  */
@@ -8,10 +8,9 @@
  * @date 05 Jun 2019
  * @brief Describes the format of NPU model binary as a result of NPU compiler
  * @author MyungJoo Ham <myungjoo.ham@samsung.com>
- * @buf No know bugs except for NYI items.
+ * @bug No know bugs except for NYI items.
  *
- * @detail
- *         Packagers: this is to be exported externally including NPU compilers
+ * To packagers: this is to be exported externally including NPU compilers
  */
 
 #ifndef NPU_BIN_FMT_H__
index e6fdfc278f2be16b254d0767b31e47dbebf3fb05..54c6f8e979b44826e1edb05b7cc2ad2c23e29ab9 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  */
index ba79ff02767c4641ad3351e587a9ae959e30a6b3..b32c604ec9f61b7bd4be8485b88dd7cc689fe7cd 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index 966ba686abbbc1bad6dd730a17e9a68a992a0369..12bafb04351241fb0f7809d0036be5600cba5e5d 100644 (file)
@@ -1,6 +1,6 @@
 project('npu-engine', ['c', 'cpp'],
   version: '2.4.3',
-  license: ['Proprietary'],
+  license: ['Apache-2.0'],
   meson_version: '>=0.47.0',
   default_options: [
     'werror=true',
index e185c137fa5d836708c58e159d6cf1e7c1760f2a..246663d3be692a397c0f540e254a41c2bef7628f 100644 (file)
@@ -6,7 +6,7 @@ Version:        2.4.3
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
-License:       Proprietary
+License:       Apache-2.0
 Source0:       npu-engine-%{version}.tar.gz
 Source1001:    npu-engine.manifest
 
index 09525685a094a2bb49a2c96f6a2dc24bf19d626e..95f8c17af45b7f625762aeab663dbdf2f9fbd31a 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index ae9d14014c5a0116221b9ef27853fde7e43164a0..ff3d36329271e1546f284c935a0f3a3ac16367da 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 8998b5c03841f8e477e7745a1f39f396c2926a32..d7d760c57be017ceedac0d37e3775ab852a9ad5d 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 7b4ad070b3d93f6979f8d342f8c0ddd4ad7d2825..044a8a906ee692c755e03cca37f15b214fd01f0a 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 91949b31ee5e71c2aab774e7b45d2060ac59ca54..8dafba77fc240628a90c981949072e196f040794 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 27a5defa3c0af2ec53b761814b93736fc46bbce4..9f5d316d51df3008dfd460fc3688694d7e46aeda 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index f173919e3392b74b47c424213b5fb31f73566b39..dcc4c78d8b73983de504d049b93d2d7ef94681d0 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 700c2403d6a467a8116be8ca772d01d2ab46baeb..dbb25020ffc3160a7530611c4024eb595e8333c5 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index a1758135a59d731301222c852aed6bdc9d58148c..ca7a99b3ea5f55561d620d666e4e1c59b70c3870 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 580fc4043a965598be7df753cc91479f3246d2f2..779b9c605499e126f19a27895779b94819f4a0dc 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 08570e4a9a3545647a920d98d14c66c5559b3929..780a20e0d3cf3a8ae4d208d85d6b4873d8ffc7d3 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 5a32f134eb37ff2760da4d61da70a6b58dcef9d6..26e7054f2aadffdb10749fc1322c9dd2851c6a38 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index b624eb19c9ec7670833d0a0c3d09935993472cba..2f17f7a5d4cf2ba8385a70576ceab0d5d4f9fe2d 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index fd2943552a5eb9bdce408c4d9641cbfd79d0e0ca..f46c6f2118103f929209f3c691f22405cd3e488f 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index b3c45769f0448acf9a94f3fbe3a47af394d45c49..ac56193c75257ed158a45ec269bc4f2ca0fbce56 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index ef03854cad95042733ee01058f0d5daca9fb1efc..69233ae2857c66270ff1850c2e51830f9851790b 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index b9ad80997a17436f6f7234d590ca7a468a0ec4be..3fa441a8e5914ba2f35c2cc79475327af8b795ea 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index 9b4673c4a4001f4736b291c39df44ca4f24a672e..f5d2d9331d9b1edfa057ed92b80853bcf2e00702 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 8e8fcaad41582bc863b6a77c97fc9a1fe93b380d..0a282677aba6a0f3f7435ed8bafd787eee044c6a 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index d8fde9ecff90e2e45da233d60cf3aa51dece9e90..4a65c944c8f265effaeeb49d7f61dad1dc89d75b 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index eb54b6cd81fd29a5433f27994079886685e38654..f552e3e6f4230fe6655029036d63fb1451e6121c 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index ba0bc5c8050b4d42b9c428f9735b1fbd4d1a5a76..6c47247378726d994953c5a84184cb8cfa4840df 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index f580d5eb7e08b286a30e805f5d1e8fd37736e53a..b36ddb87af1be51341ceab9cb372a321123ff4df 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index 5c790171d7858f9e55fbe83d05b6d45a32ff66f1..cffbbb82d19f0cf5493986607ca9435484ddd4bc 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
index 63a534e9666ae480524769d93c84a0f83462467d..3525d24523a457f570f21426f52caee751d57b9f 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index c169a3b0d2f283a006e3ec8a1b69ca0c4074a112..45f127d98b79b5e958feaa07d740190a67417a42 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index 20fcb8059d91787e044248df9079b5ec86f022aa..b53af9c12194739cfdc67e074e458f18530b9362 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index d5c6d2b448911dd5a934fbc939327254356bb9b4..158e556dd2d88244e856b9c62373298ffedcf220 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index e6eb52b78f0c4dac633b7a4ba5a0557e92719c30..5a27b35cc88b0e901491a39e6d8a7ec9f1a81be0 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 66ad297dbecdf984350b9019453006db4d5ae0cc..d94c5e5520c6a0ce599f03d8117d52370e76610c 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 0d8368825318e863bb18fd302baeb1d5fcaf8a37..ead6fd64ee2b690f782350b4a1fe77fd95776d62 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index b462dbe2ee7e96de9bb204e14350c960dc502aa0..3cbfac751ec0e3d12698f8ea90ce100a4985954c 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index b3c21e2342f574df71c61491b2035026d82c455d..0c9e63149cb87ef0bf4f290137f4626e5048e0b7 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index a8026c0f78ebc0a05110ce27b479ec4846941398..b64606f06aa809c3611b3a5a7c19744d13c8b753 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index aefad454d819a25da523e86cad554d8b36346dd4..86497ee48450b062b85abb926838efdb809d330a 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 9cc9d1ee34f09a76a0b39459f6f365e8ccdc0017..1f1c9378b8b34a550e61a77482d9a82b5116ecd8 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index cb822d48354db7859d08079e153207c8d255683c..a3e7e7da5d27e910fc537435ac06062f4732df85 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Parichay Kapoor <pk.kapoor@samsung.com>
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
index 632ee9bedfe6cf86afdb73632cb03bacb5d00c38..36161f511c97645ce52bf0beeb1e4a8bd9d21595 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Parichay Kapoor <pk.kapoor@samsung.com>
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
index 4f3cecf59b6342945b7d84ea1eb428e0e61a42b1..f158d7cb0dd4a208426cc043a87a2554cecb9dfc 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 08939bdf33c0085a938819fc4619a67edcba1ca1..f2d08daad670b18859b21dcb381dd84247e20c66 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 7f5b6452f849ca5e06a8ad0f93b17958db54845e..dbb98d6707f0ef695b4ba9a4ad3c8beb605b8241 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index 718dea79558a2d54744688092f4a15a257809784..1c69a6cace7fb522c4e4755c77f47b54dc860faa 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index 8bf5990dc8d728aff5b04024ffa5b1283da297e6..2aede95655356cd2db31ea9624be89e15225ad81 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index 079342dab6931ae86c79fc7b446f6318f9fba58e..ee56a62d55ee030edec99fa8444247e09c416e93 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index cf30ee6a9d717433125d97ac5fe3b81e361e34d9..a600fc3cd8458c0b9f3ecc7792c768d462d74291 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 97ba03821257c0bf9c5d4ab92176260c5b1fe5ff..65dc72cef709d1ef392ccd809c7a4d70d2867a25 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 05274a0b70c370f8c7e594edda9618af90e4ca28..3f76c4f3feb1b4ff6af5ee88ccd8f5d6c95c87a1 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 3b467036f1b5bc9db72c3556e8b1f6695bf6cfbc..7d55c5f8fe10a6ddfcb04c7fd07f96f98ae1f902 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index c934e869376692766855e09f18a75277c703aeba..50ca497ed98b14fa4af6e68d677aff56a98939ca 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index b56aa98e92d2aa72d31d4b4188cbe2211889afea..9926fbe44b670cb285b6232230831e693901a687 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index adce2a26bd780971794992c15d61bf84bea11581..615dde3741229bbf9fc3f92f398fcaa3669a94e7 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index bd202e9b8cc9c717d9abe3c3a85fd6b29df37324..dbcfd97668a02895b02836e3273e19d0938216dd 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 6b66204aee62a313cf774e3cc0228ef10aca679d..4d46f1bb3a1366124cd5f1476814a29da5370563 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 807c1a9072a0a1ce9b95a0c43343f6a4afda297f..5285c2a232b76329218d67f79c77688715c2dce5 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 64ad15edff1d339c47355768c41353d927c34528..8d2b893a0640141c34db1ee6508333a2e2e12fbb 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index c44e89f55f79fcab1d339a9d316ff2f4cad137f5..fa771d58888301ae59f6b6080701aa615da153d3 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index db7114f5a2510494207a78388e9e3b63ce29e8da..54eb5208d008b8cc135e16f283efb443e2d5081a 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index f9b1eea7c4aa2b0ae590339c5a64c789b2bacad8..edd648ebac6eaefce88a1ea594eb967ac8a5536e 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index fc884ec0c01d76faedf064546ba05a3027f5a8a2..c8f5a928895c6d6ca5f8b357d0a2e934de676870 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 7e43ce5190be509f19e923eb3a7babdfe57ee023..d9f0230d446290b389cfd9860d60686fbbab3350 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 6752e7cb68a65dd5f214af5c12338c62283c726a..0d6e35bb880b9d6d74469334e4a84845bab35e46 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 2ea0a6931a7da6df18293ce157120df121055c61..6ca5154c62efcb214754cbbf3b5063dc3dc0732c 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 4ec2e3d4ee418566f9a089db553f8e20c8bf4dc7..5a2971dd60cd5124237926f1eaa449442c1374b4 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  *
index 02e442b4502fd522c24a91760c5fa112868bdda2..ee8fc98375230ac2e594c016226c430356acb199 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 406298108791ed48be581cf1e9dc2ab20e4a9bca..3bcb603fd5105f9aa6a9bd69b5c6cffb6b76f770 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 277321629485d0bcc017e7646822c62096a4c841..62a97bd2564ccc4067b2c0f4d54dc61c06dffb0c 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 42c46d85e3ce103f5872eb54f0b6cb337a7c2bc7..f0309465abc81a62d27481125ff81901adc1cbf0 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 8776a04a5ae26fe77d5f8516d693079f45f55dba..827745e221bfe3ccc5113424e9b0b6c038b28080 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index 0aa2bd47f805b52b0671a03ce2f4a39de3c5303c..4f7e82a566eba04d105446456b6dadb4f39125df 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 2370cfd0bd63380a0dd06e9141fad3ed9fff90ae..152026c143e9fb08a6636d0c304ab5a28e7ecd22 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Parichay Kapoor <pk.kapoor@samsung.com>
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
index c3ea6212b126e501be7cb5ba5c7b6f9fe95a7bca..f15c18fa190805f79852323095ea04adeeba5427 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 615827e51b695252d82e4d15701ea834f779b34f..bfc8ffb760b6bef10e702f043352468c50443bd1 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index ff5e12ec1d8bf67b0f4548f3b98cafdca3d984e6..af624a647f5bfecddce89cde312e757c288d1ffd 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 7667c58db546db13d870dfb1800cd0d7ee6f7008..4c425d568423df797af204df24949b7b494a7cd8 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  */
index 25de62129ffac118b05187fa32d38a89f49eed43..66d4980aa1a99b73d904fd424f2aedb6ecf09942 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 6184d96e2ae8b274aa5801eb7716d65401a4ce9b..cb27d5a326bed3c619783babcbde4891dde0af94 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  * Copyright (C) 2019 Wook Song <wook16.song@samsung.com>
index aed4f86317f3527e1230729f5ad727020948ca53..5c3f44cfb7c409f4bd900afc4155c46bbd5a8b70 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2019 Samsung Electronics
  * Copyright (C) 2019 Dongju Chae <dongju.chae@samsung.com>
  * Copyright (C) 2019 Wook Song <wook16.song@samsung.com>
index 3b07387e43981d80e03b2b034afe8cf1dc65d5d6..9c547ba87ab3e85ec553ffc8269a2e995d7a415e 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index a28db6e945e240389e829e459afcc487e29e0545..47a91c73ee6449d7b016cef4f6548f9fd5d900d0 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 8bf01d8cf3061824329714bd0e6b821080eb874e..9f787398478db00f325ae66e84ba6d9852bf39c1 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 8fd3241ac31e73e1c97a9db75a527fa823e9665c..7f647dec00162463f16e363cef68ae0f040780de 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index d5a659b72e019167a0a2871e533e8a2eb9e15542..f551a4eae5a3fdd016b471131031d4236a64a352 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */
index 9d8d58e500c00d398e83cdd23a37a130712ee2c6..5179f1780bae6928894574e14c2139d01bbcc2e2 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 45663f9eca79f39904ab7bc8a39d59a18d1dc636..49c3c72dd6c658caa28bf35c9d789a4290dba407 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index 5636dd2b5d9277cbb29c40e9d193a446f37dc568..1fe044a192f9310c3a8924ea04c421352a7296aa 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2021 Samsung Electronics
  * Copyright (C) 2021 Dongju Chae <dongju.chae@samsung.com>
  */
index f6a5518b4912010a3b770f7ae6cae20e058aa2cc..cd512df612368d429bb9810f11f1451b82439bf3 100644 (file)
@@ -1,5 +1,5 @@
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
- * Proprietary
  * Copyright (C) 2020 Samsung Electronics
  * Copyright (C) 2020 Dongju Chae <dongju.chae@samsung.com>
  */