From 560234eac0286cb9ae4286d227bb488ea6e57ec6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=82=A8=EA=B6=81=EC=84=9D/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 11 Sep 2019 16:58:05 +0900 Subject: [PATCH] [tfkit] Resolve SOLVe issues in tfkit (#7381) This commit will add Tensorflow author and remove redundant license statements Signed-off-by: Seok NamKoong --- compiler/tfkit/src/Support.cpp | 15 +-------------- compiler/tfkit/src/Support.hpp | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/compiler/tfkit/src/Support.cpp b/compiler/tfkit/src/Support.cpp index b4b4882..40d8705 100644 --- a/compiler/tfkit/src/Support.cpp +++ b/compiler/tfkit/src/Support.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2017 The TensorFlow Authors. 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. @@ -13,20 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/* Copyright 2017 The TensorFlow Authors. 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. -==============================================================================*/ #include "Support.hpp" diff --git a/compiler/tfkit/src/Support.hpp b/compiler/tfkit/src/Support.hpp index 3cfbb1b..a5b954d 100644 --- a/compiler/tfkit/src/Support.hpp +++ b/compiler/tfkit/src/Support.hpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2017 The TensorFlow Authors. 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. @@ -13,20 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/* Copyright 2017 The TensorFlow Authors. 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. -==============================================================================*/ #ifndef __SUPPORT_H__ #define __SUPPORT_H__ -- 2.7.4