License Fix / Relicense to Apache-2.0
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 25 Jan 2021 08:42:45 +0000 (17:42 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 26 Jan 2021 03:55:43 +0000 (12:55 +0900)
1. Do not use "Apache-2.0-only". It's "Apache-2.0".
2. Relicense files to Apache-2.0. (The author permits; I'm the author.)

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
api/capi/include/platform/ml-api-common.h
nnstreamer/tensor_filter/tensor_filter_nntrainer.cc
nntrainer/delegate.h
nntrainer/tensor/var_grad.cpp
nntrainer/tensor/var_grad.h
nntrainer/tensor/weight.cpp
nntrainer/tensor/weight.h
test/nnstreamer_filter_nntrainer/checkLabel.py
test/nnstreamer_filter_nntrainer/gen24bBMP.py
test/nnstreamer_filter_nntrainer/runTest.sh

index fe55595..6cd63ec 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-only */
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
  * NNStreamer API / Tizen Machine-Learning API Common Header
  * Copyright (C) 2020 MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -6,7 +6,7 @@
 /**
  * @file       ml-api-common.h
  * @date       07 May 2020
- * @brief      Dummy ML-API Common Header from nnstreamer
+ * @brief      Dummy ML-API Common Header from nnstreamer. Relicensed by authors.
  * @see                https://github.com/nnstreamer/nnstreamer
  * @author     MyungJoo Ham <myungjoo.ham@samsung.com>
  * @author Jijoong Moon <jijoong.moon@samsung.com>
index e05f975..9c81460 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-only */
+/* SPDX-License-Identifier: Apache-2.0 */
 /**
  * GStreamer Tensor_Filter, nntrainer Module
  * Copyright (C) 2020 Jijoong Moon <jijoong.moon@samsung.com>
index fcfb8ea..f20d384 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: Apache-2.0-only
+// SPDX-License-Identifier: Apache-2.0
 /**
  * Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
  *
index 0fd8545..3c7a75e 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: Apache-2.0-only
+// SPDX-License-Identifier: Apache-2.0
 /**
  * Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
  *
index 6bbdbca..9a98538 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: Apache-2.0-only
+// SPDX-License-Identifier: Apache-2.0
 /**
  * Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
  *
index e2f556c..8e0b3e4 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: Apache-2.0-only
+// SPDX-License-Identifier: Apache-2.0
 /**
  * Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
  *
index 67af1a7..7974b33 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: Apache-2.0-only
+// SPDX-License-Identifier: Apache-2.0
 /**
  * Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
  *
index 0af1590..1f1d3d6 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/env python
 
 ##
-# SPDX-License-Identifier: LGPL-2.1-only
+# SPDX-License-Identifier: Apache-2.0
 #
-# Copyright (C) 2018 Samsung Electronics
+# Copyright (C) 2021 Samsung Electronics
 #
 # @file checkLabel.py
-# @brief Check the result label of tensorflow-lite model
+# @brief Check the result label of tensorflow-lite model. Relicensed for nntrainer by authors
 # @author HyoungJoo Ahn <hello.ahn@samsung.com>
 
 import sys
index eea2278..7d1b72a 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/env python
 
 ##
-# SPDX-License-Identifier: LGPL-2.1-only
+# SPDX-License-Identifier: Apache-2.0
 #
 # Copyright (C) 2018 Samsung Electronics
 #
 # @file gen24bBMP.py
-# @brief Generate 24bpp .bmp files for test cases
+# @brief Generate 24bpp .bmp files for test cases. Relicensed for nntrainer by authors.
 # @author MyungJoo Ham <myungjoo.ham@samsung.com>
 
 from __future__ import print_function
index e4c7fe2..70fd062 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 ##
-## SPDX-License-Identifier: LGPL-2.1-only
+## SPDX-License-Identifier: Apache-2.0
 ##
 ## @file runTest.sh
 ## @author Jijoong Moon <jijoong.moon@samsung.com>