
On Fri, Feb 22, 2019 at 2:19 PM Daniel P. Berrangé <berrange@redhat.com> wrote:
On Fri, Feb 22, 2019 at 12:36:36PM +0300, David Kiarie wrote:
Signed-off-by: David Kiarie <davidkiarie4@gmail.com> --- src/xenconfig/xen_xl.c | 1 + src/xenconfig/xen_xl.h | 1 + tests/xlconfigtest.c | 1 + 3 files changed, 3 insertions(+)
diff --git a/src/xenconfig/xen_xl.c b/src/xenconfig/xen_xl.c index accfc3a..64a5ddf 100644 --- a/src/xenconfig/xen_xl.c +++ b/src/xenconfig/xen_xl.c @@ -2,6 +2,7 @@ * xen_xl.c: Xen XL parsing functions * * Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. + * Copyright (C) 2014 Kahurani
Using only half a name is not appropriate for copyright statements. They should be the full legal name at a minimum. An email address is preferreable to avoid ambiguity, but not required.
thanks. i will update that.
Regards, Daniel