From: Simon McVittie Date: Mon, 17 Dec 2018 11:11:34 +0000 (+0000) Subject: bus tests: Collect possible copyright holders from git history X-Git-Tag: dbus-1.13.10~25^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2732038528711c045f3aad2ebc178af43cf3dfe2;p=thirdparty%2Fdbus.git bus tests: Collect possible copyright holders from git history This is in preparation to move some of this code into the test/ directory. I've ignored changes that appear to be trivial. Signed-off-by: Simon McVittie --- diff --git a/bus/test-launch-helper.c b/bus/test-launch-helper.c index 42126e19b..3b0d0d99a 100644 --- a/bus/test-launch-helper.c +++ b/bus/test-launch-helper.c @@ -1,7 +1,8 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* test-main.c main() for the OOM check of the launch helper * - * Copyright (C) 2007 Red Hat, Inc. + * Copyright 2007 Red Hat, Inc. + * Copyright 2013-2018 Collabora Ltd. * * Licensed under the Academic Free License version 2.1 * diff --git a/bus/test-main.c b/bus/test-main.c index d1a61de73..d6dbe8b38 100644 --- a/bus/test-main.c +++ b/bus/test-main.c @@ -1,7 +1,8 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* test-main.c main() for make check * - * Copyright (C) 2003 Red Hat, Inc. + * Copyright 2003-2009 Red Hat, Inc. + * Copyright 2011-2018 Collabora Ltd. * * Licensed under the Academic Free License version 2.1 * diff --git a/bus/test-system.c b/bus/test-system.c index 875c035d9..a2a4458e5 100644 --- a/bus/test-system.c +++ b/bus/test-system.c @@ -1,7 +1,8 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ /* test-main.c main() for make check * - * Copyright (C) 2003 Red Hat, Inc. + * Copyright 2003-2007 Red Hat, Inc. + * Copyright 2013-2018 Collabora Ltd. * * Licensed under the Academic Free License version 2.1 * diff --git a/bus/test.c b/bus/test.c index 730cd64a7..42651e774 100644 --- a/bus/test.c +++ b/bus/test.c @@ -1,7 +1,9 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* test.c unit test routines * - * Copyright (C) 2003 Red Hat, Inc. + * Copyright 2003-2004 Red Hat, Inc. + * Copyright 2011 Collabora Ltd. + * Copyright 2018 Laurent Bigonville * * Licensed under the Academic Free License version 2.1 * diff --git a/bus/test.h b/bus/test.h index b80a3d766..6f1f6b0d7 100644 --- a/bus/test.h +++ b/bus/test.h @@ -1,7 +1,10 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* test.h unit test routines * - * Copyright (C) 2003 Red Hat, Inc. + * Copyright 2003-2007 Red Hat, Inc. + * Copyright 2003-2004 Imendio + * Copyright 2009 Lennart Poettering + * Copyright 2018 Collabora Ltd. * * Licensed under the Academic Free License version 2.1 *