From a09b57b8fbe968347fd573b40af3a5a4aa733b25 Mon Sep 17 00:00:00 2001 From: "jijoong.moon" Date: Mon, 23 Mar 2020 12:20:58 +0900 Subject: [PATCH] [LF/AI] Remove Samsung Proprietary/Confidential notice Remove Samsung Proprietary / Confidentail Notice in Document MD. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: jijoong.moon --- Documentation/doxygen-documentation.md | 51 ---------------------------------- 1 file changed, 51 deletions(-) diff --git a/Documentation/doxygen-documentation.md b/Documentation/doxygen-documentation.md index ae16c15..ab46980 100644 --- a/Documentation/doxygen-documentation.md +++ b/Documentation/doxygen-documentation.md @@ -53,23 +53,6 @@ You have to use comments starting with ** and then the special command. * C/C++ file doxygen entries: ```bash -/** - * Copyright (C) 2017 - 2018 Samsung Electronics Co., Ltd. All rights reserved. - * - * PROPRIETARY/CONFIDENTIAL - * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not - * disclose such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you entered - * into with SAMSUNG ELECTRONICS. SAMSUNG make no representations - * or warranties about the suitability of the software, either - * express or implied, including but not limited to the implied - * warranties of merchantability, fitness for a particular purpose, - * or non-infringement. SAMSUNG shall not be liable for any damages - * suffered by licensee as a result of using, modifying or distributing - * this software or its derivatives. - */ /** * @file taos_struct.c @@ -166,23 +149,6 @@ You have to use comments starting with ## and then the special command. ```bash $ vi ./taos.py -## -# Copyright (C) 2017 - 2018 Samsung Electronics Co., Ltd. All rights reserved. -# -# PROPRIETARY/CONFIDENTIAL -# -# This software is the confidential and proprietary information of -# SAMSUNG ELECTRONICS ("Confidential Information"). You shall not -# disclose such Confidential Information and shall use it only in -# accordance with the terms of the license agreement you entered -# into with SAMSUNG ELECTRONICS. SAMSUNG make no representations -# or warranties about the suitability of the software, either -# express or implied, including but not limited to the implied -# warranties of merchantability, fitness for a particular purpose, -# or non-infringement. SAMSUNG shall not be liable for any damages -# suffered by licensee as a result of using, modifying or distributing -# this software or its derivatives. -# ## @package taos # @brief A taos driver. @@ -230,23 +196,6 @@ Then, add @file and @brief tag to the top of each script file as follows. ```bash $ vi pr-worker.sh -## -# Copyright (C) 2017 - 2018 Samsung Electronics Co., Ltd. All rights reserved. -# -# PROPRIETARY/CONFIDENTIAL -# -# This software is the confidential and proprietary information of -# SAMSUNG ELECTRONICS ("Confidential Information"). You shall not -# disclose such Confidential Information and shall use it only in -# accordance with the terms of the license agreement you entered -# into with SAMSUNG ELECTRONICS. SAMSUNG make no representations -# or warranties about the suitability of the software, either -# express or implied, including but not limited to the implied -# warranties of merchantability, fitness for a particular purpose, -# or non-infringement. SAMSUNG shall not be liable for any damages -# suffered by licensee as a result of using, modifying or distributing -# this software or its derivatives. -# ## @file pr-worker.sh # @brief function for Continuous Integration (CI) -- 2.7.4