summaryrefslogtreecommitdiff
path: root/tests/test-dbus-pong
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dbus-pong')
-rw-r--r--tests/test-dbus-pong/pong.h23
-rw-r--r--tests/test-dbus-pong/test-dbus-pong.cpp23
-rw-r--r--tests/test-dbus-pong/test-dbus-pong.pro21
3 files changed, 67 insertions, 0 deletions
diff --git a/tests/test-dbus-pong/pong.h b/tests/test-dbus-pong/pong.h
index 3e81aa0..ebbd7f4 100644
--- a/tests/test-dbus-pong/pong.h
+++ b/tests/test-dbus-pong/pong.h
@@ -1,3 +1,26 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
+
+
#ifndef _PONG_H_
#define _PONG_H_
diff --git a/tests/test-dbus-pong/test-dbus-pong.cpp b/tests/test-dbus-pong/test-dbus-pong.cpp
index bdd610a..1eeb1e7 100644
--- a/tests/test-dbus-pong/test-dbus-pong.cpp
+++ b/tests/test-dbus-pong/test-dbus-pong.cpp
@@ -1,3 +1,26 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
+
+
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/test-dbus-pong/test-dbus-pong.pro b/tests/test-dbus-pong/test-dbus-pong.pro
index ab59e1a..8b0da8e 100644
--- a/tests/test-dbus-pong/test-dbus-pong.pro
+++ b/tests/test-dbus-pong/test-dbus-pong.pro
@@ -1,3 +1,24 @@
+##############################################################################
+# This file is part of libresourceqt #
+# #
+# Copyright (C) 2010 Nokia Corporation. #
+# #
+# This library is free software; you can redistribute #
+# it and/or modify it under the terms of the GNU Lesser General Public #
+# License as published by the Free Software Foundation #
+# version 2.1 of the License. #
+# #
+# This library 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 #
+# Lesser General Public License for more details. #
+# #
+# You should have received a copy of the GNU Lesser General Public #
+# License along with this library; if not, write to the Free Software #
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 #
+# USA. #
+##############################################################################
+
TEMPLATE = app
TARGET = test-dbus-pong
MOC_DIR = .moc