[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute
From:       Bastian Holst <bastianholst () gmx ! de>
Date:       2010-04-06 13:49:46
Message-ID: 20100406134946.AA19CAC7DB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1111698 by bholst:

Adding missing license texts with Eckhart Wörner's permission


 M  +10 -0     Accuracy.cpp  
 M  +10 -0     Accuracy.h  
 M  +10 -0     AccuracyLevel.h  
 M  +10 -0     MasterClient.cpp  
 M  +10 -0     MasterClient.h  
 M  +10 -0     MasterClient_p.h  
 M  +10 -0     Position.h  
 M  +10 -0     PositionProvider.cpp  
 M  +10 -0     PositionProvider.h  
 M  +10 -0     PositionProvider_p.h  
 M  +10 -0     Provider.cpp  
 M  +10 -0     Provider.h  
 M  +10 -0     Provider_p.h  
 M  +10 -0     SimpleDBusInterface.cpp  
 M  +10 -0     SimpleDBusInterface.h  
 M  +10 -0     Status.h  
 M  +10 -0     Velocity.h  
 M  +10 -0     VelocityProvider.cpp  
 M  +10 -0     VelocityProvider.h  
 M  +10 -0     VelocityProvider_p.h  


--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Accuracy.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "Accuracy.h"
 
 #include <QtDBus/QDBusArgument>
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Accuracy.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_ACCURACY_H
 #define GEOCUTE_ACCURACY_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/AccuracyLevel.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_ACCURACYLEVEL_H
 #define GEOCUTE_ACCURACYLEVEL_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/MasterClient.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "MasterClient_p.h"
 
 #include <QtCore/QString>
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/MasterClient.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_MASTERCLIENT_H
 #define GEOCUTE_MASTERCLIENT_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/MasterClient_p.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_MASTERCLIENT_P_H
 #define GEOCUTE_MASTERCLIENT_P_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Position.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_POSITION_H
 #define GEOCUTE_POSITION_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/PositionProvider.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "PositionProvider_p.h"
 
 #include <QtCore/QList>
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/PositionProvider.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_POSITIONPROVIDER_H
 #define GEOCUTE_POSITIONPROVIDER_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/PositionProvider_p.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_POSITIONPROVIDER_P_H
 #define GEOCUTE_POSITIONPROVIDER_P_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Provider.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "Provider_p.h"
 
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Provider.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_PROVIDER_H
 #define GEOCUTE_PROVIDER_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Provider_p.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_PROVIDER_P_H
 #define GEOCUTE_PROVIDER_P_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/SimpleDBusInterface.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "SimpleDBusInterface.h"
 
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/SimpleDBusInterface.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_SIMPLEDBUSINTERFACE_H
 #define GEOCUTE_SIMPLEDBUSINTERFACE_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Status.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_STATUS_H
 #define GEOCUTE_STATUS_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/Velocity.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_VELOCITY_H
 #define GEOCUTE_VELOCITY_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/VelocityProvider.cpp \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #include "VelocityProvider_p.h"
 
 #include <QtDBus/QDBusReply>
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/VelocityProvider.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_VELOCITYPROVIDER_H
 #define GEOCUTE_VELOCITYPROVIDER_H
 
--- trunk/KDE/kdeedu/marble/src/plugins/positionprovider/geoclue/GeoCute/VelocityProvider_p.h \
#1111697:1111698 @@ -1,3 +1,13 @@
+//
+// This file is part of the Marble Desktop Globe.
+//
+// This program is free software licensed under the GNU LGPL. You can
+// find a copy of this license in LICENSE.txt in the top directory of
+// the source code.
+//
+// Copyright 2009      Eckhart Wörner <ewoerner@kde.org>
+//
+
 #ifndef GEOCUTE_VELOCITYPROVIDER_P_H
 #define GEOCUTE_VELOCITYPROVIDER_P_H
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic