]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test-privserver: Add copyright and licensing information
authorSimon McVittie <smcv@collabora.com>
Thu, 13 Dec 2018 13:07:20 +0000 (13:07 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 13 Dec 2018 13:07:20 +0000 (13:07 +0000)
I've assumed that trivial changes from Scott James Remnant (correcting
some bus names) and Marcus Brinkmann (adding a <config.h> include
tree-wide) are not significant here. All the other potential copyright
holders from the git log are listed, and all have given permission to
relicense their dbus contributions under the MIT/X11 license.

Signed-off-by: Simon McVittie <smcv@collabora.com>
test/name-test/test-privserver.c

index 10525e3d2449b57887d2bf84b08b6cf54d060546..58eca1e90c60090810a35dc7676af848efb060ae 100644 (file)
@@ -1,3 +1,30 @@
+/*
+ * Copyright 2008 Red Hat, Inc.
+ * Copyright 2010 Ralf Habacker
+ * Copyright 2016-2018 Collabora Ltd.
+ * Copyright 2017 Endless Mobile, Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation files
+ * (the "Software"), to deal in the Software without restriction,
+ * including without limitation the rights to use, copy, modify, merge,
+ * publish, distribute, sublicense, and/or sell copies of the Software,
+ * and to permit persons to whom the Software is furnished to do so,
+ * subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+
 #include <config.h>
 #include <dbus/dbus-valgrind-internal.h>
 #include "../test-utils.h"