 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 3/5] arm/dom0less: put dom0less feature code in a separate module
 On 02/11/2023 11:15, Luca Fancellu wrote: Hi Julien,diff --git a/xen/arch/arm/dom0less-build.c b/xen/arch/arm/dom0less-build.c new file mode 100644 index 000000000000..dc9c90cf00a7 --- /dev/null +++ b/xen/arch/arm/dom0less-build.c @@ -0,0 +1,1087 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * xen/arch/arm/dom0less-build.c + * + * Code related to the dom0less functionality + * + * Copyright (C) 2023 Arm Ltd.This feels a bit odd to add your copyright here. It sounds like Arm wrote all the code, but you only moved. That said, I am not a lawyer.Mmm yes, we should be required to put our copyright in everything we create or modify or touch, said that, I could modify that to be like this: This is debatable. IIRC we discussed this in a recent-ish community call. From my understanding, we are tracking the authorship/copyright using signed-off-by/author in the commit message. /* * xen/arch/arm/dom0less-build.c * * Code related to the dom0less functionality * * Original code from xen/arch/arm/domain_build.c * Modifications: Copyright (C) 2023 Arm Ltd. */ What do you think? TBH, it is not clear to me what sort of modifications you did that would require a copyright from Arm. AFAICT, you only moved the code. Anyway, I will let the others express their views here. 
 I am fine with that. Cheers, -- Julien Grall 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |