From ca9469da991dc4b265f1f030625034a195f9ef4e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 28 Sep 2011 14:57:02 +0100 Subject: [PATCH 04/10] Add copyright/licensing information to test-dbus-glib I've tried to dig up the copyright holders from git history; possibly incomplete, but none of them cared enough to add their own copyright notices, so this is the best we'll get. Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40151 --- test/core/test-dbus-glib.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/test/core/test-dbus-glib.c b/test/core/test-dbus-glib.c index 54e100f..45b57db 100644 --- a/test/core/test-dbus-glib.c +++ b/test/core/test-dbus-glib.c @@ -1,3 +1,29 @@ +/* General tests for dbus-glib. Please make new tests into a standalone + * binary using GTest instead, where feasible. + * + * Copyright © 2006-2010 Red Hat, Inc. + * Copyright © 2006-2010 Collabora Ltd. + * Copyright © 2006-2011 Nokia Corporation + * Copyright © 2006 Steve Frécinaux + * + * 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 + */ + #include /* -*- mode: C; c-file-style: "gnu" -*- */ -- 1.7.6.3