arm_compute v20.08
diff --git a/scripts/clang_tidy_rules.py b/scripts/clang_tidy_rules.py
index a030f21..5e13aa0 100755
--- a/scripts/clang_tidy_rules.py
+++ b/scripts/clang_tidy_rules.py
@@ -8,6 +8,8 @@
"arm_compute/core/NEON/kernels/convolution/common " \
"arm_compute/core/NEON/kernels/convolution/depthwise " \
"arm_compute/core/NEON/kernels/convolution/winograd " \
+ "src/core/NEON/kernels/assembly " \
+ "src/core/NEON/kernels/convolution/winograd " \
"include/linux include " \
". " \
"3rdparty/include kernels".split()
diff --git a/scripts/copyright_eula.txt b/scripts/copyright_eula.txt
index 50e8090..16cd734 100644
--- a/scripts/copyright_eula.txt
+++ b/scripts/copyright_eula.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2016, 2017 ARM Limited.
+Copyright (c) 2016, 2017 Arm Limited.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
diff --git a/scripts/copyright_mit.txt b/scripts/copyright_mit.txt
index a43ef66..049d444 100644
--- a/scripts/copyright_mit.txt
+++ b/scripts/copyright_mit.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2018 ARM Limited.
+Copyright (c) 2018 Arm Limited.
SPDX-License-Identifier: MIT
diff --git a/scripts/enable_tracing.py b/scripts/enable_tracing.py
index 3379e53..842c58e 100755
--- a/scripts/enable_tracing.py
+++ b/scripts/enable_tracing.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 ARM Limited.
+# Copyright (c) 2020 Arm Limited.
#
# SPDX-License-Identifier: MIT
#