From e84289162b4117d0dc7ea0ce21957d09b4fff154 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 29 Oct 2020 18:36:37 +0900 Subject: [PATCH] Update boilerplate Change-Id: I7785ff75af0de67bfa0c69c81a81aa906d6b3f32 Signed-off-by: Kichan Kwon --- dmverity/verity_handler.c | 26 +++++++++++--------------- dmverity/verity_handler.h | 26 +++++++++++--------------- 2 files changed, 22 insertions(+), 30 deletions(-) diff --git a/dmverity/verity_handler.c b/dmverity/verity_handler.c index fa9d9ac..e7f0db3 100755 --- a/dmverity/verity_handler.c +++ b/dmverity/verity_handler.c @@ -1,23 +1,19 @@ /* - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * verity-handler * - * PROPRIETARY/CONFIDENTIAL + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). + * 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 * - * You agree and acknowledge that this software is owned by Samsung and 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 arising - * out of or related to this software. + * 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 diff --git a/dmverity/verity_handler.h b/dmverity/verity_handler.h index 9c6162b..9f6b78d 100755 --- a/dmverity/verity_handler.h +++ b/dmverity/verity_handler.h @@ -1,23 +1,19 @@ /* - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * verity-handler * - * PROPRIETARY/CONFIDENTIAL + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). + * 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 * - * You agree and acknowledge that this software is owned by Samsung and 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. + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 arising - * out of or related to this software. + * 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 __VERITY_HANDLER_H__ -- 2.7.4