From mboxrd@z Thu Jan 1 00:00:00 1970 References: <20210220124527.401015-1-rpm@xenomai.org> <20210220124527.401015-3-rpm@xenomai.org> <87k0qdhekq.fsf@xenomai.org> <93c0d384-8b67-8b0f-3002-29f8a00842b9@siemens.com> From: Philippe Gerum Subject: Re: [PATCH 3/8] cobalt/trace: dovetail: add placeholders for trace management In-reply-to: <93c0d384-8b67-8b0f-3002-29f8a00842b9@siemens.com> Date: Thu, 11 Mar 2021 17:18:22 +0100 Message-ID: <87h7lhhdf5.fsf@xenomai.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai@xenomai.org Jan Kiszka writes: > On 11.03.21 16:53, Philippe Gerum wrote: >> >> Jan Kiszka writes: >> >>> On 20.02.21 13:45, Philippe Gerum wrote: >>>> From: Philippe Gerum >>>> >>>> Signed-off-by: Philippe Gerum >>>> --- >>>> .../cobalt/kernel/dovetail/pipeline/trace.h | 123 ++++++++++++++++++ >>>> 1 file changed, 123 insertions(+) >>>> create mode 100644 include/cobalt/kernel/dovetail/pipeline/trace.h >>>> >>>> diff --git a/include/cobalt/kernel/dovetail/pipeline/trace.h b/include/cobalt/kernel/dovetail/pipeline/trace.h >>>> new file mode 100644 >>>> index 000000000..819b8a713 >>>> --- /dev/null >>>> +++ b/include/cobalt/kernel/dovetail/pipeline/trace.h >>>> @@ -0,0 +1,123 @@ >>>> +/* >>>> + * Copyright (C) 2006 Jan Kiszka . >>>> + * >>> >>> Should likely be updated when filled. >>> >> >> I'm refraining from modifying others' copyright stanzas. When splitting >> an existing file, I most often duplicate the copyright notice of the >> original one into the resulting files "as is". >> > > By the time you drop in your implementation and remove mine from the > stubs, just update this because latest then the copyright changed. > Well, I did this out of courtesy because you actually defined the original API, which is where the value is (how this API operates is pretty much accessory). And that API stays. Anyway, I may update the notice next time I work on this code, this is not an issue. -- Philippe.