summaryrefslogtreecommitdiff
path: root/dbus-gmain/tests
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-22 18:14:58 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 08:12:46 +0000
commitfd8dc56eb1948759d4fea8854dddfb1749436ba0 (patch)
tree4bdf05c7a6d7a8dec45fb7ffff8163b108335ca9 /dbus-gmain/tests
parent13a000d6c1876bc429057c8a665809353e9cbe4b (diff)
dbus-gmain: Add more copyright and authorship information
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'dbus-gmain/tests')
-rw-r--r--dbus-gmain/tests/30574.c22
-rw-r--r--dbus-gmain/tests/test-thread-client.c22
-rw-r--r--dbus-gmain/tests/test-thread-server.c22
-rw-r--r--dbus-gmain/tests/util.c2
-rw-r--r--dbus-gmain/tests/util.h2
5 files changed, 68 insertions, 2 deletions
diff --git a/dbus-gmain/tests/30574.c b/dbus-gmain/tests/30574.c
index a474f29..ef66df2 100644
--- a/dbus-gmain/tests/30574.c
+++ b/dbus-gmain/tests/30574.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright © 2010-2012 Mike Gorse
+ * Copyright © 2011-2018 Collabora Ltd.
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/dbus-gmain/tests/test-thread-client.c b/dbus-gmain/tests/test-thread-client.c
index 4bf2d40..8f91646 100644
--- a/dbus-gmain/tests/test-thread-client.c
+++ b/dbus-gmain/tests/test-thread-client.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright © 2003 Red Hat Inc.
+ * Copyright © 2006-2018 Collabora Ltd.
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/dbus-gmain/tests/test-thread-server.c b/dbus-gmain/tests/test-thread-server.c
index 31268e3..5a1204f 100644
--- a/dbus-gmain/tests/test-thread-server.c
+++ b/dbus-gmain/tests/test-thread-server.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright © 2003-2006 Red Hat Inc.
+ * Copyright © 2006-2018 Collabora Ltd.
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/dbus-gmain/tests/util.c b/dbus-gmain/tests/util.c
index ba913b7..d5fbe2f 100644
--- a/dbus-gmain/tests/util.c
+++ b/dbus-gmain/tests/util.c
@@ -1,6 +1,6 @@
/* Regression test utilities
*
- * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009-2018 Collabora Ltd. <http://www.collabora.co.uk/>
* Copyright © 2009-2011 Nokia Corporation
*
* Licensed under the Academic Free License version 2.1
diff --git a/dbus-gmain/tests/util.h b/dbus-gmain/tests/util.h
index 7f5cb07..d9d7ced 100644
--- a/dbus-gmain/tests/util.h
+++ b/dbus-gmain/tests/util.h
@@ -1,6 +1,6 @@
/* Regression test utilities
*
- * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009-2018 Collabora Ltd. <http://www.collabora.co.uk/>
* Copyright © 2009-2011 Nokia Corporation
*
* Licensed under the Academic Free License version 2.1