mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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 <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
|
||||
#define QGSCOORDINATETRANSFORM_H
|
||||
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 <qpainter.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"
|
||||
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 <iostream>
|
||||
#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
|
||||
#define QGSDBSOURCESELECT_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 <qsettings.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
|
||||
#define QGSNEWCONNECTION_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"
|
||||
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"
|
||||
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 "qgsrect.h"
|
||||
QgsRect::QgsRect(double minX, double minY, double maxX, double maxY) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user