Message ID | 20220114201409.24705-1-mathieu.desnoyers@efficios.com |
---|---|
State | New |
Headers | show |
Series | [lttng-ust] Copyright ownership transfer | expand |
On 2022-01-14 3:14 p.m., 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.desnoyers at efficios.com> > Cc: David Goulet <dgoulet at ev0ke.net> > Cc: Julien Desfossez <ju at 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.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at efficios.com> > */ > > Signed-off-by: Julien Desfossez <ju at klipix.org>
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.desnoyers at efficios.com> > Cc: David Goulet <dgoulet at ev0ke.net> > Cc: Julien Desfossez <ju at 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.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.desfossez at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> > + * Copyright (C) 2011 EfficiOS Inc. > * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at efficios.com> > */ > > -- > 2.20.1 > Signed-off-by: David Goulet <dgoulet at ev0ke.net>
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.desfossez at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> - * Copyright (C) 2011 Julien Desfossez <julien.desfossez at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.desfossez at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers at 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.goulet at polymtl.ca> + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers at efficios.com> */
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.desnoyers at efficios.com> Cc: David Goulet <dgoulet at ev0ke.net> Cc: Julien Desfossez <ju at 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(-)