summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2021-06-24 17:52:13 +0000
committerCommit Bot <commit-bot@chromium.org>2021-06-28 12:56:27 +0000
commit3d5563af348f24cd21317252fdea2f2c87103f7e (patch)
treecf5877668b7349fa8e678b77bf016f56ccb90d4e
parentba5d0fb018cf200320efad9cc91b89e1f4a6d80c (diff)
downloadchrome-ec-3d5563af348f24cd21317252fdea2f2c87103f7e.tar.gz
zephyr: drivers: fix a couple licence texts
Change the license text to the standard internal one, makes submit hooks happy. BRANCH=none BUG=none TEST=hooks are happy Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I765a21c3289a5b698dad045f3c35e3345c5dcbbf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2985460 Reviewed-by: Yuval Peress <peress@chromium.org>
-rw-r--r--zephyr/drivers/cros_flash/cros_flash_npcx.c7
-rw-r--r--zephyr/drivers/cros_kb_raw/cros_kb_raw_npcx.c7
2 files changed, 6 insertions, 8 deletions
diff --git a/zephyr/drivers/cros_flash/cros_flash_npcx.c b/zephyr/drivers/cros_flash/cros_flash_npcx.c
index 8bb96136c3..e58e15782b 100644
--- a/zephyr/drivers/cros_flash/cros_flash_npcx.c
+++ b/zephyr/drivers/cros_flash/cros_flash_npcx.c
@@ -1,7 +1,6 @@
-/*
- * Copyright 2020 Google LLC
- *
- * SPDX-License-Identifier: Apache-2.0
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
*/
#define DT_DRV_COMPAT nuvoton_npcx_cros_flash
diff --git a/zephyr/drivers/cros_kb_raw/cros_kb_raw_npcx.c b/zephyr/drivers/cros_kb_raw/cros_kb_raw_npcx.c
index 1541adc92a..138f3c0051 100644
--- a/zephyr/drivers/cros_kb_raw/cros_kb_raw_npcx.c
+++ b/zephyr/drivers/cros_kb_raw/cros_kb_raw_npcx.c
@@ -1,7 +1,6 @@
-/*
- * Copyright 2020 Google LLC
- *
- * SPDX-License-Identifier: Apache-2.0
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
*/
#define DT_DRV_COMPAT nuvoton_npcx_cros_kb_raw