From: 이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Wed, 27 Feb 2019 05:39:08 +0000 (+0900) Subject: [neuron] Correct wrong copyright year in SubNode (#4512) X-Git-Tag: submit/tizen/20190325.013700~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cc11d6cbf054a03c7d096a5a4263270eae01abd;p=platform%2Fcore%2Fml%2Fnnfw.git [neuron] Correct wrong copyright year in SubNode (#4512) SubNode in neurun is introduced this year (2019). However, it was merged with 2018. I've found it during implementation of squeeze. Signed-off-by: Sanggyu Lee --- diff --git a/runtimes/neurun/src/model/operation/SubNode.cc b/runtimes/neurun/src/model/operation/SubNode.cc index 94a6551..9a68ae6 100644 --- a/runtimes/neurun/src/model/operation/SubNode.cc +++ b/runtimes/neurun/src/model/operation/SubNode.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright (c) 2019 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. diff --git a/runtimes/neurun/src/model/operation/SubNode.h b/runtimes/neurun/src/model/operation/SubNode.h index e60beb5..874af0c 100644 --- a/runtimes/neurun/src/model/operation/SubNode.h +++ b/runtimes/neurun/src/model/operation/SubNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright (c) 2019 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.