[Marble-commits] KDE/kdeedu/marble/src

Bastian Holst bastianholst at gmx.de
Tue Apr 6 10:25:44 CEST 2010


SVN commit 1111608 by bholst:

* adding Gauravs copyright note to GeoDataAbstractView and GeoDataLookAt (with Gauravs permission)
* adapting Shashanks copyright note to the default formatting
* adding my copyright note to the files on which I didn't want to claim copyright because Gauravs copyright note was missing


 M  +10 -0     lib/geodata/data/GeoDataAbstractView.cpp  
 M  +10 -0     lib/geodata/data/GeoDataAbstractView.h  
 M  +11 -0     lib/geodata/data/GeoDataLookAt.cpp  
 M  +11 -0     lib/geodata/data/GeoDataLookAt.h  
 M  +12 -1     lib/geodata/data/GeoDataLookAt_p.h  
 M  +3 -0      plugins/render/twitter/jsonparser.cpp  
 M  +1 -2      plugins/render/twitter/jsonparser.h  
 M  +1 -1      plugins/render/twitter/twitterPlugin.cpp  
 M  +1 -1      plugins/render/twitter/twitterPlugin.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataAbstractView.cpp #1111607:1111608
@@ -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      Gaurav Gupta <1989.gaurav at googlemail.com>
+//
+
 #include "GeoDataAbstractView.h"
 
 using namespace Marble;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataAbstractView.h #1111607:1111608
@@ -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      Gaurav Gupta <1989.gaurav at googlemail.com>
+//
+
 #ifndef GEODATAABSTRACTVIEW_H
 #define GEODATAABSTRACTVIEW_H
 
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLookAt.cpp #1111607:1111608
@@ -1,3 +1,14 @@
+//
+// 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      Gaurav Gupta <1989.gaurav at googlemail.com>
+// Copyright 2010      Bastian Holst <bastianholst at gmx.de>
+//
+
 //own
 #include "GeoDataLookAt.h"
 #include "GeoDataLookAt_p.h"
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLookAt.h #1111607:1111608
@@ -1,3 +1,14 @@
+//
+// 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      Gaurav Gupta <1989.gaurav at googlemail.com>
+// Copyright 2010      Bastian Holst <bastianholst at gmx.de>
+//
+
 #ifndef GEODATALOOKAT_H
 #define GEODATALOOKAT_H
 
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLookAt_p.h #1111607:1111608
@@ -1,3 +1,14 @@
+//
+// 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      Gaurav Gupta <1989.gaurav at googlemail.com>
+// Copyright 2010      Bastian Holst <bastianholst at gmx.de>
+//
+
 #ifndef GEODATALOOKAT_P_H
 #define GEODATALOOKAT_P_H
 
@@ -22,7 +33,7 @@
 
     GeoDataCoordinates m_coordinates;
     qreal m_range;
-    
+
     QAtomicInt ref;
 };
 
--- trunk/KDE/kdeedu/marble/src/plugins/render/twitter/jsonparser.cpp #1111607:1111608
@@ -4,6 +4,9 @@
 // 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 2008      Shashank Singh <shashank.personal at gmail.com>
+//
 
 #include "jsonparser.h"
 
--- trunk/KDE/kdeedu/marble/src/plugins/render/twitter/jsonparser.h #1111607:1111608
@@ -5,9 +5,8 @@
 // find a copy of this license in LICENSE.txt in the top directory of
 // the source code.
 //
+// Copyright 2008      Shashank Singh <shashank.personal at gmail.com>
 //
-// Author:  <Shashank Singh>, (C) 2008
-//
 
 #ifndef JSONPARSER_H
 #define JSONPARSER_H
--- trunk/KDE/kdeedu/marble/src/plugins/render/twitter/twitterPlugin.cpp #1111607:1111608
@@ -5,7 +5,7 @@
 // find a copy of this license in LICENSE.txt in the top directory of
 // the source code.
 //
-// Copyright 2008 Shashank Singh <shashank.personal at gmail.com>
+// Copyright 2008      Shashank Singh <shashank.personal at gmail.com>
 //
 
 #include "twitterPlugin.h"
--- trunk/KDE/kdeedu/marble/src/plugins/render/twitter/twitterPlugin.h #1111607:1111608
@@ -5,7 +5,7 @@
 // find a copy of this license in LICENSE.txt in the top directory of
 // the source code.
 //
-// Copyright 2008 Shashan Singh <shashank.personal at gmail.com>
+// Copyright 2008      Shashank Singh <shashank.personal at gmail.com>
 //
 
 //


More information about the Marble-commits mailing list