From 189dfefe37d54c5b9d2a8bb2039091a638c691e1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 10 Feb 2022 10:32:35 +0000 Subject: Update lincense to MIT OR Apache-2.0 WITH LLVM-exception The outgoing license was MIT only. The new dual license allows using the code under Apache-2.0 WITH LLVM-exception license too. --- string/aarch64/strchr-sve.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/strchr-sve.S') diff --git a/string/aarch64/strchr-sve.S b/string/aarch64/strchr-sve.S index 13ba9f4..1b984b9 100644 --- a/string/aarch64/strchr-sve.S +++ b/string/aarch64/strchr-sve.S @@ -2,7 +2,7 @@ * strchr/strchrnul - find a character in a string * * Copyright (c) 2018-2021, Arm Limited. - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ #include "../asmdefs.h" -- cgit v1.2.3 From 67a49eeffa7bd4d90a4edf54cb9d4d784ab170a7 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 17 Nov 2022 11:13:22 +0000 Subject: string: Add separate asmdefs.h per target The definitions in this header are necessarily target specific, so better to have a separate version in each target directory. --- string/aarch64/strchr-sve.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/strchr-sve.S') diff --git a/string/aarch64/strchr-sve.S b/string/aarch64/strchr-sve.S index 1b984b9..e18640c 100644 --- a/string/aarch64/strchr-sve.S +++ b/string/aarch64/strchr-sve.S @@ -5,7 +5,7 @@ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ -#include "../asmdefs.h" +#include "asmdefs.h" #if __ARM_FEATURE_SVE /* Assumptions: -- cgit v1.2.3 From 1eb5d7c2ded0691a48e3982211be200f67217019 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 24 Jan 2023 13:24:09 +0000 Subject: Update copyright years Scripted copyright year updates based on git committer date. --- string/aarch64/strchr-sve.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/strchr-sve.S') diff --git a/string/aarch64/strchr-sve.S b/string/aarch64/strchr-sve.S index e18640c..ff07516 100644 --- a/string/aarch64/strchr-sve.S +++ b/string/aarch64/strchr-sve.S @@ -1,7 +1,7 @@ /* * strchr/strchrnul - find a character in a string * - * Copyright (c) 2018-2021, Arm Limited. + * Copyright (c) 2018-2022, Arm Limited. * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ -- cgit v1.2.3