On 14 Jan (15:14:09), Mathieu Desnoyers wrote: > Apply copyright ownership transfer from David Goulet and Julien Desfossez > to EfficiOS Inc. > > Link: https://lists.lttng.org/pipermail/lttng-dev/2022-January/030087.html > Link: https://lists.lttng.org/pipermail/lttng-dev/2022-January/030092.html > Signed-off-by: Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > Cc: David Goulet <dgou...@ev0ke.net> > Cc: Julien Desfossez <j...@klipix.org> > Change-Id: Ibc6bb52296406e68466d44ae991a7ab70134dd76 > --- > include/lttng/ust-ctl.h | 2 +- > include/lttng/ust-error.h | 3 +-- > src/common/ustcomm.c | 2 +- > src/common/ustcomm.h | 3 +-- > src/common/utils.c | 2 +- > src/lib/lttng-ust-ctl/ustctl.c | 2 +- > src/lib/lttng-ust/lttng-ust-comm.c | 2 +- > src/lib/lttng-ust/strerror.c | 2 +- > 8 files changed, 8 insertions(+), 10 deletions(-) > > diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h > index 360bb09a..25e588b3 100644 > --- a/include/lttng/ust-ctl.h > +++ b/include/lttng/ust-ctl.h > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: GPL-2.0-only > * > - * Copyright (C) 2011 Julien Desfossez <julien.desfos...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/include/lttng/ust-error.h b/include/lttng/ust-error.h > index 543c894a..49045bab 100644 > --- a/include/lttng/ust-error.h > +++ b/include/lttng/ust-error.h > @@ -1,8 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfos...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/common/ustcomm.c b/src/common/ustcomm.c > index 6dfec5ea..252ed4f2 100644 > --- a/src/common/ustcomm.c > +++ b/src/common/ustcomm.c > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/common/ustcomm.h b/src/common/ustcomm.h > index 734757c3..d1e9af13 100644 > --- a/src/common/ustcomm.h > +++ b/src/common/ustcomm.h > @@ -1,8 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfos...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/common/utils.c b/src/common/utils.c > index 108f76db..0c95b06c 100644 > --- a/src/common/utils.c > +++ b/src/common/utils.c > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/lib/lttng-ust-ctl/ustctl.c b/src/lib/lttng-ust-ctl/ustctl.c > index 8c60bdb2..94d84843 100644 > --- a/src/lib/lttng-ust-ctl/ustctl.c > +++ b/src/lib/lttng-ust-ctl/ustctl.c > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: GPL-2.0-only > * > - * Copyright (C) 2011 Julien Desfossez <julien.desfos...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/lib/lttng-ust/lttng-ust-comm.c > b/src/lib/lttng-ust/lttng-ust-comm.c > index d6755079..caba7452 100644 > --- a/src/lib/lttng-ust/lttng-ust-comm.c > +++ b/src/lib/lttng-ust/lttng-ust-comm.c > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > diff --git a/src/lib/lttng-ust/strerror.c b/src/lib/lttng-ust/strerror.c > index 1fa7fc3a..5a671a07 100644 > --- a/src/lib/lttng-ust/strerror.c > +++ b/src/lib/lttng-ust/strerror.c > @@ -1,7 +1,7 @@ > /* > * SPDX-License-Identifier: LGPL-2.1-only > * > - * Copyright (C) 2011 David Goulet <david.gou...@polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoy...@efficios.com> > */ > > -- > 2.20.1 >
Signed-off-by: David Goulet <dgou...@ev0ke.net> -- s/rLfO0seSQ8fjaS+EqS675BgaLmFqhHovawELv2uZE=
signature.asc
Description: PGP signature
_______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev