Update boilerplate 11/246811/1
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 29 Oct 2020 09:36:37 +0000 (18:36 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 4 Nov 2020 08:11:57 +0000 (17:11 +0900)
Change-Id: I7785ff75af0de67bfa0c69c81a81aa906d6b3f32
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
dmverity/verity_handler.c
dmverity/verity_handler.h

index fa9d9ac..e7f0db3 100755 (executable)
@@ -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 <fcntl.h>
index 9c6162b..9f6b78d 100755 (executable)
@@ -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__