Hi there, I'm not sure if the previous mail has been dropped. I would really appreciate it if anyone could give me some advice. Thanks a lot!
Best, Peter On Wednesday, April 24th, 2024 at AM 2:20, Peter Dave Hello <h...@peterdavehello.org> wrote: > Hi PMM, Zhao & Daniel, > > Thank you for all your help; I wonder if the copyright can just belong to > this project because the copyright to me personally in the open source world > just to deal with somebody violets the license. Otherwise, I'm more copyleft. > What do you think? > > Best, > Peter > > > > > On Thursday, April 18th, 2024 at AM 10:08, Zhao Liu zhao1....@intel.com wrote: > > > Hi Perter HSU, > > > > On Wed, Apr 17, 2024 at 01:07:17PM +0000, Peter Dave Hello wrote: > > > > > Date: Wed, 17 Apr 2024 13:07:17 +0000 > > > From: Peter Dave Hello h...@peterdavehello.org > > > Subject: Re: [PATCH] Add zh_TW Traditional Chinese translation > > > > > > Hi all, > > > > > > Thank you all for the feedback. I've updated the patch to address most of > > > the suggestions, but only the copyright part. I'm not sure how to deal > > > with it. BTW, should I directly paste the revised patch below? Sorry that > > > I'm not familiar with the process here. Thanks for your help again. > > > > New patch should be sent separately to avoid replying directly to > > previous mail thread. And the tag of the SUBJECT for your v2 patch needs > > to be changed to "[PATCH v2]". > > > > > From: Peter Dave Hello h...@peterdavehello.org > > > Date: Tue, 16 Apr 2024 00:43:29 +0800 > > > Subject: [PATCH] Add a simple zh_TW Traditional Chinese translation > > > > > > This patch adds a basic zh_TW translation file for Taiwan Traditional > > > Chinese users. > > > > > > Signed-off-by: Peter Dave Hello h...@peterdavehello.org > > > --- > > > po/LINGUAS | 1 + > > > po/zh_TW.po | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > 2 files changed, 75 insertions(+) > > > create mode 100644 po/zh_TW.po > > > > > > diff --git a/po/LINGUAS b/po/LINGUAS > > > index 9b33a36..08163e8 100644 > > > --- a/po/LINGUAS > > > +++ b/po/LINGUAS > > > @@ -7,3 +7,4 @@ sv > > > tr > > > uk > > > zh_CN > > > +zh_TW > > > diff --git a/po/zh_TW.po b/po/zh_TW.po > > > new file mode 100644 > > > index 0000000..e6d2c07 > > > --- /dev/null > > > +++ b/po/zh_TW.po > > > @@ -0,0 +1,74 @@ > > > +# Chinese translations for QEMU package. > > > +# Copyright (C) 2024 THE QEMU'S COPYRIGHT HOLDER > > > > Refer to this file /po/bg.po or any other source code of QEMU, copyright > > belongs to you or your company. > > > > > +# This file is distributed under the same license as the QEMU package. > > > > You can declare the license by: > > "SPDX-License-Identifier: GPL-2.0-or-later". > > > > And put this license under the author line. > > > > > +# Peter Dave Hello h...@peterdavehello.org, 2024. > > > +# > > > > Others look good to me. Pls go ahead and respin your v2. > > > > Thanks, > > Zhao