From c7f5cc9bcbe1d9f9f9a6226a4e023ff157269e96 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 12 Apr 2018 13:45:33 -0500 Subject: [PATCH] license: fix spdx identifier in a few files Use correct SPDX identifier for Apache 2.0. Signed-off-by: Anas Nashif --- include/syscall.h | 2 +- kernel/include/syscall_handler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/syscall.h b/include/syscall.h index 688b66ea852..23d6c045730 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2017, Intel Corporation * - * SPDX-License-Identifier: Apache 2.0 + * SPDX-License-Identifier: Apache-2.0 */ diff --git a/kernel/include/syscall_handler.h b/kernel/include/syscall_handler.h index 8df61823f23..8f4cb37179e 100644 --- a/kernel/include/syscall_handler.h +++ b/kernel/include/syscall_handler.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2017, Intel Corporation * - * SPDX-License-Identifier: Apache 2.0 + * SPDX-License-Identifier: Apache-2.0 */