Skip to content

Commit

Permalink
Updated/added copyright statements as part of provenance review for
Browse files Browse the repository at this point in the history
OSGeo incubation. No code changes. 


git-svn-id: http://svn.osgeo.org/qgis/trunk@7204 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 16, 2007
1 parent 99cb33f commit 2b5d093
Show file tree
Hide file tree
Showing 32 changed files with 400 additions and 14 deletions.
10 changes: 5 additions & 5 deletions src/core/qgsfield.cpp
@@ -1,9 +1,9 @@
/***************************************************************************
qgsfield.cpp - Describes a field in a layer or table
--------------------------------------
Date : 01-Jan-2004
Copyright : (C) 2004 by Gary E.Sherman
email : sherman at mrcc.com
qgsfield.cpp - Describes a field in a layer or table
--------------------------------------
Date : 01-Jan-2004
Copyright : (C) 2004 by Gary E.Sherman
email : sherman at mrcc.com
***************************************************************************
* *
Expand Down
15 changes: 14 additions & 1 deletion src/gui/qgisgui.cpp
@@ -1,3 +1,16 @@

/***************************************************************************
qgisgui.cpp - Constants used throughout the QGIS GUI.
--------------------------------------
Date : 11-Jan-2006
Copyright : (C) 2006 by Tom Elwertowski
Email : telwertowski at users dot sourceforge dot net
***************************************************************************
* *
* 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 "qgisgui.h"

16 changes: 16 additions & 0 deletions src/gui/qgscursors.cpp
@@ -1,4 +1,20 @@
/***************************************************************************
qgscursors.cpp
-------------------
begin : 2007
copyright : (C) 2007 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 "qgscursors.h"

// cursors
Expand Down
16 changes: 16 additions & 0 deletions src/gui/qgscursors.h
@@ -1,4 +1,20 @@
/***************************************************************************
qgscursors.h
-------------------
begin : 2007
copyright : (C) 2007 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 QGSCURSORS_H
#define QGSCURSORS_H

Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsprojectionselector.cpp
@@ -1,4 +1,5 @@
/***************************************************************************
* qgsprojectionselector.cpp
* Copyright (C) 2005 by Tim Sutton *
* tim@linfiniti.com *
* *
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsprojectionselector.h
@@ -1,4 +1,5 @@
/***************************************************************************
* qgsprojectionselector.h
* Copyright (C) 2005 by Tim Sutton *
* tim@linfiniti.com *
* *
Expand Down
17 changes: 17 additions & 0 deletions src/helpviewer/main.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
main.cpp
Helpviewer main method
-------------------
begin : 2007
copyright : (C) 2007 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 <iostream>
#include <qgsapplication.h>
#include <qstring.h>
Expand Down
15 changes: 14 additions & 1 deletion src/plugins/georeferencer/mapcoordsdialog.cpp
@@ -1,4 +1,17 @@

/***************************************************************************
mapcoordsdialog.cpp
--------------------------------------
Date : 2005
Copyright : (C) 2005 by Lars Luthman
Email : larsl at users dot sourceforge dot net
***************************************************************************
* *
* 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 <QValidator>
#include <mapcoordsdialog.h>

Expand Down
15 changes: 14 additions & 1 deletion src/plugins/georeferencer/qgsgeorefdatapoint.cpp
@@ -1,4 +1,17 @@

/***************************************************************************
qgsgeorefdatapoint.cpp
--------------------------------------
Date : Sun Sep 16 12:02:45 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <QPainter>
#include "qgsgeorefdatapoint.h"
#include "qgsmapcanvas.h"
Expand Down
15 changes: 14 additions & 1 deletion src/plugins/georeferencer/qgsgeorefdatapoint.h
@@ -1,4 +1,17 @@

/***************************************************************************
qgsgeorefdatapoint.h
--------------------------------------
Date : Sun Sep 16 12:02:56 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 "qgsmapcanvasitem.h"


Expand Down
15 changes: 14 additions & 1 deletion src/plugins/georeferencer/qgsgeorefwarpoptionsdialog.cpp
@@ -1,4 +1,17 @@

/***************************************************************************
qgsgeorefwarpoptionsdialog.cpp
--------------------------------------
Date : Sun Sep 16 12:03:02 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 "qgsgeorefwarpoptionsdialog.h"


Expand Down
14 changes: 14 additions & 0 deletions src/plugins/georeferencer/qgsimagewarper.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgsimagewarper.cpp
--------------------------------------
Date : Sun Sep 16 12:03:14 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <cmath>
#include <iostream>

Expand Down
14 changes: 14 additions & 0 deletions src/plugins/georeferencer/qgsimagewarper.h
@@ -1,3 +1,17 @@
/***************************************************************************
qgsimagewarper.h
--------------------------------------
Date : Sun Sep 16 12:03:20 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 QGSIMAGEWARPER_H
#define QGSIMAGEWARPER_H

Expand Down
14 changes: 14 additions & 0 deletions src/plugins/georeferencer/qgsleastsquares.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgsleastsquares.cpp
--------------------------------------
Date : Sun Sep 16 12:03:37 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <cmath>
#include <stdexcept>
#include "qgslogger.h"
Expand Down
14 changes: 14 additions & 0 deletions src/plugins/georeferencer/qgsleastsquares.h
@@ -1,3 +1,17 @@
/***************************************************************************
qgsleastsquares.h
--------------------------------------
Date : Sun Sep 16 12:03:47 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 QGSLEASTSQUARES_H
#define QGSLEASTSQUARES_H

Expand Down
14 changes: 14 additions & 0 deletions src/plugins/georeferencer/qgspointdialog.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgspointdialog.cpp
--------------------------------------
Date : Sun Sep 16 12:03:52 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <cmath>

#include <QFileDialog>
Expand Down
14 changes: 14 additions & 0 deletions src/plugins/gps_importer/qgsgpsdevice.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgsgpsdevice.cpp
--------------------------------------
Date : Sun Sep 16 12:04:15 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <QRegExp>

#include "qgsgpsdevice.h"
Expand Down
14 changes: 14 additions & 0 deletions src/plugins/grass/qgsgrassshell.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgsgrassshell.cpp
--------------------------------------
Date : Sun Sep 16 12:06:10 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <iostream>
#include <vector>

Expand Down
14 changes: 14 additions & 0 deletions src/plugins/grass/qgsgrassshell.h
@@ -1,3 +1,17 @@
/***************************************************************************
qgsgrassshell.h
--------------------------------------
Date : Sun Sep 16 12:06:16 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 <q3textedit.h>
#include <q3process.h>
Expand Down
14 changes: 14 additions & 0 deletions src/plugins/grid_maker/graticulecreator.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
graticulecreator.cpp
--------------------------------------
Date : Sun Sep 16 12:06:45 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 "graticulecreator.h"

#include <stdio.h>
Expand Down
14 changes: 14 additions & 0 deletions src/plugins/grid_maker/graticulecreator.h
@@ -1,3 +1,17 @@
/***************************************************************************
graticulecreator.h
--------------------------------------
Date : Sun Sep 16 12:06:50 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot 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 _GRATICULECREATOR_H_
#define _GRATICULECREATOR_H_

Expand Down

0 comments on commit 2b5d093

Please sign in to comment.