aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2023-07-14 14:04:37 +0200
committerJonny Svärd <jonny.svaerd@arm.com>2023-08-07 11:38:04 +0000
commitf1e675acd79af01bb458338cb0f992b30425ebf9 (patch)
tree7a05a25f6c85789bea3ce8619fd91022ff2ae0f9 /kernel
parent08c42f58bd26680650271a349c76aeb2b521dd72 (diff)
downloadethos-u-linux-driver-stack-f1e675acd79af01bb458338cb0f992b30425ebf9.tar.gz
Correct license in UAPI header file
Add missing `WITH Linux-syscall-note` to the ethosu.h UAPI header file Change-Id: Ie7abf81108d85faab963a262a27f93c02064e4dd Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/uapi/ethosu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h
index 49e8da7..d95bf05 100644
--- a/kernel/uapi/ethosu.h
+++ b/kernel/uapi/ethosu.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2022 Arm Limited.
+ * Copyright (c) 2020-2023 Arm Limited.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -15,7 +15,7 @@
* along with this program; if not, you can access it online at
* http://www.gnu.org/licenses/gpl-2.0.html.
*
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note
*/
#ifndef ETHOSU_H