summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 11:42:00 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 11:42:00 +0100
commit64eeafbf7a167dd116aeabbcf78ebc257f551e1b (patch)
tree8ffcefad3909bfea717ae09bfe3e94f195c8762c
parent5295a01631b2a02f948d22417de997a3200a2cee (diff)
downloaddbus-python-64eeafbf7a167dd116aeabbcf78ebc257f551e1b.tar.gz
test/: add some missing copyright headers
-rw-r--r--test/dbus_py_test.c25
-rwxr-xr-xtest/run-test.sh3
-rwxr-xr-xtest/run-with-tmp-session-bus.sh4
3 files changed, 31 insertions, 1 deletions
diff --git a/test/dbus_py_test.c b/test/dbus_py_test.c
index 7ef63c4..35603cb 100644
--- a/test/dbus_py_test.c
+++ b/test/dbus_py_test.c
@@ -1,4 +1,27 @@
-/* Test fixtures for dbus-python, based on _dbus_glib_bindings. */
+/* Test fixtures for dbus-python, based on _dbus_glib_bindings.
+ *
+ * Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
+ *
+ * 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 <Python.h>
#include "dbus-python.h"
diff --git a/test/run-test.sh b/test/run-test.sh
index 94da991..6361dbf 100755
--- a/test/run-test.sh
+++ b/test/run-test.sh
@@ -1,5 +1,8 @@
#! /bin/bash
+# Copyright (C) 2006 Red Hat Inc. <http://www.redhat.com/>
+# Copyright (C) 2006-2007 Collabora Ltd. <http://www.collabora.co.uk/>
+
export DBUS_FATAL_WARNINGS=1
ulimit -c unlimited
diff --git a/test/run-with-tmp-session-bus.sh b/test/run-with-tmp-session-bus.sh
index 948099d..4a6cd21 100755
--- a/test/run-with-tmp-session-bus.sh
+++ b/test/run-with-tmp-session-bus.sh
@@ -1,5 +1,9 @@
#! /bin/bash
+# Copyright (C) 2003-2005 Red Hat Inc. <http://www.redhat.com/>
+# Copyright (C) 2005 Colin Walters
+# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
+
SCRIPTNAME=$0
WRAPPED_SCRIPT=$1
shift