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/__mtag_tag_zero_region.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/__mtag_tag_zero_region.S') diff --git a/string/aarch64/__mtag_tag_zero_region.S b/string/aarch64/__mtag_tag_zero_region.S index f58364c..97ae68e 100644 --- a/string/aarch64/__mtag_tag_zero_region.S +++ b/string/aarch64/__mtag_tag_zero_region.S @@ -2,7 +2,7 @@ * __mtag_tag_zero_region - tag memory and fill it with zero bytes * * Copyright (c) 2021, Arm Limited. - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ /* Assumptions: -- 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/__mtag_tag_zero_region.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/__mtag_tag_zero_region.S') diff --git a/string/aarch64/__mtag_tag_zero_region.S b/string/aarch64/__mtag_tag_zero_region.S index 97ae68e..874acf5 100644 --- a/string/aarch64/__mtag_tag_zero_region.S +++ b/string/aarch64/__mtag_tag_zero_region.S @@ -15,7 +15,7 @@ * The memory region may remain untagged if tagging is not enabled. */ -#include "../asmdefs.h" +#include "asmdefs.h" #if __ARM_FEATURE_MEMORY_TAGGING -- 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/__mtag_tag_zero_region.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/aarch64/__mtag_tag_zero_region.S') diff --git a/string/aarch64/__mtag_tag_zero_region.S b/string/aarch64/__mtag_tag_zero_region.S index 874acf5..44b8e01 100644 --- a/string/aarch64/__mtag_tag_zero_region.S +++ b/string/aarch64/__mtag_tag_zero_region.S @@ -1,7 +1,7 @@ /* * __mtag_tag_zero_region - tag memory and fill it with zero bytes * - * Copyright (c) 2021, Arm Limited. + * Copyright (c) 2021-2022, Arm Limited. * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ -- cgit v1.2.3