aboutsummaryrefslogtreecommitdiff
path: root/string/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 10:32:35 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 11:04:00 +0000
commit189dfefe37d54c5b9d2a8bb2039091a638c691e1 (patch)
tree7fab830c522c1a95d4262807677f98d2ea6c4f7c /string/include
parent89ca9c3629eb6a62c28918db929a6fe80b141825 (diff)
downloadarm-optimized-routines-189dfefe37d54c5b9d2a8bb2039091a638c691e1.tar.gz
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.
Diffstat (limited to 'string/include')
-rw-r--r--string/include/benchlib.h2
-rw-r--r--string/include/stringlib.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/string/include/benchlib.h b/string/include/benchlib.h
index 0f2ce2e..f1bbea3 100644
--- a/string/include/benchlib.h
+++ b/string/include/benchlib.h
@@ -2,7 +2,7 @@
* Benchmark support functions.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include <stdint.h>
diff --git a/string/include/stringlib.h b/string/include/stringlib.h
index 85e6302..f41a464 100644
--- a/string/include/stringlib.h
+++ b/string/include/stringlib.h
@@ -1,8 +1,8 @@
/*
* Public API.
*
- * Copyright (c) 2019-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * Copyright (c) 2019-2022, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include <stddef.h>