mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
added GNU statement
git-svn-id: http://svn.osgeo.org/qgis/trunk@44 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1179925b65
commit
1c032077ef
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgscoordinatetransform.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include <qstring.h>
|
#include <qstring.h>
|
||||||
#include <qtextstream.h>
|
#include <qtextstream.h>
|
||||||
|
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgscoordinatetransform.h - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#ifndef QGSCOORDINATETRANSFORM_H
|
#ifndef QGSCOORDINATETRANSFORM_H
|
||||||
#define QGSCOORDINATETRANSFORM_H
|
#define QGSCOORDINATETRANSFORM_H
|
||||||
class QgsPoint;
|
class QgsPoint;
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsdatabaselayer.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include <qstring.h>
|
#include <qstring.h>
|
||||||
#include <qpainter.h>
|
#include <qpainter.h>
|
||||||
#include <qpointarray.h>
|
#include <qpointarray.h>
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsdatasource.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include "qgsdatasource.h"
|
#include "qgsdatasource.h"
|
||||||
QgsDataSource::QgsDataSource(){
|
QgsDataSource::QgsDataSource(){
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsdbsourceselect.h - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include <libpq++.h>
|
#include <libpq++.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <qsettings.h>
|
#include <qsettings.h>
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgdbsourceselect.h - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef QGSDBSOURCESELECT_H
|
#ifndef QGSDBSOURCESELECT_H
|
||||||
#define QGSDBSOURCESELECT_H
|
#define QGSDBSOURCESELECT_H
|
||||||
#include "qgsdbsourceselectbase.h"
|
#include "qgsdbsourceselectbase.h"
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsnewconnection.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include <qsqldatabase.h>
|
#include <qsqldatabase.h>
|
||||||
#include <qsettings.h>
|
#include <qsettings.h>
|
||||||
#include <qlineedit.h>
|
#include <qlineedit.h>
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsnewconnection.h - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#ifndef QGSNEWCONNECTION_H
|
#ifndef QGSNEWCONNECTION_H
|
||||||
#define QGSNEWCONNECTION_H
|
#define QGSNEWCONNECTION_H
|
||||||
#include "qgsnewconnectionbase.h"
|
#include "qgsnewconnectionbase.h"
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgspoint.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include "qgspoint.h"
|
#include "qgspoint.h"
|
||||||
QgsPoint::QgsPoint(){
|
QgsPoint::QgsPoint(){
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsrasterlayer.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include "qgsrasterlayer.h"
|
#include "qgsrasterlayer.h"
|
||||||
QgsRasterLayer::QgsRasterLayer(){
|
QgsRasterLayer::QgsRasterLayer(){
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsrect.cpp - description
|
||||||
|
-------------------
|
||||||
|
begin : Sat Jun 22 2002
|
||||||
|
copyright : (C) 2002 by Gary E.Sherman
|
||||||
|
email : sherman@mrcc.com
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
#include <qstring.h>
|
#include <qstring.h>
|
||||||
#include "qgsrect.h"
|
#include "qgsrect.h"
|
||||||
QgsRect::QgsRect(double minX, double minY, double maxX, double maxY) :
|
QgsRect::QgsRect(double minX, double minY, double maxX, double maxY) :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user