From f8c4b9ed8da898d2bf89890b2eeef9246d6bbd0b Mon Sep 17 00:00:00 2001 From: nhnielsen Date: Mon, 23 Jul 2007 17:40:04 +0000 Subject: [PATCH] EBN warnings-- License headers++ git-svn-id: svn+ssh://ianmonroe@svn.kde.org/home/kde/trunk/extragear/multimedia/amarok@691463 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../ScriptableServiceCollection.cpp | 30 ++++++++++++++-------- .../ScriptableServiceCollection.h | 30 ++++++++++++++-------- .../scriptableservicecontentitem.cpp | 2 +- 3 files changed, 39 insertions(+), 23 deletions(-) diff --git a/src/servicebrowser/scriptableservice/ScriptableServiceCollection.cpp b/src/servicebrowser/scriptableservice/ScriptableServiceCollection.cpp index 9314694f0..6690f01d3 100644 --- a/src/servicebrowser/scriptableservice/ScriptableServiceCollection.cpp +++ b/src/servicebrowser/scriptableservice/ScriptableServiceCollection.cpp @@ -1,14 +1,22 @@ -// -// C++ Implementation: scriptableservicecollection -// -// Description: -// -// -// Author: <>, (C) 2007 -// -// Copyright: See COPYING file that comes with this distribution -// -// +/*************************************************************************** + * Copyright (c) 2007 Nikolaj Hald Nielsen * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program 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 General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #include "ScriptableServiceCollection.h" #include "support/memoryquerymaker.h" diff --git a/src/servicebrowser/scriptableservice/ScriptableServiceCollection.h b/src/servicebrowser/scriptableservice/ScriptableServiceCollection.h index 11c96e731..e64f2c344 100644 --- a/src/servicebrowser/scriptableservice/ScriptableServiceCollection.h +++ b/src/servicebrowser/scriptableservice/ScriptableServiceCollection.h @@ -1,14 +1,22 @@ -// -// C++ Interface: scriptableservicecollection -// -// Description: -// -// -// Author: <>, (C) 2007 -// -// Copyright: See COPYING file that comes with this distribution -// -// +/*************************************************************************** + * Copyright (c) 2007 Nikolaj Hald Nielsen * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program 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 General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #ifndef SCRIPTABLESERVICECOLLECTION_H #define SCRIPTABLESERVICECOLLECTION_H diff --git a/src/servicebrowser/scriptableservice/scriptableservicecontentitem.cpp b/src/servicebrowser/scriptableservice/scriptableservicecontentitem.cpp index cd34d5d9c..7eaaeca6b 100644 --- a/src/servicebrowser/scriptableservice/scriptableservicecontentitem.cpp +++ b/src/servicebrowser/scriptableservice/scriptableservicecontentitem.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * ***************************************************************************/ -- 2.11.4.GIT