From: Simon McVittie Date: Thu, 13 Dec 2018 13:07:20 +0000 (+0000) Subject: test-privserver: Add copyright and licensing information X-Git-Tag: dbus-1.13.10~39^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d79fa68c066e5b38b310be3066d22c813561d43;p=thirdparty%2Fdbus.git test-privserver: Add copyright and licensing information I've assumed that trivial changes from Scott James Remnant (correcting some bus names) and Marcus Brinkmann (adding a 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 --- diff --git a/test/name-test/test-privserver.c b/test/name-test/test-privserver.c index 10525e3d2..58eca1e90 100644 --- a/test/name-test/test-privserver.c +++ b/test/name-test/test-privserver.c @@ -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 #include #include "../test-utils.h"