From 948a5e88a2af7313079b750ba6f4e72fe3c298d8 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 17 Jul 2024 10:50:26 -0500 Subject: meta-vitis-tc: relocate-wrapper: Update author email address Signed-off-by: Mark Hatle --- meta-vitis-tc/scripts/relocate-wrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-vitis-tc/scripts') 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): print('') wrapperf.write('#!/bin/bash\n') - wrapperf.write('# Written by Mark Hatle \n') + wrapperf.write('# Written by Mark Hatle \n') wrapperf.write('# Copyright (C) 2019-2020, Xilinx, Inc. All rights reserved\n') - wrapperf.write('# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved\n') + wrapperf.write('# Copyright (C) 2023-2024, Advanced Micro Devices, Inc. All rights reserved\n') wrapperf.write('#\n') wrapperf.write('# SPDX-License-Identifier: GPL-2.0-only\n') wrapperf.write('LDSO=%s\n' % ldso) -- cgit v1.2.3-54-g00ecf