summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/mask.c')
-rw-r--r--zephyr/test/math/src/mask.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/math/src/mask.c b/zephyr/test/math/src/mask.c
index 9ced211a88..5e690c9653 100644
--- a/zephyr/test/math/src/mask.c
+++ b/zephyr/test/math/src/mask.c
@@ -1,10 +1,10 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include <inttypes.h>
-#include <ztest.h>
+#include <zephyr/ztest.h>
#include "math.h"
#include "math_util.h"