summaryrefslogtreecommitdiffstats
path: root/meta-vitis-tc/scripts/relocate-wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta-vitis-tc/scripts/relocate-wrapper.py')
-rwxr-xr-xmeta-vitis-tc/scripts/relocate-wrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-vitis-tc/scripts/relocate-wrapper.py b/meta-vitis-tc/scripts/relocate-wrapper.py
index 6523241b..d6c63edf 100755
--- a/meta-vitis-tc/scripts/relocate-wrapper.py
+++ b/meta-vitis-tc/scripts/relocate-wrapper.py
@@ -209,9 +209,9 @@ for root, _, files in os.walk(process_path):
209 print('') 209 print('')
210 210
211 wrapperf.write('#!/bin/bash\n') 211 wrapperf.write('#!/bin/bash\n')
212 wrapperf.write('# Written by Mark Hatle <mhatle@xilinx.com>\n') 212 wrapperf.write('# Written by Mark Hatle <mark.hatle@amd.com>\n')
213 wrapperf.write('# Copyright (C) 2019-2020, Xilinx, Inc. All rights reserved\n') 213 wrapperf.write('# Copyright (C) 2019-2020, Xilinx, Inc. All rights reserved\n')
214 wrapperf.write('# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved\n') 214 wrapperf.write('# Copyright (C) 2023-2024, Advanced Micro Devices, Inc. All rights reserved\n')
215 wrapperf.write('#\n') 215 wrapperf.write('#\n')
216 wrapperf.write('# SPDX-License-Identifier: GPL-2.0-only\n') 216 wrapperf.write('# SPDX-License-Identifier: GPL-2.0-only\n')
217 wrapperf.write('LDSO=%s\n' % ldso) 217 wrapperf.write('LDSO=%s\n' % ldso)