diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-07-17 10:50:26 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-07-17 10:50:39 -0500 |
| commit | 948a5e88a2af7313079b750ba6f4e72fe3c298d8 (patch) | |
| tree | 6abd06caf072f84b3173364d3e25d6d59d200a0d | |
| parent | 9c97138fcb474ecc5a8969836a14520a43ce1bf3 (diff) | |
| download | meta-xilinx-948a5e88a2af7313079b750ba6f4e72fe3c298d8.tar.gz | |
meta-vitis-tc: relocate-wrapper: Update author email address
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rwxr-xr-x | meta-vitis-tc/scripts/relocate-wrapper.py | 4 |
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) |
