Update Copyright and the package name of TensorHandlerUnitTest.
authorChanhee Lee <ch2102.lee@samsung.com>
Fri, 17 Sep 2021 04:45:52 +0000 (13:45 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 22 Sep 2021 22:47:12 +0000 (07:47 +0900)
Change-Id: I11041d536f3b998e46e896840a396ae3a618b45f

subprojects/libbeyond-android/src/androidTest/java/com/samsung/android/beyond/InferenceUnitTest/TensorHandlerUnitTest.java

index fd8d9636a809a0721d9e6c4f220d3c03154db146..6904998abbc200afa51e48a151e903c1be1dcbc0 100644 (file)
@@ -1,4 +1,20 @@
-package com.samsung.android.beyond.DataUnitTest;
+/*
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * 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.
+ */
+
+package com.samsung.android.beyond.InferenceUnitTest;
 
 import android.content.Context;
 import android.util.Log;