Update copyright and RCS keyword

git-svn-id: http://svn.osgeo.org/qgis/trunk@2135 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-10-16 21:17:33 +00:00
parent 65fdc706b0
commit 1ca35f2c15
26 changed files with 110 additions and 79 deletions

View File

@ -1,20 +1,20 @@
/***************************************************************************
* qgisinterface.cpp
* Abstract base class for interfaces to functions in QgisApp
* -------------------
* begin : 2004-02-11
* copyright : (C) 2004 by Gary E.Sherman
* email : sherman at mrcc.com
* ***************************************************************************/
* -------------------
* begin : 2004-02-11
* copyright : (C) 2004 by Gary E.Sherman
* email : sherman at 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. *
* * *
* ***************************************************************************/
* *
* 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. *
* *
****************************************************************************/
/* $Id$ */
#include <iostream>

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgsfeature.cpp - Spatial Feature Implementation
--------------------------------------
qgsfeature.cpp - Spatial Feature Implementation
--------------------------------------
Date : 09-Sep-2003
Copyright : (C) 2003 by Gary E.Sherman
email : sherman at mrcc.com

View File

@ -4,7 +4,8 @@
Date : 01-Jan-2004
Copyright : (C) 2004 by Gary E.Sherman
email : sherman at 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 *
@ -12,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsfield.h"

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsgeomtypedialog.h"
#include <qradiobutton.h>

View File

@ -1,10 +1,10 @@
/***************************************************************************
qgsidentifyresults.cpp - description
-------------------
begin : Fri Oct 25 2002
copyright : (C) 2002 by Gary E.Sherman
email : sherman at mrcc dot com
Romans 3:23=>Romans 6:23=>Romans 5:8=>Romans 10:9,10=>Romans 12
qgsidentifyresults.cpp - description
-------------------
begin : Fri Oct 25 2002
copyright : (C) 2002 by Gary E.Sherman
email : sherman at mrcc dot com
Romans 3:23=>Romans 6:23=>Romans 5:8=>Romans 10:9,10=>Romans 12
***************************************************************************/
/***************************************************************************

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id */
#include <iostream>
#include <fstream>
#include <math.h> //needed for win32 build (ts)

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include <iostream>
#include <qapplication.h>

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include <iostream>
//#include <qobject.h>

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsludialog.h"
#include <qlineedit.h>

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id */
/* $Id$ */
#include "qgsmarkerdialog.h"
#include "qgssvgcache.h"

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgsppatterndialog.cpp
Pattern dialog for vector layers
Pattern dialog for vector layers
-------------------
copyright : (C) 2004 by Gary E.Sherman
email : sherman at mrcc.com

View File

@ -1,15 +1,19 @@
//
//
// C++ Implementation: $MODULE$
//
// Description:
//
//
// Author: Gary Sherman <sherman at mrcc.com>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgspluginitem.cpp
-------------------
begin :
copyright : (C) 2004 by Gary E.Sherman
email : sherman at 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. *
* *
***************************************************************************/
/* $Id$ */
#include <qstring.h>
#include "qgspluginitem.h"

View File

@ -1,15 +1,19 @@
//
//
// C++ Implementation: $MODULE$
//
// Description:
//
//
// Author: Gary Sherman <sherman at mrcc.com>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgspluginmanager.cpp - description
-------------------
begin : Someday 2003
copyright : (C) 2003 by Gary E.Sherman
email : sherman at 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. *
* *
***************************************************************************/
/* $Id$ */
#include <iostream>
#include <qapplication.h>

View File

@ -1,9 +1,9 @@
/***************************************************************************
qgsprojectio.cpp - Save/Restore QGIS project
--------------------------------------
Date : 19-Oct-2003
Copyright : (C) 2003 by Gary E.Sherman
email : sherman at mrcc.com
qgsprojectio.cpp - Save/Restore QGIS project
--------------------------------------
Date : 19-Oct-2003
Copyright : (C) 2003 by Gary E.Sherman
email : sherman at mrcc.com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
@ -12,7 +12,7 @@ email : sherman at mrcc.com
* (at your option) any later version. *
* *
***************************************************************************/
/* qgsprojectio.cpp,v 1.53 2004/09/13 19:34:05 larsl Exp */
/* qgsprojectio.cpp,v 1.54 2004/10/16 21:17:33 gsherman Exp */
#include <iostream>
#include <fstream>
#include <qfiledialog.h>

View File

@ -1,7 +1,7 @@
/***************************************************************************
qgsprojectproperties.cpp
Set various project properties (inherits qgsprojectpropertiesbase)
-------------------
qgsprojectproperties.cpp
Set various project properties (inherits qgsprojectpropertiesbase)
-------------------
begin : May 18, 2004
copyright : (C) 2004 by Gary E.Sherman
email : sherman at mrcc.com

View File

@ -1,9 +1,9 @@
/* **************************************************************************
qgsrasterlayer.cpp - description
-------------------
begin : Sat Jun 22 2002
copyright : (C) 2003 by Tim Sutton, Steve Halasz and Gary E.Sherman
email : tim at linfiniti.com
qgsrasterlayer.cpp - description
-------------------
begin : Sat Jun 22 2002
copyright : (C) 2003 by Tim Sutton, Steve Halasz and Gary E.Sherman
email : tim at linfiniti.com
***************************************************************************/
/* **************************************************************************

View File

@ -1,7 +1,7 @@
/***************************************************************************
qgsscalecalculator.h
Calculates scale based on map extent and units
-------------------
qgsscalecalculator.h
Calculates scale based on map extent and units
-------------------
begin : May 18, 2004
copyright : (C) 2004 by Gary E.Sherman
email : sherman at mrcc.com

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgssimadialog.cpp
Single marker renderer dialog
Single marker renderer dialog
-------------------
begin : March 2004
copyright : (C) 2004 by Marco Hugentobler

View File

@ -1,6 +1,6 @@
/***************************************************************************
qgssimarenderer.cpp
Single marker renderer
qgssimarenderer.cpp
Single marker renderer
-------------------
begin : March 2004
copyright : (C) 2004 by Marco Hugentobler

View File

@ -1,5 +1,5 @@
/***************************************************************************
qgssvgcache.cpp - SVG rendering and pixmap caching
qgssvgcache.cpp - SVG rendering and pixmap caching
-------------------
begin : Sat Jul 17 2004
copyright : (C) 2004 by Lars Luthman

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsdlgvectorlayerproperties.h"
#include "qgsuniquevalrenderer.h"
#include "qgsuvaldialog.h"

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsuvaldialog.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorlayer.h"

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsuvalmadialog.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorlayer.h"

View File

@ -14,7 +14,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsdlgvectorlayerproperties.h"
#include "qgsuvalmarenderer.h"
#include "qgsuvalmadialog.h"

View File

@ -1,3 +1,21 @@
/***************************************************************************
qgsvectorfilewriter.cpp
generic vector file writer
-------------------
begin : Sat Jun 16 2004
copyright : (C) 2004 by Tim Sutton
email : tim at linfiniti.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. *
* *
***************************************************************************/
/* $Id$ */
#include "qgsvectorfilewriter.h"
//#include <stdio.h>

View File

@ -1,13 +1,13 @@
/***************************************************************************
qgsvectorlayer.cpp
qgsvectorlayer.cpp
This class implements a generic means to display vector layers. The features
and attributes are read from the data store using a "data provider" plugin.
QgsVectorLayer can be used with any data store for which an appropriate
plugin is available.
-------------------
begin : Oct 29, 2003
copyright : (C) 2003 by Gary E.Sherman
email : sherman at mrcc.com
-------------------
begin : Oct 29, 2003
copyright : (C) 2003 by Gary E.Sherman
email : sherman at mrcc.com
***************************************************************************/