summaryrefslogtreecommitdiff
path: root/lib/debugfs
diff options
context:
space:
mode:
authorGovindraj Raja <govindraj.raja@arm.com>2023-08-01 15:52:40 -0500
committerGovindraj Raja <govindraj.raja@arm.com>2023-08-08 15:12:30 +0100
commit4c700c1563aff7b51df95f17e952e050b9b4e37f (patch)
tree4895ba22479416286b80665acd240eb4f19b9bce /lib/debugfs
parent29ae73e3fb260d75ceb692832c97c384528e9c22 (diff)
chore: update to use Arm word across TF-A
Align entire TF-A to use Arm in copyright header. Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
Diffstat (limited to 'lib/debugfs')
-rw-r--r--lib/debugfs/debugfs.mk2
-rw-r--r--lib/debugfs/debugfs_smc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugfs/debugfs.mk b/lib/debugfs/debugfs.mk
index 138fc72a1..caa9fcfbd 100644
--- a/lib/debugfs/debugfs.mk
+++ b/lib/debugfs/debugfs.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
diff --git a/lib/debugfs/debugfs_smc.c b/lib/debugfs/debugfs_smc.c
index 13ced3db1..64c64f80e 100644
--- a/lib/debugfs/debugfs_smc.c
+++ b/lib/debugfs/debugfs_smc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/