summaryrefslogtreecommitdiff
path: root/tests/test-resource-engine
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-22 12:20:37 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-22 12:20:37 +0300
commit2d641d9293e6dd0c0275ee97d1773cd836c089f8 (patch)
tree2caa96f4205336da4ac8da259d1b595a813c211d /tests/test-resource-engine
parentdf50f73224f52e44b5f44805ca920113df075b50 (diff)
Tagged files with LGPL (except for mediaoverrides, since it will be replaced)
Diffstat (limited to 'tests/test-resource-engine')
-rwxr-xr-xtests/test-resource-engine/test-resource-engine-wrapper20
-rw-r--r--tests/test-resource-engine/test-resource-engine.cpp23
-rw-r--r--tests/test-resource-engine/test-resource-engine.h23
-rw-r--r--tests/test-resource-engine/test-resource-engine.pro21
4 files changed, 87 insertions, 0 deletions
diff --git a/tests/test-resource-engine/test-resource-engine-wrapper b/tests/test-resource-engine/test-resource-engine-wrapper
index d894409..3a78291 100755
--- a/tests/test-resource-engine/test-resource-engine-wrapper
+++ b/tests/test-resource-engine/test-resource-engine-wrapper
@@ -1,4 +1,24 @@
#!/bin/sh
+##############################################################################
+# 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. #
+##############################################################################
# Source and export D-Bus session info
. /tmp/dbus-info
diff --git a/tests/test-resource-engine/test-resource-engine.cpp b/tests/test-resource-engine/test-resource-engine.cpp
index 45091b1..4edf03a 100644
--- a/tests/test-resource-engine/test-resource-engine.cpp
+++ b/tests/test-resource-engine/test-resource-engine.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 "test-resource-engine.h"
#include <dbus/dbus.h>
#include <string.h>
diff --git a/tests/test-resource-engine/test-resource-engine.h b/tests/test-resource-engine/test-resource-engine.h
index ddefbea..8b304b3 100644
--- a/tests/test-resource-engine/test-resource-engine.h
+++ b/tests/test-resource-engine/test-resource-engine.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 TEST_RESOURCE_ENGINE_H
#define TEST_RESOURCE_ENGINE_H
diff --git a/tests/test-resource-engine/test-resource-engine.pro b/tests/test-resource-engine/test-resource-engine.pro
index 3fe581d..7778bab 100644
--- a/tests/test-resource-engine/test-resource-engine.pro
+++ b/tests/test-resource-engine/test-resource-engine.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. #
+##############################################################################
+
include(../../common.pri)
TEMPLATE = app
TARGET = test-resource-engine