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) --- resourceqt-client/client.cpp | 21 +++++++++++++++++++++ resourceqt-client/client.h | 21 +++++++++++++++++++++ resourceqt-client/commandlineparser.cpp | 21 +++++++++++++++++++++ resourceqt-client/commandlineparser.h | 21 +++++++++++++++++++++ resourceqt-client/resourceqt-client.cpp | 21 +++++++++++++++++++++ resourceqt-client/resourceqt-client.pro | 21 +++++++++++++++++++++ resourceqt-client/time-stat.c | 21 +++++++++++++++++++++ resourceqt-client/time-stat.h | 21 +++++++++++++++++++++ 8 files changed, 168 insertions(+) (limited to 'resourceqt-client') diff --git a/resourceqt-client/client.cpp b/resourceqt-client/client.cpp index b15f054..2fa583a 100644 --- a/resourceqt-client/client.cpp +++ b/resourceqt-client/client.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/resourceqt-client/client.h b/resourceqt-client/client.h index 2283b0f..a3e0012 100644 --- a/resourceqt-client/client.h +++ b/resourceqt-client/client.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 _CLIENT_H_ #define _CLIENT_H_ diff --git a/resourceqt-client/commandlineparser.cpp b/resourceqt-client/commandlineparser.cpp index 732d361..584d01e 100644 --- a/resourceqt-client/commandlineparser.cpp +++ b/resourceqt-client/commandlineparser.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 "commandlineparser.h" diff --git a/resourceqt-client/commandlineparser.h b/resourceqt-client/commandlineparser.h index 420c633..000fb80 100644 --- a/resourceqt-client/commandlineparser.h +++ b/resourceqt-client/commandlineparser.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 COMMANDLINEPARSER_H #define COMMANDLINEPARSER_H #include diff --git a/resourceqt-client/resourceqt-client.cpp b/resourceqt-client/resourceqt-client.cpp index f5b534e..240b3ce 100644 --- a/resourceqt-client/resourceqt-client.cpp +++ b/resourceqt-client/resourceqt-client.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/resourceqt-client/resourceqt-client.pro b/resourceqt-client/resourceqt-client.pro index ce378c6..50507fa 100644 --- a/resourceqt-client/resourceqt-client.pro +++ b/resourceqt-client/resourceqt-client.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 diff --git a/resourceqt-client/time-stat.c b/resourceqt-client/time-stat.c index fd79916..c9801d2 100644 --- a/resourceqt-client/time-stat.c +++ b/resourceqt-client/time-stat.c @@ -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 "time-stat.h" diff --git a/resourceqt-client/time-stat.h b/resourceqt-client/time-stat.h index 5fbe582..16178aa 100644 --- a/resourceqt-client/time-stat.h +++ b/resourceqt-client/time-stat.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 TIME_STAT_H #define TIME_STAT_H #include -- cgit v1.2.3