From 2d641d9293e6dd0c0275ee97d1773cd836c089f8 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Wed, 22 Sep 2010 12:20:37 +0300 Subject: Tagged files with LGPL (except for mediaoverrides, since it will be replaced) --- libdbus-qeventloop/dbusconnectioneventloop.cpp | 21 +++++++++++++++++++++ libdbus-qeventloop/dbusconnectioneventloop.h | 21 +++++++++++++++++++++ libdbus-qeventloop/libdbus-qeventloop.pro | 20 ++++++++++++++++++++ 3 files changed, 62 insertions(+) (limited to 'libdbus-qeventloop') diff --git a/libdbus-qeventloop/dbusconnectioneventloop.cpp b/libdbus-qeventloop/dbusconnectioneventloop.cpp index 48152d9..e5a47ce 100644 --- a/libdbus-qeventloop/dbusconnectioneventloop.cpp +++ b/libdbus-qeventloop/dbusconnectioneventloop.cpp @@ -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 #include #include diff --git a/libdbus-qeventloop/dbusconnectioneventloop.h b/libdbus-qeventloop/dbusconnectioneventloop.h index 13259c3..626bffb 100644 --- a/libdbus-qeventloop/dbusconnectioneventloop.h +++ b/libdbus-qeventloop/dbusconnectioneventloop.h @@ -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. +*************************************************************************/ + #ifndef DBUSCONNECTIONEVENTLOOP_H #define DBUSCONNECTIONEVENTLOOP_H diff --git a/libdbus-qeventloop/libdbus-qeventloop.pro b/libdbus-qeventloop/libdbus-qeventloop.pro index cbed3cf..e7d3242 100644 --- a/libdbus-qeventloop/libdbus-qeventloop.pro +++ b/libdbus-qeventloop/libdbus-qeventloop.pro @@ -1,3 +1,23 @@ +############################################################################## +# 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) TARGET = dbus-qeventloop -- cgit v1.2.3